/external/clearsilver/man/man3/ |
cs_parse_string.3 | 27 buf - the string to parse. Embedded NULLs are not currently
|
/external/netcat/data/ |
rservice.c | 2 rsh/rexec attacks. Needs to be a prog because shells strip out nulls.
|
/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/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/icu4c/common/ |
ustr_wcs.c | 179 if(nulLen!=count){ /*there are embedded nulls*/ 186 /*scan for nulls */ 309 * assume that there are no embedded nulls, this is a fast 333 * so it may have nulls embeded and we need to 343 /* find nulls in the string */
|
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
LinkedListTest.java | 154 assertNull("a) List w/nulls not added correctly", ll.get(50)); 155 assertEquals("b) List w/nulls not added correctly", 157 assertNull("c) List w/nulls not added correctly", ll.get(52)); 158 assertEquals("d) List w/nulls not added correctly", 160 assertNull("e) List w/nulls not added correctly", ll.get(54)); 236 assertNull("a) List w/nulls not added correctly", ll.get(200)); 237 assertEquals("b) List w/nulls not added correctly", 239 assertNull("c) List w/nulls not added correctly", ll.get(202)); 240 assertEquals("d) List w/nulls not added correctly", 242 assertNull("e) List w/nulls not added correctly", ll.get(204)) [all...] |
ArrayListTest.java | 339 assertEquals("List with nulls did not clear", 0, alist.size()); 367 assertTrue("nulls test - Cloned list was inequal to original", x 370 assertTrue("nulls test - Cloned list contains incorrect elements", 543 assertTrue("Removing nulls did not work", alist.equals(myList));
|
/external/bluetooth/glib/tests/ |
utf8.txt | 30 # FIXME - handle NULLS?
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
ArchiveInfo.java | 64 * However it cannot contain nulls.
93 * This array can be null or empty. It can't contain nulls though.
|
/external/icu4c/i18n/unicode/ |
sortkey.h | 111 * @param count number of collation key values, including trailing nulls. 167 * including any trailing nulls. 178 * including any trailing nulls.
|
/external/clearsilver/util/ |
neo_str.h | 35 * you expect embedded NULLs */
|
/external/libpcap/ |
fad-win32.c | 268 * This means there are two ASCII nulls at the end 280 * nulls at the end of the list of names, so the
|
/dalvik/libcore/security-kernel/src/main/java/java/security/ |
AccessControlContext.java | 139 this(stack); // removes dups, removes nulls, checks for stack==null 158 this(stack); // removes dups, removes nulls, checks for stack==null
|
/external/libpng/contrib/gregbook/ |
readpng.c | 100 /* could pass pointers to user-defined error handlers instead of NULLs: */ 135 * compression_type and filter_type => NULLs] */
|
/dalvik/vm/reflect/ |
Reflect.h | 227 * slots, and returns everything else (including nulls) as object
|
/external/clearsilver/python/examples/base/ |
odb_sqlite.py | 16 # --- these are using for removing nulls from strings
|
/external/emma/core/java12/com/vladium/jcd/cls/constant/ |
CONSTANT_Utf8_info.java | 24 * UTF-8 strings never have embedded nulls. Second, only the one-byte, two-byte,
|
/external/kernel-headers/original/linux/ |
inotify.h | 22 __u32 len; /* length (including nulls) of name */
|
/external/srec/srec/crec/ |
text_parser.c | 174 /* fix the nulls back */
|
/external/webkit/WebCore/html/ |
HTMLIFrameElement.cpp | 124 // Add a rule that nulls out our border width.
|
/frameworks/base/test-runner/src/android/test/ |
InstrumentationCoreTestRunner.java | 165 * Nulls all non-static reference fields in the given test class.
|
/dalvik/dx/src/com/android/dx/dex/file/ |
ClassDataItem.java | 286 * Get the size of staticValues minus any trailing zeros/nulls (both 287 * nulls per se as well as instances of CstKnownNull).
|
/cts/tests/core/runner/src/android/test/ |
InstrumentationCtsTestRunner.java | 185 * Nulls all non-static reference fields in the given test class.
|
/dalvik/libcore/luni/src/test/java/com/google/coretests/ |
XmlReportPrinter.java | 75 * CoreTestSuite nulls-out tests after they're run (to limit memory
|