Searched refs:match (Results 251 - 275 of 1089) sorted by relevance

<<11121314151617181920>>

/external/v8/test/mjsunit/
H A Ddebug-liveedit-patch-positions.js54 var match;
56 while ((match = pattern.exec(text)) != null) {
57 positions.push(match.index);
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
H A Dregress-123437.js63 actualmatch = string.match(pattern);
70 actualmatch = string.match(pattern);
77 actualmatch = string.match(pattern);
/external/webkit/Source/WebCore/inspector/front-end/
H A DSourceHTMLTokenizer.re2js80 var match = /<\/script/i.exec(line);
81 if (match) {
82 this._internalJavaScriptTokenizer.line = line.substring(0, match.index);
86 var match = /<\/style/i.exec(line);
87 if (match) {
88 this._internalCSSTokenizer.line = line.substring(0, match.index);
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
H A DRecentBuildsLoader.js53 var match = /^(\d+) total leaks found!$/.exec(strings[stringIndex]);
54 if (!match)
56 buildInfo.leakCount = parseInt(match[1], 10);
/external/webkit/Tools/Scripts/
H A Dcheck-for-webkit-framework-include-consistency53 if /\/Headers\/(.*)/.match(header)
56 elsif /\/PrivateHeaders\/(.*)/.match(header)
67 return unless /<([^\/]+)\/(.*)>/.match(included_header)
95 if /#(include|import) (.*)/.match(line)
/external/opencv/cvaux/src/
H A Dcvbgfg_gaussmix.cpp77 Return -1 if no match was found; otherwise the index in match[] is returned
82 static int icvMatchTest( double* src_pixel, int nChannels, int* match,
84 /*static int icvMatchTest2( double* src_pixel, int nChannels, int* match,
95 int* match,
99 int* match,
102 static void icvUpdatePartialWindow( double* src_pixel, int nChannels, int* match,
105 int* match,
112 static void icvBackgroundTest( const int nChannels, int n, int i, int j, int *match, CvGaussBGModel* bg_model );
127 //If there is no match th
283 int match[CV_BGFG_MOG_MAX_NGAUSSIANS]; local
376 icvMatchTest( double* src_pixel, int nChannels, int* match, const CvGaussBGPoint* g_point, const CvGaussBGStatModelParams *bg_model_params ) argument
436 icvUpdateFullWindow( double* src_pixel, int nChannels, int* match, CvGaussBGPoint* g_point, const CvGaussBGStatModelParams *bg_model_params ) argument
460 icvUpdatePartialWindow( double* src_pixel, int nChannels, int* match, CvGaussBGPoint* g_point, const CvGaussBGStatModelParams *bg_model_params ) argument
490 icvUpdateFullNoMatch( IplImage* gm_image, int p, int* match, CvGaussBGPoint* g_point, const CvGaussBGStatModelParams *bg_model_params) argument
575 icvBackgroundTest( const int nChannels, int n, int i, int j, int *match, CvGaussBGModel* bg_model ) argument
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-parser.rb258 match( T__10, TOKENS_FOLLOWING_T__10_IN_group_name_128 )
276 mod = match( CONSTANT, TOKENS_FOLLOWING_CONSTANT_IN_group_name_144 )
277 match( T__11, TOKENS_FOLLOWING_T__11_IN_group_name_146 )
286 name = match( CONSTANT, TOKENS_FOLLOWING_CONSTANT_IN_group_name_169 )
300 match( T__12, TOKENS_FOLLOWING_T__12_IN_group_name_177 )
337 name = match( ID, TOKENS_FOLLOWING_ID_IN_member_199 )
356 match( T__13, TOKENS_FOLLOWING_T__13_IN_member_210 )
369 aliased = match( ID, TOKENS_FOLLOWING_ID_IN_member_220 )
376 __TEMPLATE3__ = match( TEMPLATE, TOKENS_FOLLOWING_TEMPLATE_IN_member_230 )
383 __STRING4__ = match( STRIN
[all...]
/external/iproute2/include/
H A Diptables.h31 struct iptables_match *match; member in struct:iptables_rule_match
41 /* Revision of match (0 by default). */
46 /* Size of match data. */
49 /* Size of match data relevent for userspace comparison purposes */
55 /* Initialize the match. */
63 struct ipt_entry_match **match);
68 /* Prints out the match iff non-NULL: put space at end */
70 const struct ipt_entry_match *match, int numeric);
72 /* Saves the match info in parsable form to stdout. */
74 const struct ipt_entry_match *match);
[all...]
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
H A DSecurityAgreeParser.java99 lexer.match(TokenTypes.ID);
111 this.lexer.match(';');
135 this.lexer.match(',');
138 lexer.match(TokenTypes.ID);
146 this.lexer.match(';');
/external/chromium/webkit/glue/
H A Dregular_expression_unittest.cc30 EXPECT_EQ(matches[i].matchPosition, regex.match(
47 EXPECT_EQ(0, regex.match("the quick brown fox"));
48 EXPECT_EQ(1, regex.match(" the quick brown fox"));
49 EXPECT_EQ(3, regex.match("foothe quick brown foxbar"));
51 EXPECT_EQ(-1, regex.match("The quick brown FOX"));
52 EXPECT_EQ(-1, regex.match("the quick brown fo"));
103 EXPECT_EQ(0, regex.match("", 0, &matchedLength));
/external/llvm/utils/vim/
H A Dllvm.vim12 syn case match
20 syn match llvmType /\<i\d\+\>/
66 syn match llvmNoName /[%@]\d\+\>/
67 syn match llvmNumber /-\?\<\d\+\>/
68 syn match llvmFloat /-\?\<\d\+\.\d*\(e[+-]\d\+\)\?\>/
69 syn match llvmFloat /\<0x\x\+\>/
72 syn match llvmComment /;.*$/
74 syn match llvmLabel /[-a-zA-Z$._][-a-zA-Z$._0-9]*:/
75 syn match llvmIdentifier /[%@][-a-zA-Z$._][-a-zA-Z$._0-9]*/
78 syn match llvmSpecialCommen
[all...]
/external/stlport/test/unit/cppunit/
H A Dcppunit_mini.h99 bool match = (strncmp(in_desiredTest, in_className, strlen(in_className)) == 0) && local
102 return invert ? (match ? !match : !explicit_test)
103 : match;
105 bool match = (strcmp(in_desiredTest, in_className) == 0); local
106 do_progress = match;
107 return !explicit_test && (match == !invert);
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
H A Ddeduplicate_tests.py88 match = re.match(r'^(platform/.*?/)?(.*)', path)
89 test = match.group(2)
139 match = re.match(r'^platform/(.*?)/', path)
140 if match:
141 platform = dirname_to_platform(match.group(1))
/external/iproute2/examples/diffserv/
H A DEdge31-ca-u3254 match ip tos 0x88 0xfc \
63 match ip tos 0x88 0xfc \
71 match ip tos 0x88 0xfc \
83 match ip tos 0x90 0xfc \
91 match ip tos 0x90 0xfc \
102 match ip tos 0x98 0xfc \
114 match ip src 0/0\
H A DEdge32-cb-u3256 match ip src 10.2.0.0/24 $meter1 \
59 match ip src 10.2.0.0/24 $meter1a \
67 match ip src 10.2.0.0/24 $meter2 \
70 match ip src 10.2.0.0/24 $meter2a \
77 match ip src 10.2.0.0/24 $meter3 \
80 match ip src 10.2.0.0/24 $meter3a \
88 match ip src 0/0 $meter5 \
/external/chromium/chrome/browser/autocomplete/
H A Dsearch_provider.cc94 // description of the new first match in the call to
186 AutocompleteMatch match; local
187 match.provider = this;
188 match.contents.assign(l10n_util::GetStringUTF16(IDS_EMPTY_KEYWORD_VALUE));
189 match.contents_class.push_back(
191 matches_.push_back(match);
530 // the most relevant match for each result.
613 // match having a relevance greater than the previous, but they might be
631 // match will outrank us for URL-like inputs anyway, so we need not do
635 AutocompleteMatch match; local
898 AutocompleteMatch& match = *i; local
[all...]
H A Dextension_app_provider.cc63 // We have a match, might be a partial match.
66 AutocompleteMatch match(this, 0, false,
68 match.fill_into_edit = UTF8ToUTF16(url);
69 match.destination_url = GURL(url);
70 match.inline_autocomplete_offset = string16::npos;
71 match.contents = UTF8ToUTF16(name);
72 HighlightMatch(input, &match.contents_class, name_iter, name);
73 match.description = UTF8ToUTF16(url);
74 HighlightMatch(input, &match
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCTP.m396 [self match:input TokenType:FUNC_DECL Follow:FOLLOW_FUNC_DECL_in_declaration87];
398 [self match:input TokenType:DOWN Follow:nil];
407 [self match:input TokenType:UP Follow:nil];
415 [self match:input TokenType:FUNC_DEF Follow:FOLLOW_FUNC_DEF_in_declaration101];
417 [self match:input TokenType:DOWN Follow:nil];
434 [self match:input TokenType:UP Follow:nil];
470 [self match:input TokenType:VAR_DEF Follow:FOLLOW_VAR_DEF_in_variable126];
472 [self match:input TokenType:DOWN Follow:nil];
489 [self match:input TokenType:UP Follow:nil];
523 [self match
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCTP.m378 [self match:input TokenType:FUNC_DECL Follow:FOLLOW_FUNC_DECL_in_declaration87]; /* element() */
380 [self match:input TokenType:ANTLRTokenTypeDOWN Follow:nil];
387 [self match:input TokenType:ANTLRTokenTypeUP Follow:nil]; /* element() */
394 [self match:input TokenType:FUNC_DEF Follow:FOLLOW_FUNC_DEF_in_declaration101]; /* element() */
396 [self match:input TokenType:ANTLRTokenTypeDOWN Follow:nil];
408 [self match:input TokenType:ANTLRTokenTypeUP Follow:nil]; /* element() */
437 [self match:input TokenType:VAR_DEF Follow:FOLLOW_VAR_DEF_in_variable126]; /* element() */
439 [self match:input TokenType:ANTLRTokenTypeDOWN Follow:nil];
451 [self match:input TokenType:ANTLRTokenTypeUP Follow:nil]; /* element() */
478 [self match
[all...]
/external/chromium/build/util/
H A Dlastchange.py137 match = re.search(r'^\w+://.*$', output, re.M)
138 if match:
139 return match.group(0)
160 match = re.search(r'\S+$', output)
161 if match:
162 return match.group(0)
179 match = git_re.match(line)
180 if match:
181 id = match
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dtst_badblocks.c123 int i, match, ok; local
126 match = ext2fs_badblocks_list_test(bb, vec[i]);
127 if (match == vec[i+1])
134 match ? "present" : "absent",
141 int i, match; local
147 match = ext2fs_badblocks_list_test(bb, vec[i]);
149 match ? "present" : "absent");
150 if (!match) {
157 match = ext2fs_badblocks_list_test(bb, vec[i]);
161 if (match) {
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp115 if (match(LHS, m_Xor(m_Value(XorLHS), m_ConstantInt(XorRHS)))) {
222 if (match(LHS, m_Mul(m_Value(W), m_Value(X))) &&
223 match(RHS, m_Mul(m_Value(Y), m_Value(Z)))) {
244 if (match(LHS, m_Not(m_Value(X)))) // ~X + C --> (C-1) - X
249 match(LHS, m_And(m_Value(X), m_ConstantInt(C2))) &&
289 if (match(FV, m_Zero()) && match(TV, m_Sub(m_Value(N), m_Specific(A))))
293 if (match(TV, m_Zero()) && match(FV, m_Sub(m_Value(N), m_Specific(A))))
336 if (match(RH
[all...]
/external/skia/src/ports/
H A DSkFontHost_fontconfig.cpp137 // for something so we need a way to tell if the match which it has found is
145 // family name after resolving. If the two are equal, it's a good match.
152 // -> good match
158 // -> BAD match
165 FcPattern* match = FcFontMatch(0, pattern, &result); local
166 if (!match) {
172 FcPatternGetString(match, FC_FAMILY, 0, &post_match_family);
181 FcPatternDestroy(match);
185 return match;
262 FcPattern* match local
[all...]
/external/skia/tests/
H A DPackBitsTest.cpp40 bool match = gTests[i].fCount == srcCount && memcmp(gTests[i].fSrc, src, local
42 REPORTER_ASSERT(reporter, match);
57 bool match = memcmp(src, src2, size * sizeof(uint16_t)) == 0; local
58 REPORTER_ASSERT(reporter, match);
93 bool match = gTests[i].fCount == srcCount && local
96 REPORTER_ASSERT(reporter, match);
111 bool match = memcmp(src, src2, size * sizeof(uint8_t)) == 0; local
112 REPORTER_ASSERT(reporter, match);
121 bool match = memcmp(src, src2 + skip, write) == 0; local
122 REPORTER_ASSERT(reporter, match);
[all...]
/external/valgrind/main/tests/
H A Ds390x_features.c19 // cpu model, if specified, does not match the machine
195 unsigned long long match; local
202 match = (facilities & (1ULL << 62) && (facilities & (1ULL << 61)));
204 match = (facilities & (1ULL << 63));
206 match = (facilities & (1ULL << 56));
208 match = (facilities & (1ULL << 45) && (facilities & (1ULL << 44)));
210 match = (facilities & (1ULL << 42));
212 match = (facilities & (1ULL << 38));
214 match = (facilities & (1ULL << 29));
216 match
[all...]

Completed in 928 milliseconds

<<11121314151617181920>>