/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/go/darwin-x86/src/strings/ |
replace.go | 100 // key/value pair; keys are not necessarily matched shortest- or longest- 367 i, matched := 0, false 373 matched = true 378 if !matched {
|
/prebuilts/go/linux-x86/src/strings/ |
replace.go | 100 // key/value pair; keys are not necessarily matched shortest- or longest- 367 i, matched := 0, false 373 matched = true 378 if !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:__anon23446 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...] |
/prebuilts/go/darwin-x86/src/go/doc/testdata/ |
benchmark.go | 223 matched, err := matchString(*matchBenchmarks, Benchmark.Name) 228 if !matched {
|
/prebuilts/go/linux-x86/src/go/doc/testdata/ |
benchmark.go | 223 matched, err := matchString(*matchBenchmarks, Benchmark.Name) 228 if !matched {
|
/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...] |