/external/dbus/bus/ |
signals.c | 850 "Argument %d matched more than once in match rule\n", key); 2545 dbus_bool_t matched; local 2668 dbus_bool_t matched; local [all...] |
/frameworks/base/telephony/java/android/telephony/ |
PhoneNumberUtils.java | 456 int matched; local 468 matched = 0; 494 ia--; ib--; matched++; 498 if (matched < MIN_MATCH) { 503 // if the number of dialable chars in a and b match, but the matched chars < MIN_MATCH, 505 if (effectiveALen == effectiveBLen && effectiveALen == matched) { 512 // At least one string has matched completely; 513 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) { [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
regex.h | 303 * the case of the characters to be matched (for example, 807 * A sequence of characters matched by a particular marked sub-expression. 810 * matched subexpression within a regular expression pattern match. Such 812 * of a similar base character type as the pattern matched by the regular 816 * referencing the actual original pattern matched. 829 bool matched; member in class:sub_match 831 constexpr sub_match() : matched() { } 838 { return this->matched ? std::distance(this->first, this->second) : 0; } 852 return this->matched 865 return this->matched [all...] |
/system/netd/server/ |
CommandListener.cpp | 499 bool matched = false; local 519 matched = true; 522 matched = true; 531 matched = true; 534 matched = true; 541 if (!matched) { [all...] |
/development/scripts/ |
stack_core.py | 81 # Examples of matched trace lines include lines from tombstone files like: 111 # Examples of matched value lines include: 117 # Lines from 'code around' sections of the output will be matched before 429 matched = (tc.register_line.search(line) is not None) 430 self.assertEquals(matched, is_register, line)
|
/external/curl/lib/vtls/ |
openssl.c | 1087 int matched = -1; /* -1 is no alternative match yet, 1 means match and 0 local 1124 /* loop through all alternatives while none has matched */ 1125 for(i=0; (i<numalts) && (matched != 1); i++) { [all...] |
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
WebInfConfiguration.java | 85 public void matched(URI uri) throws Exception 122 public void matched(URI uri) throws Exception
|
/external/mesa3d/src/mesa/main/ |
APIspec.py | 112 matched, conv = f.match(func, conversions) 113 if matched:
|
/external/v8/test/mjsunit/ |
regexp-static.js | 118 // global regexp is matched and replaced with the result of a function, in
|
string-match.js | 43 // Returns array of matched strings.
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/ |
mm_camera.h | 361 uint8_t matched; member in struct:__anon32123 397 uint32_t matched; member in struct:__anon32126
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
pkt_sched.h | 276 __u32 matched; /* Drops due to flow match */ member in struct:tc_choke_xstats
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
OSUManager.java | 152 boolean matched = false; 158 matched = true; 162 if (!matched) { [all...] |
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_channel.c | 160 * @cmd_cb : ptr storing matched super buf information 191 * Will depends on the bundle attribute, either storing matched frames 192 * in the superbuf queue, or sending matched superbuf frames to upper 196 * @cmd_cb : ptr storing matched super buf information [all...] |
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_channel.c | 160 * @cmd_cb : ptr storing matched super buf information 191 * Will depends on the bundle attribute, either storing matched frames 192 * in the superbuf queue, or sending matched superbuf frames to upper 196 * @cmd_cb : ptr storing matched super buf information [all...] |
/external/ltrace/ |
ltrace-elf.c | 836 int matched = filter_matches_symbol(options.plt_filter, local 848 if (! matched && ! latent_plts) 854 if (! matched && latent_plts) 977 /* If the symbol is not matched, skip it. We already [all...] |
/external/mksh/src/ |
misc.c | 870 int matched = 0; local 876 matched = 1; 882 if (!matched && [all...] |
/frameworks/base/libs/androidfw/ |
BackupHelpers.cpp | [all...] |
/bionic/libc/kernel/uapi/linux/ |
pkt_sched.h | 294 __u32 matched; member in struct:tc_choke_xstats
|
/development/ndk/platforms/android-21/include/linux/ |
pkt_sched.h | 292 __u32 matched; member in struct:tc_choke_xstats
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/ |
mm_camera.h | 351 uint8_t matched; member in struct:__anon3561
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/ |
mm_camera.h | 351 uint8_t matched; member in struct:__anon4472
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/ |
mm_camera.h | 323 uint8_t matched; member in struct:__anon5616
|
/external/iproute2/include/linux/ |
pkt_sched.h | 336 __u32 matched; /* Drops due to flow match */ member in struct:tc_choke_xstats
|
/external/kernel-headers/original/uapi/linux/ |
pkt_sched.h | 332 __u32 matched; /* Drops due to flow match */ member in struct:tc_choke_xstats
|