Searched defs:strip (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/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/jarjar/src/main/com/tonicsystems/jarjar/
H A DMainProcessor.java60 public void strip(File file) throws IOException { method in class:MainProcessor
/external/lldb/examples/scripting/
H A Ddictionary.c26 strip (char **word) function
105 new_word = strip (&new_word);
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dldump.c22 int strip; member in struct:__anon14732
123 DumpString((D->strip) ? NULL : f->source,D);
124 n= (D->strip) ? 0 : f->sizelineinfo;
126 n= (D->strip) ? 0 : f->sizelocvars;
134 n= (D->strip) ? 0 : f->sizeupvalues;
162 int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip) argument
168 D.strip=strip;
/external/icu/icu4c/source/samples/layout/
H A DFontMap.cpp56 line = strip(buffer);
64 fontName = strip(&c[1]);
65 scriptName = strip(line);
171 char *FontMap::strip(char *s) function in class:FontMap
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dcparse.py752 def strip(self,files): member in class:TransUnit
H A Dir.py621 return Node.cstr(self,l).strip()
684 return 'typedef ' + Declarator.cstr(self,l) #.strip()
882 def strip(self,files): member in class:TransUnit
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A DMakefile85 STRIP = strip
122 strip-libs = $(filter-out -l%,$(1))
540 strip: $(PROGRAMS) $(OUTPUT)perf
817 .PHONY: all install clean strip $(LIBTRACEEVENT) $(LIBLK)
/external/llvm/lib/Support/
H A Dregex2.h47 * The internal representation is a *strip*, a sequence of
65 typedef unsigned long sop; /* strip operator */
132 sop *strip; /* malloced area for strip */ member in struct:re_guts
H A Dregcomp.c60 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) {
392 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN);
393 assert(OP(p->strip[p->pend[backrefnum]]) != ORPAREN);
591 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
592 assert(OP(p->strip[
[all...]
/external/chromium_org/third_party/skia/samplecode/
H A DSamplePatch.cpp178 SkPoint* strip = stripStorage.get(); local
179 SkPoint* tex = strip + stripCount;
191 strip[i*2 + 0] = *upper++;
192 strip[i*2 + 1] = *lower++;
201 strip, doTextures ? tex : NULL,
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
H A DMakefile282 strip-libs = $(filter-out -l%,$(1))
288 PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_EMBED_LDOPTS))
333 PYTHON_EMBED_LDFLAGS := $(call strip-libs,$(PYTHON_EMBED_LDOPTS))
/external/skia/samplecode/
H A DSamplePatch.cpp178 SkPoint* strip = stripStorage.get(); local
179 SkPoint* tex = strip + stripCount;
191 strip[i*2 + 0] = *upper++;
192 strip[i*2 + 1] = *lower++;
201 strip, doTextures ? tex : NULL,
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_unittest.cc205 // Returns the state of the given tab strip as a string. The state consists
687 // as the first tab in the strip and then we create 5 other tabs in the
722 // strip (this is the insertion index for the next background tab for the
805 // end of the strip, not bundled to any existing context.
852 // Now open a new empty tab. It should open at the end of the strip.
883 // The next tab (scanning LTR) in the entire strip that has the same opener
1504 TabStripModel strip(&delegate, profile());
1508 strip.AddWebContents(
1514 strip.AddWebContents(page_a_a_contents, -1, content::PAGE_TRANSITION_LINK,
1517 strip
2246 TabStripModel* strip = new TabStripModel(&delegate, profile()); local
[all...]
/external/chromium_org/net/base/
H A Dmime_util.cc83 bool strip);
729 bool strip) {
734 if (!strip)
850 const bool strip) {
851 g_mime_util.Get().ParseCodecString(codecs, codecs_out, strip);
727 ParseCodecString(const std::string& codecs, std::vector<std::string>* codecs_out, bool strip) argument
848 ParseCodecString(const std::string& codecs, std::vector<std::string>* codecs_out, const bool strip) argument
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c2393 mDNSBool strip = mDNSfalse; local
2435 strip = mDNSfalse;
2442 strip = mDNStrue;
2447 strip = mDNSfalse;
2452 strip = mDNSfalse;
2469 strip = mDNStrue;
2489 strip = mDNStrue;
2509 if ( hasTSIG && strip )
2742 // After verifying the signature, it will strip the TSIG from the message
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemastypes.c2745 xmlChar *strip; local
2747 strip = xmlSchemaStrip(value);
2748 if (strip != NULL) {
2749 res = xmlAddID(NULL, node->doc, strip, attr);
2750 xmlFree(strip);
2773 xmlChar *strip; local
2775 strip = xmlSchemaStrip(value);
2776 if (strip != NULL) {
2777 xmlAddRef(NULL, node->doc, strip, attr);
2778 xmlFree(strip);
2799 xmlChar *strip; local
[all...]
H A Dxmlschemas.c5931 xmlChar *strip; local
5937 strip = xmlSchemaCollapseString(value);
5938 if (strip != NULL) {
5940 value = strip;
/external/elfutils/0.153/src/
H A Dld.h845 } strip; member in struct:ld_state
/external/libxml2/
H A Dxmlschemastypes.c2752 xmlChar *strip; local
2754 strip = xmlSchemaStrip(value);
2755 if (strip != NULL) {
2756 res = xmlAddID(NULL, node->doc, strip, attr);
2757 xmlFree(strip);
2780 xmlChar *strip; local
2782 strip = xmlSchemaStrip(value);
2783 if (strip != NULL) {
2784 xmlAddRef(NULL, node->doc, strip, attr);
2785 xmlFree(strip);
2806 xmlChar *strip; local
[all...]
H A Dxmlschemas.c5950 xmlChar *strip; local
5956 strip = xmlSchemaCollapseString(value);
5957 if (strip != NULL) {
5959 value = strip;
/external/clang/include/clang/AST/
H A DType.h787 /// type. To strip qualifiers even from within a sugared array type, use
798 /// type. To strip qualifiers even from within a sugared array type, use
1151 /// because they implicitly, recursively, strip all typedefs out of a type.
2115 // FIXME: this might strip inner qualifiers; okay?
4633 const Type *strip(QualType type) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::QualifierCollector
5211 // If this is a typedef for the type, strip the typedef off without
5225 // If this is a typedef for the type, strip the typedef off without
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene.analysis_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...

Completed in 859 milliseconds

12