Symbol: NONE
headers/private/graphics/skeleton/DriverInterface.h
213
NONE = 0,
src/add-ons/accelerants/nvidia/engine/nv_info.c
2189
si->ps.tv_encoder.type = NONE;
src/add-ons/accelerants/nvidia/engine/nv_info.c
3392
case NONE:
src/add-ons/accelerants/skeleton/engine/info.c
2058
si->ps.tvout_chip_type = NONE;
src/add-ons/accelerants/skeleton/engine/info.c
3050
case NONE:
src/add-ons/accelerants/via/engine/info.c
1067
case NONE:
src/add-ons/accelerants/via/engine/info.c
120
si->ps.tvout_chip_type = NONE;
src/apps/cortex/TipManager/TipManager.h
138
uint32 flags =NONE);
src/apps/cortex/TipManager/TipManager.h
152
uint32 flags =NONE);
src/apps/cortex/TipManager/TipManager.h
180
uint32 flags =NONE);
src/apps/cortex/ValControl/ValControlDigitSegment.h
72
display_flags flags=NONE);
src/apps/haikudepot/packagemanagement/InstallPackageProcess.cpp
186
_SetDownloadedPackagesState(NONE);
src/apps/haikudepot/packagemanagement/InstallPackageProcess.cpp
192
_SetDownloadedPackagesState(NONE);
src/apps/haikudepot/packagemanagement/InstallPackageProcess.cpp
202
_SetDownloadedPackagesState(NONE);
src/apps/haikudepot/packagemanagement/PackageManager.cpp
137
return NONE;
src/apps/haikudepot/packagemanagement/PackageManager.cpp
161
case NONE:
src/apps/haikudepot/packagemanagement/PackageManager.cpp
475
else if (state == NONE
src/apps/haikudepot/packagemanagement/UninstallPackageProcess.cpp
135
SetPackageState(packageName, NONE);
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
20
fState(NONE),
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
246
fState(NONE),
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
261
fState(NONE),
src/apps/haikudepot/ui/PackageContentsView.cpp
204
fLastPackageState(NONE)
src/apps/haikudepot/ui/PackageListView.cpp
52
case NONE:
src/apps/haikudepot/ui/UserLoginWindow.cpp
135
fMode(NONE),
src/apps/haikudepot/util/PackageUtils.cpp
153
return NONE;
src/apps/haikudepot/util/PackageUtils.cpp
231
case NONE:
src/bin/network/ifconfig/ifconfig.cpp
289
} mode = NONE;
src/bin/network/ifconfig/ifconfig.cpp
312
if (mode == NONE)
src/bin/network/ifconfig/ifconfig.cpp
449
case NONE:
src/bin/waitfor.cpp
130
case NONE:
src/bin/waitfor.cpp
65
fOption(NONE)
src/bin/waitfor.cpp
94
fOption = NONE;
src/libs/iconv/johab_hangul.h
125
if (jamo3 != NONE) {
src/libs/iconv/johab_hangul.h
131
if (jamo2 != NONE && jamo2 != FILL) {
src/libs/iconv/johab_hangul.h
140
if (jamo1 != NONE && jamo1 != FILL) {
src/libs/iconv/johab_hangul.h
243
if (jamo1 != NONE && jamo2 != NONE && jamo3 != NONE) {
src/libs/iconv/johab_hangul.h
56
NONE, FILL, 0x01, 0x02, 0x04, 0x07, 0x08, 0x09,
src/libs/iconv/johab_hangul.h
58
0x1a, 0x1b, 0x1c, 0x1d, 0x1e, NONE, NONE, NONE,
src/libs/iconv/johab_hangul.h
59
NONE, NONE, NONE, NONE, NONE, NONE, NONE, NONE,
src/libs/iconv/johab_hangul.h
62
NONE, NONE, FILL, 0x1f, 0x20, 0x21, 0x22, 0x23,
src/libs/iconv/johab_hangul.h
63
NONE, NONE, 0x24, 0x25, 0x26, 0x27, 0x28, 0x29,
src/libs/iconv/johab_hangul.h
64
NONE, NONE, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f,
src/libs/iconv/johab_hangul.h
65
NONE, NONE, 0x30, 0x31, 0x32, 0x33, NONE, NONE,
src/libs/iconv/johab_hangul.h
68
NONE, FILL, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06,
src/libs/iconv/johab_hangul.h
70
0x10, 0x11, NONE, 0x12, 0x14, 0x15, 0x16, 0x17,
src/libs/iconv/johab_hangul.h
71
0x18, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, NONE, NONE,
src/libs/iconv/johab_hangul.h
76
NONE, NONE, NONE, NONE, 0x03, NONE, 0x05, 0x06,
src/libs/iconv/johab_hangul.h
77
NONE, NONE, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
src/libs/iconv/johab_hangul.h
78
0x10, NONE, NONE, NONE, 0x14, NONE, NONE, NONE,
src/libs/iconv/johab_hangul.h
79
NONE, NONE, NONE, NONE, NONE, NONE, NONE, NONE,
src/servers/app/decorator/DefaultWindowBehaviour.cpp
1072
if (horizontal != NONE && vertical != NONE) {
src/servers/app/decorator/DefaultWindowBehaviour.cpp
1151
_horizontal = NONE;
src/servers/app/decorator/DefaultWindowBehaviour.cpp
1152
_vertical = NONE;
src/servers/app/decorator/DefaultWindowBehaviour.cpp
381
fHorizontal(NONE),
src/servers/app/decorator/DefaultWindowBehaviour.cpp
382
fVertical(NONE)
src/servers/app/decorator/DefaultWindowBehaviour.cpp
437
fHorizontal = fVertical = NONE;
src/servers/app/decorator/DefaultWindowBehaviour.cpp
440
fHorizontal = NONE;
src/servers/app/decorator/DefaultWindowBehaviour.cpp
443
fVertical = NONE;
src/servers/app/decorator/DefaultWindowBehaviour.cpp
460
if (fHorizontal == NONE)
src/servers/app/decorator/DefaultWindowBehaviour.cpp
462
if (fVertical == NONE)
src/servers/app/decorator/DefaultWindowBehaviour.cpp
629
fHorizontal(NONE),
src/servers/app/decorator/DefaultWindowBehaviour.cpp
630
fVertical(NONE)
src/servers/app/decorator/DefaultWindowBehaviour.cpp
700
horizontal = NONE;
src/servers/app/decorator/DefaultWindowBehaviour.cpp
702
vertical = NONE;