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

  /external/v8/test/mjsunit/
regexp-call-as-function.js 32 var regexp = /a(b)(c)/; variable
35 assertEquals(expected, String(regexp.exec(subject)));
36 assertEquals(expected, String(regexp(subject)));
with-function-expression.js 33 // Check that the return value is a function. Use regexp to avoid
35 var regexp = /function/; variable
36 var res = assertTrue(eval(source).match(regexp) == 'function');
  /external/libvpx/examples/includes/
vp8_doc_tools.php 145 $regexp = '|' . $open . '(.*?)' . $close . '|si'; variable
146 echo $regexp . "\n\n";
148 while (preg_match($regexp, $blob, $matches))
157 $blob = preg_replace($regexp, $blob_new, $blob, 1);
182 $regexp = '/~{3,}/'; variable
184 while (preg_match($regexp, $page_body))
188 $regexp = '/:\s*~{3,}\s*\n/'; variable
189 $page_body = preg_replace($regexp, ': <pre><code>', $page_body, 1);
194 $regexp = '/\n\s*~{3,}/'; variable
195 $page_body = preg_replace($regexp, '</code></pre>', $page_body, 1)
201 $regexp = '\/\\n\\s*~{3,}\/'; variable
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Date/
15.9.5.4.js 49 var regexp = ''; variable
53 var cnERR ='OOPS! FATAL ERROR: no regexp match in extractTimeString()';
144 * Thus, use a regexp of the form /date.toDateString()(.*)$/
149 regexp = new RegExp(date.toDateString() + '(.*)' + '$');
153 hopeThisIsTimeString = date.toString().match(regexp)[1];
15.9.5.7.js 53 var regexp = ''; variable
57 var cnERR ='OOPS! FATAL ERROR: no regexp match in extractLocaleTimeString()';
147 * So first, use a regexp of the form /date.toDateString()(.*)$/
154 regexp = new RegExp(date.toDateString() + '(.*)' + '$');
157 TimeString = date.toString().match(regexp)[1];
169 regexp= /([^G]*)GMT.*/;
172 hopeThisIsLocaleTimeString = TimeString.match(regexp)[1];
  /external/libvpx/examples/
gen_example_doxy.php 45 $regexp = '/\[\[(.*?)\]\]/'; // Double square bracket delimiters variable
46 $page_body = preg_replace_callback($regexp, 'ASCIIMathPHPCallback', $page_body);
60 $regexp = '|<pre><code>(.*?)<\/code><\/pre>|si'; variable
61 while (preg_match($regexp, $page_body, $matches) > 0)
64 $page_body = preg_replace($regexp, $tmp_token, $page_body, 1);
73 $regexp = '|<div class="codeblock">(.*?)<\/div>|si'; variable
76 while (preg_match($regexp, $page_body, $matches))
85 $page_body = preg_replace($regexp, $block_new, $page_body, 1);
  /external/webkit/WebCore/platform/text/
RegularExpression.cpp 40 JSRegExp* regexp() const { return m_regexp; } function in class:WebCore::RegularExpression::Private
53 JSRegExp* regexp = jsRegExpCompile(pattern.characters(), pattern.length(), local
56 if (!regexp)
58 return regexp;
99 if (!d->regexp())
108 int result = jsRegExpExecute(d->regexp(), str.characters(), str.length(), startFrom, offsets, maxOffsets);
  /external/icu4c/i18n/
uregex.cpp 323 RegularExpression *regexp = (RegularExpression*)regexp2; local
325 if (validateRE(regexp, status, FALSE) == FALSE) {
329 *patLength = regexp->fPatStringLen;
331 return regexp->fPatString;
343 RegularExpression *regexp = (RegularExpression*)regexp2; local
345 return regexp->fPat->patternText();
356 RegularExpression *regexp = (RegularExpression*)regexp2; local
357 if (validateRE(regexp, status, FALSE) == FALSE) {
360 int32_t flags = regexp->fPat->flags();
375 RegularExpression *regexp = (RegularExpression*)regexp2 local
408 RegularExpression *regexp = (RegularExpression*)regexp2; local
438 RegularExpression *regexp = (RegularExpression*)regexp2; local
478 RegularExpression *regexp = (RegularExpression*)regexp2; local
496 RegularExpression *regexp = (RegularExpression*)regexp2; local
514 RegularExpression *regexp = (RegularExpression*)regexp2; local
538 RegularExpression *regexp = (RegularExpression*)regexp2; local
562 RegularExpression *regexp = (RegularExpression*)regexp2; local
584 RegularExpression *regexp = (RegularExpression*)regexp2; local
600 RegularExpression *regexp = (RegularExpression*)regexp2; local
620 RegularExpression *regexp = (RegularExpression*)regexp2; local
682 RegularExpression *regexp = (RegularExpression*)regexp2; local
725 RegularExpression *regexp = (RegularExpression*)regexp2; local
743 RegularExpression *regexp = (RegularExpression*)regexp2; local
760 RegularExpression *regexp = (RegularExpression*)regexp2; local
778 RegularExpression *regexp = (RegularExpression*)regexp2; local
794 RegularExpression *regexp = (RegularExpression*)regexp2; local
810 RegularExpression *regexp = (RegularExpression*)regexp2; local
826 RegularExpression *regexp = (RegularExpression*)regexp2; local
843 RegularExpression *regexp = (RegularExpression*)regexp2; local
859 RegularExpression *regexp = (RegularExpression*)regexp2; local
876 RegularExpression *regexp = (RegularExpression*)regexp2; local
892 RegularExpression *regexp = (RegularExpression*)regexp2; local
908 RegularExpression *regexp = (RegularExpression*)regexp2; local
925 RegularExpression *regexp = (RegularExpression*)regexp2; local
942 RegularExpression *regexp = (RegularExpression*)regexp2; local
960 RegularExpression *regexp = (RegularExpression*)regexp2; local
977 RegularExpression *regexp = (RegularExpression*)regexp2; local
995 RegularExpression *regexp = (RegularExpression*)regexp2; local
1012 RegularExpression *regexp = (RegularExpression*)regexp2; local
1031 RegularExpression *regexp = (RegularExpression*)regexp2; local
1079 RegularExpression *regexp = (RegularExpression*)regexp2; local
1105 RegularExpression *regexp = (RegularExpression*)regexp2; local
1140 RegularExpression *regexp = (RegularExpression*)regexp2; local
1430 RegularExpression *regexp = (RegularExpression*)regexp2; local
1443 RegularExpression *regexp = (RegularExpression*)regexp2; local
1580 RegularExpression *regexp = (RegularExpression*)regexp2; local
1591 RegularExpression *regexp = (RegularExpression*)regexp2; local
1767 RegularExpression *regexp = (RegularExpression*)regexp2; local
1791 RegularExpression *regexp = (RegularExpression*)regexp2; local
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 191 * The glob pattern is not a regexp. It only accepts the "*" keyword to mean
203 // transforms the glob pattern in a regexp:
217 Pattern regexp = Pattern.compile(globPattern); local
221 if (regexp.matcher(class_name).matches()) {
  /external/v8/src/
runtime.cc 1251 Handle<Object> regexp = local
    [all...]
  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.h 40 #include "RegExp.h"
450 unsigned addRegExp(RegExp* r) { createRareDataIfNecessary(); unsigned size = m_rareData->m_regexps.size(); m_rareData->m_regexps.append(r); return size; }
451 RegExp* regexp(int index) const { ASSERT(m_rareData); return m_rareData->m_regexps[index].get(); } function in class:JSC::CodeBlock
549 Vector<RefPtr<RegExp> > m_regexps;
  /external/libxml2/include/libxml/
schemasInternals.h 833 xmlRegexpPtr regexp; /* The regex for patterns */ member in struct:_xmlSchemaFacet
  /external/dnsmasq/src/
dnsmasq.h 228 char *name, *replace, *regexp, *services, *flags; member in struct:naptr
  /external/libvpx/examples/includes/geshi/
geshi.php 131 // Advanced regexp handling constants, used in language files
146 for this regexp's html tag class */
1980 $regexp = $rxdata; variable
1990 $regexp = implode("|", $rxuse); variable
    [all...]
  /external/libxml2/
xmlregexp.c 2 * regexp.c: generic and extensible Regular Expression engine
305 xmlRegexpPtr comp; /* the compiled regexp */
358 * Regexp memory error handler *
370 const char *regexp = NULL; local
372 regexp = (const char *) ctxt->string;
377 regexp, NULL, 0, 0,
390 const char *regexp = NULL; local
394 regexp = (const char *) ctxt->string;
400 regexp, NULL, idx, 0,
415 * Allocate a new regexp and fill it with the result from the parse
    [all...]
xmlschemas.c 986 xmlRegExecCtxtPtr regexp; member in struct:_xmlSchemaValidCtxt
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 683 milliseconds