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

  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 160 IntentFilter filter = new Match(null, null, new String[] { "which1/what1" }, null, null,
164 new MatchCondition(IntentFilter.MATCH_CATEGORY_TYPE, null, null, "which1/what1",
166 new MatchCondition(IntentFilter.MATCH_CATEGORY_TYPE, null, null, "which1/*", null),
170 new MatchCondition(IntentFilter.NO_MATCH_TYPE, null, null, "which1/what2", null),
173 filter = new Match(null, null, new String[] { "which1/what1", "which2/what2" }, null, null,
177 new MatchCondition(IntentFilter.MATCH_CATEGORY_TYPE, null, null, "which1/what1",
179 new MatchCondition(IntentFilter.MATCH_CATEGORY_TYPE, null, null, "which1/*", null),
184 new MatchCondition(IntentFilter.NO_MATCH_TYPE, null, null, "which1/what2", null),
188 filter = new Match(null, null, new String[] { "which1/*" }, null, null, null);
191 new MatchCondition(IntentFilter.MATCH_CATEGORY_TYPE, null, null, "which1/what1"
    [all...]
  /external/dnsmasq/contrib/dns-loc/
dnsmasq2-loc-rfc1876.patch 323 + int which1 = 0, which2 = 0;
328 + lltemp1 = latlon2ul(&cp, &which1);
331 + switch (which1 + which2) {
333 + if ((which1 == 1) && (which2 == 2)) { /* normal case */
336 + } else if ((which1 == 2) && (which2 == 1)) {/*reversed*/
  /bionic/libc/dns/resolv/
res_debug.c 933 int which1 = 0, which2 = 0; local
938 lltemp1 = latlon2ul(&cp, &which1);
942 switch (which1 + which2) {
944 if ((which1 == 1) && (which2 == 2)) { /* normal case */
947 } else if ((which1 == 2) && (which2 == 1)) { /* reversed */
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/lib/
libc.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/6/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/
libc.so 

Completed in 220 milliseconds