/external/zxing/qr_scanner/ |
README.google | 8 a stripped down version of ZXing's BarcodeScanner application, with all the
|
/external/elfutils/src/tests/ |
test-flag-nobits.c | 30 Elf *stripped = elf_begin (fd, ELF_C_READ, NULL); local 33 while ((scn = elf_nextscn (stripped, scn)) != NULL)
|
run-strip-test2.sh | 21 stripped=testfile9
|
run-strip-test3.sh | 21 stripped=testfile13
|
run-readelf-test1.sh | 22 stripped=${stripped:-testfile7}
|
run-strip-groups.sh | 46 outfile=$infile.stripped
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/docs/ |
DESCRIPTION | 19 - Strings are kept, except that escaped newlines are stripped 21 stripped: ``:{});=>+],!`` (The colon (``:``) is a special case, a single 24 stripped: ``{}(=:>+[,!`` 27 - whitespaces inside ``url()`` definitions are stripped 32 - The last semicolon within a ruleset is stripped
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_dump_defines.c | 39 const char *stripped; 42 stripped = name; 44 if(*stripped != *prefix) 47 ++stripped; 50 return stripped;
|
/frameworks/base/core/java/android/text/method/ |
DigitsKeyListener.java | 186 SpannableStringBuilder stripped = null; local 210 return ""; // Only one character, and it was stripped. 213 if (stripped == null) { 214 stripped = new SpannableStringBuilder(source, start, end); 217 stripped.delete(i - start, i + 1 - start); 221 if (stripped != null) { 222 return stripped;
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/ |
js_utils.py | 14 stripped_text: JavaScript source code with comments stripped out.
|
/external/markdown/tests/safe_mode/ |
script_tags.html | 1 <p>This should be stripped/escaped in safe_mode.</p>
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
WhiteSpaceInfo.java | 34 /** Flag indicating whether whitespaces should be stripped. 40 * matches the match pattern should be stripped, otherwise
|
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
NumberParseException.java | 32 // stripped from the number, had less digits than any valid phone number (including country 35 // This indicates the string, after any country code has been stripped, had less digits than any
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/ |
README.rst | 36 - Strings are kept, except that escaped newlines are stripped 38 stripped: ``:{});=>+],!`` (The colon (``:``) is a special case, a single 41 stripped: ``{}(=:>+[,!`` 44 - whitespaces inside ``url()`` definitions are stripped 49 - The last semicolon within a ruleset is stripped
|
/external/elfutils/src/src/ |
unstrip.c | 1 /* Combine stripped files with separate symbols and debug information. 320 Because of this, the related sections can shrink in the stripped 1973 Elf *stripped = elf_begin (stripped_fd, ELF_C_READ, NULL); local 2020 Elf *stripped = dwfl_module_getelf (mod, &bias); local [all...] |
/bootable/recovery/minzip/ |
DirUtil.h | 36 * is stripped before creating the directory hierarchy.
|
/external/e2fsprogs/lib/ext2fs/ |
jfs_dat.h | 2 * jfs_dat.h --- stripped down header file which only contains the JFS
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/ |
PropertyManager.java | 26 // so this code was all stripped out.
|
/external/llvm/test/Feature/ |
basictest.ll | 5 ; Test "stripped" format where nothing is symbolic... this is how the bytecode
|
/external/llvm/test/Integer/ |
basictest_bt.ll | 6 ; Test "stripped" format where nothing is symbolic... this is how the bytecode
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
EncodingTest.java | 226 private static final void assertStripped(String stripped, String orig) { 228 assertEquals(orig, stripped, actual); 229 if (stripped.equals(orig)) { 235 assertEquals(orig, stripped, sb.toString());
|
/frameworks/data-binding/library/src/main/java/android/databinding/ |
DataBinderMapper.java | 22 * This class will be stripped from the jar and then replaced by the annotation processor
|
/frameworks/opt/setupwizard/library/main/res/animator-ldrtl-v11/ |
suw_slide_back_in.xml | 20 not stripped out by proguard. -->
|
suw_slide_back_out.xml | 20 not stripped out by proguard. -->
|
suw_slide_next_in.xml | 20 not stripped out by proguard. -->
|