HomeSort by relevance Sort by last modified time
    Searched defs:empty (Results 101 - 125 of 1198) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
info_fn_imps.hpp 44 empty() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/list_update_map_/
info_fn_imps.hpp 56 empty() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/
info_fn_imps.hpp 59 empty() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/
info_fn_imps.hpp 44 empty() const function in class:PB_DS_CLASS_C_DEC
  /external/chromium/base/i18n/
char_iterator_unittest.cc 14 std::string empty("");
15 UTF8CharIterator empty_iter(&empty);
52 string16 empty = UTF8ToUTF16(""); local
53 UTF16CharIterator empty_iter(&empty);
  /external/chromium_org/base/i18n/
char_iterator_unittest.cc 14 std::string empty; local
15 UTF8CharIterator empty_iter(&empty);
52 string16 empty = UTF8ToUTF16(""); local
53 UTF16CharIterator empty_iter(&empty);
break_iterator_unittest.cc 16 string16 empty; local
17 BreakIterator iter(empty, BreakIterator::BREAK_WORD);
115 string16 empty; local
116 BreakIterator iter(empty, BreakIterator::BREAK_SPACE);
217 string16 empty; local
218 BreakIterator iter(empty, BreakIterator::BREAK_NEWLINE);
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringStatics.cpp 41 StringImpl* StringImpl::empty() function in class:WTF::StringImpl
  /external/chromium_org/chrome/browser/extensions/api/discovery/
discovery_api.cc 37 std::string empty; local
38 const std::string* url_image = ∅
  /external/chromium_org/ipc/
file_descriptor_set_posix.h 53 bool empty() const { return descriptors_.empty(); } function in class:FileDescriptorSet
90 // Set the contents of the set from the given buffer. This set must be empty
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
path_test.cc 29 Path empty; local
36 EXPECT_EQ(0, empty.Size());
37 EXPECT_FALSE(empty.IsAbsolute());
38 EXPECT_EQ(std::string(""), empty.Join());
60 empty = "";
67 EXPECT_EQ(1, empty.Size());
68 EXPECT_FALSE(empty.IsAbsolute());
69 EXPECT_EQ(std::string("."), empty.Join());
92 cpy_str = empty;
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
slice.h 27 // Create an empty slice.
46 bool empty() const { return size_ == 0; } function in class:leveldb::Slice
55 // Change this slice to refer to an empty array
  /external/chromium_org/tools/grit/grit/format/
js_map_format.py 19 from grit.node import empty, message namespace
25 elif isinstance(item, empty.MessagesNode):
  /external/chromium_org/v8/test/webkit/
dfg-dead-min-one-arg.js 35 var empty = ""; variable
42 var result = eval(empty + "foo(x)");
  /external/clang/test/CodeGenCXX/
2004-09-27-DidntEmitTemplate.cpp 15 bool empty() const { return true; } function in struct:basic_string
20 return X.empty();
  /external/chromium/chrome/browser/policy/
policy_map_unittest.cc 63 PolicyMap empty; local
64 EXPECT_TRUE(a.Equals(empty));
65 EXPECT_FALSE(b.Equals(empty));
  /external/chromium/chrome/common/extensions/
extension_resource.h 44 bool empty() { return extension_root().empty(); } function in class:ExtensionResource
61 // Full path to extension resource. Starts empty.
  /external/chromium_org/base/test/
multiprocess_test_android.cc 26 FileHandleMappingVector empty; local
28 options.fds_to_remap ? options.fds_to_remap : ∅
  /external/chromium_org/cc/layers/
layer_lists.h 33 bool empty() const { return size() == 0u; } function in class:cc::RenderSurfaceLayerList
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_mint_queue.cc 53 bool IdentityMintRequestQueue::empty(IdentityMintRequestQueue::MintType type, function in class:extensions::IdentityMintRequestQueue
57 (request_queue_map.find(key))->second.empty();
  /external/chromium_org/chrome/browser/ui/app_list/search/
tokenized_string_unittest.cc 31 TEST(TokenizedStringTest, Empty) {
32 base::string16 empty; local
33 TokenizedString tokens(empty);
  /external/chromium_org/chrome/common/extensions/
extension_icon_set.h 29 bool empty() const { return map_.empty(); } function in class:ExtensionIconSet
  /external/chromium_org/third_party/WebKit/Source/web/
PageOverlayList.h 52 bool empty() const { return !m_pageOverlays.size(); } function in class:blink::PageOverlayList
  /external/chromium_org/third_party/leveldatabase/src/table/
block_builder.h 38 bool empty() const { function in class:leveldb::BlockBuilder
39 return buffer_.empty();
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
stringprintf_unittest.cc 45 TEST(StringPrintfTest, Empty) {
63 TEST(StringAppendFTest, Empty) {
65 const char* empty = ""; local
66 StringAppendF(&value, "%s", empty);
90 // StringPrintf should return an empty string instead of running
105 EXPECT_TRUE(value.empty() || value == kInvalidCodePoint);
115 EXPECT_TRUE(value.empty() || value == buf);

Completed in 229 milliseconds

1 2 3 45 6 7 8 91011>>