/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 32 #define NONE TGSI_OUTPUT_NONE macro 60 { 0, 0, 0, 0, 0, 0, NONE, "", 20 }, /* removed */ 62 { 0, 0, 0, 0, 0, 0, NONE, "", 22 }, /* removed */ 63 { 0, 0, 0, 0, 0, 0, NONE, "", 23 }, /* removed */ 72 { 0, 0, 0, 0, 0, 0, NONE, "", 32 }, /* removed */ 79 { 0, 0, 0, 0, 0, 0, NONE, "KILP", TGSI_OPCODE_KILP }, 102 { 0, 1, 0, 0, 0, 0, NONE, "BRA", TGSI_OPCODE_BRA }, 103 { 0, 0, 0, 1, 0, 0, NONE, "CAL", TGSI_OPCODE_CAL }, 104 { 0, 0, 0, 0, 0, 0, NONE, "RET", TGSI_OPCODE_RET }, 113 { 0, 0, 0, 0, 0, 0, NONE, "BRK", TGSI_OPCODE_BRK }, [all …]
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | Opcode.java | 44 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/dexmaker/src/dx/java/com/android/dx/io/ |
D | OpcodeInfo.java | 42 InstructionCodec.FORMAT_00X, IndexType.NONE); 49 IndexType.NONE); 54 IndexType.NONE); 59 IndexType.NONE); 64 InstructionCodec.FORMAT_10X, IndexType.NONE); 68 InstructionCodec.FORMAT_12X, IndexType.NONE); 72 InstructionCodec.FORMAT_22X, IndexType.NONE); 76 InstructionCodec.FORMAT_32X, IndexType.NONE); 80 InstructionCodec.FORMAT_12X, IndexType.NONE); 84 InstructionCodec.FORMAT_22X, IndexType.NONE); [all …]
|
/external/mesa3d/src/glx/ |
D | vertarr.c | 107 #define NONE {0, 0, 0} in __indirect_glInterleavedArrays() macro 139 {NONE, NONE, NONE, F(2)}, /* GL_V2F */ in __indirect_glInterleavedArrays() 140 {NONE, NONE, NONE, F(3)}, /* GL_V3F */ in __indirect_glInterleavedArrays() 141 {NONE, UB4, NONE, F(2)}, /* GL_C4UB_V2F */ in __indirect_glInterleavedArrays() 142 {NONE, UB4, NONE, F(3)}, /* GL_C4UB_V3F */ in __indirect_glInterleavedArrays() 143 {NONE, F(3), NONE, F(3)}, /* GL_C3F_V3F */ in __indirect_glInterleavedArrays() 144 {NONE, NONE, F(3), F(3)}, /* GL_N3F_V3F */ in __indirect_glInterleavedArrays() 145 {NONE, F(4), F(3), F(3)}, /* GL_C4F_N3F_V3F */ in __indirect_glInterleavedArrays() 146 {F(2), NONE, NONE, F(3)}, /* GL_T2F_V3F */ in __indirect_glInterleavedArrays() 147 {F(4), NONE, NONE, F(4)}, /* GL_T4F_V4F */ in __indirect_glInterleavedArrays() [all …]
|
/external/v8/test/cctest/compiler/ |
D | test-operator.cc | 14 #define NONE Operator::kNoProperties macro 19 Operator op1(10, NONE, "ThisOne", 0, 0, 0, 0, 0, 0); in TEST() 22 Operator op2(11, NONE, "ThatOne", 0, 0, 0, 0, 0, 0); in TEST() 25 Operator1<int> op3(12, NONE, "Mnemonic1", 0, 0, 0, 1, 0, 0, 12333); in TEST() 28 Operator1<double> op4(13, NONE, "TheOther", 0, 0, 0, 1, 0, 0, 99.9); in TEST() 34 Operator op1(17, NONE, "Another", 0, 0, 0, 0, 0, 0); in TEST() 37 Operator op2(18, NONE, "Falsch", 0, 0, 0, 0, 0, 0); in TEST() 43 Operator op1a(19, NONE, "Another1", 0, 0, 0, 0, 0, 0); in TEST() 51 Operator op2a(20, NONE, "Falsch1", 0, 0, 0, 0, 0, 0); in TEST() 79 Operator op1a(19, NONE, "Another1", 0, 0, 0, 0, 0, 0); in TEST() [all …]
|
D | test-node.cc | 16 #define NONE reinterpret_cast<Node*>(1) macro 31 __array[0] != NONE ? static_cast<int>(arraysize(__array)) : 0; \ 138 __array[0] != NONE ? static_cast<int>(arraysize(__array)) : 0; \ 159 CHECK_USES(n0, NONE); in TEST() 160 CHECK_USES(n1, NONE); in TEST() 161 CHECK_USES(n2, NONE); in TEST() 177 CHECK_USES(n1, NONE); in TEST() 181 CHECK_USES(n0, NONE); in TEST() 188 CHECK_USES(n0, NONE); in TEST() 189 CHECK_USES(n1, NONE); in TEST() [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors_ioctl.inc | 22 NONE, 51 _(FIOCLEX, NONE, 0); 54 _(FIONCLEX, NONE, 0); 76 _(TIOCCONS, NONE, 0); 77 _(TIOCEXCL, NONE, 0); 85 _(TIOCNOTTY, NONE, 0); 86 _(TIOCNXCL, NONE, 0); 89 _(TIOCSCTTY, NONE, 0); 102 // _(CDROMAUDIOBUFSIZ, NONE, 0); 103 // _(SNDCTL_TMR_CONTINUE, NONE, 0); [all …]
|
/external/llvm/test/CodeGen/Thumb2/ |
D | float-cmp.ll | 1 … -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 …]
|
D | float-ops.ll | 1 … -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/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_format.c | 196 #define NONE 0x00000000 macro 218 _(L8_UNORM , L8 , 0, C, C, C, 1, 0, 0, 0, x, NONE, ____), 219 _(L8_SNORM , L8 , 0, C, C, C, 1, 0, 0, 0, x, NONE, SSSS), 221 _(I8_UNORM , L8 , 0, C, C, C, C, 0, 0, 0, 0, NONE, ____), 222 _(I8_SNORM , L8 , 0, C, C, C, C, 0, 0, 0, 0, NONE, SSSS), 223 _(A8_UNORM , L8 , 0, 0, 0, 0, C, x, x, x, 0, NONE, ____), 224 _(A8_SNORM , L8 , 0, 0, 0, 0, C, x, x, x, 0, NONE, SSSS), 225 _(R8_UNORM , L8 , 0, C, 0, 0, 1, 0, x, x, x, NONE, ____), 226 _(R8_SNORM , L8 , 0, C, 0, 0, 1, 0, x, x, x, NONE, SSSS), 227 _(B5G5R5X1_UNORM , A1R5G5B5, 0, C, C, C, 1, 2, 1, 0, x, NONE, ____), [all …]
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_formats.c | 172 ZSB(X24S8_UINT, NONE, C1, C1, C1, xx, UNORM, Z24_S8, T), 174 SZB(S8X24_UINT, NONE, C0, C0, C0, xx, UNORM, S8_Z24, T), 177 ZSB(X32_S8X24_UINT, NONE, C1, C1, C1, xx, FLOAT, Z32_S8_X24, T), 182 C4B(B4G4R4A4_UNORM, NONE, C2, C1, C0, C3, UNORM, 4_4_4_4, T), 183 F3B(B4G4R4X4_UNORM, NONE, C2, C1, C0, xx, UNORM, 4_4_4_4, T), 184 F3B(R9G9B9E5_FLOAT, NONE, C0, C1, C2, xx, FLOAT, 9_9_9_E5, T), 190 C4A(R10G10B10A2_SNORM, NONE, C0, C1, C2, C3, SNORM, 10_10_10_2, TV, 0), 191 C4A(B10G10R10A2_SNORM, NONE, C2, C1, C0, C3, SNORM, 10_10_10_2, TV, 1), 235 C4B(L4A4_UNORM, NONE, C0, C0, C0, C1, UNORM, 4_4, T), 250 F3B(DXT1_RGB, NONE, C0, C1, C2, xx, UNORM, DXT1, T), [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-arabic.cc | 125 NONE, enumerator 127 ARABIC_NUM_FEATURES = NONE, 143 { {NONE,NONE,0}, {NONE,ISOL,2}, {NONE,ISOL,1}, {NONE,ISOL,2}, {NONE,ISOL,1}, {NONE,ISOL,6}, }, 146 { {NONE,NONE,0}, {NONE,ISOL,2}, {NONE,ISOL,1}, {NONE,ISOL,2}, {NONE,FIN2,5}, {NONE,ISOL,6}, }, 149 { {NONE,NONE,0}, {NONE,ISOL,2}, {INIT,FINA,1}, {INIT,FINA,3}, {INIT,FINA,4}, {INIT,FINA,6}, }, 152 { {NONE,NONE,0}, {NONE,ISOL,2}, {MEDI,FINA,1}, {MEDI,FINA,3}, {MEDI,FINA,4}, {MEDI,FINA,6}, }, 155 { {NONE,NONE,0}, {NONE,ISOL,2}, {MED2,ISOL,1}, {MED2,ISOL,2}, {MED2,FIN2,5}, {MED2,ISOL,6}, }, 158 { {NONE,NONE,0}, {NONE,ISOL,2}, {ISOL,ISOL,1}, {ISOL,ISOL,2}, {ISOL,FIN2,5}, {ISOL,ISOL,6}, }, 161 { {NONE,NONE,0}, {NONE,ISOL,2}, {NONE,ISOL,1}, {NONE,ISOL,2}, {NONE,FIN3,5}, {NONE,ISOL,6}, } 312 info[i].arabic_shaping_action() = NONE; in arabic_joining() [all …]
|
/external/autotest/client/cros/cellular/ |
D | cellular.py | 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, 145 UeLteDataStatus.IDLE: UeGenericDataStatus.NONE, 148 UeLteDataStatus.LOOPBACK: UeGenericDataStatus.NONE, 150 UeLteDataStatus.UNAVAILABLE: UeGenericDataStatus.NONE
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/ |
D | OptionsPanel.java | 91 …d(label, new GridBagConstraints(0, 1, 1, 1, 0, 0, GridBagConstraints.EAST, GridBagConstraints.NONE, in initializeComponents() 97 GridBagConstraints.NONE, new Insets(6, 6, 0, 0), 0, 0)); in initializeComponents() 101 …d(label, new GridBagConstraints(0, 2, 1, 1, 0, 0, GridBagConstraints.EAST, GridBagConstraints.NONE, in initializeComponents() 107 GridBagConstraints.NONE, new Insets(6, 6, 0, 0), 0, 0)); in initializeComponents() 111 …d(label, new GridBagConstraints(0, 3, 1, 1, 0, 0, GridBagConstraints.EAST, GridBagConstraints.NONE, in initializeComponents() 117 GridBagConstraints.NONE, new Insets(6, 6, 0, 0), 0, 0)); in initializeComponents() 121 …d(label, new GridBagConstraints(0, 4, 1, 1, 0, 0, GridBagConstraints.EAST, GridBagConstraints.NONE, in initializeComponents() 127 GridBagConstraints.NONE, new Insets(6, 6, 0, 0), 0, 0)); in initializeComponents() 131 …d(label, new GridBagConstraints(0, 5, 1, 1, 0, 0, GridBagConstraints.EAST, GridBagConstraints.NONE, in initializeComponents() 137 GridBagConstraints.NONE, new Insets(6, 6, 0, 0), 0, 0)); in initializeComponents() [all …]
|
D | ScaledNumericPanel.java | 155 …rmPanel, new GridBagConstraints(5, 5, 1, 1, 0, 0, GridBagConstraints.EAST, GridBagConstraints.NONE, in initializeComponents() 159 …d(label, new GridBagConstraints(2, 1, 1, 1, 0, 0, GridBagConstraints.EAST, GridBagConstraints.NONE, in initializeComponents() 165 GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 0, 0)); in initializeComponents() 170 GridBagConstraints.NONE, new Insets(0, 6, 0, 0), 0, 0)); in initializeComponents() 176 GridBagConstraints.NONE, new Insets(0, 1, 0, 0), 0, 0)); in initializeComponents() 180 …d(label, new GridBagConstraints(2, 2, 1, 1, 0, 0, GridBagConstraints.EAST, GridBagConstraints.NONE, in initializeComponents() 186 GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 0, 0)); in initializeComponents() 191 GridBagConstraints.NONE, new Insets(0, 6, 0, 0), 0, 0)); in initializeComponents() 197 GridBagConstraints.NONE, new Insets(0, 1, 0, 0), 0, 0)); in initializeComponents() 214 GridBagConstraints.NONE, new Insets(0, 5, 0, 0), 0, 0)); in initializeComponents() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.h | 145 #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/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | ScriptManager.java | 210 menu.add(Menu.NONE, MenuId.RENAME.getId(), Menu.NONE, "Rename"); in onCreateContextMenu() 211 menu.add(Menu.NONE, MenuId.DELETE.getId(), Menu.NONE, "Delete"); in onCreateContextMenu() 274 menu.add(Menu.NONE, MenuId.SEARCH.getId(), Menu.NONE, "Search").setIcon( in onPrepareOptionsMenu() 276 menu.add(Menu.NONE, MenuId.PREFERENCES.getId(), Menu.NONE, "Preferences").setIcon( in onPrepareOptionsMenu() 278 menu.add(Menu.NONE, MenuId.REFRESH.getId(), Menu.NONE, "Refresh").setIcon( in onPrepareOptionsMenu() 285 menu.addSubMenu(Menu.NONE, Menu.NONE, Menu.NONE, "View").setIcon( in buildSwitchActivityMenu() 287 subMenu.add(Menu.NONE, MenuId.INTERPRETER_MANAGER.getId(), Menu.NONE, "Interpreters"); in buildSwitchActivityMenu() 288 subMenu.add(Menu.NONE, MenuId.TRIGGER_MANAGER.getId(), Menu.NONE, "Triggers"); in buildSwitchActivityMenu() 289 subMenu.add(Menu.NONE, MenuId.LOGCAT_VIEWER.getId(), Menu.NONE, "Logcat"); in buildSwitchActivityMenu() 310 menu.addSubMenu(Menu.NONE, Menu.NONE, Menu.NONE, "Add").setIcon( in buildAddMenu() [all …]
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/ |
D | RegionPickerPanel.java | 65 …content, new GridBagConstraints(0, 0, 1, 1, 0, 0, GridBagConstraints.WEST, GridBagConstraints.NONE, in initializeComponents() 69 …ect"), new GridBagConstraints(0, 0, 1, 1, 0, 0, GridBagConstraints.CENTER, GridBagConstraints.NONE, in initializeComponents() 77 …All"), new GridBagConstraints(0, 0, 1, 1, 0, 0, GridBagConstraints.CENTER, GridBagConstraints.NONE, in initializeComponents() 79 …ion"), new GridBagConstraints(1, 0, 1, 1, 0, 0, GridBagConstraints.CENTER, GridBagConstraints.NONE, in initializeComponents() 81 …ion"), new GridBagConstraints(0, 1, 1, 1, 0, 0, GridBagConstraints.CENTER, GridBagConstraints.NONE, in initializeComponents() 83 …anel, new GridBagConstraints(0, -1, 1, 1, 0, 0, GridBagConstraints.CENTER, GridBagConstraints.NONE, in initializeComponents() 88 …ows"), new GridBagConstraints(0, 0, 1, 1, 1, 0, GridBagConstraints.CENTER, GridBagConstraints.NONE, in initializeComponents() 90 …9, 1), new GridBagConstraints(1, 0, 1, 1, 1, 0, GridBagConstraints.CENTER, GridBagConstraints.NONE, in initializeComponents() 92 …mns"), new GridBagConstraints(0, 1, 1, 1, 1, 0, GridBagConstraints.CENTER, GridBagConstraints.NONE, in initializeComponents() 94 …9, 1), new GridBagConstraints(1, 1, 1, 1, 1, 0, GridBagConstraints.CENTER, GridBagConstraints.NONE, in initializeComponents() [all …]
|
D | DrawPanel.java | 29 …"XYZ:"), new GridBagConstraints(0, 1, 1, 1, 0, 0, GridBagConstraints.EAST, GridBagConstraints.NONE, in initializeComponents() 33 GridBagConstraints.NONE, new Insets(6, 6, 0, 0), 0, 0)); in initializeComponents() 36 …lane:"), new GridBagConstraints(0, 2, 1, 1, 0, 0, GridBagConstraints.EAST, GridBagConstraints.NONE, in initializeComponents() 40 GridBagConstraints.NONE, new Insets(6, 6, 0, 0), 0, 0)); in initializeComponents() 43 …lane:"), new GridBagConstraints(0, 3, 1, 1, 0, 0, GridBagConstraints.EAST, GridBagConstraints.NONE, in initializeComponents() 47 GridBagConstraints.NONE, new Insets(6, 6, 0, 0), 0, 0)); in initializeComponents()
|
D | AngularVelocityPanel.java | 42 …lobal"), new GridBagConstraints(0, 0, 1, 1, 0, 0, GridBagConstraints.WEST, GridBagConstraints.NONE, in initializeComponents() 45 GridBagConstraints.WEST, GridBagConstraints.NONE, in initializeComponents() 48 GridBagConstraints.WEST, GridBagConstraints.NONE, in initializeComponents() 53 new GridBagConstraints(0, 2, 1, 1, 0, 0, GridBagConstraints.WEST, GridBagConstraints.NONE, in initializeComponents() 58 new GridBagConstraints(0, 4, 1, 1, 0, 0, GridBagConstraints.WEST, GridBagConstraints.NONE, in initializeComponents() 63 new GridBagConstraints(0, 3, 1, 1, 0, 0, GridBagConstraints.WEST, GridBagConstraints.NONE, in initializeComponents() 69 …(spacer, new GridBagConstraints(6, 0, 1, 1, 1, 0, GridBagConstraints.WEST, GridBagConstraints.NONE, in initializeComponents()
|
D | TextureLoaderPanel.java | 86 …ilter"), new GridBagConstraints(0, 0, 1, 1, 0, 0, GridBagConstraints.WEST, GridBagConstraints.NONE, in initializeComponents() 88 …lterBox, new GridBagConstraints(1, 0, 1, 1, 1, 0, GridBagConstraints.WEST, GridBagConstraints.NONE, in initializeComponents() 90 …ilter"), new GridBagConstraints(0, 1, 1, 1, 0, 0, GridBagConstraints.WEST, GridBagConstraints.NONE, in initializeComponents() 92 …lterBox, new GridBagConstraints(1, 1, 1, 1, 1, 0, GridBagConstraints.WEST, GridBagConstraints.NONE, in initializeComponents() 94 …MipMaps, new GridBagConstraints(0, 2, 1, 1, 0, 0, GridBagConstraints.WEST, GridBagConstraints.NONE, in initializeComponents() 96 …sButton, new GridBagConstraints(0, 3, 1, 1, 0, 0, GridBagConstraints.WEST, GridBagConstraints.NONE, in initializeComponents() 98 …eButton, new GridBagConstraints(1, 3, 1, 1, 1, 0, GridBagConstraints.WEST, GridBagConstraints.NONE, in initializeComponents() 100 …eButton, new GridBagConstraints(2, 3, 1, 1, 1, 0, GridBagConstraints.WEST, GridBagConstraints.NONE, in initializeComponents()
|
/external/v8/test/cctest/ |
D | test-elements-kind.cc | 88 JSObject::DefinePropertyOrElementIgnoreAttributes(object, name, value, NONE) in TEST() 120 JSObject::DefinePropertyOrElementIgnoreAttributes(object, name, value, NONE) in TEST() 132 JSObject::DefinePropertyOrElementIgnoreAttributes(object, name, value, NONE) in TEST() 161 JSObject::DefinePropertyOrElementIgnoreAttributes(object, name, value, NONE) in TEST() 173 JSObject::DefinePropertyOrElementIgnoreAttributes(object, name, value, NONE) in TEST() 185 JSObject::DefinePropertyOrElementIgnoreAttributes(object, name, value, NONE) in TEST() 215 JSObject::DefinePropertyOrElementIgnoreAttributes(array, name, value, NONE) in TEST() 246 JSObject::DefinePropertyOrElementIgnoreAttributes(array, name, value, NONE) in TEST() 259 JSObject::DefinePropertyOrElementIgnoreAttributes(array, name, value, NONE) in TEST() 273 JSObject::DefinePropertyOrElementIgnoreAttributes(array, name, value, NONE) in TEST() [all …]
|
/external/v8/test/mjsunit/regress/ |
D | regress-1199637.js | 32 var NONE = 0; variable 36 %AddNamedProperty(this.__proto__, "a", 1234, NONE); 41 %AddNamedProperty(this.__proto__, "b", 1234, NONE); 57 %AddNamedProperty(this.__proto__, "x", 1234, NONE); 62 %AddNamedProperty(this.__proto__, "y", 1234, NONE);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_supplicant.conf | 1473 key_mgmt=NONE 1480 key_mgmt=NONE 1493 key_mgmt=NONE 1521 key_mgmt=WPA-NONE 1522 pairwise=NONE 1532 key_mgmt=NONE 1549 key_mgmt=WPA-EAP WPA-PSK IEEE8021X NONE 1616 key_mgmt=NONE 1638 key_mgmt=NONE
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | SuperClassTest.java | 54 assertTrue(reply.getErrorCode() == JDWPConstants.Error.NONE); in asserSuperClassReplyIsValid() 89 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE); in testSuperClass001() 99 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE); in testSuperClass001() 109 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE); in testSuperClass001() 118 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE); in testSuperClass001() 128 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE); in testSuperClass001() 153 ReplyPacket reply = jdwpGetSuperClassReply(interfaceID, JDWPConstants.Error.NONE); in testSuperClass002()
|