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

  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 168 new MatchCondition(IntentFilter.NO_MATCH_TYPE, null, null, "which2/what2", null),
169 new MatchCondition(IntentFilter.NO_MATCH_TYPE, null, null, "which2/*", null),
173 filter = new Match(null, null, new String[] { "which1/what1", "which2/what2" }, null, null,
181 new MatchCondition(IntentFilter.MATCH_CATEGORY_TYPE, null, null, "which2/what2",
183 new MatchCondition(IntentFilter.MATCH_CATEGORY_TYPE, null, null, "which2/*", null),
195 new MatchCondition(IntentFilter.NO_MATCH_TYPE, null, null, "which2/what2", null),
196 new MatchCondition(IntentFilter.NO_MATCH_TYPE, null, null, "which2/*", null),
209 new MatchCondition(IntentFilter.MATCH_CATEGORY_TYPE, null, null, "which2/what2",
211 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_org/third_party/icu/source/test/cintltst/
chashtst.c 285 static const char WHICH2[] = "WHICH";
303 _put(hash, WHICH2, 2, 1);
  /external/icu/icu4c/source/test/cintltst/
chashtst.c 285 static const char WHICH2[] = "WHICH";
303 _put(hash, WHICH2, 2, 1);
  /bionic/libc/dns/resolv/
res_debug.c 933 int which1 = 0, which2 = 0; local
940 lltemp2 = latlon2ul(&cp, &which2);
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 417 milliseconds