Home
last modified time | relevance | path

Searched refs:NONE (Results 1 – 25 of 885) sorted by relevance

12345678910>>...36

/external/walt/hardware/enclosure/
DWALT_recessed_enclosure.step16 #1 = CARTESIAN_POINT ( 'NONE', ( -12.36078643762690100, -21.69999999999999900, 4.29999999999999980…
17 #2 = PLANE ( 'NONE', #1044 ) ;
18 #3 = ORIENTED_EDGE ( 'NONE', *, *, #4371, .F. ) ;
19 #4 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) …
20 #5 = EDGE_LOOP ( 'NONE', ( #432, #4474, #4472, #4320 ) ) ;
21 #6 = FACE_OUTER_BOUND ( 'NONE', #413, .T. ) ;
22 #7 = ORIENTED_EDGE ( 'NONE', *, *, #1786, .F. ) ;
23 #8 = DIRECTION ( 'NONE', ( 0.7071067811865474600, 0.7071067811865474600, 0.0000000000000000000 ) )…
24 #9 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) )…
25 #10 = DIRECTION ( 'NONE', ( -0.4999999999999997200, -0.8660254037844388200, 0.0000000000000000000 …
[all …]
/external/mesa3d/src/gallium/drivers/etnaviv/
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/python/cpython2/Modules/cjkcodecs/
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, NONE,
92 6, 7, 8, NONE, 9, 10, 11, 12,
96 1, 2, 3, 4, 5, 6, 7, NONE,
98 16, 17, NONE, 18, 19, 20, 21, 22,
99 NONE, 23, 24, 25, 26, 27
132 cho = NONE; in DECODER()
135 jung = (0xbf <= c && c <= 0xd3) ? c - 0xbf : NONE; in DECODER()
143 jong = NONE; in DECODER()
[all …]
/external/python/cpython3/Modules/cjkcodecs/
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, NONE,
97 6, 7, 8, NONE, 9, 10, 11, 12,
101 1, 2, 3, 4, 5, 6, 7, NONE,
103 16, 17, NONE, 18, 19, 20, 21, 22,
104 NONE, 23, 24, 25, 26, 27
136 cho = NONE; in DECODER()
139 jung = (0xbf <= c && c <= 0xd3) ? c - 0xbf : NONE; in DECODER()
147 jong = NONE; in DECODER()
[all …]
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
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, WZYX),
[all …]
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
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, WZYX),
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
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_REGISTE…
46 …MOVE_FROM16(0x02, "move/from16", ReferenceType.NONE, Format.Format22x, Opcode.CAN_CONTINUE | Opcod…
47 …MOVE_16(0x03, "move/16", ReferenceType.NONE, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_R…
48 …MOVE_WIDE(0x04, "move-wide", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SE…
49 …MOVE_WIDE_FROM16(0x05, "move-wide/from16", ReferenceType.NONE, Format.Format22x, Opcode.CAN_CONTIN…
50 …MOVE_WIDE_16(0x06, "move-wide/16", ReferenceType.NONE, Format.Format32x, Opcode.CAN_CONTINUE | Opc…
51 …MOVE_OBJECT(0x07, "move-object", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opcod…
52 …MOVE_OBJECT_FROM16(0x08, "move-object/from16", ReferenceType.NONE, Format.Format22x, Opcode.CAN_CO…
53 …MOVE_OBJECT_16(0x09, "move-object/16", ReferenceType.NONE, Format.Format32x, Opcode.CAN_CONTINUE |…
[all …]
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
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),
104 V_(R16_USCALED, 16_UINT, NONE, WZYX),
105 V_(R16_SSCALED, 16_UINT, NONE, WZYX),
125 V_(R8G8_USCALED, 8_8_UINT, NONE, WZYX),
126 V_(R8G8_SSCALED, 8_8_SINT, NONE, WZYX),
137 V_(R8G8B8_UNORM, 8_8_8_UNORM, NONE, WZYX),
[all …]
/external/mesa3d/src/glx/
Dvertarr.c108 #define NONE {0, 0, 0} in __indirect_glInterleavedArrays() macro
140 {NONE, NONE, NONE, F(2)}, /* GL_V2F */ in __indirect_glInterleavedArrays()
141 {NONE, NONE, NONE, F(3)}, /* GL_V3F */ in __indirect_glInterleavedArrays()
142 {NONE, UB4, NONE, F(2)}, /* GL_C4UB_V2F */ in __indirect_glInterleavedArrays()
143 {NONE, UB4, NONE, F(3)}, /* GL_C4UB_V3F */ in __indirect_glInterleavedArrays()
144 {NONE, F(3), NONE, F(3)}, /* GL_C3F_V3F */ in __indirect_glInterleavedArrays()
145 {NONE, NONE, F(3), F(3)}, /* GL_N3F_V3F */ in __indirect_glInterleavedArrays()
146 {NONE, F(4), F(3), F(3)}, /* GL_C4F_N3F_V3F */ in __indirect_glInterleavedArrays()
147 {F(2), NONE, NONE, F(3)}, /* GL_T2F_V3F */ in __indirect_glInterleavedArrays()
148 {F(4), NONE, NONE, F(4)}, /* GL_T4F_V4F */ in __indirect_glInterleavedArrays()
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_ioctl.inc22 NONE,
51 _(FIOCLEX, NONE, 0);
54 _(FIONCLEX, NONE, 0);
60 _(TIOCCONS, NONE, 0);
61 _(TIOCEXCL, NONE, 0);
69 _(TIOCNOTTY, NONE, 0);
70 _(TIOCNXCL, NONE, 0);
73 _(TIOCSCTTY, NONE, 0);
105 // _(CDROMAUDIOBUFSIZ, NONE, 0);
106 // _(SNDCTL_TMR_CONTINUE, NONE, 0);
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
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 …]
/external/llvm/test/CodeGen/Thumb2/
Dfloat-cmp.ll1 … -mtriple=thumbv7-none-eabi -mcpu=cortex-m3 | FileCheck %s -check-prefix=CHECK -check-prefix=NONE
10 ; NONE: movs r0, #0
17 ; NONE: bl __aeabi_fcmpeq
25 ; NONE: bl __aeabi_fcmpgt
33 ; NONE: bl __aeabi_fcmpge
41 ; NONE: bl __aeabi_fcmplt
49 ; NONE: bl __aeabi_fcmple
57 ; NONE: bl __aeabi_fcmpgt
58 ; NONE: bl __aeabi_fcmplt
67 ; NONE: bl __aeabi_fcmpun
[all …]
Dfloat-ops.ll1 … -mtriple=thumbv7-none-eabi -mcpu=cortex-m3 | FileCheck %s -check-prefix=CHECK -check-prefix=NONE
9 ; NONE: bl __aeabi_fadd
18 ; NONE: bl __aeabi_dadd
28 ; NONE: bl __aeabi_fsub
37 ; NONE: bl __aeabi_dsub
47 ; NONE: bl __aeabi_fmul
56 ; NONE: bl __aeabi_dmul
66 ; NONE: bl __aeabi_fdiv
75 ; NONE: bl __aeabi_ddiv
85 ; NONE: bl fmodf
[all …]
/external/oj-libjdwp/src/share/back/
DEventRequestImpl.c44 jdwpError serror = JDWP_ERROR(NONE); in readAndSetFilters()
51 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) ) in readAndSetFilters()
59 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) ) in readAndSetFilters()
69 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) ) in readAndSetFilters()
79 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) ) in readAndSetFilters()
93 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) ) in readAndSetFilters()
96 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) ) in readAndSetFilters()
99 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) ) in readAndSetFilters()
102 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) ) in readAndSetFilters()
113 if ( (serror = inStream_error(in)) != JDWP_ERROR(NONE) ) in readAndSetFilters()
[all …]
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c32 #define NONE TGSI_OUTPUT_NONE macro
79 { 0, 0, 0, 0, 0, 0, 0, NONE, "KILL", TGSI_OPCODE_KILL },
103 { 0, 0, 0, 0, 1, 0, 0, NONE, "CAL", TGSI_OPCODE_CAL },
104 { 0, 0, 0, 0, 0, 0, 0, NONE, "RET", TGSI_OPCODE_RET },
113 { 0, 0, 0, 0, 0, 0, 0, NONE, "BRK", TGSI_OPCODE_BRK },
114 { 0, 1, 0, 0, 1, 0, 1, NONE, "IF", TGSI_OPCODE_IF },
115 { 0, 1, 0, 0, 1, 0, 1, NONE, "UIF", TGSI_OPCODE_UIF },
116 { 0, 1, 0, 0, 0, 0, 1, NONE, "", 76 }, /* removed */
117 { 0, 0, 0, 0, 1, 1, 1, NONE, "ELSE", TGSI_OPCODE_ELSE },
118 { 0, 0, 0, 0, 0, 1, 0, NONE, "ENDIF", TGSI_OPCODE_ENDIF },
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic.cc122 NONE, enumerator
124 ARABIC_NUM_FEATURES = NONE,
140 { {NONE,NONE,0}, {NONE,ISOL,2}, {NONE,ISOL,1}, {NONE,ISOL,2}, {NONE,ISOL,1}, {NONE,ISOL,6}, },
143 { {NONE,NONE,0}, {NONE,ISOL,2}, {NONE,ISOL,1}, {NONE,ISOL,2}, {NONE,FIN2,5}, {NONE,ISOL,6}, },
146 { {NONE,NONE,0}, {NONE,ISOL,2}, {INIT,FINA,1}, {INIT,FINA,3}, {INIT,FINA,4}, {INIT,FINA,6}, },
149 { {NONE,NONE,0}, {NONE,ISOL,2}, {MEDI,FINA,1}, {MEDI,FINA,3}, {MEDI,FINA,4}, {MEDI,FINA,6}, },
152 { {NONE,NONE,0}, {NONE,ISOL,2}, {MED2,ISOL,1}, {MED2,ISOL,2}, {MED2,FIN2,5}, {MED2,ISOL,6}, },
155 { {NONE,NONE,0}, {NONE,ISOL,2}, {ISOL,ISOL,1}, {ISOL,ISOL,2}, {ISOL,FIN2,5}, {ISOL,ISOL,6}, },
158 { {NONE,NONE,0}, {NONE,ISOL,2}, {NONE,ISOL,1}, {NONE,ISOL,2}, {NONE,FIN3,5}, {NONE,ISOL,6}, }
314 info[i].arabic_shaping_action() = NONE; in arabic_joining()
[all …]
/external/libmojo/mojo/public/js/
Dvalidator.js10 NONE: 'VALIDATION_ERROR_NONE', property
124 validationError.NONE : validationError.UNEXPECTED_INVALID_HANDLE;
129 return validationError.NONE;
155 return validationError.NONE;
175 return validationError.NONE;
186 if (err != validationError.NONE)
210 return validationError.NONE;
217 return validationError.NONE;
224 return validationError.NONE;
231 return validationError.NONE;
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c151 C4(A, B4G4R4A4_UNORM, NONE, B, G, R, A, UNORM, A4B4G4R4, T),
152 F3(A, B4G4R4X4_UNORM, NONE, B, G, R, xx, UNORM, A4B4G4R4, T),
153 F3(A, R9G9B9E5_FLOAT, NONE, R, G, B, xx, FLOAT, E5B9G9R9_SHAREDEXP, T),
157 C4(A, R10G10B10A2_SNORM, NONE, R, G, B, A, SNORM, A2B10G10R10, T),
158 C4(A, B10G10R10A2_SNORM, NONE, B, G, R, A, SNORM, A2B10G10R10, T),
165 F3(A, L8_SRGB, NONE, R, R, R, xx, UNORM, R8, T),
204 C4(A, L4A4_UNORM, NONE, R, R, R, G, UNORM, G4R4, T),
207 C4(A, L8A8_SRGB, NONE, R, R, R, G, UNORM, G8R8, T),
219 F3(A, DXT1_RGB, NONE, R, G, B, xx, UNORM, DXT1, T),
220 F3(A, DXT1_SRGB, NONE, R, G, B, xx, UNORM, DXT1, T),
[all …]
/external/autotest/client/cros/cellular/
Dcellular.py119 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,
145 UeLteDataStatus.IDLE: UeGenericDataStatus.NONE,
148 UeLteDataStatus.LOOPBACK: UeGenericDataStatus.NONE,
150 UeLteDataStatus.UNAVAILABLE: UeGenericDataStatus.NONE
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptManager.java207 menu.add(Menu.NONE, MenuId.RENAME.getId(), Menu.NONE, "Rename"); in onCreateContextMenu()
208 menu.add(Menu.NONE, MenuId.DELETE.getId(), Menu.NONE, "Delete"); in onCreateContextMenu()
271 menu.add(Menu.NONE, MenuId.SEARCH.getId(), Menu.NONE, "Search").setIcon( in onPrepareOptionsMenu()
273 menu.add(Menu.NONE, MenuId.PREFERENCES.getId(), Menu.NONE, "Preferences").setIcon( in onPrepareOptionsMenu()
275 menu.add(Menu.NONE, MenuId.REFRESH.getId(), Menu.NONE, "Refresh").setIcon( in onPrepareOptionsMenu()
282 menu.addSubMenu(Menu.NONE, Menu.NONE, Menu.NONE, "View").setIcon( in buildSwitchActivityMenu()
284 subMenu.add(Menu.NONE, MenuId.INTERPRETER_MANAGER.getId(), Menu.NONE, "Interpreters"); in buildSwitchActivityMenu()
285 subMenu.add(Menu.NONE, MenuId.TRIGGER_MANAGER.getId(), Menu.NONE, "Triggers"); in buildSwitchActivityMenu()
286 subMenu.add(Menu.NONE, MenuId.LOGCAT_VIEWER.getId(), Menu.NONE, "Logcat"); in buildSwitchActivityMenu()
307 menu.addSubMenu(Menu.NONE, Menu.NONE, Menu.NONE, "Add").setIcon( in buildAddMenu()
[all …]
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.h145 #define VSF_ATTR_UNITY(reg) EASY_VSF_SOURCE(reg, ONE, ONE, ONE, ONE, ATTR, NONE)
146 #define VSF_UNITY(reg) EASY_VSF_SOURCE(reg, ONE, ONE, ONE, ONE, NONE, NONE)
149 #define VSF_REG(reg) EASY_VSF_SOURCE(reg, X, Y, Z, W, ATTR, NONE)
152 #define VSF_PARAM(reg) EASY_VSF_SOURCE(reg, X, Y, Z, W, PARAM, NONE)
155 #define VSF_TMP(reg) EASY_VSF_SOURCE(reg, X, Y, Z, W, TMP, NONE)
158 #define VSF_ATTR_X(reg) EASY_VSF_SOURCE(reg, X, X, X, X, ATTR, NONE)
159 #define VSF_ATTR_Y(reg) EASY_VSF_SOURCE(reg, Y, Y, Y, Y, ATTR, NONE)
160 #define VSF_ATTR_Z(reg) EASY_VSF_SOURCE(reg, Z, Z, Z, Z, ATTR, NONE)
161 #define VSF_ATTR_W(reg) EASY_VSF_SOURCE(reg, W, W, W, W, ATTR, NONE)
/external/ltp/testcases/kernel/syscalls/get_mempolicy/
Dget_mempolicy01.c84 NONE, enumerator
111 .from_node = NONE,
132 .from_node = NONE,
146 .from_node = NONE,
167 .from_node = NONE,
181 .from_node = NONE,
188 .from_node = NONE,
239 if (tc->from_node == NONE) in do_test()
257 if (tc->from_node == NONE) in do_test()
289 cmp_ok = (tc->policy == policy && (tc->from_node == NONE || in do_test()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.conf1611 key_mgmt=NONE
1618 key_mgmt=NONE
1631 key_mgmt=NONE
1659 key_mgmt=WPA-NONE
1660 pairwise=NONE
1670 key_mgmt=NONE
1687 key_mgmt=WPA-EAP WPA-PSK IEEE8021X NONE
1742 key_mgmt=NONE
1764 key_mgmt=NONE
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DSuperClassTest.java53 assertTrue(reply.getErrorCode() == JDWPConstants.Error.NONE); in asserSuperClassReplyIsValid()
88 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE); in testSuperClass001()
98 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE); in testSuperClass001()
108 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE); in testSuperClass001()
117 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE); in testSuperClass001()
127 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE); in testSuperClass001()
152 ReplyPacket reply = jdwpGetSuperClassReply(interfaceID, JDWPConstants.Error.NONE); in testSuperClass002()
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
DSharedBufferHandle.java23 public static final CreateFlags NONE = CreateFlags.none().immutable(); field in SharedBufferHandle.CreateFlags
47 private CreateFlags mFlags = CreateFlags.NONE;
67 public static final DuplicateFlags NONE = DuplicateFlags.none().immutable(); field in SharedBufferHandle.DuplicateFlags
92 private DuplicateFlags mFlags = DuplicateFlags.NONE;
112 public static final MapFlags NONE = MapFlags.none().immutable(); field in SharedBufferHandle.MapFlags

12345678910>>...36