HomeSort by relevance Sort by last modified time
    Searched refs:Match (Results 176 - 200 of 252) sorted by null

1 2 3 4 5 6 78 91011

  /external/v8/src/
scopes.cc 51 static bool Match(void* key1, void* key2) {
60 VariableMap::VariableMap() : ZoneHashMap(Match, 8) {}
    [all...]
full-codegen.h 817 ZoneListAllocationPolicy>(Literal::Match),
interpreter-irregexp.cc 628 RegExpImpl::IrregexpResult IrregexpInterpreter::Match(
ast.cc 107 // Ideally CONST-ness should match. However, this is very hard to achieve
246 ZoneHashMap table(Literal::Match);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 553 /// has failed to match. Reset to false upon valid token match.
709 /// Match current input symbol against ttype. Attempt
721 function Match(const Input: IIntStream; const TokenType: Integer;
742 /// To get out of recovery mode, the parser must successfully Match
749 /// 5. next Match() will reset errorRecovery mode
755 /// <summary> Match the wildcard: in a symbol</summary>
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs 117 * Match current input symbol against ttype. Attempt
131 public virtual object Match(IIntStream input, int ttype, BitSet follow) {
132 //System.out.println("match "+((TokenStream)input).LT(1));
148 /** <summary>Match the wildcard: in a symbol</summary> */
195 * To get out of recovery mode, the parser must successfully match
202 * 5. next match() will reset errorRecovery mode
301 msg = "required (...)+ loop did not match anything at input " +
323 * an error and next valid token match
375 * token that the match() routine could not recover from.
470 * with the successful match exits errorRecovery mode)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs 127 * Match current input symbol against ttype. Attempt
141 public virtual object Match( IIntStream input, int ttype, BitSet follow )
143 //System.out.println("match "+((TokenStream)input).LT(1));
161 /** <summary>Match the wildcard: in a symbol</summary> */
215 * To get out of recovery mode, the parser must successfully match
222 * 5. next match() will reset errorRecovery mode
348 msg = "required (...)+ loop did not match anything at input " +
376 * an error and next valid token match
441 * token that the match() routine could not recover from.
540 * with the successful match exits errorRecovery mode)
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
tester.cc 78 // The result of running a match.
81 bool matched; // found a match
108 // Returns string representation of match kind.
112 return "full match";
114 return "longest match";
116 return "first match";
118 return "many match";
393 result->matched = re2_->Match(context,
454 // Specifically, r's answers have to match (but it doesn't have to
510 // impossible to match, while PCRE apparently excludes some cod
    [all...]
  /external/chromium_org/v8/src/
full-codegen.h     [all...]
interpreter-irregexp.cc 613 RegExpImpl::IrregexpResult IrregexpInterpreter::Match(
scopes.cc 52 static bool Match(void* key1, void* key2) {
62 : ZoneHashMap(Match, 8, ZoneAllocationPolicy(zone)),
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /external/regex-re2/re2/testing/
tester.cc 78 // The result of running a match.
81 bool matched; // found a match
108 // Returns string representation of match kind.
112 return "full match";
114 return "longest match";
116 return "first match";
118 return "many match";
393 result->matched = re2_->Match(context,
454 // Specifically, r's answers have to match (but it doesn't have to
510 // impossible to match, while PCRE apparently excludes some cod
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 53 /** Match current input symbol against ttype. Attempt
65 //System.out.println("match "+((TokenStream)input).LT(1));
81 /** Match the wildcard: in a symbol */
143 * To get out of recovery mode, the parser must successfully match
150 * 5. next match() will reset errorRecovery mode
257 msg = "required (...)+ loop did not match anything at input "+
281 * an error and next valid token match
327 * token that the match() routine could not recover from.
419 * with the successful match exits errorRecovery mode).
533 * and LA(2) as if we were doing a normal match(), which advances th
    [all...]
  /external/chromium_org/chrome/installer/util/
shell_util.cc     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 792 // Conservatively require the attributes of the call to match those of the
913 /// Match - Find the maximal addressing mode that a load/store of V can fold,
916 static ExtAddrMode Match(Value *V, Type *AccessTy,
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 85 wizard.match(expression_node, '(MINUS VAR .)') # => true
86 wizard.match(lone_node, 'NUMBER NUMBER') # => false
112 Match Any Token Node: .
278 to validate tree structures as well as to extract nodes that match the pattern.
306 A simple tree node used to represent the operation "match any tree node type" in
411 labels = match!( tree, pattern ) and
416 def match( tree, pattern ) method in class:ANTLR3.AST.Wizard
419 return( match!( tree, pattern ) )
422 def match!( tree, pattern, labels = {} )
438 return( false ) unless match!( actual_child, pattern_child, labels
    [all...]
  /external/chromium/chrome/browser/history/
expire_history_backend_unittest.cc 345 // "body" should match all pages in the example data.
346 std::vector<TextDatabase::Match> results;
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc 63 // driver and this setting to ensure they match.
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
blockhash_test.cc 109 // This makes testing simpler, because finding a kBlockSize-byte match
239 BlockHash::Match best_match_;
449 // The number of bytes that match between the original "we hear is fearsome"
460 // The number of bytes that match between the original "we hear is fearsome"
475 // The number of bytes that match between the original "fearsome"
487 // The number of bytes that match between the original "we hear is fearsome"
532 // for two blocks whose hash values match, and the two most important
533 // cases are: (1) the blocks are identical, or (2) none of their bytes match.
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
blockhash_test.cc 109 // This makes testing simpler, because finding a kBlockSize-byte match
239 BlockHash::Match best_match_;
449 // The number of bytes that match between the original "we hear is fearsome"
460 // The number of bytes that match between the original "we hear is fearsome"
475 // The number of bytes that match between the original "fearsome"
487 // The number of bytes that match between the original "we hear is fearsome"
532 // for two blocks whose hash values match, and the two most important
533 // cases are: (1) the blocks are identical, or (2) none of their bytes match.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGrammar.y.in 308 %type <integer> match
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
  /external/open-vcdiff/src/
blockhash_test.cc 109 // This makes testing simpler, because finding a kBlockSize-byte match
239 BlockHash::Match best_match_;
449 // The number of bytes that match between the original "we hear is fearsome"
460 // The number of bytes that match between the original "we hear is fearsome"
475 // The number of bytes that match between the original "fearsome"
487 // The number of bytes that match between the original "we hear is fearsome"
532 // for two blocks whose hash values match, and the two most important
533 // cases are: (1) the blocks are identical, or (2) none of their bytes match.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 62 * Paints a given match as a constraint.
66 * @param match the match
68 static void paintConstraint(IGraphics graphics, Rect sourceBounds, Match match) {
69 Rect targetBounds = match.edge.node.getBounds();
70 ConstraintType type = match.type;
72 paintConstraint(graphics, type, match.with.node, sourceBounds, match.edge.node,
    [all...]

Completed in 1916 milliseconds

1 2 3 4 5 6 78 91011