HomeSort by relevance Sort by last modified time
    Searched refs:matched (Results 226 - 250 of 457) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /prebuilts/go/darwin-x86/test/
run.go 786 matched := false
790 matched = true
795 if !matched {
908 func partitionStrings(prefix string, strs []string) (matched, unmatched []string) {
911 matched = append(matched, s)
  /prebuilts/go/linux-x86/test/
run.go 786 matched := false
790 matched = true
795 if !matched {
908 func partitionStrings(prefix string, strs []string) (matched, unmatched []string) {
911 matched = append(matched, s)
  /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:
411 func MatchReader(pattern string, r io.RuneReader) (matched bool, err error) {
422 func MatchString(pattern string, s string) (matched bool, err error) {
433 func Match(pattern string, b []byte) (matched bool, err error) {
466 // to the matched substring. The replacement returned by repl is substituted
564 // 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:
411 func MatchReader(pattern string, r io.RuneReader) (matched bool, err error) {
422 func MatchString(pattern string, s string) (matched bool, err error) {
433 func Match(pattern string, b []byte) (matched bool, err error) {
466 // to the matched substring. The replacement returned by repl is substituted
564 // to the matched byte slice. The replacement returned by repl is substituted
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
template.go 390 // first file matched by the pattern. ParseGlob is equivalent to calling
391 // ParseFiles with the list of files matched by the pattern.
399 // equivalent to calling t.ParseFiles with the list of files matched by the
  /prebuilts/go/linux-x86/src/html/template/
template.go 390 // first file matched by the pattern. ParseGlob is equivalent to calling
391 // ParseFiles with the list of files matched by the pattern.
399 // equivalent to calling t.ParseFiles with the list of files matched by the
  /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:__anon3980
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 351 uint8_t matched; member in struct:__anon4891
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 323 uint8_t matched; member in struct:__anon6035
  /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
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
testing.go 278 matched, err := matchString(*match, tests[i].Name)
283 if !matched {
  /prebuilts/go/darwin-x86/src/testing/
benchmark.go 308 matched, err := matchString(*matchBenchmarks, Benchmark.Name)
313 if matched {
  /prebuilts/go/linux-x86/src/go/doc/testdata/
testing.go 278 matched, err := matchString(*match, tests[i].Name)
283 if !matched {
  /prebuilts/go/linux-x86/src/testing/
benchmark.go 308 matched, err := matchString(*matchBenchmarks, Benchmark.Name)
313 if matched {
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
pkt_sched.h 292 __u32 matched; member in struct:tc_choke_xstats

Completed in 1175 milliseconds

1 2 3 4 5 6 7 8 91011>>