/external/chromium/chrome/browser/password_manager/ |
login_database_mac.cc | 7 // On the Mac, the LoginDatabase nulls out passwords, so that we can use the
|
/external/chromium_org/chrome/browser/password_manager/ |
login_database_mac.cc | 7 // On the Mac, the LoginDatabase nulls out passwords, so that we can use the
|
/external/llvm/lib/MC/ |
MCDisassembler.cpp | 40 raw_ostream &cStream = CommentStream ? *CommentStream : nulls(); 49 raw_ostream &cStream = CommentStream ? *CommentStream : nulls();
|
/external/chromium_org/v8/test/mjsunit/ |
json2.js | 45 var nulls = "null,"; variable 47 nulls += nulls; 50 expected_1 = '[' + nulls + '1]'; 51 expected_2 = '[' + nulls + 'null]';
|
/external/chromium/base/ |
sys_string_conversions_unittest.cc | 38 // Test embedded NULLs. 64 // Test embedded NULLs. 113 // Test embedded NULLs. 141 // Test embedded NULLs.
|
/external/chromium_org/base/strings/ |
sys_string_conversions_unittest.cc | 38 // Test embedded NULLs. 63 // Test embedded NULLs. 94 // Test embedded NULLs. 121 // Test embedded NULLs.
|
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/ |
ppapi_bad_ppp_instance_didcreate_crash.cc | 45 // Normally one is not alowed to register NULLs for functions, but
|
/external/chromium_org/tools/gn/ |
output_stream.h | 17 // This template expansion prevents having to look for nulls.
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
StdConstantPool.java | 106 // Storing a category-2 entry nulls out the next index. 116 * Overwriting the second half of a category-2 entry nulls out
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
StdConstantPool.java | 106 // Storing a category-2 entry nulls out the next index. 116 * Overwriting the second half of a category-2 entry nulls out
|
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
StdConstantPool.java | 106 // Storing a category-2 entry nulls out the next index. 116 * Overwriting the second half of a category-2 entry nulls out
|
/system/core/include/utils/ |
Tokenizer.h | 100 * Also stops at embedded nulls. 114 * Also skips embedded nulls.
|
/external/chromium_org/third_party/icu/source/tools/makeconv/ |
ucnvstat.c | 60 /* NULLs for algorithmic types, their tables live in ucnv_bld.c */
|
/external/chromium_org/third_party/skia/src/core/ |
SkPathEffect.cpp | 51 // either of these may fail, so we have to check for nulls later on
|
/external/guava/guava/src/com/google/common/collect/ |
RegularImmutableSet.java | 31 // the same elements in hashed positions (plus nulls)
|
/external/icu4c/tools/makeconv/ |
ucnvstat.c | 60 /* NULLs for algorithmic types, their tables live in ucnv_bld.c */
|
/external/skia/src/core/ |
SkPathEffect.cpp | 51 // either of these may fail, so we have to check for nulls later on
|
/external/chromium_org/third_party/icu/source/common/ |
ustr_wcs.c | 172 if(nulLen!=count){ /*there are embedded nulls*/ 179 /*scan for nulls */ 304 * assume that there are no embedded nulls, this is a fast 328 * so it may have nulls embeded and we need to 338 /* find nulls in the string */
|
/external/icu4c/common/ |
ustr_wcs.cpp | 179 if(nulLen!=count){ /*there are embedded nulls*/ 186 /*scan for nulls */ 311 * assume that there are no embedded nulls, this is a fast 335 * so it may have nulls embeded and we need to 345 /* find nulls in the string */
|
/libcore/luni/src/test/java/tests/api/java/util/ |
LinkedListTest.java | 118 assertNull("a) List w/nulls not added correctly", ll.get(50)); 119 assertEquals("b) List w/nulls not added correctly", 121 assertNull("c) List w/nulls not added correctly", ll.get(52)); 122 assertEquals("d) List w/nulls not added correctly", 124 assertNull("e) List w/nulls not added correctly", ll.get(54)); 188 assertNull("a) List w/nulls not added correctly", ll.get(200)); 189 assertEquals("b) List w/nulls not added correctly", 191 assertNull("c) List w/nulls not added correctly", ll.get(202)); 192 assertEquals("d) List w/nulls not added correctly", 194 assertNull("e) List w/nulls not added correctly", ll.get(204)) [all...] |
/external/chromium_org/ppapi/tests/ |
test_var.cc | 175 // From UTF8 string with embedded nulls -> PP_Var. 183 return "Unable to convert utf8 with embedded nulls to var."; 189 return "Unable to convert utf8 with embedded nulls back from var.";
|
/external/chromium/chrome/browser/ui/cocoa/ |
table_row_nsimage_cache.mm | 41 // Instead expand the array with NULLs.
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_context_menu_controller_views.h | 75 // Removes the observer from the model and NULLs out model_.
|
/external/chromium/chrome/browser/ui/views/frame/ |
contents_container.h | 31 // Makes the preview view the active view and nulls out the old active view.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
table_row_nsimage_cache.mm | 41 // Instead expand the array with NULLs.
|