/external/chromium_org/components/autofill/core/common/ |
web_element_descriptor.cc | 10 : retrieval_method(NONE) {}
|
web_element_descriptor.h | 17 NONE,
|
/external/chromium_org/content/renderer/media/ |
preload.h | 18 NONE,
|
/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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...] |
/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...] |
/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/chromium_org/chrome/browser/ui/toolbar/ |
toolbar_model_security_level_list.h | 14 DEFINE_TOOLBAR_MODEL_SECURITY_LEVEL(NONE, 0)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
parser.h | 12 NONE = 264 21 #define NONE 264
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-complex-arabic.cc | 123 NONE, 125 ARABIC_NUM_FEATURES = NONE 137 { {NONE,NONE,0}, {NONE,ISOL,2}, {NONE,ISOL,1}, {NONE,ISOL,2}, {NONE,ISOL,1}, {NONE,ISOL,6}, }, 140 { {NONE,NONE,0}, {NONE,ISOL,2}, {NONE,ISOL,1}, {NONE,ISOL,2}, {NONE,FIN2,5}, {NONE,ISOL,6}, } [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-arabic.cc | 123 NONE, 125 ARABIC_NUM_FEATURES = NONE 137 { {NONE,NONE,0}, {NONE,ISOL,2}, {NONE,ISOL,1}, {NONE,ISOL,2}, {NONE,ISOL,1}, {NONE,ISOL,6}, }, 140 { {NONE,NONE,0}, {NONE,ISOL,2}, {NONE,ISOL,1}, {NONE,ISOL,2}, {NONE,FIN2,5}, {NONE,ISOL,6}, } [all...] |
/cts/libs/commonutil/src/com/android/cts/util/ |
ResultUnit.java | 25 NONE,
|
/external/chromium/chrome/common/ |
translate_errors.h | 14 NONE = 0,
|
/external/chromium_org/chrome/common/translate/ |
translate_errors.h | 19 NONE = 0,
|
/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/valgrind/main/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;
|