HomeSort by relevance Sort by last modified time
    Searched full:matching (Results 276 - 300 of 5917) sorted by null

<<11121314151617181920>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
parameter.hpp 108 bool matching( argv_traverser& tr, bool primary ) const function in class:boost::BOOST_RT_PARAM_NAMESPACE::cla::parameter
110 return m_id_policy.matching( *this, tr, primary );
116 m_id_policy.matching( *this, tr, true ); // !! can we save this position somehow
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialNameMatcher.java 30 * characters and normalize a phone number. It also contains the matching logic that determines if
32 * {@link #ALLOW_INITIAL_MATCH} controls the behavior of the matching logic and determines
123 * SmartDialMatchPosition with the matching positions otherwise
131 // Try matching the number as is
162 * SmartDialMatchPosition with the matching positions otherwise
175 * SmartDialMatchPosition with the matching positions otherwise
189 * SmartDialMatchPosition with the matching positions otherwise
213 // E.g. don't highlight the first '-' if we're matching 1-510-111-1111 with
217 // E.g. if we're matching (510)-111-1111 with '510', we should include the
303 // token since there is no chance of this token matching the query
    [all...]
  /external/chromium_org/ui/app_list/
app_list_model.h 52 // Finds the item matching |id|.
55 // Find a folder item matching |id|.
79 // Move |item| to the folder matching |folder_id| or to the top level if
84 // Move |item| to the folder matching |folder_id| or to the top level if
109 // Deletes the item matching |id| from |top_level_item_list_| or from the
140 // Returns an existing folder matching |folder_id| or creates a new folder.
  /external/pcre/dist/doc/
pcreperform.3 60 into which there can be no backtracking if there is a subsequent matching
71 When \fBpcre_exec()\fP or \fBpcre[16|32]_exec()\fP is used for matching, certain
102 double the matching time for items such as \ed, when matched with
103 a traditional matching function; the performance loss is less with
104 a DFA matching function, and in both cases there is not much difference for
145 where a literal character follows. Before embarking on the standard matching
pcregrep.1 68 matching substrings, or if \fB--only-matching\fP, \fB--file-offsets\fP, or
84 "super" and "man"; the output differs from matching with "super|man" when only
85 the matching substrings are being shown.
128 Output \fInumber\fP lines of context after each matching line. If filenames
140 Output \fInumber\fP lines of context before each matching line. If filenames
149 default), pattern matching is performed on binary files, but the only output is
163 Output \fInumber\fP lines of context both before and after each matching line.
259 Interpret each data-matching pattern as a list of fixed strings, separated by
302 and \fB--only-matching\fP
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
thumbnail_source.h 61 // are also be more lenient when matching thumbnail URLs by checking for
62 // existing thumbnails in the database that contain a URL matching the prefix
  /external/chromium_org/chromeos/network/
network_activation_handler.h 34 // kErrorNotFound if no network matching |service_path| is found.
45 // kErrorNotFound if no network matching |service_path| is found.
network_type_pattern_unittest.cc 56 // Each pair of {Mobile, Wireless, Cellular} is matching. Matching is
  /external/chromium_org/components/autofill/core/common/
password_form_fill_data.h 49 // A list of other matching username->PasswordAndRealm pairs for the form.
71 // matching stored logins to use as username/password values.
  /external/chromium_org/components/tools/metrics/
count_ifdefs.py 19 # We ignore files not matching these.
38 an #if or #ifdef line with a preprocessor token fully matching
  /external/chromium_org/third_party/brotli/src/brotli/enc/
find_match_length.h 15 // Function to find maximal matching prefixes of strings.
67 // the first non-matching bit and use that to calculate the total
  /external/chromium_org/third_party/re2/re2/testing/
exhaustive2_test.cc 5 // Exhaustive testing of regular expression matching.
59 // to stop [^a] from matching \n, though the underlying library
  /external/chromium_org/third_party/skia/include/views/
SkEventSink.h 78 kSinkNotFound_EventResult //!< no matching eventsink was found for the event's getSink().
87 * Returns the matching eventsink, or null if not found
  /external/chromium_org/tools/android/forwarder2/
command.cc 28 // matching the target port for the command (e.g.
31 // matching a command::Type value (e.g. 002 for
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
seek_unittest.py 29 """Tests that Seek action seeks video element matching selector."""
37 # Assert only video matching selector has played.
  /external/chromium_org/v8/tools/
csvparser.js 37 * A regex for matching a CSV field.
44 * A regex for matching a double quote.
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
p2.cpp 44 Numbers::f(n); // expected-error {{no matching function for call to 'f'}}
55 Numbers2::f(n); // expected-error {{no matching function for call to 'f'}}
  /external/clang/test/CXX/special/class.inhctor/
p1.cpp 37 // expected-error@-1 {{no matching constructor for initialization of 'B'}}
46 // expected-error@-1 {{no matching constructor}}
  /external/clang/test/SemaCXX/
trailing-return-0x.cpp 80 f1(0); // expected-error{{no matching function for call to 'f1'}}
87 f2(0); // expected-error{{no matching function for call to 'f2'}}
  /external/clang/test/SemaTemplate/
constructor-template.cpp 26 X0 x0g(f, &i); // expected-error{{no matching constructor}}
64 return X2(); // expected-error{{no matching constructor}}
  /external/droiddriver/src/com/google/android/droiddriver/helpers/
ScrollerHelper.java 46 * @return the UiElement matching {@code itemFinder}
60 * @return the UiElement matching {@code itemFinder}
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
Scroller.java 37 * @return the UiElement matching {@code itemFinder}
52 * @return the UiElement matching {@code itemFinder}
  /external/libnl/include/netlink/
netlink-kernel.h 97 * Return all entries matching criteria passed in message content.
121 * Replace existing matching config object with this request.
  /external/lldb/test/functionalities/data-formatter/rdar-13338477/
Test-rdar-13338477.py 60 self.expect('p *(int (*)[3])foo', matching=False,
62 self.expect('p *(int (*)[3])foo', matching=False,
  /external/regex-re2/re2/testing/
exhaustive2_test.cc 5 // Exhaustive testing of regular expression matching.
59 // to stop [^a] from matching \n, though the underlying library

Completed in 1548 milliseconds

<<11121314151617181920>>