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

  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 229 IntentFilter filter = new Match(null, null, new String[] { "which1/what1" }, null, null,
233 new MatchCondition(IntentFilter.MATCH_CATEGORY_TYPE, null, null, "which1/what1",
235 new MatchCondition(IntentFilter.MATCH_CATEGORY_TYPE, null, null, "which1/*", null),
239 new MatchCondition(IntentFilter.NO_MATCH_TYPE, null, null, "which1/what2", null),
242 filter = new Match(null, null, new String[] { "which1/what1", "which2/what2" }, null, null,
246 new MatchCondition(IntentFilter.MATCH_CATEGORY_TYPE, null, null, "which1/what1",
248 new MatchCondition(IntentFilter.MATCH_CATEGORY_TYPE, null, null, "which1/*", null),
253 new MatchCondition(IntentFilter.NO_MATCH_TYPE, null, null, "which1/what2", null),
257 filter = new Match(null, null, new String[] { "which1/*" }, null, null, null);
260 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/netbsd/resolv/
res_debug.c 873 int which1 = 0, which2 = 0; local
878 lltemp1 = latlon2ul(&cp, &which1);
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 238 milliseconds