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

/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/webkit/Tools/MiniBrowser/qt/
H A Dutils.cpp50 QList<QString> enumToKeys(const QMetaObject o, const QString& name, const QString& strip) argument
60 list.append(key.remove(strip));
/external/webkit/Tools/QtTestBrowser/
H A Dutils.cpp50 QList<QString> enumToKeys(const QMetaObject o, const QString& name, const QString& strip) argument
60 list.append(key.remove(strip));
/external/icu4c/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/net/base/
H A Dmime_util.cc47 bool strip);
434 bool strip) {
439 if (!strip)
537 const bool strip) {
538 g_mime_util.Get().ParseCodecString(codecs, codecs_out, strip);
432 ParseCodecString(const std::string& codecs, std::vector<std::string>* codecs_out, bool strip) argument
535 ParseCodecString(const std::string& codecs, std::vector<std::string>* codecs_out, const bool strip) argument
/external/llvm/lib/Support/
H A Dregex2.h44 * 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
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) {
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
[all...]
/external/skia/samplecode/
H A DSamplePatch.cpp182 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,
/external/elfutils/src/
H A Dld.h808 } strip; member in struct:ld_state
/external/libxml2/
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/clang/include/clang/AST/
H A DType.h708 /// type. To strip qualifiers even from within an array type, use
719 /// type. To strip qualifiers even from within an array type, use
1044 /// because they implicitly, recursively, strip all typedefs out of a type.
1887 // FIXME: this might strip inner qualifiers; okay?
4332 const Type *strip(QualType type) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::QualifierCollector
4780 // If this is a typedef for the type, strip the typedef off without
4794 // If this is a typedef for the type, strip the typedef off without

Completed in 791 milliseconds