HomeSort by relevance Sort by last modified time
    Searched full:which2 (Results 1 - 9 of 9) 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...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_debug.c 744 int which1 = 0, which2 = 0; local
751 lltemp2 = latlon2ul((char **)&cp, &which2);
753 switch (which1 + which2) {
755 if ((which1 == 1) && (which2 == 2)) { /* normal case */
758 } else if ((which1 == 2) && (which2 == 1)) { /* reversed */
  /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/icu/icu4c/source/test/cintltst/
chashtst.c 287 static const char WHICH2[] = "WHICH";
305 _put(hash, WHICH2, 2, 1);
  /bionic/libc/dns/resolv/
res_debug.c 925 int which1 = 0, which2 = 0; local
932 lltemp2 = latlon2ul(&cp, &which2);
934 switch (which1 + which2) {
936 if ((which1 == 1) && (which2 == 2)) { /* normal case */
939 } else if ((which1 == 2) && (which2 == 1)) { /* reversed */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
CHANGES_SUMMARY.txt     [all...]
CHANGES_FROM_133_BEFORE_MR13.txt     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
CHANGES_SUMMARY.txt     [all...]
CHANGES_FROM_133_before_mr13.txt     [all...]

Completed in 646 milliseconds