Searched refs:NONE (Results 1 - 25 of 743) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_format.c83 V_(R8_UNORM, UNSIGNED_BYTE, NONE),
84 V_(R8_SNORM, BYTE, NONE),
85 V_(R8_UINT, UNSIGNED_BYTE, NONE),
86 V_(R8_SINT, BYTE, NONE),
87 V_(R8_USCALED, UNSIGNED_BYTE, NONE),
88 V_(R8_SSCALED, BYTE, NONE),
90 _T(A8_UNORM, A8, NONE),
91 _T(L8_UNORM, L8, NONE),
92 _T(I8_UNORM, I8, NONE),
95 V_(R16_UNORM, UNSIGNED_SHORT, NONE),
[all...]
/external/clang/test/SemaCXX/
H A Dwarn-static-const-float.cpp10 #if NONE
/external/easymock/src/org/easymock/
H A DCaptureType.java27 NONE, enum constant in enum:CaptureType
/external/flatbuffers/tests/MyGame/Example/
H A DAny.cs10 NONE = 0, enumerator in enum:MyGame.Example.Any
H A DAny.py6 NONE = 0 variable in class:Any
H A DAny.java7 public static final byte NONE = 0; field in class:Any
12 public static final String[] names = { "NONE", "Monster", "TestSimpleTableWithEnum", "MyGame_Example2_Monster", };
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_format.c85 V_(R8_USCALED, 8_UINT, NONE, WZYX),
86 V_(R8_SSCALED, 8_UINT, NONE, WZYX),
90 _T(I8_UNORM, 8_UNORM, NONE, WZYX),
92 _T(A8_UINT, 8_UINT, NONE, WZYX),
93 _T(A8_SINT, 8_SINT, NONE, WZYX),
94 _T(L8_UINT, 8_UINT, NONE, WZYX),
95 _T(L8_SINT, 8_SINT, NONE, WZYX),
96 _T(I8_UINT, 8_UINT, NONE, WZYX),
97 _T(I8_SINT, 8_SINT, NONE, WZYX),
106 V_(R16_USCALED, 16_UINT, NONE, WZY
[all...]
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dplaintext.conf7 key_mgmt=NONE
H A Dwep.conf7 key_mgmt=NONE
/external/python/cpython2/Modules/cjkcodecs/
H A D_codecs_kr.c87 #define NONE 127 macro
90 0, 1, NONE, 2, NONE, NONE, 3, 4,
91 5, NONE, NONE, NONE, NONE, NONE, NONE, NON
160 #undef NONE macro
308 #define NONE macro
436 #undef NONE macro
[all...]
/external/python/cpython3/Modules/cjkcodecs/
H A D_codecs_kr.c92 #define NONE 127 macro
95 0, 1, NONE, 2, NONE, NONE, 3, 4,
96 5, NONE, NONE, NONE, NONE, NONE, NONE, NON
165 #undef NONE macro
321 #define NONE macro
452 #undef NONE macro
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_format.c77 VT(R8_SNORM, 8_SNORM, NONE, WZYX),
80 V_(R8_USCALED, 8_UINT, NONE, WZYX),
81 V_(R8_SSCALED, 8_UINT, NONE, WZYX),
85 _T(I8_UNORM, 8_UNORM, NONE, WZYX),
87 _T(A8_UINT, 8_UINT, NONE, WZYX),
88 _T(A8_SINT, 8_SINT, NONE, WZYX),
89 _T(L8_UINT, 8_UINT, NONE, WZYX),
90 _T(L8_SINT, 8_SINT, NONE, WZYX),
91 _T(I8_UINT, 8_UINT, NONE, WZYX),
92 _T(I8_SINT, 8_SINT, NONE, WZY
[all...]
/external/mesa3d/src/glx/
H A Dvertarr.c108 #define NONE {0, 0, 0} macro
140 {NONE, NONE, NONE, F(2)}, /* GL_V2F */
141 {NONE, NONE, NONE, F(3)}, /* GL_V3F */
142 {NONE, UB4, NONE, F(2)}, /* GL_C4UB_V2F */
143 {NONE, UB
155 #undef NONE macro
[all...]
/external/mockito/src/main/java/org/mockito/mock/
H A DSerializableMode.java18 NONE, enum constant in enum:SerializableMode
/external/syslinux/libinstaller/
H A Dsyslxfs.h17 NONE, enumerator in enum:filesystem
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_format.c80 V_(R8_SNORM, 8_SNORM, NONE, WZYX),
83 V_(R8_USCALED, 8_UINT, NONE, WZYX),
84 V_(R8_SSCALED, 8_UINT, NONE, WZYX),
86 _T(A8_UNORM, 8_UNORM, NONE, WZYX),
88 _T(I8_UNORM, 8_UNORM, NONE, WZYX),
90 // _T(A8_UINT, 8_UINT, NONE, WZYX),
91 // _T(A8_SINT, 8_SINT, NONE, WZYX),
92 // _T(L8_UINT, 8_UINT, NONE, WZYX),
93 // _T(L8_SINT, 8_SINT, NONE, WZYX),
94 // _T(I8_UINT, 8_UINT, NONE, WZY
[all...]
/external/valgrind/none/tests/solaris/
H A Dcoredump_many_threads.post.exp8 5 UNPARKED <NONE> 1
12 1 UNPARKED <NONE> 1
17 2 UNPARKED <NONE> 1
23 3 UNPARKED <NONE> 1
29 4 UNPARKED <NONE> 1
35 6 UNPARKED <NONE> 1
41 7 UNPARKED <NONE> 1
47 8 UNPARKED <NONE> 1
53 9 UNPARKED <NONE> 1
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DOpcode.java44 NOP(0x00, "nop", ReferenceType.NONE, Format.Format10x, Opcode.CAN_CONTINUE),
45 MOVE(0x01, "move", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
46 MOVE_FROM16(0x02, "move/from16", ReferenceType.NONE, Format.Format22x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
47 MOVE_16(0x03, "move/16", ReferenceType.NONE, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
48 MOVE_WIDE(0x04, "move-wide", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
49 MOVE_WIDE_FROM16(0x05, "move-wide/from16", ReferenceType.NONE, Format.Format22x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
50 MOVE_WIDE_16(0x06, "move-wide/16", ReferenceType.NONE, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
51 MOVE_OBJECT(0x07, "move-object", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
52 MOVE_OBJECT_FROM16(0x08, "move-object/from16", ReferenceType.NONE, Format.Format22x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
53 MOVE_OBJECT_16(0x09, "move-object/16", ReferenceType.NONE, Forma
[all...]
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
H A DNodeShape.java29 NONE("none"); enum constant in enum:NodeShape
/external/harfbuzz_ng/.ci/
H A Drun-coveralls.sh12 rm -f src/.libs/NONE.gcov
13 touch src/NONE
/external/libavc/encoder/
H A Dime_defs.h45 #define NONE 0 macro
/external/tensorflow/tensorflow/core/util/
H A Dactivation_mode.h31 NONE = 0, enumerator in enum:tensorflow::ActivationMode
/external/valgrind/memcheck/tests/
H A Dwrap1.c16 use "NONE", since V treats any executable/.so which lacks a soname
17 as if its soname was "NONE". */
18 void I_WRAP_SONAME_FNNAME_ZU(NONE,actual) ( void )
/external/autotest/client/cros/cellular/
H A Dcellular.py60 'NONE',
110 'NONE', # UE not seen or in transition to/from REGISTERED
119 UeGsmDataStatus.NONE: UeGenericDataStatus.NONE,
120 UeGsmDataStatus.IDLE: UeGenericDataStatus.NONE,
121 UeGsmDataStatus.ATTACHING: UeGenericDataStatus.NONE, # Transition
123 UeGsmDataStatus.DETACHING: UeGenericDataStatus.NONE, # Transition
128 UeC2kDataStatus.OFF: UeGenericDataStatus.NONE,
143 UeEvdoDataStatus.UATI_REQUEST: UeGenericDataStatus.NONE,
144 UeLteDataStatus.OFF: UeGenericDataStatus.NONE,
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_format.c190 #define NONE 0x00000000 macro
212 _(L8_UNORM , L8 , 0, C, C, C, 1, 0, 0, 0, x, NONE, ____),
213 _(L8_SNORM , L8 , 0, C, C, C, 1, 0, 0, 0, x, NONE, SSSS),
215 _(I8_UNORM , L8 , 0, C, C, C, C, 0, 0, 0, 0, NONE, ____),
216 _(I8_SNORM , L8 , 0, C, C, C, C, 0, 0, 0, 0, NONE, SSSS),
217 _(A8_UNORM , L8 , 0, 0, 0, 0, C, x, x, x, 0, NONE, ____),
218 _(A8_SNORM , L8 , 0, 0, 0, 0, C, x, x, x, 0, NONE, SSSS),
219 _(R8_UNORM , L8 , 0, C, 0, 0, 1, 0, x, x, x, NONE, ____),
220 _(R8_SNORM , L8 , 0, C, 0, 0, 1, 0, x, x, x, NONE, SSSS),
221 _(B5G5R5X1_UNORM , A1R5G5B5, 0, C, C, C, 1, 2, 1, 0, x, NONE, ___
[all...]

Completed in 782 milliseconds

1234567891011>>