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

1 2 3 4 5 6 78 91011>>

  /tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/
audio_analysis.py 278 signal is matched and there is no anomaly in this block of test signal.
279 If there is any block in test signal that is not matched, then this block
291 threshold: The threshold of correlation index to be judge as matched.
307 matched = _moving_pattern_matching(golden_y, test_signal, threshold)
308 if not matched:
353 test signal, then it is matched.
358 threshold: The threshold of correlation index to be judge as matched.
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 158 static void CollectMatchedBenignRaces(Vector<ExpectRace> *matched,
168 for (; i < matched->Size(); i++) {
169 ExpectRace *race0 = &(*matched)[i];
177 if (i == matched->Size())
178 matched->PushBack(*race);
194 Printf("ThreadSanitizer: Matched %d \"benign\" races (pid=%d):\n",
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 374 matched = _RE_SUPPRESSION.search(raw_line)
375 if matched:
376 category = matched.group(1)
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredNfcFServicesCache.java 280 boolean matched = false;
284 matched = true;
288 if (!matched) {
291 matched = false;
296 matched = true;
300 if (!matched) {
303 matched = false;
  /external/doclava/src/com/google/doclava/
PageMetadata.java 577 boolean matched = false;
582 matched = true;
586 if (!matched) {
608 boolean matched = false;
612 matched = true;
616 if (!matched) {
639 boolean matched = false;
644 matched = true;
648 if (!matched) {
    [all...]
  /art/cmdline/
cmdline_parser.h 523 size_t best_match_size = 0; // How many tokens were matched in the best case.
525 bool matched = false; // At least one argument definition has been matched? local
535 matched = true;
541 if (matched == false) {
553 // Look at the best-matched argument definition and try to parse against that.
581 "matched " + std::to_string(best_match_size)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
faqconf.py 268 Your search matched the following entry:
272 Your search matched the following %(count)s entries:
276 Your search matched more than %(MAXHITS)s entries.
  /external/pdfium/testing/tools/
test_runner.py 147 matched = self.gold_baseline.MatchLocalResult(test_name, md5_hash)
148 if matched == gold.GoldBaseline.MISMATCH:
150 elif matched == gold.GoldBaseline.NO_BASELINE:
  /external/python/cpython2/Tools/faqwiz/
faqconf.py 268 Your search matched the following entry:
272 Your search matched the following %(count)s entries:
276 Your search matched more than %(MAXHITS)s entries.
  /frameworks/base/cmds/am/src/com/android/commands/am/
Instrument.java 469 boolean matched = false;
472 matched = true;
476 if (!matched) {
  /system/netd/server/dns/
DnsTlsSocket.cpp 277 bool matched = false; local
289 matched = true;
294 if (!matched) {
  /external/autotest/client/cros/chameleon/
audio_test_utils.py 536 matched = True
539 matched = False
543 matched = False
545 if not matched:
628 of list1 and list2 are matched or not.
633 # matching[i][j] is the maximum number of matched pairs for first i items
637 # Maximum matched pairs may be obtained without
643 # If i-th item in list1 can be matched to j-th item in list2
647 # Backtracking which item in list1 and list2 are matched
  /external/piex/src/image_type_recognition/
image_type_recognition_lite.cc 194 bool matched = false; local
196 matched = matched || IsSignatureFound(
200 return matched;
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternChecker.java 28 * @param matched Whether the PIN/Password/Pattern matches the stored one.
30 * the call. Only non-0 if matched is false.
32 void onChecked(boolean matched, int throttleTimeoutMs);
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/proftest/
proftest.go 98 if matched, err := regexp.MatchString(ui.AllowRx, fmt.Sprint(args...)); matched || err != nil {
  /prebuilts/go/darwin-x86/src/strings/
search.go 29 // 1. The matched suffix occurs elsewhere in pattern (with a different
36 // 2. If the matched suffix does not occur elsewhere in pattern, then the
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/proftest/
proftest.go 98 if matched, err := regexp.MatchString(ui.AllowRx, fmt.Sprint(args...)); matched || err != nil {
  /prebuilts/go/linux-x86/src/strings/
search.go 29 // 1. The matched suffix occurs elsewhere in pattern (with a different
36 // 2. If the matched suffix does not occur elsewhere in pattern, then the
  /system/extras/procrank/
procrank.cpp 161 int matched = fscanf(f, "%*d %*d %" SCNu64 " %*d %*d %*d %*d", &mem_used_total); local
162 if (matched != 1)
173 int matched = fscanf(f, "%" SCNu64, &mem_used_total); local
174 if (matched != 1)
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeWizard.java 319 boolean matched = _parse(t, tpattern, labels);
320 return matched;
330 * in tree matched against nodes in pattern with labels.
  /external/google-styleguide/include/
jsguide.js 2 // Runs the callback on every element matched by the query selector.
  /external/libxcam/
README.md 20 - OpenCV feature-matched based video stabilization.
  /external/libxml2/
c14n.c 1277 int matched = 0; local
    [all...]
  /build/kati/
dep.cc 504 Symbol matched(Symbol::IsUninitialized{});
519 matched = output_pattern;
524 if (!matched.IsValid())
530 Pattern pat(matched.str());
532 if (output_pattern == matched)
539 (*out_rule)->output_patterns.push_back(matched);
  /build/soong/android/
neverallow.go 36 // - it has all "with" properties matched
37 // - - values are matched in their entirety
42 // - it has none of the "without" properties matched (same rules as above)

Completed in 582 milliseconds

1 2 3 4 5 6 78 91011>>