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

  /external/clearsilver/cs/
test_joo.cs.gold 3 Empty has no value assigned (ie, empty), Foo has a value, NotExist doesn't exist
16 [3] NotExist == ''
30 [6] NotExist != ''
44 [9] ?NotExist
58 [12] !NotExist
72 [15] !?NotExist
87 [18] ?!NotExist
102 [21] ?NotExist == ''
116 [25] ?NotExist != ''
130 [28] !?NotExist == '
    [all...]
test_joo.cs 2 Empty has no value assigned (ie, empty), Foo has a value, NotExist doesn't exist
19 [3] NotExist == ''
20 <?cs if:NotExist == '' ?>
39 [6] NotExist != ''
40 <?cs if:NotExist != '' ?>
59 [9] ?NotExist
60 <?cs if:?NotExist ?>
79 [12] !NotExist
80 <?cs if:!NotExist ?>
99 [15] !?NotExist
    [all...]
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 346 final int notExist = -1;
349 if (notExist != pos) {
354 assertEquals(notExist, pos);
365 assertTrue(notExist != pos);
391 assertFalse(mWifiManager.removeNetwork(notExist));
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
FormatterTest.java 163 private File notExist;
282 f = new Formatter(notExist.getPath());
331 f = new Formatter(notExist.getPath(), null);
337 f = new Formatter(notExist.getPath(), Charset.defaultCharset().name());
342 f = new Formatter(notExist.getPath(), "ISO 1111-1");
394 f = new Formatter(notExist.getPath(), null, Locale.KOREA);
400 f = new Formatter(notExist.getPath(), Charset.defaultCharset().name(),
405 f = new Formatter(notExist.getPath(), Charset.defaultCharset().name(),
411 f = new Formatter(notExist.getPath(), "ISO 1111-1", Locale.CHINA);
463 f = new Formatter(notExist);
    [all...]

Completed in 1037 milliseconds