HomeSort by relevance Sort by last modified time
    Searched full:empty (Results 1 - 25 of 6704) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/js/resources/
instanceof-operator-dummy-worker.js 0 // Empty JavaScript file.
  /external/webkit/LayoutTests/http/tests/appcache/resources/
manifest-with-empty-file.manifest 2 empty.txt
  /external/chromium/android/sys/
sysctl.h 0 // Empty because sysctl is only needed on mac.
  /external/webkit/SunSpider/tests/ubench/
LIST 2 function-empty
7 loop-empty-resolve
8 loop-empty
  /external/qemu/
CleanSpec.mk 1 # This empty file is here solely for the purpose of optimizing the Android build
2 # Please keep it there, and empty, thanks :-)
  /external/clearsilver/cs/
test_joo.cs.gold 2 Testing Empty String and empty var
3 Empty has no value assigned (ie, empty), Foo has a value, NotExist doesn't exist
8 [1] Empty == ''
22 [4] Empty != ''
32 PASS - Non existing var doesn't equal empty string
36 [7] ?Empty
50 [10] !Empty
64 [13] !?Empty
    [all...]
test_joo.cs 1 Testing Empty String and empty var
2 Empty has no value assigned (ie, empty), Foo has a value, NotExist doesn't exist
7 [1] Empty == ''
8 <?cs if:Empty == '' ?>
11 FAIL - empty string should equal empty string [1]
15 FAIL - existing var shouldn't equal empty string [2]
21 FAIL - non-existing should be NULL, not empty string [3
    [all...]
  /development/ndk/
Android.mk 1 # Please this file empty. It is used to make the Android build system happy.
  /device/google/accessory/arduino/
Android.mk 2 # empty Android.mk to assure nothing under here ends up on any builds
  /device/google/accessory/demokit/
Android.mk 2 # empty Android.mk to assure nothing under here ends up on any builds
  /external/webkit/LayoutTests/http/tests/appcache/
empty-manifest-expected.txt 1 This tests that the cached event gets sent even if the manifest is empty.
manifest-with-empty-file-expected.txt 1 This tests that a manifest that contains an empty file will not crash the browser.
  /external/bluetooth/bluez/test/
service-record.dtd 10 <!ELEMENT text EMPTY>
15 <!ELEMENT url EMPTY>
19 <!ELEMENT uuid EMPTY>
22 <!ELEMENT boolean EMPTY>
26 <!ELEMENT uint8 EMPTY>
30 <!ELEMENT uint16 EMPTY>
34 <!ELEMENT uint32 EMPTY>
38 <!ELEMENT uint64 EMPTY>
42 <!ELEMENT uint128 EMPTY>
46 <!ELEMENT int8 EMPTY>
    [all...]
  /external/webkit/LayoutTests/storage/
empty-statement-expected.txt 1 Executed an empty statement. If you didn't see a crash or assertion, the test passed.
open-database-empty-version-expected.txt 1 This tests that calling openDatabase with an empty version string does not cause an exception to be thrown.
open-database-set-empty-version-expected.txt 1 This tests that calling openDatabase with an empty version string sets the current version of that database to the empty string and subsequent attempts to open the database with a different expected version throw an exception.
  /dalvik/vm/mterp/c/
OP_INVOKE_DIRECT_EMPTY.c 3 //LOGI("Ignoring empty\n");
7 //LOGI("Skipping empty\n");
10 //LOGI("Running empty\n");
  /dalvik/vm/mterp/x86/
OP_INVOKE_DIRECT_EMPTY.S 3 * invoke-direct-empty is a no-op in a "standard" interpreter.
  /external/chromium/third_party/icu/source/test/testdata/
testempty.txt 7 // empty resource bundle test
  /external/icu4c/test/testdata/
testempty.txt 7 // empty resource bundle test
  /external/webkit/WebCore/manual-tests/resources/
open-close-tokenizer-crash.html 6 <script language="javascript" src="empty-file.js"></script>
  /packages/experimental/
Android.mk 1 # This Android.mk is empty, and >> does not build subdirectories <<.
  /external/chromium/base/
string_split_unittest.cc 17 EXPECT_FALSE(SplitStringIntoKeyValues("", // Empty input
20 EXPECT_TRUE(key.empty());
21 EXPECT_TRUE(values.empty());
29 EXPECT_TRUE(values.empty());
33 EXPECT_TRUE(SplitStringIntoKeyValues("\tvalue for empty key",
36 EXPECT_TRUE(key.empty());
50 EXPECT_FALSE(SplitStringIntoKeyValues("", // Empty input
53 EXPECT_TRUE(key.empty());
54 EXPECT_TRUE(values.empty());
62 EXPECT_TRUE(values.empty());
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapListTest.java 57 * Test for {@link ImapList#EMPTY}.
60 assertTrue(ImapList.EMPTY.isEmpty());
65 ImapList list = buildList(ImapList.EMPTY, ABC, LIST_1, ImapString.EMPTY);
91 // Make sure won't crash with empty list
92 assertFalse(ImapList.EMPTY.is(0, "abc"));
96 ImapList list = buildList(ImapList.EMPTY, STRING_1, LIST_1, ImapString.EMPTY);
98 assertElement(ImapList.EMPTY, list.getElementOrNone(0));
101 assertElement(ImapString.EMPTY, list.getElementOrNone(3))
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_DIRECT_EMPTY.S 3 * invoke-direct-empty is a no-op in a "standard" interpreter.

Completed in 3703 milliseconds

1 2 3 4 5 6 7 8 91011>>