/external/llvm/test/TableGen/ |
UnterminatedComment.td | 1 // RUN: not llvm-tblgen < %s >& /dev/null
|
/external/llvm/test/Verifier/ |
gcwrite-ptrptr.ll | 1 ; RUN: not llvm-as < %s >& /dev/null 11 call void @llvm.gcwrite(%obj* null, %obj* null, %obj* null)
|
module-flags-2.ll | 1 ; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s 4 !0 = !{null, null, null}
|
/external/llvm/test/YAMLParser/ |
null.test | 5 - null
|
/external/snakeyaml/src/test/resources/pyyaml/ |
construct-null.data | 1 # A document may be null. 8 english: null 9 ~: null key 18 - Null
|
spec-02-21.data | 0 null: ~
|
spec-10-10.canonical | 7 : !!null "", 9 : !!null "", 13 : !!null "", 15 : !!null "",
|
/external/snakeyaml/src/test/resources/specification/ |
example2_21.yaml | 0 null: ~
|
/external/testng/src/test/java/test/nested/foo/ |
AccountTypeEnum.java | 5 public static final AccountTypeEnum ClearingMember = null;
|
/frameworks/compile/slang/tests/F_kernel_ptr_ret_val/ |
kernel_ptr_ret_val.rs | 5 return NULL;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/ |
ConfigMatchTest.java | 92 null, // country code 93 null, // network code 94 null, // language 95 null, // region 96 null, // smallest width dp 97 null, // width dp 98 null, // height dp 99 null, // screen size 100 null, // screen ratio 101 null, // screen orientatio [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
nds32-asm.c | 100 {"rt", 20, 5, 0, HW_GPR, NULL}, 101 {"ra", 15, 5, 0, HW_GPR, NULL}, 102 {"rb", 10, 5, 0, HW_GPR, NULL}, 103 {"rd", 5, 5, 0, HW_GPR, NULL}, 105 {"fst", 20, 5, 0, HW_FSR, NULL}, 106 {"fsa", 15, 5, 0, HW_FSR, NULL}, 107 {"fsb", 10, 5, 0, HW_FSR, NULL}, 108 {"fdt", 20, 5, 0, HW_FDR, NULL}, 109 {"fda", 15, 5, 0, HW_FDR, NULL}, 110 {"fdb", 10, 5, 0, HW_FDR, NULL}, [all...] |
/cts/tests/tests/net/src/android/net/rtp/cts/ |
AudioCodecTest.java | 34 assertEquals(AudioCodec.PCMU, 0, "PCMU/8000", null); 35 assertEquals(AudioCodec.PCMA, 8, "PCMA/8000", null); 36 assertEquals(AudioCodec.GSM, 3, "GSM/8000", null); 37 assertEquals(AudioCodec.GSM_EFR, -1, "GSM-EFR/8000", null); 38 assertEquals(AudioCodec.AMR, -1, "AMR/8000", null); 45 assertNull(AudioCodec.getCodec(128, "PCMU/8000", null)); 46 assertNull(AudioCodec.getCodec(-1, "PCMU/8000", null)); 47 assertNull(AudioCodec.getCodec(96, null, null)); 50 assertEquals(AudioCodec.getCodec(0, null, null), 0, "PCMU/8000", null) [all...] |
/external/autotest/frontend/migrations/ |
018_add_label_only_if_needed.py | 3 `id` integer AUTO_INCREMENT NOT NULL PRIMARY KEY, 4 `test_id` integer NOT NULL REFERENCES `autotests` (`id`), 5 `label_id` integer NOT NULL REFERENCES `labels` (`id`), 9 `id` integer AUTO_INCREMENT NOT NULL PRIMARY KEY, 10 `job_id` integer NOT NULL REFERENCES `jobs` (`id`), 11 `label_id` integer NOT NULL REFERENCES `labels` (`id`), 18 'ADD COLUMN only_if_needed bool NOT NULL')
|
/external/compiler-rt/test/tsan/Darwin/ |
osspinlock-norace.cc | 13 return NULL; 20 pthread_create(&t[0], NULL, Thread, NULL); 21 pthread_create(&t[1], NULL, Thread, NULL); 22 pthread_join(t[0], NULL); 23 pthread_join(t[1], NULL);
|
/external/llvm/test/Transforms/ObjCARC/ |
weak.ll | 11 ; If the pointer-to-weak-pointer is null, it's undefined behavior. 14 ; CHECK: store i8* undef, i8** null 15 ; CHECK: store i8* undef, i8** null 16 ; CHECK: store i8* undef, i8** null 17 ; CHECK: store i8* undef, i8** null 18 ; CHECK: store i8* undef, i8** null 19 ; CHECK: store i8* undef, i8** null 20 ; CHECK: store i8* undef, i8** null 21 ; CHECK: store i8* undef, i8** null 22 ; CHECK: store i8* undef, i8** null [all...] |
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
PropertyNodesVerifierElem.java | 63 return addExpectedNodeWithOrder(propName, propValue, null, null, null, null, null); 68 return addExpectedNodeWithOrder(propName, propValue, null, 69 null, contentValues, null, null); 74 return addExpectedNodeWithOrder(propName, null, propValueList [all...] |
/external/libxml2/result/ |
att11.sax2 | 5 SAX.attributeDecl(attributes, nmtoken, 7, 3, NULL, ...) 6 SAX.attributeDecl(attributes, nmtokens, 8, 3, NULL, ...) 7 SAX.entityDecl(ent, 1, (null), (null), entity&recursive; ) 9 SAX.entityDecl(recursive, 1, (null), (null), reference) 16 SAX.startElementNs(attributes, NULL, NULL, 0, 2, 0, nmtoken='&ent...', 17, nmtokens='Test...', 25) 17 SAX.endElementNs(attributes, NULL, NULL) [all...] |
ent10.sax2 | 7 SAX.entityDecl(f, 1, (null), (null), 14 SAX.startElementNs(rnode, NULL, NULL, 0, 0, 0) 20 SAX.startElementNs(f, NULL, NULL, 0, 1, 1, att1='J...', 1) 24 SAX.endElementNs(f, NULL, NULL) 30 SAX.endElementNs(rnode, NULL, NULL) [all...] |
xml1.sax2 | 4 SAX.entityDecl(example, 1, (null), (null), <p>An ampersand (&) may be escaped 9 SAX.startElementNs(test, NULL, NULL, 0, 0, 0) 11 SAX.startElementNs(p, NULL, NULL, 0, 0, 0) 20 SAX.endElementNs(p, NULL, NULL) 22 SAX.endElementNs(test, NULL, NULL) [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/null/ |
native_null.c | 30 * For NULL window system, 37 #include "null/null_sw_winsys.h" 58 struct null_display *null = null_display(ndpy); local 62 configs = MALLOC(sizeof(*configs) * null->num_configs); 64 for (i = 0; i < null->num_configs; i++) 65 configs[i] = &null->configs[i]; 67 *num_configs = null->num_configs; 83 struct null_display *null = null_display(ndpy); local 85 FREE(null->configs); 86 ndpy_uninit(&null->base) 99 struct null_display *null = null_display(ndpy); local 125 struct null_display *null = null_display(ndpy); local 150 struct null_display *null; local [all...] |
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
SQLExceptionTest.java | 45 long theSUID = theField.getLong(null); 60 null, "", "\0", "a", "a", "a" }; 62 "&valid*", "a", "a", "a", null, "", "\0" }; 70 SQLException[] theFinalStates4 = { null, null, null, null, null, null, 71 null, null, null, null, null, null, null } [all...] |
/external/lzma/CPP/Windows/ |
Handle.h | 14 CHandle(): _handle(NULL) {}
16 bool IsCreated() const { return (_handle != NULL); }
19 if (_handle == NULL)
23 _handle = NULL;
30 _handle = NULL;
|
/packages/providers/ContactsProvider/tests/assets/testSynced/ |
expected_groups.txt | 8 8 res_package=null 13 13 sync1=null 14 14 sync2=null 15 15 sync3=null 16 16 sync4=null
|
/hardware/qcom/media/msm8974/mm-core/src/8974/ |
qc_registry_table_android.c | 44 NULL, // Create instance function 47 NULL 49 NULL, // Shared object library handle 57 NULL, // Create instance function 60 NULL 62 NULL, // Shared object library handle 70 NULL, // Create instance function 73 NULL 75 NULL, // Shared object library handle 83 NULL, // Create instance functio [all...] |