HomeSort by relevance Sort by last modified time
    Searched defs:match (Results 76 - 100 of 1068) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/org/apache/http/
FakeHttpLayerTest.java 65 HttpGet match = new HttpGet("example.com"); local
67 match.setHeader(new BasicHeader("header1", "header one"));
68 noMatch.setHeader(new BasicHeader("header1", "header not a match"));
72 assertTrue(requestMatcherBuilder.matches(match));
86 HttpPut match = new HttpPut("example.com"); local
87 match.setEntity(new StringEntity(expectedText));
90 noMatch.setEntity(new StringEntity("some text that does not match"));
94 assertTrue(requestMatcherBuilder.matches(match));
  /bionic/libc/kernel/common/linux/netfilter_ipv4/
ipt_owner.h 35 u_int8_t match, invert; member in struct:ipt_owner_info
  /bionic/libc/kernel/common/linux/netfilter_ipv6/
ip6t_owner.h 32 u_int8_t match, invert; member in struct:ip6t_owner_info
  /build/tools/
adbs 23 # match "#00 pc 0003f52e /system/lib/libdvm.so" for example
101 components = func_regexp.match(func_name)
211 match = trace_line.match(line) variable
212 if (match):
213 groups = match.groups()
  /cts/suite/audio_quality/lib/src/
SimpleScriptExec.cpp 44 android::String8 match; local
45 match.append(PASS_MAGIC_WORD);
46 match.append(reMatch);
47 LOGV("re match %s", match.string());
53 if (regcomp(&re, match.string(), cflags) != 0) {
59 // match found. passed
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ipt_owner.h 27 u_int8_t match, invert; member in struct:ipt_owner_info
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv6/
ip6t_owner.h 25 u_int8_t match, invert; member in struct:ip6t_owner_info
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
Lexer.as 32 * uses simplified match() and error recovery mechanisms in the interest
62 /** Return a token from this source; i.e., match a token on the char
92 // match() routine has already called recover()
177 public function match(c:int):void { function
258 msg = "required (...)+ loop did not match anything at character "+getCharErrorDisplay(e.c);
298 /** Lexers can normally match any char in it's vocabulary after matching
  /external/apache-http/src/org/apache/http/cookie/
CookieSpec.java 97 boolean match(Cookie cookie, CookieOrigin origin); method in interface:CookieSpec

Completed in 621 milliseconds

1 2 34 5 6 7 8 91011>>