HomeSort by relevance Sort by last modified time
    Searched defs:strip (Results 1 - 25 of 26) sorted by null

1 2

  /external/v8/test/mjsunit/
fun-name.js 28 function strip(s) { function
32 assertEquals('function(){}', strip((function () { }).toString()));
33 assertEquals('functionanonymous(){}', strip(new Function().toString()));
  /ndk/build/core/
default-build-commands.mk 71 # The strip command is only used for shared libraries and executables.
72 # It is thus safe to use --strip-unneeded, which is only dangerous
74 cmd-strip = $(PRIVATE_STRIP) --strip-unneeded $(call host-path,$1)
97 TARGET_STRIP = $(TOOLCHAIN_PREFIX)strip
definitions.mk 76 remove-duplicates = $(strip \
107 assert-defined = $(foreach __varname,$(strip $1),\
108 $(if $(strip $($(__varname))),,\
133 $(if $(strip $($(__varname))),,\
149 host-path = $(if $(strip $1),$(call cygwin-to-host-path,$1))
162 host-rm = $(foreach _filepattern,$1,$(if $(strip $(wildcard $(_filepattern))),del /f/q/s $(subst /,\,$(_filepattern)) >NUL))
250 link-whole-archives = $(if $(strip $1),$(call link-whole-archive-flags,$1))
399 $(if $(strip $(__ndk_import_depth)),,\
448 module-get-listed-export = $(strip \
471 $(eval __fieldval := $(strip $(__ndk_modules.$(__mod).$(__field))))
    [all...]
  /external/icu4c/samples/layout/
FontMap.cpp 56 line = strip(buffer);
64 fontName = strip(&c[1]);
65 scriptName = strip(line);
171 char *FontMap::strip(char *s) function in class:FontMap
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
ColorSeekBar.java 87 // Draw color strips that make the thumb stop at every strip's center during seeking.
88 float strip = (right - left) / (colors.length - 1); local
89 right = left + strip / 2;
94 right = left + strip;
99 right = left + strip / 2;
  /bionic/libc/regex/
regex2.h 44 * The internal representation is a *strip*, a sequence of
62 typedef unsigned long sop; /* strip operator */
129 sop *strip; /* malloced area for strip */ member in struct:re_guts
regcomp.c 59 sop *strip; /* malloced strip */ member in struct:parse
60 sopno ssize; /* malloced strip size (allocated) */
61 sopno slen; /* malloced strip length (used) */
179 p->strip = (sop *)calloc(p->ssize, sizeof(sop));
181 if (p->strip == NULL) {
555 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
556 assert(OP(p->strip[p->pend[i]]) == ORPAREN);
940 sopno start, /* operand from here to end of strip */
1287 (void) memcpy((char *)(p->strip + p->slen)
    [all...]
  /external/llvm/lib/Support/
regex2.h 44 * The internal representation is a *strip*, a sequence of
62 typedef unsigned long sop; /* strip operator */
129 sop *strip; /* malloced area for strip */ member in struct:re_guts
regcomp.c 60 sop *strip; /* malloced strip */ member in struct:parse
61 sopno ssize; /* malloced strip size (allocated) */
62 sopno slen; /* malloced strip length (used) */
187 p->strip = (sop *)calloc(p->ssize, sizeof(sop));
189 if (p->strip == NULL) {
563 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
564 assert(OP(p->strip[p->pend[i]]) == ORPAREN);
948 sopno start, /* operand from here to end of strip */
1295 (void) memmove((char *)(p->strip + p->slen)
    [all...]
  /external/skia/samplecode/
SamplePatch.cpp 182 SkPoint* strip = stripStorage.get(); local
183 SkPoint* tex = strip + stripCount;
195 strip[i*2 + 0] = *upper++;
196 strip[i*2 + 1] = *lower++;
205 strip, doTextures ? tex : NULL,
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 44 * The internal representation is a *strip*, a sequence of
62 typedef unsigned long sop; /* strip operator */
129 sop *strip; /* malloced area for strip */ member in struct:re_guts
regcomp.c 59 sop *strip; /* malloced strip */ member in struct:parse
60 sopno ssize; /* malloced strip size (allocated) */
61 sopno slen; /* malloced strip length (used) */
179 p->strip = (sop *)calloc(p->ssize, sizeof(sop));
181 if (p->strip == NULL) {
555 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
556 assert(OP(p->strip[p->pend[i]]) == ORPAREN);
940 sopno start, /* operand from here to end of strip */
1287 (void) memcpy((char *)(p->strip + p->slen)
    [all...]
  /system/core/fastboot/
fastboot.c 328 static char *strip(char *s) function
378 name = strip(name);
379 for(n = 0; n < count; n++) val[n] = strip(val[n]);
381 name = strip(name);
391 out[n] = strdup(strip(val[n]));
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 491 Locale newLocale = strip(locale);
528 Locale strippedLocale = strip(locale);
587 private static Locale strip(Locale locale) { method in class:ResourceBundle
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfdlink.h 26 /* Which symbols to strip during a link. */
29 strip_none, /* Don't strip any symbols. */
30 strip_debugger, /* Strip debugging symbols. */
32 strip_all /* Strip all symbols. */
370 /* Which symbols to strip. */
371 enum bfd_link_strip strip;
394 /* Hash table of symbols to keep. This is NULL unless strip is
369 enum bfd_link_strip strip; member in struct:bfd_link_info
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfdlink.h 26 /* Which symbols to strip during a link. */
29 strip_none, /* Don't strip any symbols. */
30 strip_debugger, /* Strip debugging symbols. */
32 strip_all /* Strip all symbols. */
370 /* Which symbols to strip. */
371 enum bfd_link_strip strip;
394 /* Hash table of symbols to keep. This is NULL unless strip is
369 enum bfd_link_strip strip; member in struct:bfd_link_info
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfdlink.h 25 /* Which symbols to strip during a link. */
28 strip_none, /* Don't strip any symbols. */
29 strip_debugger, /* Strip debugging symbols. */
31 strip_all /* Strip all symbols. */
356 /* Which symbols to strip. */
357 enum bfd_link_strip strip;
377 /* Hash table of symbols to keep. This is NULL unless strip is
355 enum bfd_link_strip strip; member in struct:bfd_link_info
  /build/core/
definitions.mk 112 $(strip \
341 $(strip \
342 $(eval _fpf := $(wildcard $(foreach f, $(2), $(strip $(1))/$(f)))) \
402 $(strip \
403 $(eval _idfClass := $(strip $(1))) \
406 $(eval _idfName := $(strip $(2))) \
409 $(eval _idfPrefix := $(if $(strip $(3)),HOST,TARGET)) \
424 $(strip \
425 $(if $(strip $(LOCAL_MODULE_CLASS)),, \
427 $(if $(strip $(LOCAL_MODULE)),,
    [all...]
  /external/libxml2/
xmlschemastypes.c 2745 xmlChar *strip; local
2773 xmlChar *strip; local
2799 xmlChar *strip; local
    [all...]
xmlschemas.c 5931 xmlChar *strip; local
    [all...]
  /external/elfutils/src/
ld.h 808 } strip; member in struct:ld_state
  /sdk/traceview/src/com/android/traceview/
TimeLineView.java 1499 Strip strip = new Strip( local
1530 Strip strip = new Strip( local
1574 Strip strip; local
    [all...]
  /external/clang/include/clang/AST/
Type.h 708 /// type. To strip qualifiers even from within an array type, use
719 /// type. To strip qualifiers even from within an array type, use
4332 const Type *strip(QualType type) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::QualifierCollector
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 

Completed in 562 milliseconds

1 2