HomeSort by relevance Sort by last modified time
    Searched refs:matched (Results 251 - 275 of 521) sorted by null

<<11121314151617181920>>

  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 362 uint8_t matched; member in struct:__anon3802
401 uint32_t matched; member in struct:__anon3805
  /external/mesa3d/src/mesa/main/
APIspec.py 112 matched, conv = f.match(func, conversions)
113 if matched:
  /prebuilts/go/darwin-x86/src/html/
escape.go 107 if i <= 3 { // No characters matched.
  /prebuilts/go/darwin-x86/src/internal/pprof/profile/
filter.go 13 // Returns true is the corresponding regexp matched at least one sample.
  /prebuilts/go/darwin-x86/src/path/
match.go 38 func Match(pattern, name string) (matched bool, err error) {
  /prebuilts/go/darwin-x86/src/strconv/
makeisprint.go 180 fmt.Fprintf(&buf, "// isGraphic lists the graphic runes not matched by IsPrint.\n")
  /prebuilts/go/linux-x86/src/html/
escape.go 107 if i <= 3 { // No characters matched.
  /prebuilts/go/linux-x86/src/internal/pprof/profile/
filter.go 13 // Returns true is the corresponding regexp matched at least one sample.
  /prebuilts/go/linux-x86/src/path/
match.go 38 func Match(pattern, name string) (matched bool, err error) {
  /prebuilts/go/linux-x86/src/strconv/
makeisprint.go 180 fmt.Fprintf(&buf, "// isGraphic lists the graphic runes not matched by IsPrint.\n")
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
run_browser_tests.py 230 typ.TestInput(name, 'skipped because matched --skip'))
  /external/libnl/include/linux-private/linux/
pkt_sched.h 297 __u32 matched; /* Drops due to flow match */ member in struct:tc_choke_xstats
  /external/selinux/libsemanage/src/
genhomedircon.c 123 int matched; member in struct:__anon29250
277 handp->matched = 1;
399 hand.matched = 0;
405 if (hand.matched) {
    [all...]
  /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
  /prebuilts/go/darwin-x86/src/compress/flate/
deflatefast.go 120 // Out of range or not matched.
241 // If we reached our limit, we matched everything we are
  /prebuilts/go/linux-x86/src/compress/flate/
deflatefast.go 120 // Out of range or not matched.
241 // If we reached our limit, we matched everything we are
  /frameworks/base/packages/Osu/src/com/android/hotspot2/flow/
PlatformAdapter.java 115 boolean matched = false;
121 matched = true;
125 if (!matched) {
  /prebuilts/go/darwin-x86/test/
run.go 914 matched := false
924 matched = true
929 if !matched {
1045 func partitionStrings(prefix string, strs []string) (matched, unmatched []string) {
1048 matched = append(matched, s)
  /prebuilts/go/linux-x86/test/
run.go 914 matched := false
924 matched = true
929 if !matched {
1045 func partitionStrings(prefix string, strs []string) (matched, unmatched []string) {
1048 matched = append(matched, s)
  /system/core/adf/libadf/
adf.cpp 65 int matched = sscanf(dirent->d_name, pattern, &id); local
67 if (matched < 0)
69 else if (matched == 1)
  /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...]
  /prebuilts/go/darwin-x86/src/regexp/
regexp.go 25 // the matched text. Their names are matched by this regular expression:
427 func MatchReader(pattern string, r io.RuneReader) (matched bool, err error) {
438 func MatchString(pattern string, s string) (matched bool, err error) {
449 func Match(pattern string, b []byte) (matched bool, err error) {
482 // to the matched substring. The replacement returned by repl is substituted
585 // to the matched byte slice. The replacement returned by repl is substituted
    [all...]
  /prebuilts/go/linux-x86/src/regexp/
regexp.go 25 // the matched text. Their names are matched by this regular expression:
427 func MatchReader(pattern string, r io.RuneReader) (matched bool, err error) {
438 func MatchString(pattern string, s string) (matched bool, err error) {
449 func Match(pattern string, b []byte) (matched bool, err error) {
482 // to the matched substring. The replacement returned by repl is substituted
585 // to the matched byte slice. The replacement returned by repl is substituted
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
template.go 434 // first file matched by the pattern. ParseGlob is equivalent to calling
435 // ParseFiles with the list of files matched by the pattern.
446 // equivalent to calling t.ParseFiles with the list of files matched by the

Completed in 2262 milliseconds

<<11121314151617181920>>