| /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...] |
| /frameworks/base/core/java/com/google/android/util/ |
| AbstractMessageParser.java | 1180 private boolean matched; field in class:AbstractMessageParser.Format [all...] |
| /external/boringssl/src/crypto/x509v3/ |
| pcy_tree.c | 319 int matched = 0; local 329 matched = 1; 332 if (!matched && last->anyPolicy) 418 /* If no policy mapping: matched if one child present */ 427 /* If mapping: matched if one child per expected policy set */
|
| /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/ |
| tokenizer.py | 146 # Initialise to the default output for when no entity is matched [all...] |
| /external/valgrind/exp-bbv/tests/arm-linux/ |
| ll.S | 269 cmpeq r5,r1 @ if first byte matched, comp this one 271 cmpeq r5,r2 @ if first two matched, comp this one 272 beq find_colon @ if all 3 matched, we are found
|
| /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/ |
| mm_camera_channel.c | 184 * @cmd_cb : ptr storing matched super buf information 214 * Will depends on the bundle attribute, either storing matched frames 215 * in the superbuf queue, or sending matched superbuf frames to upper 219 * @cmd_cb : ptr storing matched super buf information 484 // we should not use it as matched dual camera frames [all...] |
| /system/core/adf/libadf/ |
| adf.c | 49 int matched = sscanf(dirent->d_name, pattern, &id); local 51 if (matched < 0) { 54 } else if (matched != 1) {
|
| /build/tools/droiddoc/templates-ndk/assets/js/ |
| docs.js | [all...] |
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
| TreeWizard.cs | 400 bool matched = ParseCore(t, tpattern, labels); 401 return matched; 412 * in tree matched against nodes in pattern with labels.
|
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
| TreeWizard.cs | 457 bool matched = ParseCore( t, tpattern, labels ); 458 return matched; 470 * in tree matched against nodes in pattern with labels.
|
| /external/curl/packages/vms/ |
| build_curl-config_script.com | 124 $ ! If mis-matched pairs, do not substitute anything.
|
| /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/ |
| PairingSession.java | 550 boolean matched = Arrays.equals(localAlpha, inbandAlpha); 552 if (!matched) {
|
| /ndk/sources/host-tools/make-3.81/ |
| rule.c | 307 /* All the targets matched. */ 316 /* All the dependencies matched. */ 329 goto matched; 341 matched:;
|
| /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/ |
| parboiled-core-1.0.2.jar | |
| /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/ |
| en.stg | 250 The following alternatives can never be matched: <alts; separator=","><\n> 273 The following token definitions can never be matched because prior tokens match the same input: <tokens; separator=",">
|
| /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);
|
| /external/selinux/libsemanage/src/ |
| genhomedircon.c | 113 int matched; member in struct:__anon22004 267 handp->matched = 1; 389 hand.matched = 0; 395 if (hand.matched) {
|
| /frameworks/base/core/jni/ |
| android_os_Debug.cpp | 657 int matched = fscanf(f, "%*d %*d %lld %*d %*d %*d %*d", &mem_used_total); local 658 if (matched != 1) 669 int matched = fscanf(f, "%lld", &mem_used_total); local 670 if (matched != 1) [all...] |
| android_util_Process.cpp | 300 unsigned int start, end, matched, i; local 304 matched = sscanf(cpu_range, "%u-%u", &start, &end); 313 if (matched == 1) { 315 } else if (matched == 2) { [all...] |
| /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/ |
| mm_camera_channel.c | [all...] |