HomeSort by relevance Sort by last modified time
    Searched refs:matched (Results 126 - 150 of 346) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/autotest/client/cros/audio/
audio_analysis.py 194 signal is matched and there is no anomaly in this block of test signal.
195 If there is any block in test signal that is not matched, then this block
205 @param threshold: The threshold of correlation index to be judge as matched.
220 matched = _moving_pattern_matching(golden_y, test_signal, threshold)
221 if not matched:
264 test signal, then it is matched.
268 @param threshold: The threshold of correlation index to be judge as matched.
  /external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
cloudstorage_api.py 241 A GCSFileStat iterator over matched files ordered by filename.
246 A GCSFileStat iterator over matched files and directories ordered by
  /external/markdown/markdown/
treeprocessors.py 93 data, matched, startIndex = self.__applyPattern(
96 if not matched:
  /frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h 198 bool matched(const Input& pInput,
202 bool matched(const WildcardPattern& pPattern, const std::string& pName) const;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
rbacrules.py 112 added, removed, matched = self._set_diff(left_list, right_list)
116 for left_rule, right_rule in 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 279 boolean matched = false;
283 matched = true;
287 if (!matched) {
290 matched = false;
295 matched = true;
299 if (!matched) {
302 matched = false;
  /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)
  /external/chromium-trace/catapult/telemetry/telemetry/
benchmark_runner.py 285 matched = _MatchBenchmarkName(name, environment, exact_matches=True)
286 # With exact_matches, len(matched) is either 0 or 1.
287 if len(matched) == 0:
289 return matched[0]
  /frameworks/base/services/core/jni/
com_android_server_AlarmManagerService.cpp 337 int matched = sscanf(dirent->d_name, "rtc%u", &rtc_id); local
339 if (matched < 0)
341 else if (matched != 1)
  /art/tools/
cpplint.py 378 matched = _RE_SUPPRESSION.search(raw_line)
379 if matched:
380 category = matched.group(1)
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 19 * matched a token. Prevents generation of more than one error message
63 * emissions, then set this to the last token to be matched or
  /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 20 * @param matched Whether the PIN/Password/Pattern matches the stored one.
22 * the call. Only non-0 if matched is false.
24 void onChecked(boolean matched, int throttleTimeoutMs);
  /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/libxml2/
c14n.c 1265 int matched = 0; local
    [all...]
  /external/regex-re2/re2/
dfa.cc 574 // of empty-string operators that should be matched when executing at the
1332 bool matched = false; local
1911 bool matched = dfa->Search(text, context, anchored, local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.4/
maven-common-artifact-filters-1.4.jar 
  /external/selinux/libsepol/src/
module_to_cil.c 2857 int matched; local
2921 int matched; local
2969 int matched; local
3053 int matched; local
3125 int matched; local
    [all...]
  /external/harfbuzz_ng/src/
hb-coretext.cc 913 bool matched = false; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h 186 * the case of the characters to be matched (for example,
729 * A sequence of characters matched by a particular marked sub-expression.
732 * matched subexpression within a regular expression pattern match. Such
734 * of a similar base character type as the pattern matched by the regular
738 * referencing the actual original pattern matched.
751 bool matched; member in class:sub_match
753 constexpr sub_match() : matched() { }
760 { return this->matched ? std::distance(this->first, this->second) : 0; }
774 return this->matched
787 return this->matched
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h 186 * the case of the characters to be matched (for example,
729 * A sequence of characters matched by a particular marked sub-expression.
732 * matched subexpression within a regular expression pattern match. Such
734 * of a similar base character type as the pattern matched by the regular
738 * referencing the actual original pattern matched.
751 bool matched; member in class:sub_match
753 constexpr sub_match() : matched() { }
760 { return this->matched ? std::distance(this->first, this->second) : 0; }
774 return this->matched
787 return this->matched
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex.h 186 * the case of the characters to be matched (for example,
729 * A sequence of characters matched by a particular marked sub-expression.
732 * matched subexpression within a regular expression pattern match. Such
734 * of a similar base character type as the pattern matched by the regular
738 * referencing the actual original pattern matched.
751 bool matched; member in class:sub_match
753 constexpr sub_match() : matched() { }
760 { return this->matched ? std::distance(this->first, this->second) : 0; }
774 return this->matched
787 return this->matched
    [all...]
  /external/chromium-trace/catapult/third_party/jquery/
jquery-2.1.4.js 108 // Get the Nth element in the matched element set OR
109 // Get the whole matched element set as a clean array
121 // (returning the new matched element set)
124 // Build a new jQuery matched element set
135 // Execute a callback for every element in the matched set.
    [all...]

Completed in 1650 milliseconds

1 2 3 4 56 7 8 91011>>