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

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/
info_fn_imps.hpp 57 empty() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/
info_fn_imps.hpp 57 empty() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 71 _GLIBCXX_DEBUG_ASSERT(!m_bag.empty());
79 while (!m_bag.empty())
88 empty() const function in class:split_join_branch_bag
89 { return m_bag.empty(); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/
info_fn_imps.hpp 57 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/cc_hash_table_map_/
info_fn_imps.hpp 57 empty() const function in class:PB_DS_CLASS_C_DEC
  /art/runtime/base/
bounded_fifo.h 41 bool empty() const { function in class:art::BoundedFifoPowerOfTwo
  /cts/tools/dasm/src/java_cup/runtime/
virtual_parse_stack.java 67 * on the virtual stack). When this portion of the stack becomes empty we
77 * that the virtual stack is currently empty.
83 /* don't transfer if the real stack is empty */
98 /** Indicate whether the stack is empty. */
99 public boolean empty() method in class:virtual_parse_stack
101 /* if vstack is empty then we were unable to transfer onto it and
102 the whole thing is empty. */
103 return vstack.empty();
111 if (vstack.empty())
113 "Internal parser error: top() called on empty virtual stack")
    [all...]
  /external/chromium/chrome/browser/policy/
policy_map.cc 47 bool PolicyMap::empty() const { function in class:policy::PolicyMap
48 return map_.empty();
  /external/chromium/chrome/browser/sync/glue/
foreign_session_tracker.h 74 inline bool empty() { function in class:browser_sync::ForeignSessionTracker
75 return foreign_tab_map_.empty() && foreign_session_map_.empty();
  /external/chromium/chrome/browser/tabs/
tab_strip_selection_model.h 40 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/sdch/open-vcdiff/src/gtest/internal/
gtest-string.h 58 // 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 suffix
    [all...]
  /external/chromium_org/ash/wm/overview/
window_selector_window.cc 45 bool WindowSelectorWindow::empty() const { function in class:ash::WindowSelectorWindow
  /external/chromium_org/ash/wm/
window_cycle_list.h 31 bool empty() const { return windows_.empty(); } function in class:ash::WindowCycleList
  /external/chromium_org/base/
environment_unittest.cc 15 // Every setup should have non-empty PATH...
92 const wchar_t empty[] = L"\0"; local
97 e = AlterEnvironment(empty, changes);
101 e = AlterEnvironment(empty, changes);
106 e = AlterEnvironment(empty, changes);
127 const char* const empty[] = { NULL }; local
132 e = AlterEnvironment(empty, changes).Pass();
136 e = AlterEnvironment(empty, changes);
142 e = AlterEnvironment(empty, changes);
  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_map.h 41 bool empty() const { return contacts_.empty(); } function in class:contacts::ContactMap
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
origin_operation_queue.h 43 bool empty() const { return queue_.empty(); } function in class:sync_file_system::OriginOperationQueue
  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model_list.cc 92 bool TabModelList::empty() { function in class:TabModelList
93 return tab_models().empty();
  /external/chromium_org/chrome/browser/ui/views/
crypto_module_password_dialog_view_unittest.cc 47 const base::string16 empty; local
48 EXPECT_EQ(empty, dialog_->password_entry_->text());
  /external/chromium_org/chrome/test/logging/win/
mof_data_parser.h 60 bool empty() { return length_ == 0; } function in class:logging_win::MofDataParser
  /external/chromium_org/components/policy/core/common/
forwarding_policy_provider_unittest.cc 44 TEST_F(ForwardingPolicyProviderTest, Empty) {
196 const PolicyBundle empty; local
197 EXPECT_TRUE(forwarding_provider_.policies().Equals(empty));
  /external/chromium_org/extensions/common/
extension_resource.h 62 bool empty() const { return extension_root().empty(); } function in class:extensions::ExtensionResource
83 // Full path to extension resource. Starts empty.
  /external/chromium_org/media/base/
serial_runner.cc 52 bool SerialRunner::Queue::empty() { function in class:media::SerialRunner::Queue
53 return bound_fns_.empty();
63 // when empty.
64 if (bound_fns_.empty()) {
86 if (bound_fns_.empty() || last_status != PIPELINE_OK) {
  /external/chromium_org/media/video/capture/win/
capability_list_win.h 38 bool empty() const { return capabilities_.empty(); } function in class:media::CapabilityList
  /external/chromium_org/sync/notifier/
object_id_invalidation_map_unittest.cc 38 ObjectIdInvalidationMap empty; member in class:syncer::__anon10453::ObjectIdInvalidationMapTest
43 TEST_F(ObjectIdInvalidationMapTest, Empty) {
44 EXPECT_TRUE(empty.Empty());
45 EXPECT_FALSE(one_invalidation.Empty());
46 EXPECT_FALSE(invalidate_all.Empty());
51 EXPECT_TRUE(empty == empty2);
57 EXPECT_FALSE(empty == invalidate_all);
61 EXPECT_EQ(ObjectIdSet(), empty.GetObjectIds());
67 EXPECT_TRUE(empty.GetSubsetWithObjectIds(set1).Empty())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContextFeatures.cpp 36 ContextFeaturesClient* ContextFeaturesClient::empty() function in class:WebCore::ContextFeaturesClient
38 DEFINE_STATIC_LOCAL(ContextFeaturesClient, empty, ());
39 return ∅
49 DEFINE_STATIC_REF(ContextFeatures, instance, (ContextFeatures::create(ContextFeaturesClient::empty())));

Completed in 540 milliseconds

1 2 3 4 5 67 8 91011>>