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

1 23 4 5 6 7 8 91011

  /ndk/sources/host-tools/sed-4.2.1/doc/
sed.x 165 Attempt to match
199 for input lines which match that address; or with two
201 for all input lines which match the inclusive range of
229 match.
234 Match only the specified line
238 Match every
243 the input stream, and the address 2~5 will match every fifth line,
251 Match the last line.
254 Match lines matching the regular expression
258 Match lines matching the regular expressio
    [all...]
  /external/chromium_org/extensions/common/matcher/
regex_set_matcher.cc 38 bool RegexSetMatcher::Match(const std::string& text,
49 // match case-sensitively.
71 substring_matcher_->Match(text, &atoms_set);
substring_set_matcher.h 44 bool Match(const std::string& text,
58 // The root of the trie represents an empty match. If we were looking whether
71 // In case we have found a partial match of length k in the text
73 // a node at depth k, but cannot find a match in the trie for character
  /external/chromium_org/tools/gyp/tools/Xcode/Specifications/
gyp.xclangspec 200 Match = (
203 // This is the order of captures. All of the match strings above need the same order.
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 135 IntentFilter filter = new Match(null, new String[] { "category1" }, null, null, null, null);
145 filter = new Match(null, new String[] { "category1", "category2" }, null, null, null, null);
161 IntentFilter filter = new Match(null, null, new String[] { "which1/what1" }, null, null,
174 filter = new Match(null, null, new String[] { "which1/what1", "which2/what2" }, null, null,
189 filter = new Match(null, null, new String[] { "which1/*" }, null, null, null);
203 filter = new Match(null, null, new String[] { "*/*" }, null, null, null);
241 IntentFilter filter = new Match(null, null, null, new String[] { "scheme1" }, null, null);
248 filter = new Match(null, null, null, new String[] { "scheme1", "scheme2" }, null, null);
266 IntentFilter filter = new Match(null, null, null, new String[]{"scheme"},
279 filter = new Match(null, null, null, new String[]{"scheme"}
    [all...]
  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.h 45 bool Match(const NativeWebKeyboardEvent& wke, EditCommands* edit_commands);
124 // Buffer to store the match results.
  /external/chromium_org/content/browser/renderer_host/
gtk_key_bindings_handler.h 46 bool Match(const NativeWebKeyboardEvent& wke,
126 // Buffer to store the match results.
  /external/skia/tests/
PathOpsQuadParameterizationTest.cpp 46 REPORTER_ASSERT(reporter, SkDQuadImplicit::Match(*quads[one], *quads[two]));
  /external/chromium/chrome/browser/history/
text_database_manager_unittest.cc 137 bool ResultsHaveURL(const std::vector<TextDatabase::Match>& results,
184 std::vector<TextDatabase::Match> results;
219 std::vector<TextDatabase::Match> results;
255 std::vector<TextDatabase::Match> results;
298 std::vector<TextDatabase::Match> results;
350 std::vector<TextDatabase::Match> results;
364 // than the previously indexed row (we made them not match above). This isn't
376 std::vector<TextDatabase::Match> results;
413 std::vector<TextDatabase::Match> results;
463 std::vector<TextDatabase::Match> results
    [all...]
text_database_unittest.cc 57 std::vector<TextDatabase::Match> results;
76 bool ResultsHaveURL(const std::vector<TextDatabase::Match>& results,
196 std::vector<TextDatabase::Match> results;
247 std::vector<TextDatabase::Match> results;
305 std::vector<TextDatabase::Match> results;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
ASTTreeParser.stg 72 /** match ^(root children) in tree parser; override here to
97 Match(Input, TToken.DOWN, nil); <checkRuleBacktrackFailure()>
99 Match(Input, TToken.UP, nil); <checkRuleBacktrackFailure()>
102 Match(Input, TToken.DOWN, nil); <checkRuleBacktrackFailure()>
104 Match(Input, TToken.UP, nil); <checkRuleBacktrackFailure()>
174 /** Match ^(label+=TOKEN ...) auto construct */
  /external/chromium_org/components/autofill/core/browser/
form_field.cc 86 const AutofillField** match) {
87 return ParseFieldSpecifics(scanner, pattern, MATCH_DEFAULT, match);
94 const AutofillField** match) {
101 return MatchAndAdvance(scanner, pattern, match_type, match);
104 return MatchAndAdvance(scanner, pattern, match_type, match);
108 return MatchAndAdvance(scanner, pattern, match_type, match);
112 return MatchAndAdvance(scanner, pattern, match_type, match);
119 const AutofillField** match) {
123 match);
141 const AutofillField** match) {
    [all...]
  /external/chromium_org/v8/test/cctest/
test-date.cc 64 if (Match(&rules_[i], year, month, day, time_in_day_sec)) {
71 bool Match(Rule* rule, int year, int month, int day, int time_in_day_sec) {
  /external/markdown/markdown/
inlinepatterns.py 12 pattern.handleMatch(m) # takes a match object and returns
106 def attributeCallback(match):
107 parent.set(match.group(1), match.group(2).replace('\n', ' '))
141 """Return a ElementTree element from the given match.
147 * m: A re match object containing a match of the pattern.
224 """ Return a link element from the given match. """
276 """ Return a img element from the given match. """
299 """ Match to a stored reference and return link element. ""
    [all...]
  /external/v8/test/cctest/
test-date.cc 64 if (Match(&rules_[i], year, month, day, time_in_day_sec)) {
71 bool Match(Rule* rule, int year, int month, int day, int time_in_day_sec) {
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_path_filter.cc 88 bool MediaPathFilter::Match(const base::FilePath& path) {
  /external/chromium_org/chrome/browser/ui/app_list/search/
tokenized_string_match_unittest.cc 15 // Returns a string of |text| marked the hits in |match| using block bracket.
18 const TokenizedStringMatch& match) {
21 const TokenizedStringMatch::Hits& hits = match.hits();
45 TokenizedStringMatch match; local
48 EXPECT_FALSE(match.Calculate(UTF8ToUTF16(kTestCases[i].query), text))
55 TEST(TokenizedStringMatchTest, Match) {
71 TokenizedStringMatch match; local
74 EXPECT_TRUE(match.Calculate(UTF8ToUTF16(kTestCases[i].query), text));
75 EXPECT_EQ(kTestCases[i].expect, MatchHit(text, match));
91 // Acronym match is better than something in the middle
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
messagequeue.cc 328 if (fPeekKeep_ && msgPeek_.Match(phandler, id)) {
340 if (it->Match(phandler, id)) {
357 if (it->msg_.Match(phandler, id)) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
messagequeue.cc 333 if (fPeekKeep_ && msgPeek_.Match(phandler, id)) {
345 if (it->Match(phandler, id)) {
362 if (it->msg_.Match(phandler, id)) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarParser.cs 340 NEWLINE3=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat72);
375 ID4=(IToken)Match(input,ID,Follow._ID_in_stat105);
379 char_literal5=(IToken)Match(input,17,Follow._17_in_stat107);
390 NEWLINE7=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat111);
444 NEWLINE9=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat145);
479 NEWLINE10=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat178);
592 ID11=(IToken)Match(input,ID,Follow._ID_in_func219);
596 char_literal12=(IToken)Match(input,12,Follow._12_in_func222);
607 char_literal14=(IToken)Match(input,13,Follow._13_in_func226);
611 char_literal15=(IToken)Match(input,17,Follow._17_in_func228);
    [all...]
ProfileGrammarParser.cs 344 NEWLINE3=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat72);
379 ID4=(IToken)Match(input,ID,Follow._ID_in_stat105);
383 char_literal5=(IToken)Match(input,17,Follow._17_in_stat107);
394 NEWLINE7=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat111);
448 NEWLINE9=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat145);
483 NEWLINE10=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat178);
596 ID11=(IToken)Match(input,ID,Follow._ID_in_func219);
600 char_literal12=(IToken)Match(input,12,Follow._12_in_func222);
611 char_literal14=(IToken)Match(input,13,Follow._13_in_func226);
615 char_literal15=(IToken)Match(input,17,Follow._17_in_func228);
    [all...]
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 180 StringRef Match = MatchTrie.findEquivalent(NativeFilePath.str(), ES);
181 if (Match.empty())
184 CommandsRefI = IndexByFile.find(Match);
  /external/chromium/chrome/browser/autofill/
form_field.h 82 static bool Match(AutofillField* field,
  /external/chromium/chrome/browser/
enumerate_modules_model_win.h 44 // blacklist and the module does not match the current entry in the
115 static ModuleStatus Match(const Module& module,
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.h 46 // blacklist and the module does not match the current entry in the
125 static ModuleStatus Match(const Module& module,

Completed in 1579 milliseconds

1 23 4 5 6 7 8 91011