HomeSort by relevance Sort by last modified time
    Searched refs:matched (Results 201 - 225 of 457) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/sources/host-tools/make-3.81/
function.c 114 /* If we're substituting only by fully matched words,
224 /* It matched. Output the replacement. */
231 /* Output the part of the matched string that
232 matched the % in the pattern. */
892 int matched;
985 word->matched = 0;
1013 wp->matched |= pattern_matches (pp->str, pp->percent, wp->str);
1022 wp->matched |= 1;
1028 wp->matched |= (wp->length == pp->length
1032 /* Output the words that matched (or didn't, for filter-out). *
885 int matched; member in struct:a_word
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 1599 final SearchUtil.MatchedLine matched = SearchUtil.findMatchingLine(snippet, query); local
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/
exec_test.go 561 func parseFowlerResult(s string) (ok, compiled, matched bool, pos []int) {
571 // matched (?{...}) expression, where x is the text enclosed by {...},
581 matched = true
587 matched = false
633 matched = true
  /prebuilts/go/linux-x86/src/regexp/
exec_test.go 561 func parseFowlerResult(s string) (ok, compiled, matched bool, pos []int) {
571 // matched (?{...}) expression, where x is the text enclosed by {...},
581 matched = true
587 matched = false
633 matched = true
  /external/chromium-trace/catapult/third_party/flot/
jquery.js 194 // The number of elements contained in the matched element set
203 // Get the Nth element in the matched element set OR
204 // Get the whole matched element set as a clean array
216 // (returning the new matched element set)
219 // Build a new jQuery matched element set
237 // Execute a callback for every element in the matched set.
    [all...]
  /external/dbus/bus/
signals.c 850 "Argument %d matched more than once in match rule\n", key);
2545 dbus_bool_t matched; local
2668 dbus_bool_t matched; local
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 457 int matched; local
469 matched = 0;
495 ia--; ib--; matched++;
499 if (matched < MIN_MATCH) {
504 // if the number of dialable chars in a and b match, but the matched chars < MIN_MATCH,
506 if (effectiveALen == effectiveBLen && effectiveALen == matched) {
513 // At least one string has matched completely;
514 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) {
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex.h 303 * the case of the characters to be matched (for example,
807 * A sequence of characters matched by a particular marked sub-expression.
810 * matched subexpression within a regular expression pattern match. Such
812 * of a similar base character type as the pattern matched by the regular
816 * referencing the actual original pattern matched.
829 bool matched; member in class:sub_match
831 constexpr sub_match() : matched() { }
838 { return this->matched ? std::distance(this->first, this->second) : 0; }
852 return this->matched
865 return this->matched
    [all...]
  /system/netd/server/
CommandListener.cpp 501 bool matched = false; local
521 matched = true;
524 matched = true;
533 matched = true;
536 matched = true;
543 if (!matched) {
    [all...]
  /build/kati/
pathutil.go 246 matched, err := filepath.Match(pattern, ent.name)
250 if matched {
305 matched, err := filepath.Match(string(op), ent.name)
310 return matched, false
  /development/scripts/
stack_core.py 81 # Examples of matched trace lines include lines from tombstone files like:
111 # Examples of matched value lines include:
117 # Lines from 'code around' sections of the output will be matched before
429 matched = (tc.register_line.search(line) is not None)
430 self.assertEquals(matched, is_register, line)
  /external/curl/lib/vtls/
openssl.c 1087 int matched = -1; /* -1 is no alternative match yet, 1 means match and 0 local
1124 /* loop through all alternatives while none has matched */
1125 for(i=0; (i<numalts) && (matched != 1); i++) {
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/webapp/
WebInfConfiguration.java 85 public void matched(URI uri) throws Exception
122 public void matched(URI uri) throws Exception
  /external/mesa3d/src/mesa/main/
APIspec.py 112 matched, conv = f.match(func, conversions)
113 if matched:
  /external/v8/test/mjsunit/
regexp-static.js 118 // global regexp is matched and replaced with the result of a function, in
string-match.js 43 // Returns array of matched strings.
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 362 uint8_t matched; member in struct:__anon32961
401 uint32_t matched; member in struct:__anon32964
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/profile/
filter.go 13 // Returns true is the corresponding regexp matched at least one sample.
  /prebuilts/go/darwin-x86/src/html/
escape.go 110 if i <= 3 { // No characters matched.
  /prebuilts/go/darwin-x86/src/io/
pipe.go 183 // Reads on one end are matched with writes on the other,
  /prebuilts/go/darwin-x86/src/path/
match.go 38 func Match(pattern, name string) (matched bool, err error) {
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/profile/
filter.go 13 // Returns true is the corresponding regexp matched at least one sample.
  /prebuilts/go/linux-x86/src/html/
escape.go 110 if i <= 3 { // No characters matched.
  /prebuilts/go/linux-x86/src/io/
pipe.go 183 // Reads on one end are matched with writes on the other,
  /prebuilts/go/linux-x86/src/path/
match.go 38 func Match(pattern, name string) (matched bool, err error) {

Completed in 916 milliseconds

1 2 3 4 5 6 7 891011>>