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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 800 bool matched; member in struct:testing::__anon19536::RangeCallbackState
817 state->matched = true;
830 state.matched = false;
832 CHECK(state.matched);
    [all...]
  /external/iproute2/tc/
q_choke.c 216 fprintf(f, " marked %u early %u pdrop %u other %u matched %u",
217 st->marked, st->early, st->pdrop, st->other, st->matched);
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_channel.c     [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 154 * @cmd_cb : ptr storing matched super buf information
185 * Will depends on the bundle attribute, either storing matched frames
186 * in the superbuf queue, or sending matched superbuf frames to upper
190 * @cmd_cb : ptr storing matched super buf information
    [all...]
  /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...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 454 int matched; local
466 matched = 0;
492 ia--; ib--; matched++;
496 if (matched < MIN_MATCH) {
501 // if the number of dialable chars in a and b match, but the matched chars < MIN_MATCH,
503 if (effectiveALen == effectiveBLen && effectiveALen == matched) {
510 // At least one string has matched completely;
511 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) {
    [all...]
  /prebuilts/ndk/9/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...]
  /external/chromium_org/content/test/data/media/
webrtc_test_utilities.js 111 // expected events. Each expected event must later be matched by a call to
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspec.py 112 matched, conv = f.match(func, conversions)
113 if matched:
  /external/chromium_org/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.
  /external/mesa3d/src/mesa/main/
APIspec.py 112 matched, conv = f.match(func, conversions)
113 if matched:
  /external/chromium_org/net/cookies/
cookie_store_unittest.h 231 bool matched = (TokenizeCookieLine(line) == TokenizeCookieLine(cookies)); local
236 while (!matched && base::Time::Now() <= polling_end_date) {
239 matched = (TokenizeCookieLine(line) == TokenizeCookieLine(cookies));
242 EXPECT_TRUE(matched) << "\"" << cookies
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.cpp 296 // Just check that a parameter wasn't matched.
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 220 int matched, i; local
263 matched = 0;
267 matched = 1;
268 if (!matched) {
    [all...]
  /external/iproute2/include/linux/
pkt_sched.h 319 __u32 matched; /* Drops due to flow match */ member in struct:tc_choke_xstats
  /external/chromium_org/components/password_manager/core/browser/
password_syncable_service_unittest.cc 263 bool matched = false; local
272 matched = true;
278 EXPECT_TRUE(matched) << actual_tag;
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp 113 // if the last matched element is a shadow host, the condition above isn't met, even though it
936 bool matched = false; local
    [all...]
  /external/ltrace/
ltrace-elf.c 836 int matched = filter_matches_symbol(options.plt_filter, local
848 if (! matched && ! latent_plts)
854 if (! matched && latent_plts)
977 /* If the symbol is not matched, skip it. We already
    [all...]
  /external/mksh/src/
misc.c 874 int matched = 0; local
880 matched = 1;
886 if (!matched &&
    [all...]
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp     [all...]
  /bionic/libc/kernel/uapi/linux/
pkt_sched.h 292 __u32 matched; member in struct:tc_choke_xstats
  /development/ndk/platforms/android-L/include/linux/
pkt_sched.h 280 __u32 matched; member in struct:tc_choke_xstats
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 295 uint8_t matched; member in struct:__anon2798
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 297 uint8_t matched; member in struct:__anon3302

Completed in 892 milliseconds

1 2 3 4 5 6 78 91011>>