/external/clang/test/SemaCXX/ |
warn-static-const-float.cpp | 10 #if NONE
|
/external/easymock/src/org/easymock/ |
CaptureType.java | 27 NONE,
|
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/ |
ImapElementTest.java | 28 /** Test for {@link ImapElement#NONE} */ 30 assertFalse(ImapElement.NONE.isList()); 31 assertFalse(ImapElement.NONE.isString()); 33 assertTrue(ImapElement.NONE.equalsForTest(ImapElement.NONE)); 34 assertFalse(ImapElement.NONE.equalsForTest(null)); 35 assertFalse(ImapElement.NONE.equalsForTest(ImapTestUtils.STRING_1)); 36 assertFalse(ImapElement.NONE.equalsForTest(ImapTestUtils.LIST_1));
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
plaintext.conf | 7 key_mgmt=NONE
|
wep.conf | 7 key_mgmt=NONE
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_info.c | 32 #define NONE TGSI_OUTPUT_NONE 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/mesa3d/src/glx/ |
vertarr.c | 107 #define NONE {0, 0, 0} 139 {NONE, NONE, NONE, F(2)}, /* GL_V2F */ 140 {NONE, NONE, NONE, F(3)}, /* GL_V3F */ 141 {NONE, UB4, NONE, F(2)}, /* GL_C4UB_V2F */ 142 {NONE, UB4, NONE, F(3)}, /* GL_C4UB_V3F * [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/ |
SpaceState.java | 28 // None: the state where all the keyboard behavior is the most "standard" and no automatic 31 public static final int NONE = 0; 43 // strip inserts it before the space (while it inserts it after the space in the NONE state).
|
/dalvik/dx/src/com/android/dx/io/ |
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...] |
IndexType.java | 27 NONE,
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
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_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, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER) [all...] |
/external/v8/test/cctest/compiler/ |
test-operator.cc | 14 #define NONE Operator::kNoProperties 19 Operator op1(10, NONE, "ThisOne", 0, 0, 0, 0, 0, 0); 22 Operator op2(11, NONE, "ThatOne", 0, 0, 0, 0, 0, 0); 25 Operator1<int> op3(12, NONE, "Mnemonic1", 0, 0, 0, 1, 0, 0, 12333); 28 Operator1<double> op4(13, NONE, "TheOther", 0, 0, 0, 1, 0, 0, 99.9); 34 Operator op1(17, NONE, "Another", 0, 0, 0, 0, 0, 0); 37 Operator op2(18, NONE, "Falsch", 0, 0, 0, 0, 0, 0); 43 Operator op1a(19, NONE, "Another1", 0, 0, 0, 0, 0, 0); 51 Operator op2a(20, NONE, "Falsch1", 0, 0, 0, 0, 0, 0); 79 Operator op1a(19, NONE, "Another1", 0, 0, 0, 0, 0, 0) [all...] |
/external/dexmaker/src/dx/java/com/android/dx/io/ |
IndexType.java | 27 NONE,
|
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/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/ |
NodeShape.java | 29 NONE("none");
|
/external/libavc/encoder/ |
ime_defs.h | 30 * None 45 #define NONE 0
|
/external/valgrind/memcheck/tests/ |
wrap1.c | 16 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 )
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
RenderPreviewMode.java | 42 NONE;
|
/cts/tests/tests/view/src/android/view/cts/ |
WindowCtsActivity.java | 42 menu.add(Menu.NONE, Menu.NONE, Menu.NONE, "Quit").setShortcut('1', 'q'); 43 menu.add(Menu.NONE, Menu.NONE, Menu.NONE, "Action").setShortcut('2', 'a');
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_format.c | 196 #define NONE 0x00000000 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/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
PermissionsTest.groovy | 56 assert new Permissions('---------').hashCode() == Permissions.NONE.hashCode()
61 assert new Permissions('---------').equals(Permissions.NONE)
62 assert Permissions.NONE.equals(Permissions.NONE)
64 assert !(new Permissions('------rwx').equals(Permissions.NONE))
65 assert !Permissions.NONE.equals(null)
66 assert !Permissions.NONE.equals(123)
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
WifiSecurity.java | 34 NONE(R.string.wifi_security_type_none); 44 return NONE; 55 return (config.wepKeys[0] != null) ? WEP : NONE; 63 case AccessPoint.SECURITY_NONE: return NONE; 80 return this == NONE;
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/ |
OptionsPanel.java | 91 contentPanel.add(label, new GridBagConstraints(0, 1, 1, 1, 0, 0, GridBagConstraints.EAST, GridBagConstraints.NONE,
97 GridBagConstraints.NONE, new Insets(6, 6, 0, 0), 0, 0));
101 contentPanel.add(label, new GridBagConstraints(0, 2, 1, 1, 0, 0, GridBagConstraints.EAST, GridBagConstraints.NONE,
107 GridBagConstraints.NONE, new Insets(6, 6, 0, 0), 0, 0));
111 contentPanel.add(label, new GridBagConstraints(0, 3, 1, 1, 0, 0, GridBagConstraints.EAST, GridBagConstraints.NONE,
117 GridBagConstraints.NONE, new Insets(6, 6, 0, 0), 0, 0));
121 contentPanel.add(label, new GridBagConstraints(0, 4, 1, 1, 0, 0, GridBagConstraints.EAST, GridBagConstraints.NONE,
127 GridBagConstraints.NONE, new Insets(6, 6, 0, 0), 0, 0));
131 contentPanel.add(label, new GridBagConstraints(0, 5, 1, 1, 0, 0, GridBagConstraints.EAST, GridBagConstraints.NONE,
137 GridBagConstraints.NONE, new Insets(6, 6, 0, 0), 0, 0)); [all...] |
/cts/tests/sample/src/android/sample/cts/ |
SampleDeviceReportLogTest.java | 72 ResultUnit.NONE); 73 reportLog.addValue(ACTUAL_PRODUCT_TAG, 1.0 * product, ResultType.NEUTRAL, ResultUnit.NONE); 74 reportLog.setSummary(ACTUAL_PRODUCT_TAG, 1.0 * product, ResultType.NEUTRAL, ResultUnit.NONE); 120 reportLog.addValue(START_TAG, 1.0 * start, ResultType.NEUTRAL, ResultUnit.NONE); 121 reportLog.addValue(END_TAG, 1.0 * end, ResultType.NEUTRAL, ResultUnit.NONE); 122 reportLog.setSummary(END_TAG, 1.0 * end, ResultType.NEUTRAL, ResultUnit.NONE);
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/ |
DrawPanel.java | 29 contentPanel.add(new JLabel("XYZ:"), new GridBagConstraints(0, 1, 1, 1, 0, 0, GridBagConstraints.EAST, GridBagConstraints.NONE, 33 GridBagConstraints.NONE, new Insets(6, 6, 0, 0), 0, 0)); 36 contentPanel.add(new JLabel("XZ Plane:"), new GridBagConstraints(0, 2, 1, 1, 0, 0, GridBagConstraints.EAST, GridBagConstraints.NONE, 40 GridBagConstraints.NONE, new Insets(6, 6, 0, 0), 0, 0)); 43 contentPanel.add(new JLabel("XY Plane:"), new GridBagConstraints(0, 3, 1, 1, 0, 0, GridBagConstraints.EAST, GridBagConstraints.NONE, 47 GridBagConstraints.NONE, new Insets(6, 6, 0, 0), 0, 0));
|