HomeSort by relevance Sort by last modified time
    Searched full:empty (Results 26 - 50 of 11665) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/unittest/output_tests/
fun_hist_test.cc 3 extern "C" { // TODO: make this line empty when ignore vs. mangling is fixed.
9 void Empty() {
14 Empty();
21 Empty();
29 } // TODO: make this line empty when ignore vs. mangling is fixed.
  /external/chromium/chrome/browser/
browsing_data_local_storage_helper_unittest.cc 15 TEST_F(CannedBrowsingDataLocalStorageTest, Empty) {
23 ASSERT_TRUE(helper->empty());
25 ASSERT_FALSE(helper->empty());
27 ASSERT_TRUE(helper->empty());
browsing_data_database_helper_unittest.cc 16 TEST_F(CannedBrowsingDataDatabaseTest, Empty) {
25 ASSERT_TRUE(helper->empty());
27 ASSERT_FALSE(helper->empty());
29 ASSERT_TRUE(helper->empty());
browsing_data_indexed_db_helper_unittest.cc 16 TEST_F(CannedBrowsingDataIndexedDBHelperTest, Empty) {
25 ASSERT_TRUE(helper->empty());
27 ASSERT_FALSE(helper->empty());
29 ASSERT_TRUE(helper->empty());
  /external/icu4c/test/testdata/
testempty.txt 7 // empty resource bundle test
  /external/markdown/tests/misc/
missing-link-def.html 1 <p>This is a [missing link][empty] and a <a href="http://example.com">valid</a> and [missing][again].</p
missing-link-def.txt 1 This is a [missing link][empty] and a [valid][link] and [missing][again].
  /external/webkit/LayoutTests/fast/dom/Node/
default-namespace-empty-argument-expected.txt 1 Test for a bug 30992: Node.isDefaultNamespace doesn't convert empty strings to null.
  /external/webkit/LayoutTests/fast/xpath/
xpath-empty-string-expected.txt 1 This tests that parsing an XPath expression that contains an empty string literal doesn't segfault.
  /external/webkit/LayoutTests/storage/
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.
  /external/webkit/Source/WebCore/manual-tests/resources/
open-close-tokenizer-crash.html 6 <script language="javascript" src="empty-file.js"></script>
  /external/webkit/Source/WebCore/svg/
SVGStylable.cpp 1 // This file is now intentionally empty. Delete it after removing it from all the build systems and project files.
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
recall.sed 1 # Check that the empty regex recalls the last *executed* regex,
  /packages/experimental/
Android.mk 1 # This Android.mk is empty, and >> does not build subdirectories <<.
  /external/clang/test/Preprocessor/
hash_line.c 6 #define EMPTY
7 EMPTY #
  /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...]
  /external/dbus/doc/
busconfig.dtd 24 <!ELEMENT fork EMPTY>
25 <!ELEMENT keep_umask EMPTY>
40 <!ELEMENT allow EMPTY>
49 <!ELEMENT deny EMPTY>
62 <!ELEMENT associate EMPTY>
  /external/clang/test/CodeGenCXX/
empty-classes.cpp 3 struct Empty { };
11 struct B : A, Empty {
12 B() : A(), Empty() { }
15 struct C : A, Empty {
16 C() : A(), Empty() { }
17 C(const C& other) : A(0x12345678), Empty(other) { }
20 struct D : A, Empty {
23 Empty::operator=(other);
36 // Check that A::a is not overwritten by the Empty default constructor.
  /external/clang/test/SemaCXX/
if-empty-body.cpp 4 if (a); // expected-warning {{if statement has empty body}}
14 return; // no empty body warning.
17 // Don't warn about an empty body if is expanded from a macro.
  /external/bsdiff/
README.android 3 This file, the Android.mk makefile, and the empty
  /external/chromium/chrome/browser/resources/options/
password_manager.html 5 <div id="saved-passwords-list-empty-placeholder"
6 class="settings-list-empty" hidden>
13 <div id="password-exceptions-list-empty-placeholder" hidden
14 class="settings-list-empty">
  /external/clang/test/Sema/
default.c 6 ; // expected-warning {{if statement has empty body}}
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
PCommand.java 7 // Empty body
PExpression.java 7 // Empty body

Completed in 1322 milliseconds

12 3 4 5 6 7 8 91011>>