/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 | 182 * @cmd_cb : ptr storing matched super buf information 212 * Will depends on the bundle attribute, either storing matched frames 213 * in the superbuf queue, or sending matched superbuf frames to upper 217 * @cmd_cb : ptr storing matched super buf information 482 // 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:;
|
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...] |
/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:__anon22608 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 | 298 unsigned int start, end, matched, i; local 302 matched = sscanf(cpu_range, "%u-%u", &start, &end); 311 if (matched == 1) { 313 } else if (matched == 2) { [all...] |
/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...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ContactListItemView.java | 1599 final SearchUtil.MatchedLine matched = SearchUtil.findMatchingLine(snippet, query); local [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
docs.js | [all...] |
/build/tools/droiddoc/templates-sdk-refonly/assets/js/ |
docs.js | [all...] |
/external/chromium-trace/catapult/third_party/flot/ |
jquery.js | 194 // The number of elements contained in the matched element set 203 // Get the Nth element in the matched element set OR 204 // Get the whole matched element set as a clean array 216 // (returning the new matched element set) 219 // Build a new jQuery matched element set 237 // Execute a callback for every element in the matched set. [all...] |