/external/autotest/client/site_tests/security_AccountsBaseline/ |
baseline.passwd | 11 chronos-access:!:1001:1001::/dev/null:/bin/false 12 messagebus:!:201:201::/dev/null:/bin/false 13 syslog:!:202:202::/dev/null:/bin/false 14 sshd:!:204:204::/dev/null:/bin/false 15 polkituser:!:206:206::/dev/null:/bin/false 16 tss:!:207:207::/dev/null:/bin/false 17 pkcs11:!:208:208::/dev/null:/bin/false 18 qdlservice:!:209:209::/dev/null:/bin/false 19 cromo:!:210:210::/dev/null:/bin/false 20 ipsec:!:212:212::/dev/null:/bin/fals [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyboardTextsTable.java | 54 if (indexObj == null) { 59 final String text = (index < textsTable.length) ? textsTable[index] : null; 60 if (text != null) { 521 /* keylabel_to_alpha */ null, 534 null, null, null, null, null, 544 null, null, null, null [all...] |
/external/autotest/frontend/migrations/ |
032_add_recurring_run.py | 9 `id` integer AUTO_INCREMENT NOT NULL PRIMARY KEY, 10 `job_id` integer NOT NULL REFERENCES `jobs` (`id`), 11 `owner_id` integer NOT NULL REFERENCES `users` (`id`), 12 `start_date` datetime NOT NULL, 13 `loop_period` integer NOT NULL, 14 `loop_count` integer NOT NULL
|
/external/compiler-rt/test/msan/Linux/ |
forkpty.cc | 11 openpty(&master, &slave, NULL, NULL, NULL); 16 forkpty(&master2, NULL, NULL, NULL);
|
/external/libxml2/result/ |
att11.sax | 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)
|
/external/mockito/src/org/mockito/internal/matchers/ |
Null.java | 14 public class Null extends ArgumentMatcher<Object> implements Serializable { 17 public static final Null NULL = new Null(); 19 private Null() { 23 return actual == null;
|
/external/testng/src/test/java/test/justin/ |
BaseTestCase.java | 21 setSessionUser(null); 32 return null; 36 return null; 40 return null; 44 return null; 48 return null;
|
/external/valgrind/helgrind/tests/ |
hg01_all_ok.c | 41 pthread_create(&a, NULL, th, NULL); 42 pthread_create(&b, NULL, th, NULL); 44 pthread_join(a, NULL); 45 pthread_join(b, NULL);
|
hg02_deadlock.c | 35 pthread_create(&a, NULL, t1, NULL); 36 pthread_create(&b, NULL, t2, NULL); 38 pthread_join(a, NULL); 39 pthread_join(b, NULL);
|
/hardware/qcom/media/msm8974/mm-core/src/8610/ |
qc_registry_table_android.c | 45 NULL, // Create instance function 48 NULL 50 NULL, // Shared object library handle 58 NULL, // Create instance function 61 NULL 63 NULL, // Shared object library handle 71 NULL, // Create instance function 74 NULL 76 NULL, // Shared object library handle 84 NULL, // Create instance functio [all...] |
qc_registry_table.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...] |
/packages/providers/ContactsProvider/tests/assets/test1/ |
expected_raw_contacts.txt | 7 7 sourceid=null 9 9 sync1=null 10 10 sync2=null 11 11 sync3=null 12 12 sync4=null 28 28 sync2=null 29 29 sync3=null 30 30 sync4=null 46 46 sync2=null 47 47 sync3=null [all...] |
/external/curl/tests/unit/ |
unit1304.c | 59 abort_unless(password != NULL, "returned NULL!"); 61 abort_unless(login != NULL, "returned NULL!"); 69 abort_unless(login != NULL, "returned NULL!"); 72 abort_unless(password != NULL, "returned NULL!"); 74 abort_unless(login != NULL, "returned NULL!"); [all...] |
/frameworks/compile/mclinker/include/mcld/LD/ |
ELFFileFormat.h | 43 return (f_pNULLSection != NULL) && (f_pNULLSection->size() != 0); 46 bool hasGOT() const { return (f_pGOT != NULL) && (f_pGOT->size() != 0); } 48 bool hasPLT() const { return (f_pPLT != NULL) && (f_pPLT->size() != 0); } 51 return (f_pRelDyn != NULL) && (f_pRelDyn->size() != 0); 55 return (f_pRelPlt != NULL) && (f_pRelPlt->size() != 0); 59 return (f_pRelaDyn != NULL) && (f_pRelaDyn->size() != 0); 63 return (f_pRelaPlt != NULL) && (f_pRelaPlt->size() != 0); 68 return (f_pComment != NULL) && (f_pComment->size() != 0); 72 return (f_pData1 != NULL) && (f_pData1->size() != 0); 76 return (f_pDebug != NULL) && (f_pDebug->size() != 0) [all...] |
/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
BC_SymbolInfo.cpp | 32 NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
[all...] |
/hardware/qcom/media/msm8996/mm-core/src/titanium/ |
registry_table_android.c | 45 NULL, // Create instance function 48 NULL 50 NULL, // Shared object library handle 58 NULL, // Create instance function 61 NULL 63 NULL, // Shared object library handle 71 NULL, // Create instance function 74 NULL 76 NULL, // Shared object library handle 84 NULL, // Create instance functio [all...] |
/external/jdiff/src/jdiff/ |
MemberDiff.java | 20 public String oldType_ = null; 24 public String newType_ = null; 26 /** The old signature. Null except for methods. */ 27 public String oldSignature_ = null; 28 /** The new signature. Null except for methods. */ 29 public String newSignature_ = null; 32 * The old list of exceptions. Null except for methods and constructors. 34 public String oldExceptions_ = null; 36 * The new list of exceptions. Null except for methods and constructors. 38 public String newExceptions_ = null; [all...] |
/external/wpa_supplicant_8/src/utils/ |
xml-utils.c | 34 if (node == NULL) 35 return NULL; 53 if (search == NULL) 54 return NULL; 81 if (node == NULL) 82 return NULL; 96 if (search == NULL) 97 return NULL; 119 return NULL; 130 if (buf == NULL) [all...] |
/external/icu/icu4c/source/tools/ctestfw/ |
testdata.cpp | 14 fInfo(NULL), 15 fCurrSettings(NULL), 16 fCurrCase(NULL), 26 if(fInfo != NULL) { 29 if(fCurrSettings != NULL) { 32 if(fCurrCase != NULL) { 46 fData(NULL), 47 fHeaders(NULL), 48 fSettings(NULL), 49 fCases(NULL) [all...] |
/external/ipsec-tools/src/racoon/ |
algorithm.c | 83 eay_hmacmd5_final, NULL, 87 eay_hmacsha1_final, NULL, 92 eay_hmacsha2_256_final, NULL, 96 eay_hmacsha2_384_final, NULL, 100 eay_hmacsha2_512_final, NULL, 140 NULL, NULL, 141 NULL, eay_des_keylen, }, 143 NULL, NULL, [all...] |
/external/selinux/libsepol/tests/ |
test-expander-attr-map.c | 68 test_attr_types(&base_expanded2, "attr_check_base_1", NULL, typesb1, 2); 69 test_attr_types(&base_expanded2, "attr_check_base_2", NULL, typesb2, 2); 70 test_attr_types(&base_expanded2, "attr_check_base_3", NULL, typesb3, 4); 71 test_attr_types(&base_expanded2, "attr_check_base_4", NULL, typesb4, 2); 72 test_attr_types(&base_expanded2, "attr_check_base_5", NULL, typesb5, 2); 73 test_attr_types(&base_expanded2, "attr_check_base_6", NULL, typesb6, 4); 74 test_attr_types(&base_expanded2, "attr_check_base_optional_2", NULL, typesbo2, 2); 75 test_attr_types(&base_expanded2, "attr_check_base_optional_5", NULL, typesbo5, 2); 76 test_attr_types(&base_expanded2, "attr_check_mod_2", NULL, typesm2, 2); 77 test_attr_types(&base_expanded2, "attr_check_mod_4", NULL, typesm4, 2) [all...] |
/external/v8/test/webkit/ |
function-toString-object-literals-expected.txt | 29 PASS compileAndSerialize('a = { 1: null }') is 'a = { 1: null }' 30 PASS compileAndSerialize('a = { 0: null }') is 'a = { 0: null }' 31 PASS compileAndSerialize('a = { 1.0: null }') is 'a = { 1.0: null }' 32 PASS compileAndSerialize('a = { "1.0": null }') is 'a = { "1.0": null }' 33 PASS compileAndSerialize('a = { 1e-500: null }') is 'a = { 1e-500: null }' [all...] |
function-toString-object-literals.js | 39 shouldBe("compileAndSerialize('a = { 1: null }')", "'a = { 1: null }'"); 40 shouldBe("compileAndSerialize('a = { 0: null }')", "'a = { 0: null }'"); 41 shouldBe("compileAndSerialize('a = { 1.0: null }')", "'a = { 1.0: null }'"); 42 shouldBe("compileAndSerialize('a = { \"1.0\": null }')", "'a = { \"1.0\": null }'"); 43 shouldBe("compileAndSerialize('a = { 1e-500: null }')", "'a = { 1e-500: null }'"); [all...] |
/hardware/qcom/media/msm8974/mm-core/src/8974/ |
qc_registry_table.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...] |
/hardware/qcom/media/msm8996/mm-core/src/8610/ |
qc_registry_table_android.c | 45 NULL, // Create instance function 48 NULL 50 NULL, // Shared object library handle 58 NULL, // Create instance function 61 NULL 63 NULL, // Shared object library handle 71 NULL, // Create instance function 74 NULL 76 NULL, // Shared object library handle 84 NULL, // Create instance functio [all...] |