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

  /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()));
  /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
  /ndk/build/toolchains/arm-eabi-4.2.1/
setup.mk 168 cmd-strip = $(TOOLCHAIN_PREFIX)strip --strip-debug $1
  /ndk/build/toolchains/x86-4.2.1/
setup.mk 135 cmd-strip = $(TOOLCHAIN_PREFIX)strip --strip-debug $1
  /dalvik/libcore/luni/src/main/java/java/util/
ResourceBundle.java 347 String extension = strip(locale);
393 String extension = strip(locale);
438 private static String strip(String name) { method in class:ResourceBundle
  /ndk/build/toolchains/arm-eabi-4.4.0/
setup.mk 188 cmd-strip = $(TOOLCHAIN_PREFIX)strip --strip-debug $1
  /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...]
  /system/core/fastboot/
fastboot.c 323 static char *strip(char *s) function
364 name = strip(name);
365 for(n = 0; n < count; n++) val[n] = strip(val[n]);
367 name = strip(name);
377 out[n] = strdup(strip(val[n]));
  /ndk/build/core/
definitions.mk 86 assert-defined = $(foreach __varname,$(strip $1),\
87 $(if $(strip $($(__varname))),,\
112 $(if $(strip $($(__varname))),,\
246 $(eval __ndk_modules.$1.$3 += $(filter-out $(__ndk_modules.$1.$3),$(call strip-lib-prefix,$2)))
276 $(strip $(call modules-get-closure,$1,depends))
279 $(eval __closure_deps := $(strip $1)) \
281 $(eval __closure_field := $(strip $2)) \
295 $(eval __closure_wq := $(strip $(__closure_wq) $(__closure_new)))\
313 check-user-define = $(if $(strip $($1)),,\
334 # Strip any 'lib' prefix in front of a given string
    [all...]
  /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 \
315 $(strip \
316 $(eval _fpf := $(wildcard $(strip $(1))/$(strip $(2)))) \
376 $(strip \
377 $(eval _idfClass := $(strip $(1))) \
380 $(eval _idfName := $(strip $(2))) \
383 $(eval _idfPrefix := $(if $(strip $(3)),HOST,TARGET)) \
398 $(strip \
399 $(if $(strip $(LOCAL_MODULE_CLASS)),,
    [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 1375 Strip strip = new Strip(x1, y1, width, rowHeight, rd, local
1404 Strip strip = new Strip(x1, y1, width, rowHeight, rd, local
1442 Strip strip; local
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 361 milliseconds