HomeSort by relevance Sort by last modified time
    Searched defs:strip (Results 1 - 16 of 16) 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()));
  /ndk/build/core/
default-build-commands.mk 77 # The strip command is only used for shared libraries and executables.
78 # It is thus safe to use --strip-unneeded, which is only dangerous
80 cmd-strip = $(TOOLCHAIN_PREFIX)strip --strip-unneeded $(call host-path,$1)
definitions.mk 86 assert-defined = $(foreach __varname,$(strip $1),\
87 $(if $(strip $($(__varname))),,\
112 $(if $(strip $($(__varname))),,\
129 host-path = $(if $(strip $1),$(shell cygpath -m $1),)
294 $(if $(strip $(__ndk_import_depth)),,\
342 module-get-listed-export = $(strip \
399 $(eval __ndk_modules.$1.$3 += $(filter-out $(__ndk_modules.$1.$3),$(call strip-lib-prefix,$2)))
423 $(strip $(call modules-get-closure,$1,depends))
426 $(eval __closure_deps := $(strip $1)) \
428 $(eval __closure_field := $(strip $2))
    [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
  /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 325 static char *strip(char *s) function
366 name = strip(name);
367 for(n = 0; n < count; n++) val[n] = strip(val[n]);
369 name = strip(name);
379 out[n] = strdup(strip(val[n]));
  /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 910 milliseconds