Searched defs:empty (Results 1 - 25 of 312) sorted by relevance

1234567891011>>

/external/mesa3d/src/glsl/glcpp/tests/
H A D068-accidental-pasting.c1 #define empty macro
2 <empty<
3 <empty=
4 >empty>
5 >empty=
6 =empty=
7 !empty=
8 &empty&
9 |empty|
10 +empty
[all...]
/external/chromium/base/i18n/
H A Dbreak_iterator_unittest.cc13 string16 empty; local
14 base::BreakIterator iter(&empty, base::BreakIterator::BREAK_WORD);
112 string16 empty; local
113 base::BreakIterator iter(&empty, base::BreakIterator::BREAK_SPACE);
214 string16 empty; local
215 base::BreakIterator iter(&empty, base::BreakIterator::BREAK_NEWLINE);
H A Dchar_iterator_unittest.cc14 std::string empty("");
15 UTF8CharIterator empty_iter(&empty);
52 string16 empty = UTF8ToUTF16(""); local
53 UTF16CharIterator empty_iter(&empty);
/external/clang/test/CodeGen/
H A D2007-02-04-EmptyStruct.c4 struct empty { }; struct
6 void foo(struct empty *p) {
/external/webkit/Source/WebKit/mac/Misc/
H A DWebCache.h31 + (void)empty; variable
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DStringStatics.cpp39 StringImpl* StringImpl::empty() function in class:WTF::StringImpl
42 // run on the empty string may still perform a read from the first element, and
/external/chromium/chrome/browser/policy/
H A Dpolicy_map_unittest.cc63 PolicyMap empty; local
64 EXPECT_TRUE(a.Equals(empty));
65 EXPECT_FALSE(b.Equals(empty));
/external/clang/test/CodeGenCXX/
H A D2004-09-27-DidntEmitTemplate.cpp15 bool empty() const { return true; } function in struct:basic_string
20 return X.empty();
/external/webkit/Tools/Scripts/webkitpy/common/
H A Darray_stream.py57 def empty(self): member in class:ArrayStream
58 """Return whether the stream is empty."""
/external/chromium/chrome/browser/sync/glue/
H A Dforeign_session_tracker.h74 inline bool empty() { function in class:browser_sync::ForeignSessionTracker
75 return foreign_tab_map_.empty() && foreign_session_map_.empty();
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_selection_model.h40 bool empty() const { return selected_indices_.empty(); } function in class:TabStripSelectionModel
71 // Extends the selection from the anchor to |index|. If the anchor is empty,
/external/chromium/chrome/common/extensions/
H A Dextension_resource.h44 bool empty() { return extension_root().empty(); } function in class:ExtensionResource
61 // Full path to extension resource. Starts empty.
/external/icu4c/i18n/
H A Dremtrans.cpp60 UnicodeString empty; local
61 text.handleReplaceBetween(index.start, index.limit, empty);
/external/llvm/include/llvm/ADT/
H A DUniqueVector.h75 /// empty - Returns true if the vector is empty.
77 bool empty() const { return Vector.empty(); } function in class:llvm::UniqueVector
H A DSmallSet.h42 bool empty() const { return Vector.empty() && Set.empty(); } function in class:llvm::SmallSet
71 while (!Vector.empty()) {
101 bool isSmall() const { return Set.empty(); }
/external/llvm/include/llvm/
H A DValueSymbolTable.h73 /// @returns true iff the symbol table is empty
74 /// @brief Determine if the symbol table is empty
75 inline bool empty() const { return vmap.empty(); } function in class:llvm::ValueSymbolTable
H A DTypeFinder.h54 bool empty() const { return StructTypes.empty(); } function in class:llvm::TypeFinder
/external/skia/include/core/
H A DSkDeque.h21 bool empty() const { return 0 == fCount; } function in class:SkDeque
/external/skia/src/core/
H A DSkAntiRun.h27 bool empty() const { function in class:SkAlphaRuns
/external/valgrind/main/none/tests/
H A Dexec-sigmask.c51 do_exec(argv[0], "empty", &mask);
55 int empty; local
58 empty = 0;
59 else if (strcmp(argv[1], "empty") == 0)
60 empty = 1;
62 fprintf(stderr, "empty or full?\n");
72 if (empty) {
74 printf("empty: signal %d added to mask\n", i);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DIntStack.java118 * @throws EmptyStackException if this stack is empty.
136 * @throws EmptyStackException if this stack is empty.
154 * @throws EmptyStackException if this stack is empty.
168 * Tests if this stack is empty.
170 * @return <code>true</code> if this stack is empty;
174 public boolean empty() method in class:IntStack
H A DObjectStack.java121 * @throws EmptyStackException if this stack is empty.
139 * @throws EmptyStackException if this stack is empty.
157 * @throws EmptyStackException if this stack is empty.
171 * Tests if this stack is empty.
173 * @return <code>true</code> if this stack is empty;
177 public boolean empty() method in class:ObjectStack
/external/chromium/base/
H A Dutf_string_conversions_unittest.cc60 // An empty std::wstring should be converted to an empty std::string,
63 std::string empty; local
64 EXPECT_EQ(empty, WideToUTF8(wempty));
65 EXPECT_EQ(wempty, UTF8ToWide(empty));
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-string.h58 // both NULL and the empty string, while std::string cannot represent
61 // NULL and the empty string are considered different. NULL is less
62 // than anything (including the empty string) except itself.
114 // including the empty string.
132 // including the empty string.
140 // including the empty string.
179 // Returns true iff this is an empty string (i.e. "").
180 bool empty() const { function in class:testing::internal::String
202 // String is considered to end with a NULL or empty suffix.
206 // case. Any String is considered to end with a NULL or empty suffi
[all...]
/external/clang/include/clang/Basic/
H A DVersionTuple.h50 /// \brief Determine whether this version information is empty
52 bool empty() const { return Major == 0 && Minor == 0 && Subminor == 0; } function in class:clang::VersionTuple

Completed in 2996 milliseconds

1234567891011>>