/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/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 | 27 * @param matched Whether the PIN/Password/Pattern matches the stored one. 29 * the call. Only non-0 if matched is false. 31 void onChecked(boolean matched, int throttleTimeoutMs);
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
doc.go | 37 The first item in this list matched by the argument is the one whose 42 If there is no package specified or matched, the package in the current
|
/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/go/ |
doc.go | 37 The first item in this list matched by the argument is the one whose 42 If there is no package specified or matched, the package in the current
|
/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
|
/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...] |
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
TextureAtlas.java | 323 Array<AtlasRegion> matched = new Array();
local 326 if (region.name.equals(name)) matched.add(new AtlasRegion(region));
328 return matched;
370 Array<Sprite> matched = new Array();
local 373 if (region.name.equals(name)) matched.add(newSprite(region));
375 return matched;
|
/prebuilts/go/darwin-x86/src/path/filepath/ |
match.go | 44 func Match(pattern, name string) (matched bool, err error) { 293 matched, err := Match(pattern, n) 297 if matched {
|
/prebuilts/go/darwin-x86/src/time/ |
zoneinfo_windows.go | 25 func matchZoneKey(zones registry.Key, kname string, stdname, dstname string) (matched bool, err2 error) { 63 matched, err := matchZoneKey(k, name, stdname, dstname) 64 if err == nil && matched {
|
/prebuilts/go/linux-x86/src/path/filepath/ |
match.go | 44 func Match(pattern, name string) (matched bool, err error) { 293 matched, err := Match(pattern, n) 297 if matched {
|
/prebuilts/go/linux-x86/src/time/ |
zoneinfo_windows.go | 25 func matchZoneKey(zones registry.Key, kname string, stdname, dstname string) (matched bool, err2 error) { 63 matched, err := matchZoneKey(k, name, stdname, dstname) 64 if err == nil && matched {
|
/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...] |