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

<<31323334353637383940>>

  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_AbstractTest.java 73 assertEquals("Name of charset must match!", charsetName, charset.name());
141 // assertTrue("Encoded bytes must match!",
143 assertEqualBytes("Encoded bytes must match!", testBytes, outputBB);
201 boolean match = true;
216 match = false;
220 // System.out.format("Match index %d: %d = %d\n",
224 assertTrue(msg, match);
242 boolean match = true;
256 match = false;
260 assertTrue(msg, match);
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastContentProvider.java 96 int match = sUriMatcher.match(uri); local
97 switch (match) {
134 int match = sUriMatcher.match(uri); local
135 switch (match) {
176 * @param selection an optional filter to match rows to update.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ValueCompleter.java 117 for (String match : matches) {
118 proposals.add(new ContentProposal(match));
154 String match; local
156 match = prepend + value;
158 match = value;
160 proposals.add(new ContentProposal(match));
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc 120 // selected text color, it is more important to match the qualities of the
166 // The luminance should match the luminance of the foreground text. Again,
213 // Hopefully I can clean up the match situation a bit and this will
257 PangoWeight weight = (i->style & ACMatchClassification::MATCH) ?
475 const AutocompleteMatch& match = model_->result().match_at(line); local
477 // extension, |match| and its contents. So copy the relevant strings out to
479 const GURL url(match.destination_url);
481 const bool is_keyword_hint = model_->GetKeywordForMatch(match, &keyword);
482 edit_view_->OpenURL(url, disposition, match.transition, GURL(), line,
487 const AutocompleteMatch& match,
610 const AutocompleteMatch& match = result.match_at(i); local
    [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaParser.java 45 * java.g:691:9: Decision can match input such as
49 * java.g:734:35: Decision can match input such as "{'$', 'A'..'Z',
120 * Renamed "bound" to "typeBound" to better match language in the JLS.
669 match(input,PACKAGE,FOLLOW_PACKAGE_in_packageDeclaration167); if (state.failed) return ; method
677 match(input,SEMI,FOLLOW_SEMI_in_packageDeclaration179); if (state.failed) return ; method
821 match(input,IMPORT,FOLLOW_IMPORT_in_importDeclaration198); if (state.failed) return ; method
842 match(input,STATIC,FOLLOW_STATIC_in_importDeclaration209); if (state.failed) return ; method
851 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_importDeclaration230); if (state.failed) return ; method
853 match(input,DOT,FOLLOW_DOT_in_importDeclaration232); if (state.failed) return ; method
855 match(input,STAR,FOLLOW_STAR_in_importDeclaration234); if (state.failed) return ; method
857 match(input,SEMI,FOLLOW_SEMI_in_importDeclaration244); if (state.failed) return ; method
867 match(input,IMPORT,FOLLOW_IMPORT_in_importDeclaration254); if (state.failed) return ; method
888 match(input,STATIC,FOLLOW_STATIC_in_importDeclaration265); if (state.failed) return ; method
897 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_importDeclaration286); if (state.failed) return ; method
930 match(input,DOT,FOLLOW_DOT_in_importDeclaration297); if (state.failed) return ; method
932 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_importDeclaration299); if (state.failed) return ; method
970 match(input,DOT,FOLLOW_DOT_in_importDeclaration321); if (state.failed) return ; method
972 match(input,STAR,FOLLOW_STAR_in_importDeclaration323); if (state.failed) return ; method
981 match(input,SEMI,FOLLOW_SEMI_in_importDeclaration344); if (state.failed) return ; method
1026 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_qualifiedImportName363); if (state.failed) return ; method
1052 match(input,DOT,FOLLOW_DOT_in_qualifiedImportName374); if (state.failed) return ; method
1054 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_qualifiedImportName376); if (state.failed) return ; method
1144 match(input,SEMI,FOLLOW_SEMI_in_typeDeclaration416); if (state.failed) return ; method
1306 match(input,PUBLIC,FOLLOW_PUBLIC_in_modifiers483); if (state.failed) return ; method
1316 match(input,PROTECTED,FOLLOW_PROTECTED_in_modifiers493); if (state.failed) return ; method
1326 match(input,PRIVATE,FOLLOW_PRIVATE_in_modifiers503); if (state.failed) return ; method
1336 match(input,STATIC,FOLLOW_STATIC_in_modifiers513); if (state.failed) return ; method
1346 match(input,ABSTRACT,FOLLOW_ABSTRACT_in_modifiers523); if (state.failed) return ; method
1356 match(input,FINAL,FOLLOW_FINAL_in_modifiers533); if (state.failed) return ; method
1366 match(input,NATIVE,FOLLOW_NATIVE_in_modifiers543); if (state.failed) return ; method
1376 match(input,SYNCHRONIZED,FOLLOW_SYNCHRONIZED_in_modifiers553); if (state.failed) return ; method
1386 match(input,TRANSIENT,FOLLOW_TRANSIENT_in_modifiers563); if (state.failed) return ; method
1396 match(input,VOLATILE,FOLLOW_VOLATILE_in_modifiers573); if (state.failed) return ; method
1406 match(input,STRICTFP,FOLLOW_STRICTFP_in_modifiers583); if (state.failed) return ; method
1486 match(input,FINAL,FOLLOW_FINAL_in_variableModifiers614); if (state.failed) return ; method
1637 match(input,CLASS,FOLLOW_CLASS_in_normalClassDeclaration691); if (state.failed) return ; method
1639 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_normalClassDeclaration693); if (state.failed) return ; method
1692 match(input,EXTENDS,FOLLOW_EXTENDS_in_normalClassDeclaration726); if (state.failed) return ; method
1726 match(input,IMPLEMENTS,FOLLOW_IMPLEMENTS_in_normalClassDeclaration750); if (state.failed) return ; method
1788 match(input,LT,FOLLOW_LT_in_typeParameters793); if (state.failed) return ; method
1820 match(input,COMMA,FOLLOW_COMMA_in_typeParameters822); if (state.failed) return ; method
1838 match(input,GT,FOLLOW_GT_in_typeParameters849); if (state.failed) return ; method
1881 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_typeParameter868); if (state.failed) return ; method
1902 match(input,EXTENDS,FOLLOW_EXTENDS_in_typeParameter879); if (state.failed) return ; method
1988 match(input,AMP,FOLLOW_AMP_in_typeBound923); if (state.failed) return ; method
2059 match(input,ENUM,FOLLOW_ENUM_in_enumDeclaration967); if (state.failed) return ; method
2064 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_enumDeclaration987); if (state.failed) return ; method
2085 match(input,IMPLEMENTS,FOLLOW_IMPLEMENTS_in_enumDeclaration998); if (state.failed) return ; method
2147 match(input,LBRACE,FOLLOW_LBRACE_in_enumBody1041); if (state.failed) return ; method
2200 match(input,COMMA,FOLLOW_COMMA_in_enumBody1073); if (state.failed) return ; method
2241 match(input,RBRACE,FOLLOW_RBRACE_in_enumBody1106); if (state.failed) return ; method
2320 match(input,COMMA,FOLLOW_COMMA_in_enumConstants1136); if (state.failed) return ; method
2411 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_enumConstant1192); if (state.failed) return ; method
2518 match(input,SEMI,FOLLOW_SEMI_in_enumBodyDeclarations1265); if (state.failed) return ; method
2685 match(input,INTERFACE,FOLLOW_INTERFACE_in_normalInterfaceDeclaration1337); if (state.failed) return ; method
2687 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_normalInterfaceDeclaration1339); if (state.failed) return ; method
2740 match(input,EXTENDS,FOLLOW_EXTENDS_in_normalInterfaceDeclaration1372); if (state.failed) return ; method
2832 match(input,COMMA,FOLLOW_COMMA_in_typeList1425); if (state.failed) return ; method
2891 match(input,LBRACE,FOLLOW_LBRACE_in_classBody1457); if (state.failed) return ; method
2933 match(input,RBRACE,FOLLOW_RBRACE_in_classBody1489); if (state.failed) return ; method
2976 match(input,LBRACE,FOLLOW_LBRACE_in_interfaceBody1508); if (state.failed) return ; method
3018 match(input,RBRACE,FOLLOW_RBRACE_in_interfaceBody1540); if (state.failed) return ; method
3137 match(input,SEMI,FOLLOW_SEMI_in_classBodyDeclaration1559); if (state.failed) return ; method
3166 match(input,STATIC,FOLLOW_STATIC_in_classBodyDeclaration1570); if (state.failed) return ; method
3397 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_methodDeclaration1723); if (state.failed) return ; method
3424 match(input,THROWS,FOLLOW_THROWS_in_methodDeclaration1744); if (state.failed) return ; method
3439 match(input,LBRACE,FOLLOW_LBRACE_in_methodDeclaration1767); if (state.failed) return ; method
3516 match(input,RBRACE,FOLLOW_RBRACE_in_methodDeclaration1821); if (state.failed) return ; method
3608 match(input,VOID,FOLLOW_VOID_in_methodDeclaration1878); if (state.failed) return ; method
3617 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_methodDeclaration1898); if (state.failed) return ; method
3649 match(input,LBRACKET,FOLLOW_LBRACKET_in_methodDeclaration1919); if (state.failed) return ; method
3651 match(input,RBRACKET,FOLLOW_RBRACKET_in_methodDeclaration1921); if (state.failed) return ; method
3682 match(input,THROWS,FOLLOW_THROWS_in_methodDeclaration1943); if (state.failed) return ; method
3741 match(input,SEMI,FOLLOW_SEMI_in_methodDeclaration1994); if (state.failed) return ; method
3835 match(input,COMMA,FOLLOW_COMMA_in_fieldDeclaration2055); if (state.failed) return ; method
3853 match(input,SEMI,FOLLOW_SEMI_in_fieldDeclaration2078); if (state.failed) return ; method
3896 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_variableDeclarator2097); if (state.failed) return ; method
3922 match(input,LBRACKET,FOLLOW_LBRACKET_in_variableDeclarator2108); if (state.failed) return ; method
3924 match(input,RBRACKET,FOLLOW_RBRACKET_in_variableDeclarator2110); if (state.failed) return ; method
3955 match(input,EQ,FOLLOW_EQ_in_variableDeclarator2132); if (state.failed) return ; method
4082 match(input,SEMI,FOLLOW_SEMI_in_interfaceBodyDeclaration2212); if (state.failed) return ; method
4209 match(input,VOID,FOLLOW_VOID_in_interfaceMethodDeclaration2275); if (state.failed) return ; method
4218 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_interfaceMethodDeclaration2295); if (state.failed) return ; method
4250 match(input,LBRACKET,FOLLOW_LBRACKET_in_interfaceMethodDeclaration2316); if (state.failed) return ; method
4252 match(input,RBRACKET,FOLLOW_RBRACKET_in_interfaceMethodDeclaration2318); if (state.failed) return ; method
4283 match(input,THROWS,FOLLOW_THROWS_in_interfaceMethodDeclaration2340); if (state.failed) return ; method
4298 match(input,SEMI,FOLLOW_SEMI_in_interfaceMethodDeclaration2355); if (state.failed) return ; method
4383 match(input,COMMA,FOLLOW_COMMA_in_interfaceFieldDeclaration2391); if (state.failed) return ; method
4401 match(input,SEMI,FOLLOW_SEMI_in_interfaceFieldDeclaration2414); if (state.failed) return ; method
4497 match(input,LBRACKET,FOLLOW_LBRACKET_in_type2445); if (state.failed) return ; method
4499 match(input,RBRACKET,FOLLOW_RBRACKET_in_type2447); if (state.failed) return ; method
4549 match(input,LBRACKET,FOLLOW_LBRACKET_in_type2479); if (state.failed) return ; method
4551 match(input,RBRACKET,FOLLOW_RBRACKET_in_type2481); if (state.failed) return ; method
4606 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_classOrInterfaceType2512); if (state.failed) return ; method
4668 match(input,DOT,FOLLOW_DOT_in_classOrInterfaceType2545); if (state.failed) return ; method
4670 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_classOrInterfaceType2547); if (state.failed) return ; method
4812 match(input,LT,FOLLOW_LT_in_typeArguments2696); if (state.failed) return ; method
4844 match(input,COMMA,FOLLOW_COMMA_in_typeArguments2709); if (state.failed) return ; method
4862 match(input,GT,FOLLOW_GT_in_typeArguments2732); if (state.failed) return ; method
4942 match(input,QUES,FOLLOW_QUES_in_typeArgument2761); if (state.failed) return ; method
5061 match(input,COMMA,FOLLOW_COMMA_in_qualifiedNameList2870); if (state.failed) return ; method
5120 match(input,LPAREN,FOLLOW_LPAREN_in_formalParameters2902); if (state.failed) return ; method
5154 match(input,RPAREN,FOLLOW_RPAREN_in_formalParameters2934); if (state.failed) return ; method
5357 match(input,COMMA,FOLLOW_COMMA_in_formalParameterDecls2974); if (state.failed) return ; method
5462 match(input,COMMA,FOLLOW_COMMA_in_formalParameterDecls3008); if (state.failed) return ; method
5542 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_normalParameterDecl3052); if (state.failed) return ; method
5568 match(input,LBRACKET,FOLLOW_LBRACKET_in_normalParameterDecl3063); if (state.failed) return ; method
5570 match(input,RBRACKET,FOLLOW_RBRACKET_in_normalParameterDecl3065); if (state.failed) return ; method
5635 match(input,ELLIPSIS,FOLLOW_ELLIPSIS_in_ellipsisParameterDecl3108); if (state.failed) return ; method
5637 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_ellipsisParameterDecl3118); if (state.failed) return ; method
5745 match(input,SEMI,FOLLOW_SEMI_in_explicitConstructorInvocation3199); if (state.failed) return ; method
5761 match(input,DOT,FOLLOW_DOT_in_explicitConstructorInvocation3220); if (state.failed) return ; method
5795 match(input,SUPER,FOLLOW_SUPER_in_explicitConstructorInvocation3252); if (state.failed) return ; method
5803 match(input,SEMI,FOLLOW_SEMI_in_explicitConstructorInvocation3264); if (state.failed) return ; method
5848 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_qualifiedName3283); if (state.failed) return ; method
5874 match(input,DOT,FOLLOW_DOT_in_qualifiedName3294); if (state.failed) return ; method
5876 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_qualifiedName3296); if (state.failed) return ; method
6018 match(input,MONKEYS_AT,FOLLOW_MONKEYS_AT_in_annotation3359); if (state.failed) return ; method
6045 match(input,LPAREN,FOLLOW_LPAREN_in_annotation3375); if (state.failed) return ; method
6103 match(input,RPAREN,FOLLOW_RPAREN_in_annotation3458); if (state.failed) return ; method
6183 match(input,COMMA,FOLLOW_COMMA_in_elementValuePairs3499); if (state.failed) return ; method
6242 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_elementValuePair3531); if (state.failed) return ; method
6244 match(input,EQ,FOLLOW_EQ_in_elementValuePair3533); if (state.failed) return ; method
6430 match(input,LBRACE,FOLLOW_LBRACE_in_elementValueArrayInitializer3593); if (state.failed) return ; method
6487 match(input,COMMA,FOLLOW_COMMA_in_elementValueArrayInitializer3619); if (state.failed) return ; method
6531 match(input,COMMA,FOLLOW_COMMA_in_elementValueArrayInitializer3650); if (state.failed) return ; method
6540 match(input,RBRACE,FOLLOW_RBRACE_in_elementValueArrayInitializer3654); if (state.failed) return ; method
6589 match(input,MONKEYS_AT,FOLLOW_MONKEYS_AT_in_annotationTypeDeclaration3678); if (state.failed) return ; method
6591 match(input,INTERFACE,FOLLOW_INTERFACE_in_annotationTypeDeclaration3688); if (state.failed) return ; method
6593 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_annotationTypeDeclaration3698); if (state.failed) return ; method
6642 match(input,LBRACE,FOLLOW_LBRACE_in_annotationTypeBody3728); if (state.failed) return ; method
6684 match(input,RBRACE,FOLLOW_RBRACE_in_annotationTypeBody3760); if (state.failed) return ; method
6826 match(input,SEMI,FOLLOW_SEMI_in_annotationTypeElementDeclaration3841); if (state.failed) return ; method
6883 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_annotationMethodDeclaration3864); if (state.failed) return ; method
6885 match(input,LPAREN,FOLLOW_LPAREN_in_annotationMethodDeclaration3874); if (state.failed) return ; method
6887 match(input,RPAREN,FOLLOW_RPAREN_in_annotationMethodDeclaration3876); if (state.failed) return ; method
6908 match(input,DEFAULT,FOLLOW_DEFAULT_in_annotationMethodDeclaration3879); if (state.failed) return ; method
6923 match(input,SEMI,FOLLOW_SEMI_in_annotationMethodDeclaration3910); if (state.failed) return ; method
6966 match(input,LBRACE,FOLLOW_LBRACE_in_block3933); if (state.failed) return ; method
7008 match(input,RBRACE,FOLLOW_RBRACE_in_block3965); if (state.failed) return ; method
7149 match(input,SEMI,FOLLOW_SEMI_in_localVariableDeclarationStatement4036); if (state.failed) return ; method
7234 match(input,COMMA,FOLLOW_COMMA_in_localVariableDeclaration4078); if (state.failed) return ; method
7328 match(input,ASSERT,FOLLOW_ASSERT_in_statement4122); if (state.failed) return ; method
7358 match(input,COLON,FOLLOW_COLON_in_statement4145); if (state.failed) return ; method
7373 match(input,SEMI,FOLLOW_SEMI_in_statement4151); if (state.failed) return ; method
7383 match(input,ASSERT,FOLLOW_ASSERT_in_statement4161); if (state.failed) return ; method
7410 match(input,COLON,FOLLOW_COLON_in_statement4167); if (state.failed) return ; method
7425 match(input,SEMI,FOLLOW_SEMI_in_statement4173); if (state.failed) return ; method
7435 match(input,IF,FOLLOW_IF_in_statement4183); if (state.failed) return ; method
7472 match(input,ELSE,FOLLOW_ELSE_in_statement4190); if (state.failed) return ; method
7509 match(input,WHILE,FOLLOW_WHILE_in_statement4214); if (state.failed) return ; method
7531 match(input,DO,FOLLOW_DO_in_statement4228); if (state.failed) return ; method
7539 match(input,WHILE,FOLLOW_WHILE_in_statement4232); if (state.failed) return ; method
7547 match(input,SEMI,FOLLOW_SEMI_in_statement4236); if (state.failed) return ; method
7571 match(input,SWITCH,FOLLOW_SWITCH_in_statement4256); if (state.failed) return ; method
7579 match(input,LBRACE,FOLLOW_LBRACE_in_statement4260); if (state.failed) return ; method
7587 match(input,RBRACE,FOLLOW_RBRACE_in_statement4264); if (state.failed) return ; method
7597 match(input,SYNCHRONIZED,FOLLOW_SYNCHRONIZED_in_statement4274); if (state.failed) return ; method
7619 match(input,RETURN,FOLLOW_RETURN_in_statement4288); if (state.failed) return ; method
7653 match(input,SEMI,FOLLOW_SEMI_in_statement4296); if (state.failed) return ; method
7663 match(input,THROW,FOLLOW_THROW_in_statement4306); if (state.failed) return ; method
7671 match(input,SEMI,FOLLOW_SEMI_in_statement4310); if (state.failed) return ; method
7681 match(input,BREAK,FOLLOW_BREAK_in_statement4320); if (state.failed) return ; method
7702 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_statement4335); if (state.failed) return ; method
7711 match(input,SEMI,FOLLOW_SEMI_in_statement4352); if (state.failed) return ; method
7721 match(input,CONTINUE,FOLLOW_CONTINUE_in_statement4362); if (state.failed) return ; method
7742 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_statement4377); if (state.failed) return ; method
7751 match(input,SEMI,FOLLOW_SEMI_in_statement4394); if (state.failed) return ; method
7767 match(input,SEMI,FOLLOW_SEMI_in_statement4407); if (state.failed) return ; method
7777 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_statement4417); if (state.failed) return ; method
7779 match(input,COLON,FOLLOW_COLON_in_statement4419); if (state.failed) return ; method
7795 match(input,SEMI,FOLLOW_SEMI_in_statement4431); if (state.failed) return ; method
8031 match(input,CASE,FOLLOW_CASE_in_switchLabel4521); if (state.failed) return ; method
8039 match(input,COLON,FOLLOW_COLON_in_switchLabel4525); if (state.failed) return ; method
8049 match(input,DEFAULT,FOLLOW_DEFAULT_in_switchLabel4535); if (state.failed) return ; method
8051 match(input,COLON,FOLLOW_COLON_in_switchLabel4537); if (state.failed) return ; method
8096 match(input,TRY,FOLLOW_TRY_in_trystatement4557); if (state.failed) return ; method
8155 match(input,FINALLY,FOLLOW_FINALLY_in_trystatement4575); if (state.failed) return ; method
8185 match(input,FINALLY,FOLLOW_FINALLY_in_trystatement4605); if (state.failed) return ; method
8328 match(input,CATCH,FOLLOW_CATCH_in_catchClause4678); if (state.failed) return ; method
8330 match(input,LPAREN,FOLLOW_LPAREN_in_catchClause4680); if (state.failed) return ; method
8338 match(input,RPAREN,FOLLOW_RPAREN_in_catchClause4692); if (state.failed) return ; method
8399 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_formalParameter4717); if (state.failed) return ; method
8425 match(input,LBRACKET,FOLLOW_LBRACKET_in_formalParameter4728); if (state.failed) return ; method
8427 match(input,RBRACKET,FOLLOW_RBRACKET_in_formalParameter4730); if (state.failed) return ; method
8515 match(input,FOR,FOLLOW_FOR_in_forstatement4775); if (state.failed) return ; method
8517 match(input,LPAREN,FOLLOW_LPAREN_in_forstatement4777); if (state.failed) return ; method
8531 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_forstatement4783); if (state.failed) return ; method
8533 match(input,COLON,FOLLOW_COLON_in_forstatement4785); if (state.failed) return ; method
8541 match(input,RPAREN,FOLLOW_RPAREN_in_forstatement4797); if (state.failed) return ; method
8557 match(input,FOR,FOLLOW_FOR_in_forstatement4819); if (state.failed) return ; method
8559 match(input,LPAREN,FOLLOW_LPAREN_in_forstatement4821); if (state.failed) return ; method
8593 match(input,SEMI,FOLLOW_SEMI_in_forstatement4861); if (state.failed) return ; method
8627 match(input,SEMI,FOLLOW_SEMI_in_forstatement4901); if (state.failed) return ; method
8661 match(input,RPAREN,FOLLOW_RPAREN_in_forstatement4941); if (state.failed) return ; method
8790 match(input,LPAREN,FOLLOW_LPAREN_in_parExpression4991); if (state.failed) return ; method
8798 match(input,RPAREN,FOLLOW_RPAREN_in_parExpression4995); if (state.failed) return ; method
8871 match(input,COMMA,FOLLOW_COMMA_in_expressionList5025); if (state.failed) return ; method
9030 match(input,EQ,FOLLOW_EQ_in_assignmentOperator5102); if (state.failed) return ; method
9040 match(input,PLUSEQ,FOLLOW_PLUSEQ_in_assignmentOperator5112); if (state.failed) return ; method
9050 match(input,SUBEQ,FOLLOW_SUBEQ_in_assignmentOperator5122); if (state.failed) return ; method
9060 match(input,STAREQ,FOLLOW_STAREQ_in_assignmentOperator5132); if (state.failed) return ; method
9070 match(input,SLASHEQ,FOLLOW_SLASHEQ_in_assignmentOperator5142); if (state.failed) return ; method
9080 match(input,AMPEQ,FOLLOW_AMPEQ_in_assignmentOperator5152); if (state.failed) return ; method
9090 match(input,BAREQ,FOLLOW_BAREQ_in_assignmentOperator5162); if (state.failed) return ; method
9100 match(input,CARETEQ,FOLLOW_CARETEQ_in_assignmentOperator5172); if (state.failed) return ; method
9110 match(input,PERCENTEQ,FOLLOW_PERCENTEQ_in_assignmentOperator5182); if (state.failed) return ; method
9120 match(input,LT,FOLLOW_LT_in_assignmentOperator5193); if (state.failed) return ; method
9122 match(input,LT,FOLLOW_LT_in_assignmentOperator5195); if (state.failed) return ; method
9124 match(input,EQ,FOLLOW_EQ_in_assignmentOperator5197); if (state.failed) return ; method
9134 match(input,GT,FOLLOW_GT_in_assignmentOperator5208); if (state.failed) return ; method
9136 match(input,GT,FOLLOW_GT_in_assignmentOperator5210); if (state.failed) return ; method
9138 match(input,GT,FOLLOW_GT_in_assignmentOperator5212); if (state.failed) return ; method
9140 match(input,EQ,FOLLOW_EQ_in_assignmentOperator5214); if (state.failed) return ; method
9150 match(input,GT,FOLLOW_GT_in_assignmentOperator5225); if (state.failed) return ; method
9152 match(input,GT,FOLLOW_GT_in_assignmentOperator5227); if (state.failed) return ; method
9154 match(input,EQ,FOLLOW_EQ_in_assignmentOperator5229); if (state.failed) return ; method
9224 match(input,QUES,FOLLOW_QUES_in_conditionalExpression5260); if (state.failed) return ; method
9232 match(input,COLON,FOLLOW_COLON_in_conditionalExpression5264); if (state.failed) return ; method
9318 match(input,BARBAR,FOLLOW_BARBAR_in_conditionalOrExpression5307); if (state.failed) return ; method
9407 match(input,AMPAMP,FOLLOW_AMPAMP_in_conditionalAndExpression5350); if (state.failed) return ; method
9496 match(input,BAR,FOLLOW_BAR_in_inclusiveOrExpression5393); if (state.failed) return ; method
9585 match(input,CARET,FOLLOW_CARET_in_exclusiveOrExpression5436); if (state.failed) return ; method
9674 match(input,AMP,FOLLOW_AMP_in_andExpression5479); if (state.failed) return ; method
9857 match(input,INSTANCEOF,FOLLOW_INSTANCEOF_in_instanceOfExpression5626); if (state.failed) return ; method
10074 match(input,LT,FOLLOW_LT_in_relationalOp5702); if (state.failed) return ; method
10076 match(input,EQ,FOLLOW_EQ_in_relationalOp5704); if (state.failed) return ; method
10086 match(input,GT,FOLLOW_GT_in_relationalOp5715); if (state.failed) return ; method
10088 match(input,EQ,FOLLOW_EQ_in_relationalOp5717); if (state.failed) return ; method
10098 match(input,LT,FOLLOW_LT_in_relationalOp5727); if (state.failed) return ; method
10108 match(input,GT,FOLLOW_GT_in_relationalOp5737); if (state.failed) return ; method
10332 match(input,LT,FOLLOW_LT_in_shiftOp5801); if (state.failed) return ; method
10334 match(input,LT,FOLLOW_LT_in_shiftOp5803); if (state.failed) return ; method
10344 match(input,GT,FOLLOW_GT_in_shiftOp5814); if (state.failed) return ; method
10346 match(input,GT,FOLLOW_GT_in_shiftOp5816); if (state.failed) return ; method
10348 match(input,GT,FOLLOW_GT_in_shiftOp5818); if (state.failed) return ; method
10358 match(input,GT,FOLLOW_GT_in_shiftOp5829); if (state.failed) return ; method
10360 match(input,GT,FOLLOW_GT_in_shiftOp5831); if (state.failed) return ; method
10669 match(input,PLUS,FOLLOW_PLUS_in_unaryExpression6086); if (state.failed) return ; method
10685 match(input,SUB,FOLLOW_SUB_in_unaryExpression6099); if (state.failed) return ; method
10701 match(input,PLUSPLUS,FOLLOW_PLUSPLUS_in_unaryExpression6111); if (state.failed) return ; method
10717 match(input,SUBSUB,FOLLOW_SUBSUB_in_unaryExpression6123); if (state.failed) return ; method
10797 match(input,TILDE,FOLLOW_TILDE_in_unaryExpressionNotPlusMinus6154); if (state.failed) return ; method
10813 match(input,BANG,FOLLOW_BANG_in_unaryExpressionNotPlusMinus6166); if (state.failed) return ; method
11005 match(input,LPAREN,FOLLOW_LPAREN_in_castExpression6268); if (state.failed) return ; method
11013 match(input,RPAREN,FOLLOW_RPAREN_in_castExpression6272); if (state.failed) return ; method
11029 match(input,LPAREN,FOLLOW_LPAREN_in_castExpression6284); if (state.failed) return ; method
11037 match(input,RPAREN,FOLLOW_RPAREN_in_castExpression6288); if (state.failed) return ; method
11174 match(input,THIS,FOLLOW_THIS_in_primary6321); if (state.failed) return ; method
11212 match(input,DOT,FOLLOW_DOT_in_primary6332); if (state.failed) return ; method
11214 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_primary6334); if (state.failed) return ; method
11269 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_primary6377); if (state.failed) return ; method
11307 match(input,DOT,FOLLOW_DOT_in_primary6388); if (state.failed) return ; method
11309 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_primary6390); if (state.failed) return ; method
11364 match(input,SUPER,FOLLOW_SUPER_in_primary6433); if (state.failed) return ; method
11438 match(input,LBRACKET,FOLLOW_LBRACKET_in_primary6484); if (state.failed) return ; method
11440 match(input,RBRACKET,FOLLOW_RBRACKET_in_primary6486); if (state.failed) return ; method
11452 match(input,DOT,FOLLOW_DOT_in_primary6507); if (state.failed) return ; method
11454 match(input,CLASS,FOLLOW_CLASS_in_primary6509); if (state.failed) return ; method
11464 match(input,VOID,FOLLOW_VOID_in_primary6519); if (state.failed) return ; method
11466 match(input,DOT,FOLLOW_DOT_in_primary6521); if (state.failed) return ; method
11468 match(input,CLASS,FOLLOW_CLASS_in_primary6523); if (state.failed) return ; method
11550 match(input,DOT,FOLLOW_DOT_in_superSuffix6553); if (state.failed) return ; method
11584 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_superSuffix6577); if (state.failed) return ; method
11701 match(input,LBRACKET,FOLLOW_LBRACKET_in_identifierSuffix6620); if (state.failed) return ; method
11703 match(input,RBRACKET,FOLLOW_RBRACKET_in_identifierSuffix6622); if (state.failed) return ; method
11722 match(input,DOT,FOLLOW_DOT_in_identifierSuffix6643); if (state.failed) return ; method
11724 match(input,CLASS,FOLLOW_CLASS_in_identifierSuffix6645); if (state.failed) return ; method
11760 match(input,LBRACKET,FOLLOW_LBRACKET_in_identifierSuffix6656); if (state.failed) return ; method
11768 match(input,RBRACKET,FOLLOW_RBRACKET_in_identifierSuffix6660); if (state.failed) return ; method
11809 match(input,DOT,FOLLOW_DOT_in_identifierSuffix6691); if (state.failed) return ; method
11811 match(input,CLASS,FOLLOW_CLASS_in_identifierSuffix6693); if (state.failed) return ; method
11821 match(input,DOT,FOLLOW_DOT_in_identifierSuffix6703); if (state.failed) return ; method
11829 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_identifierSuffix6707); if (state.failed) return ; method
11845 match(input,DOT,FOLLOW_DOT_in_identifierSuffix6719); if (state.failed) return ; method
11847 match(input,THIS,FOLLOW_THIS_in_identifierSuffix6721); if (state.failed) return ; method
11857 match(input,DOT,FOLLOW_DOT_in_identifierSuffix6731); if (state.failed) return ; method
11859 match(input,SUPER,FOLLOW_SUPER_in_identifierSuffix6733); if (state.failed) return ; method
11976 match(input,DOT,FOLLOW_DOT_in_selector6765); if (state.failed) return ; method
11978 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_selector6767); if (state.failed) return ; method
12020 match(input,DOT,FOLLOW_DOT_in_selector6799); if (state.failed) return ; method
12022 match(input,THIS,FOLLOW_THIS_in_selector6801); if (state.failed) return ; method
12032 match(input,DOT,FOLLOW_DOT_in_selector6811); if (state.failed) return ; method
12034 match(input,SUPER,FOLLOW_SUPER_in_selector6813); if (state.failed) return ; method
12064 match(input,LBRACKET,FOLLOW_LBRACKET_in_selector6843); if (state.failed) return ; method
12072 match(input,RBRACKET,FOLLOW_RBRACKET_in_selector6847); if (state.failed) return ; method
12155 match(input,NEW,FOLLOW_NEW_in_creator6866); if (state.failed) return ; method
12183 match(input,NEW,FOLLOW_NEW_in_creator6882); if (state.failed) return ; method
12289 match(input,NEW,FOLLOW_NEW_in_arrayCreator6915); if (state.failed) return ; method
12297 match(input,LBRACKET,FOLLOW_LBRACKET_in_arrayCreator6927); if (state.failed) return ; method
12299 match(input,RBRACKET,FOLLOW_RBRACKET_in_arrayCreator6929); if (state.failed) return ; method
12325 match(input,LBRACKET,FOLLOW_LBRACKET_in_arrayCreator6940); if (state.failed) return ; method
12327 match(input,RBRACKET,FOLLOW_RBRACKET_in_arrayCreator6942); if (state.failed) return ; method
12353 match(input,NEW,FOLLOW_NEW_in_arrayCreator6974); if (state.failed) return ; method
12361 match(input,LBRACKET,FOLLOW_LBRACKET_in_arrayCreator6986); if (state.failed) return ; method
12369 match(input,RBRACKET,FOLLOW_RBRACKET_in_arrayCreator6998); if (state.failed) return ; method
12396 match(input,LBRACKET,FOLLOW_LBRACKET_in_arrayCreator7012); if (state.failed) return ; method
12404 match(input,RBRACKET,FOLLOW_RBRACKET_in_arrayCreator7028); if (state.failed) return ; method
12446 match(input,LBRACKET,FOLLOW_LBRACKET_in_arrayCreator7050); if (state.failed) return ; method
12448 match(input,RBRACKET,FOLLOW_RBRACKET_in_arrayCreator7052); if (state.failed) return ; method
12589 match(input,LBRACE,FOLLOW_LBRACE_in_arrayInitializer7111); if (state.failed) return ; method
12646 match(input,COMMA,FOLLOW_COMMA_in_arrayInitializer7145); if (state.failed) return ; method
12690 match(input,COMMA,FOLLOW_COMMA_in_arrayInitializer7196); if (state.failed) return ; method
12699 match(input,RBRACE,FOLLOW_RBRACE_in_arrayInitializer7208); if (state.failed) return ; method
12828 match(input,DOT,FOLLOW_DOT_in_innerCreator7270); if (state.failed) return ; method
12830 match(input,NEW,FOLLOW_NEW_in_innerCreator7272); if (state.failed) return ; method
12864 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_innerCreator7304); if (state.failed) return ; method
13024 match(input,LT,FOLLOW_LT_in_nonWildcardTypeArguments7398); if (state.failed) return ; method
13032 match(input,GT,FOLLOW_GT_in_nonWildcardTypeArguments7410); if (state.failed) return ; method
13075 match(input,LPAREN,FOLLOW_LPAREN_in_arguments7429); if (state.failed) return ; method
13109 match(input,RPAREN,FOLLOW_RPAREN_in_arguments7445); if (state.failed) return ; method
13211 match(input,CLASS,FOLLOW_CLASS_in_classHeader7568); if (state.failed) return ; method
13213 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_classHeader7570); if (state.failed) return ; method
13274 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_enumHeader7597); if (state.failed) return ; method
13323 match(input,INTERFACE,FOLLOW_INTERFACE_in_interfaceHeader7618); if (state.failed) return ; method
13325 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_interfaceHeader7620); if (state.failed) return ; method
13374 match(input,MONKEYS_AT,FOLLOW_MONKEYS_AT_in_annotationHeader7641); if (state.failed) return ; method
13376 match(input,INTERFACE,FOLLOW_INTERFACE_in_annotationHeader7643); if (state.failed) return ; method
13378 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_annotationHeader7645); if (state.failed) return ; method
13467 match(input,CLASS,FOLLOW_CLASS_in_typeHeader7667); if (state.failed) return ; method
13477 match(input,ENUM,FOLLOW_ENUM_in_typeHeader7669); if (state.failed) return ; method
13512 match(input,MONKEYS_AT,FOLLOW_MONKEYS_AT_in_typeHeader7672); if (state.failed) return ; method
13521 match(input,INTERFACE,FOLLOW_INTERFACE_in_typeHeader7676); if (state.failed) return ; method
13533 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_typeHeader7680); if (state.failed) return ; method
13671 match(input,VOID,FOLLOW_VOID_in_methodHeader7707); if (state.failed) return ; method
13680 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_methodHeader7711); if (state.failed) return ; method
13682 match(input,LPAREN,FOLLOW_LPAREN_in_methodHeader7713); if (state.failed) return ; method
13737 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_fieldHeader7736); if (state.failed) return ; method
13763 match(input,LBRACKET,FOLLOW_LBRACKET_in_fieldHeader7739); if (state.failed) return ; method
13765 match(input,RBRACKET,FOLLOW_RBRACKET_in_fieldHeader7740); if (state.failed) return ; method
13842 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_localVariableHeader7773); if (state.failed) return ; method
13868 match(input,LBRACKET,FOLLOW_LBRACKET_in_localVariableHeader7776); if (state.failed) return ; method
13870 match(input,RBRACKET,FOLLOW_RBRACKET_in_localVariableHeader7777); if (state.failed) return ; method
14139 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_synpred59_Java1723); if (state.failed) return ; method
14166 match(input,THROWS,FOLLOW_THROWS_in_synpred59_Java1744); if (state.failed) return ; method
14181 match(input,LBRACE,FOLLOW_LBRACE_in_synpred59_Java1767); if (state.failed) return ; method
14258 match(input,RBRACE,FOLLOW_RBRACE_in_synpred59_Java1821); if (state.failed) return ; method
14392 match(input,COMMA,FOLLOW_COMMA_in_synpred98_Java2974); if (state.failed) return ; method
14428 match(input,COMMA,FOLLOW_COMMA_in_synpred99_Java3008); if (state.failed) return ; method
14492 match(input,SEMI,FOLLOW_SEMI_in_synpred103_Java3199); if (state.failed) return ; method
14656 match(input,ASSERT,FOLLOW_ASSERT_in_synpred130_Java4122); if (state.failed) return ; method
14686 match(input,COLON,FOLLOW_COLON_in_synpred130_Java4145); if (state.failed) return ; method
14701 match(input,SEMI,FOLLOW_SEMI_in_synpred130_Java4151); if (state.failed) return ; method
14715 match(input,ASSERT,FOLLOW_ASSERT_in_synpred132_Java4161); if (state.failed) return ; method
14742 match(input,COLON,FOLLOW_COLON_in_synpred132_Java4167); if (state.failed) return ; method
14757 match(input,SEMI,FOLLOW_SEMI_in_synpred132_Java4173); if (state.failed) return ; method
14771 match(input,ELSE,FOLLOW_ELSE_in_synpred133_Java4190); if (state.failed) return ; method
14797 match(input,SEMI,FOLLOW_SEMI_in_synpred148_Java4407); if (state.failed) return ; method
14811 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_synpred149_Java4417); if (state.failed) return ; method
14813 match(input,COLON,FOLLOW_COLON_in_synpred149_Java4419); if (state.failed) return ; method
14839 match(input,FINALLY,FOLLOW_FINALLY_in_synpred153_Java4575); if (state.failed) return ; method
14877 match(input,FOR,FOLLOW_FOR_in_synpred157_Java4775); if (state.failed) return ; method
14879 match(input,LPAREN,FOLLOW_LPAREN_in_synpred157_Java4777); if (state.failed) return ; method
14893 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_synpred157_Java4783); if (state.failed) return ; method
14895 match(input,COLON,FOLLOW_COLON_in_synpred157_Java4785); if (state.failed) return ; method
14903 match(input,RPAREN,FOLLOW_RPAREN_in_synpred157_Java4797); if (state.failed) return ; method
14959 match(input,LPAREN,FOLLOW_LPAREN_in_synpred206_Java6268); if (state.failed) return ; method
14967 match(input,RPAREN,FOLLOW_RPAREN_in_synpred206_Java6272); if (state.failed) return ; method
14987 match(input,DOT,FOLLOW_DOT_in_synpred208_Java6332); if (state.failed) return ; method
14989 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_synpred208_Java6334); if (state.failed) return ; method
15021 match(input,DOT,FOLLOW_DOT_in_synpred211_Java6388); if (state.failed) return ; method
15023 match(input,IDENTIFIER,FOLLOW_IDENTIFIER_in_synpred211_Java6390); if (state.failed) return ; method
15055 match(input,LBRACKET,FOLLOW_LBRACKET_in_synpred224_Java6656); if (state.failed) return ; method
15063 match(input,RBRACKET,FOLLOW_RBRACKET_in_synpred224_Java6660); if (state.failed) return ; method
15077 match(input,NEW,FOLLOW_NEW_in_synpred236_Java6866); if (state.failed) return ; method
15109 match(input,NEW,FOLLOW_NEW_in_synpred237_Java6882); if (state.failed) return ; method
15135 match(input,NEW,FOLLOW_NEW_in_synpred239_Java6915); if (state.failed) return ; method
15143 match(input,LBRACKET,FOLLOW_LBRACKET_in_synpred239_Java6927); if (state.failed) return ; method
15145 match(input,RBRACKET,FOLLOW_RBRACKET_in_synpred239_Java6929); if (state.failed) return ; method
15171 match(input,LBRACKET,FOLLOW_LBRACKET_in_synpred239_Java6940); if (state.failed) return ; method
15173 match(input,RBRACKET,FOLLOW_RBRACKET_in_synpred239_Java6942); if (state.failed) return ; method
15203 match(input,LBRACKET,FOLLOW_LBRACKET_in_synpred240_Java7012); if (state.failed) return ; method
15211 match(input,RBRACKET,FOLLOW_RBRACKET_in_synpred240_Java7028); if (state.failed) return ; method
    [all...]
  /external/chromium_org/
PRESUBMIT.py 397 if input_api.re.match(item, local_path):
456 if pattern.match(line):
545 if pattern.match(line):
575 if c_system_include_pattern.match(line):
580 elif cpp_system_include_pattern.match(line):
587 elif custom_include_pattern.match(line):
615 # Match the final or penultimate token if it is xxxtest so we can ignore it
642 if system_include_pattern.match(line):
647 match = custom_include_pattern.match(line
    [all...]
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor_unittest.cc 354 AutocompleteMatch match; local
355 match.type = AutocompleteMatchType::HISTORY_URL;
358 match.destination_url = GURL(test_url_db[i].url);
360 predictor()->RecommendAction(test_url_db[i].user_text, match))
361 << "Unexpected action for " << match.destination_url;
368 AutocompleteMatch match; local
369 match.type = AutocompleteMatchType::SEARCH_WHAT_YOU_TYPED;
372 match.destination_url = GURL(test_url_db[i].url);
379 predictor()->RecommendAction(test_url_db[i].user_text, match))
380 << "Unexpected action for " << match.destination_url
    [all...]
  /external/chromium_org/components/policy/tools/
syntax_check_policy_template_json.py 85 reported when the value does not match the regular expression object.
119 if value_type == str and regexp_check and not regexp_check.match(value):
120 self._Error('Value of "%s" must match "%s".' %
154 self._Error('Schema type must match the existing type for policy %s' %
262 not filter(re.compile('^chrome_frame:.*').match, supported_on)):
344 match = LEADING_WHITESPACE.match(line)
345 if match:
346 return match.group(1)
350 match = TRAILING_WHITESPACE.match(line
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderQuote.cpp 241 Language* match = std::lower_bound(languages, languagesEnd, key); local
242 if (match == languagesEnd || strcmp(match->lang, key.lang))
245 if (!match->data)
246 match->data = QuotesData::create(match->open1, match->close1, match->open2, match->close2).leakRef();
248 return match->data
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_utils.js 112 var match = parts[i].match(regex);
113 if (match) {
114 if (!isPositiveInteger(match[1]) && match[1] !== '')
116 if (!isPositiveInteger(match[2]) && match[2] !== '')
118 var from = match[1] ? parseInt(match[1], 10) : 1;
119 var to = match[2] ? parseInt(match[2], 10) : totalPageCount
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch.rb 25 match = /^Subversion\ Revision: (\d*)$/.match(line)
26 unless match.nil?
27 str << "<span class='revision'>#{match[1]}</span>\n"
28 $svn_revision = match[1].to_i;
42 match = format.match(line)
43 return match[1] unless match.nil?
511 /\(revision (\d+)\)/.match(string)[1
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/kde/
RegExp.js 73 shouldBe("'abcdefghi'.match(/(abc)def(ghi)/).toString()","'abcdefghi,abc,ghi'");
79 shouldBe("'abcdefghi'.match(/(a(b(c(d(e)f)g)h)i)/).toString()", "'abcdefghi,abcdefghi,bcdefgh,cdefg,def,e'");
87 shouldBe("'(100px 200px 150px 15px)'.match(/\\((\\d+)(px)* (\\d+)(px)* (\\d+)(px)* (\\d+)(px)*\\)/).toString()","'(100px 200px 150px 15px),100,px,200,px,150,px,15,px'");
92 shouldBe("''.match(/\((\\d+)(px)* (\\d+)(px)* (\\d+)(px)* (\\d+)(px)*\)/)","null");
93 // After a failed match, cached results on the RegExp object are unchanged.
100 shouldBe("'faure@kde.org'.match(invalidChars) == null", "true");
101 shouldBe("'faure-kde@kde.org'.match(invalidChars) == null", "false");
157 // 'Chapter 3.4.5.1' is the first match and the first value remembered from (Chapter \d+(\.\d)*).
159 shouldBe("str.match(re).toString()","'Chapter 3.4.5.1,Chapter 3.4.5.1,.1'");
163 shouldBe("str.match(/d/gi).toString()","'D,d'")
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/lib/
sorter.py 167 def match(self, unit): member in class:AbstractRule
184 """Represents a Rule to match with virtual memory regions."""
220 def match(self, unit): member in class:VMRule
236 not self._backtrace_function.match(stackfunction)):
239 not self._backtrace_sourcefile.match(stacksourcefile)):
242 not self._mapped_pathname.match(unit.region[1]['vma']['name'])):
245 not self._mapped_permission.match(
266 not self._mapped_pathname.match(unit.region[1]['vma']['name'])):
269 not self._mapped_permission.match(
283 """Represents a Rule to match with malloc'ed blocks.""
308 def match(self, unit): member in class:MallocRule
    [all...]
  /developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java 240 FeedParser.Entry match = entryMap.get(entryId); local
241 if (match != null) {
247 if ((match.title != null && !match.title.equals(title)) ||
248 (match.link != null && !match.link.equals(link)) ||
249 (match.published != published)) {
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java 240 FeedParser.Entry match = entryMap.get(entryId); local
241 if (match != null) {
247 if ((match.title != null && !match.title.equals(title)) ||
248 (match.link != null && !match.link.equals(link)) ||
249 (match.published != published)) {
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncAdapter.java 240 FeedParser.Entry match = entryMap.get(entryId); local
241 if (match != null) {
247 if ((match.title != null && !match.title.equals(title)) ||
248 (match.link != null && !match.link.equals(link)) ||
249 (match.published != published)) {
  /external/ant-glob/src/org/apache/tools/ant/types/selectors/
SelectorUtils.java 70 * @param pattern The pattern to match against. Must not be
72 * @param str The path to match, as a String. Must not be
90 * @param pattern The pattern to match against. Must not be
92 * @param str The path to match, as a String. Must not be
125 * @param patDirs The tokenized pattern to match against. Must not be
127 * @param strDirs The tokenized path to match. Must not be
148 if (!match(patDir, strDirs[strIdxStart], isCaseSensitive)) {
179 * @param pattern The pattern to match against. Must not be
181 * @param str The path to match, as a String. Must not be
200 * @param pattern The pattern to match against. Must not b
339 public static boolean match(String pattern, String str) { method in class:SelectorUtils
360 public static boolean match(String pattern, String str, method in class:SelectorUtils
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkDrawGroup.cpp 64 bool SkGroup::contains(SkDisplayable* match) {
67 if (drawable == match || drawable->contains(match))
175 int SkGroup::findGroup(SkDrawable* match, SkTDDrawableArray** list,
182 if (childGroup->fOriginal == match)
185 if (drawable == match) {
192 return SkDisplayList::SearchForMatch(match, list, parent, found, grandList);
  /external/iptables/extensions/
libxt_string.c 6 * - reimplemented to use new string matching iptables match
7 * - add functionality to match packets by using window offsets
45 "string match options:\n"
50 "[!] --string string Match a string in a packet\n"
51 "[!] --hex-string string Match a hex string in a packet\n");
171 const unsigned int revision = (*cb->match)->u.user.revision;
207 "STRING match: You must specify `--string' or "
257 string_print(const void *ip, const struct xt_entry_match *match, int numeric)
260 (const struct xt_string_info*) match->data;
261 const int revision = match->u.user.revision
    [all...]
  /external/skia/src/animator/
SkDrawGroup.cpp 64 bool SkGroup::contains(SkDisplayable* match) {
67 if (drawable == match || drawable->contains(match))
175 int SkGroup::findGroup(SkDrawable* match, SkTDDrawableArray** list,
182 if (childGroup->fOriginal == match)
185 if (drawable == match) {
192 return SkDisplayList::SearchForMatch(match, list, parent, found, grandList);
  /frameworks/base/core/java/android/content/pm/
ResolveInfo.java 42 * match, if this resolution is for an activity or broadcast receiver.
49 * The service that corresponds to this resolution match, if this resolution
56 * The provider that corresponds to this resolution match, if this
68 * The declared priority of this match. Comes from the "priority"
83 * IntentFilter. This is a match constant, a combination of
87 public int match; field in class:ResolveInfo
106 * match's label. From the "label" attribute or, if not set, 0.
118 * match's icon. From the "icon" attribute or, if not set, 0.
209 * Return the icon resource identifier to use for this match. If the
210 * match defines an icon, that is used; else if the activity define
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
poplib.py 282 m = self.timestamp.match(self.welcome)
365 match = renewline.match(self.buffer)
366 while not match:
368 match = renewline.match(self.buffer)
369 line = match.group(0)
xmllib.py 192 res = ref.match(data, s)
262 if self.__at_start and space.match(data) is None:
265 if not self.stack and space.match(data) is None:
274 if starttagopen.match(rawdata, i):
287 if endtagopen.match(rawdata, i):
293 if commentopen.match(rawdata, i):
305 if cdataopen.match(rawdata, i):
311 res = xmldecl.match(rawdata, i)
325 res = procopen.match(rawdata, i)
332 res = doctype.match(rawdata, i
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
poplib.py 282 m = self.timestamp.match(self.welcome)
365 match = renewline.match(self.buffer)
366 while not match:
368 match = renewline.match(self.buffer)
369 line = match.group(0)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java 137 * Checks whether the current edited file is the best match for a given config.
143 * @return true if the current edited file is the best match in the project for the
147 ResourceFile match = mResources.getMatchingFile(mEditedFile.getName(), local
150 if (match != null) {
151 return match.getFile().equals(mEditedFile);
153 // if we stop here that means the current file is not even a match!
154 AdtPlugin.log(IStatus.ERROR, "Current file is not a match for the given config.");
190 // if the current state/locale isn't a correct match, then
230 // no match in current device with any state/locale
245 * @param favorCurrentConfig if true, and no best match is found, don'
351 ConfigMatch match = selectConfigMatch(anyMatches); local
384 ConfigMatch match = selectConfigMatch(bestMatches); local
690 ResourceFile match = resources.getMatchingFile(name, ResourceType.LAYOUT, config); local
    [all...]

Completed in 2910 milliseconds

<<31323334353637383940>>