Searched refs:strip (Results 1 - 25 of 302) sorted by relevance

1234567891011>>

/external/v8/test/mjsunit/
H A Dfun-name.js28 function strip(s) { function
32 assertEquals('function(){}', strip((function () { }).toString()));
33 assertEquals('functionanonymous(){}', strip(new Function().toString()));
/external/elfutils/tests/
H A Drun-strip-test2.sh30 . $srcdir/run-strip-test.sh
H A Drun-strip-test3.sh30 . $srcdir/run-strip-test.sh
H A Drun-strip-test4.sh5 . $srcdir/run-strip-test.sh
H A Drun-strip-test5.sh5 . $srcdir/run-strip-test.sh
H A Drun-strip-test6.sh5 . $srcdir/run-strip-test.sh
H A Drun-strip-test7.sh5 . $srcdir/run-strip-test.sh
H A Drun-strip-test8.sh5 . $srcdir/run-strip-test.sh
H A Drun-allfcts.sh38 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:107:main
39 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:159:print_version
40 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:173:parse_opt
41 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:201:more_help
42 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:217:process_file
44 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:291:crc32_file
45 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:313:handle_elf
H A Drun-line2addr.sh40 testrun_compare ./line2addr -e testfile8 strip.c:953 strip.c:365 <<\EOF
41 strip.c:953 -> (.text)+0x169f (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:953)
42 strip.c:953 -> (.text)+0x16aa (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:953)
43 strip.c:365 -> (.text)+0x278b (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:365)
44 strip.c:365 -> (.text)+0x2797 (/home/drepper/gnu/elfutils/build/src/../../src/strip
[all...]
/external/clang/lib/Basic/
H A DMakefile19 SVN_REVISION := $(strip \
22 SVN_REPOSITORY := $(strip \
25 LLVM_REVISION := $(strip \
28 LLVM_REPOSITORY := $(strip \
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
H A DEdgeInfoVec.java33 package jme3tools.converters.model.strip;
H A DStripInfoVec.java33 package jme3tools.converters.model.strip;
H A DEdgeInfo.java33 package jme3tools.converters.model.strip;
H A DFaceInfoVec.java33 package jme3tools.converters.model.strip;
H A DStripStartInfo.java33 package jme3tools.converters.model.strip;
/external/markdown/markdown/extensions/
H A Dmeta.py67 if line.strip() == '':
71 key = m1.group('key').lower().strip()
72 meta[key] = [m1.group('value').strip()]
77 meta[key].append(m2.group('value').strip())
/external/llvm/test/Object/Inputs/
H A Delfver.S6 # Also, strip off non-dynamic symbols:
7 # strip elf-versioning-test.i386
8 # strip elf-versioning-test.x86_64
/external/llvm/lib/Support/
H A Dregfree.c63 if (g->strip != NULL)
64 free((char *)g->strip);
/external/chromium/build/linux/
H A Ddump_app_syms7 # Helper script to run dump_syms on Chrome Linux executables and strip
35 strip "$INFILE"
H A Dpkg-config-wrapper33 # To support this correctly, it's necessary to extract the prefix to strip from
37 echo "$result"| $rewrite --sysroot "$root" --strip-prefix "$prefix"
/external/jmonkeyengine/engine/src/test/jme3test/light/
H A DTestTangentGen.java77 Mesh strip = createTriangleStripMesh();
78 addMesh("strip", strip, new Vector3f(0, -3, 0));
111 Mesh strip = new Mesh();
112 strip.setMode(Mode.TriangleStrip);
131 strip.setBuffer(Type.Position, 3, vb);
132 strip.setBuffer(Type.Normal, 3, nb);
133 strip.setBuffer(Type.TexCoord, 2, tb);
134 strip.setBuffer(Type.Index, 3, ib);
135 strip
[all...]
/external/compiler-rt/make/
H A Dlib_util.mk8 GetCNAVar = $(strip \
18 SelectFunctionDir = $(strip \
22 $(error SelectFunctionDir: invalid function name "$(3)" ($(strip\
29 SelectFunctionDirs_Opt_ConfigAndArch = $(strip \
34 SelectFunctionDirs_Opt_Config = $(strip \
38 SelectFunctionDirs_Opt_Arch = $(strip \
42 SelectFunctionDirs_Gen = $(strip \
/external/llvm/test/Scripts/
H A Dcommon_dump.py13 return ''.join(bytes).strip()
31 return ''.join(bytes).strip()
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Dhtmlutil.py65 # properly align a </script> tag, strip the whitespace.
137 # parsing error, don't strip text before parse error position, and continue
143 strip = _HtmlStripper()
144 strip.feed(str)
145 strip.close()
146 str = strip.get_output()
157 """Simple class to strip tags from HTML.

Completed in 390 milliseconds

1234567891011>>