HomeSort by relevance Sort by last modified time
    Searched refs:match (Results 751 - 775 of 3045) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptRegexp.cpp 59 int ScriptRegexp::match(const String& string, int startFrom, int* matchLength) const function in class:WebCore::ScriptRegexp
85 // RegExp#exec returns null if there's no match, otherwise it returns an
86 // Array of strings with the first being the whole match string and others
88 // "index" which is the offset of the match.
99 v8::Local<v8::String> match = result->Get(0).As<v8::String>(); local
100 *matchLength = match->Length();
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_style_builder.py 98 return re.sub(r'(^[^-])|-(.)', lambda match: (match.group(1) or match.group(2)).upper(), property_name)
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
svn-log.js 33 var match = regexp.exec(string);
34 if (match)
35 return match[1];
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
sampstat 74 match = re.search(decimalNumberPattern, line) variable
75 if match:
76 results.append(float(match.group(0)))
  /external/chromium_org/tools/metrics/histograms/
update_extension_functions.py 38 m = re.match(regex, line)
63 if re.match(ENUM_END_MARKER, line):
72 if re.match(ENUM_START_MARKER, line):
  /external/icu4c/i18n/
csrucode.cpp 32 UBool CharsetRecog_UTF_16_BE::match(InputText* textIn, CharsetMatch *results) const function in class:CharsetRecog_UTF_16_BE
56 UBool CharsetRecog_UTF_16_LE::match(InputText* textIn, CharsetMatch *results) const function in class:CharsetRecog_UTF_16_LE
75 UBool CharsetRecog_UTF_32::match(InputText* textIn, CharsetMatch *results) const function in class:CharsetRecog_UTF_32
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 942 if (match(LHS, m_Xor(m_Value(XorLHS), m_ConstantInt(XorRHS)))) {
1054 if (match(LHS, m_Mul(m_Value(W), m_Value(X))) &&
1055 match(RHS, m_Mul(m_Value(Y), m_Value(Z))))
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AddressParser.java 63 this.lexer.match('>');
75 this.lexer.match('<');
83 this.lexer.match('>');
  /external/oprofile/libpp/
profile_spec.cpp 203 /// return true if the value from the profile spec may match the comma
208 // if the profile spec is "all" we match the sample file
212 // an "all" sample file should never match specified profile
217 // now match each profile spec value against the sample file
218 return cl.match(value.value());
224 bool profile_spec::match(filename_spec const & spec) const function in class:profile_spec
239 if (filter.match(simage) || filter.match(slib_image))
247 if (!filter.match(simage))
250 // image.empty() means match all except if use
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
EmlAttachmentProvider.java 116 final int match = sUriMatcher.match(uri); local
120 switch (match) {
145 final int match = sUriMatcher.match(uri); local
146 switch (match) {
176 final int match = sUriMatcher.match(uri); local
177 switch (match) {
197 final int match = sUriMatcher.match(uri) local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 109 # exception raised when downloaded size does not match content-length
281 # raise exception if actual size does not match content-length header
686 match = re.match('[ \t]*([^ \t]+)[ \t]+realm="([^"]*)"', stuff)
687 if not match:
690 scheme, realm = match.groups()
708 match = re.match('[ \t]*([^ \t]+)[ \t]+realm="([^"]*)"', stuff)
709 if not match:
712 scheme, realm = match.groups(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 109 # exception raised when downloaded size does not match content-length
281 # raise exception if actual size does not match content-length header
686 match = re.match('[ \t]*([^ \t]+)[ \t]+realm="([^"]*)"', stuff)
687 if not match:
690 scheme, realm = match.groups()
708 match = re.match('[ \t]*([^ \t]+)[ \t]+realm="([^"]*)"', stuff)
709 if not match:
712 scheme, realm = match.groups(
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 18 * string matches are performed only when the previous match ends. So it
22 * is used to find longer strings when a small match has been found.
97 local void check_match OF((deflate_state *s, IPos start, IPos match,
124 ush good_length; /* reduce lazy search above this match length */
125 ush max_lazy; /* do not perform lazy search above this match length */
126 ush nice_length; /* quit search above this match length */
1033 register Bytef *match; \/* matched string *\/ local
1180 register Bytef *match; \/* matched string *\/ local
    [all...]
  /external/zlib/src/
deflate.c 18 * string matches are performed only when the previous match ends. So it
22 * is used to find longer strings when a small match has been found.
96 local void check_match OF((deflate_state *s, IPos start, IPos match,
118 ush good_length; /* reduce lazy search above this match length */
119 ush max_lazy; /* do not perform lazy search above this match length */
120 ush nice_length; /* quit search above this match length */
1154 register Bytef *match; \/* matched string *\/ local
1302 register Bytef *match; \/* matched string *\/ local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableParser.m 346 [self match:input TokenType:12 Follow:FOLLOW_12_in_method116];
348 [self match:input TokenType:ID Follow:FOLLOW_ID_in_method118];
350 [self match:input TokenType:7 Follow:FOLLOW_7_in_method120];
352 [self match:input TokenType:8 Follow:FOLLOW_8_in_method122];
398 [self match:input TokenType:13 Follow:FOLLOW_13_in_block153];
460 [self match:input TokenType:14 Follow:FOLLOW_14_in_block165];
517 [self match:input TokenType:ID Follow:FOLLOW_ID_in_stat189];
519 [self match:input TokenType:10 Follow:FOLLOW_10_in_stat191];
521 [self match:input TokenType:INT Follow:FOLLOW_INT_in_stat193];
523 [self match:input TokenType:9 Follow:FOLLOW_9_in_stat195];
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableParser.m 363 [self match:input TokenType:7 Follow:FOLLOW_7_in_method110]; /* element() */
364 [self match:input TokenType:ID Follow:FOLLOW_ID_in_method112]; /* element() */
365 [self match:input TokenType:8 Follow:FOLLOW_8_in_method114]; /* element() */
366 [self match:input TokenType:9 Follow:FOLLOW_9_in_method116]; /* element() */
406 [self match:input TokenType:10 Follow:FOLLOW_10_in_block147]; /* element() */
461 [self match:input TokenType:11 Follow:FOLLOW_11_in_block159]; /* element() */
510 [self match:input TokenType:ID Follow:FOLLOW_ID_in_stat183]; /* element() */
511 [self match:input TokenType:12 Follow:FOLLOW_12_in_stat185]; /* element() */
512 [self match:input TokenType:INT Follow:FOLLOW_INT_in_stat187]; /* element() */
513 [self match:input TokenType:13 Follow:FOLLOW_13_in_stat189]; /* element() *
    [all...]
  /external/chromium_org/base/android/jni_generator/
jni_generator.py 134 for match in re.finditer(re_import, contents):
135 JniParams._imports += ['L' + match.group('class').replace('.', '/')]
138 for match in re.finditer(re_inner, contents):
139 inner = match.group('name')
303 for match in re.finditer(re_native, contents):
305 static='static' in match.group('qualifiers'),
306 java_class_name=match.group('java_class_name'),
307 native_class_name=match.group('native_class_name'),
308 return_type=match.group('return_type'),
309 name=match.group('name').replace('native', '')
    [all...]
  /bionic/libc/kernel/common/linux/
transport_class.h 42 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
  /development/ndk/platforms/android-3/include/linux/
transport_class.h 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2965CommentUrlAttributeHandler.java 62 public boolean match(final Cookie cookie, final CookieOrigin origin) { method in class:RFC2965CommentUrlAttributeHandler
RFC2965DiscardAttributeHandler.java 62 public boolean match(final Cookie cookie, final CookieOrigin origin) { method in class:RFC2965DiscardAttributeHandler
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509CRLStoreSelector.java 92 public boolean match(Object obj) method in class:X509CRLStoreSelector
160 return super.match((X509CRL)obj);
163 public boolean match(CRL crl) method in class:X509CRLStoreSelector
165 return match((Object)crl);
169 * Returns if this selector must match CRLs with the delta CRL indicator
  /external/chromium/build/
compiler_version.py 24 result = re.match(r"(\d+)\.(\d+)", gcc_output)
  /external/chromium/chrome/browser/autocomplete/
history_provider.cc 25 void HistoryProvider::DeleteMatch(const AutocompleteMatch& match) {
28 DCHECK(match.deletable);
33 // Delete the match from the history DB.
34 GURL selected_url(match.destination_url);
41 // Delete the match from the current set of matches.
44 if (i->destination_url == selected_url && i->type == match.type) {
100 // Make the number of trailing slashes on the output exactly match the input.
103 // beginning with "a" will match.
history_quick_provider.h 38 virtual void DeleteMatch(const AutocompleteMatch& match) OVERRIDE;
53 // Determines the relevance for some input, given its type and which match it
55 // [0, kMaxSuggestions) indicating the relevance of the match (higher == more

Completed in 1066 milliseconds

<<31323334353637383940>>