HomeSort by relevance Sort by last modified time
    Searched full:which2 (Results 1 - 15 of 15) sorted by null

  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 237 new MatchCondition(IntentFilter.NO_MATCH_TYPE, null, null, "which2/what2", null),
238 new MatchCondition(IntentFilter.NO_MATCH_TYPE, null, null, "which2/*", null),
242 filter = new Match(null, null, new String[] { "which1/what1", "which2/what2" }, null, null,
250 new MatchCondition(IntentFilter.MATCH_CATEGORY_TYPE, null, null, "which2/what2",
252 new MatchCondition(IntentFilter.MATCH_CATEGORY_TYPE, null, null, "which2/*", null),
264 new MatchCondition(IntentFilter.NO_MATCH_TYPE, null, null, "which2/what2", null),
265 new MatchCondition(IntentFilter.NO_MATCH_TYPE, null, null, "which2/*", null),
278 new MatchCondition(IntentFilter.MATCH_CATEGORY_TYPE, null, null, "which2/what2",
280 new MatchCondition(IntentFilter.MATCH_CATEGORY_TYPE, null, null, "which2/*", null),
    [all...]
  /external/dnsmasq/contrib/dns-loc/
dnsmasq2-loc-rfc1876.patch 323 + int which1 = 0, which2 = 0;
329 + lltemp2 = latlon2ul(&cp, &which2);
331 + switch (which1 + which2) {
333 + if ((which1 == 1) && (which2 == 2)) { /* normal case */
336 + } else if ((which1 == 2) && (which2 == 1)) {/*reversed*/
  /external/chromium/third_party/icu/source/test/cintltst/
chashtst.c 285 static const char WHICH2[] = "WHICH";
303 _put(hash, WHICH2, 2, 1);
  /external/icu4c/test/cintltst/
chashtst.c 285 static const char WHICH2[] = "WHICH";
303 _put(hash, WHICH2, 2, 1);
  /bionic/libc/netbsd/resolv/
res_debug.c 873 int which1 = 0, which2 = 0; local
880 lltemp2 = latlon2ul(&cp, &which2);
882 switch (which1 + which2) {
884 if ((which1 == 1) && (which2 == 2)) { /* normal case */
887 } else if ((which1 == 2) && (which2 == 1)) { /* reversed */
  /development/ndk/platforms/android-3/arch-arm/lib/
libc.so 
  /development/ndk/platforms/android-5/arch-arm/lib/
libc.so 
  /development/ndk/platforms/android-5/arch-x86/lib/
libc.so 
  /development/ndk/platforms/android-8/arch-arm/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/lib/
libc.so 

Completed in 596 milliseconds