Home
last modified time | relevance | path

Searched refs:empty_ (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/net/cert/
Dtest_root_certs_android.cc21 empty_ = false; in Add()
26 if (empty_) in Clear()
30 empty_ = true; in Clear()
34 return empty_; in IsEmpty()
40 empty_ = true; in Init()
Dtest_root_certs_win.cc156 empty_ = false; in Add()
161 empty_ = true; in Clear()
169 return empty_; in IsEmpty()
206 empty_ = true; in Init()
Dtest_root_certs.h120 bool empty_;
/external/chromium_org/remoting/host/policy_hack/
Dpolicy_watcher_unittest.cc115 base::DictionaryValue empty_; member in remoting::policy_hack::PolicyWatcherTest
178 policy_watcher_->SetPolicies(&empty_); in TEST_F()
232 policy_watcher_->SetPolicies(&empty_); in TEST_F()
242 policy_watcher_->SetPolicies(&empty_); in TEST_F()
256 policy_watcher_->SetPolicies(&empty_); in TEST_F()
271 policy_watcher_->SetPolicies(&empty_); in TEST_F()
286 policy_watcher_->SetPolicies(&empty_); in TEST_F()
321 policy_watcher_->SetPolicies(&empty_); in TEST_F()
323 policy_watcher_->SetPolicies(&empty_); in TEST_F()
351 policy_watcher_->SetPolicies(&empty_); in TEST_F()
[all …]
/external/chromium_org/ui/gfx/animation/
Danimation_container_unittest.cc21 empty_(false) { in FakeAnimationContainerObserver()
25 bool empty() const { return empty_; } in empty()
35 empty_ = true; in AnimationContainerEmpty()
39 bool empty_; member in gfx::__anon13b0a4940111::FakeAnimationContainerObserver
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_params.h54 string empty_;
65 empty_(""), in Params()
89 return empty_; in java_package()
111 return empty_; in java_outer_classname()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_params.h53 string empty_;
70 empty_(""), in Params()
100 return empty_; in java_package()
122 return empty_; in java_outer_classname()
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
Dwallpaper_manager_test_utils.cc30 : empty_(false), wallpaper_manager_(wallpaper_manager) { in TestWallpaperObserverPendingListEmpty()
43 empty_ = true; in OnPendingListEmptyForTesting()
49 empty_ = true; in WaitForPendingListEmpty()
52 while (!empty_) in WaitForPendingListEmpty()
57 bool empty_; member in chromeos::__anon4b238d230111::TestWallpaperObserverPendingListEmpty
/external/chromium_org/v8/src/
Dhydrogen-check-elimination.h35 empty_ = 0; in HCheckEliminationPhase()
63 int empty_; variable
/external/chromium_org/gpu/command_buffer/common/
Ddebug_marker_manager.h55 std::string empty_; variable
/external/chromium_org/chrome/browser/safe_browsing/
Dsafe_browsing_store_file.cc660 : chunks_written_(0), empty_(false), corruption_seen_(false) {} in SafeBrowsingStoreFile()
833 empty_ = (file.get() == NULL); in BeginUpdate()
834 if (empty_) { in BeginUpdate()
905 DCHECK(file_.get() || empty_); in DoUpdate()
973 if (!empty_) { in DoUpdate()
998 if (!empty_ && !base::GetFileSize(filename_, &original_size)) in DoUpdate()
1056 if (!empty_) { in DoUpdate()
1127 if (!empty_) { in DoUpdate()
Dsafe_browsing_store_file.h247 bool empty_; variable
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_button_cell.h23 BOOL empty_; // is this an "empty" button placeholder button cell? variable
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dcentral_freelist.h157 Span empty_; // Dummy header for list of empty spans variable
Dcentral_freelist.cc48 tcmalloc::DLL_Init(&empty_); in Init()
299 tcmalloc::DLL_Prepend(&empty_, span); in FetchFromSpans()
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dcentral_freelist.h157 Span empty_; // Dummy header for list of empty spans variable
Dcentral_freelist.cc48 tcmalloc::DLL_Init(&empty_); in Init()
302 tcmalloc::DLL_Prepend(&empty_, span); in FetchFromSpans()
/external/stressapptest/src/
Dsat.cc280 result = empty_->PopRandom(pe); in GetEmpty()
298 return empty_->Push(pe); in PutEmpty()
620 empty_ = new PageEntryQueue(pages_); in Initialize()
622 if ((empty_ == NULL) || (valid_ == NULL)) in Initialize()
699 empty_ = 0; in Sat()
1831 if (empty_) { in Cleanup()
1832 delete empty_; in Cleanup()
1833 empty_ = 0; in Cleanup()
Dsat.h301 class PageEntryQueue *empty_; // Page queue structure, free pages. variable
/external/chromium_org/third_party/re2/re2/
Dprog.h107 EmptyOp empty() { DCHECK_EQ(opcode(), kInstEmptyWidth); return empty_; } in empty()
162 EmptyOp empty_; // opcode == kInstEmptyWidth member
Dprog.cc40 empty_ = empty; in InitEmptyWidth()
80 static_cast<int>(empty_), out()); in Dump()
/external/regex-re2/re2/
Dprog.h107 EmptyOp empty() { DCHECK_EQ(opcode(), kInstEmptyWidth); return empty_; } in empty()
162 EmptyOp empty_; // opcode == kInstEmptyWidth member
Dprog.cc40 empty_ = empty; in InitEmptyWidth()
80 static_cast<int>(empty_), out()); in Dump()
/external/chromium_org/third_party/mesa/src/include/CL/
Dcl.hpp438 bool empty_; member in cl::vector
442 empty_(true) in vector()
455 empty_ = true; in clear()
463 empty_ = false; in push_back()
469 if (!empty_) { in pop_back()
473 empty_ = true; in pop_back()
480 empty_(vec.empty_) in vector()
482 if (!empty_) { in vector()
489 empty_(true) in vector()
503 empty_ = rhs.empty_; in operator =()
[all …]
/external/mesa3d/include/CL/
Dcl.hpp438 bool empty_; member in cl::vector
442 empty_(true) in vector()
455 empty_ = true; in clear()
463 empty_ = false; in push_back()
469 if (!empty_) { in pop_back()
473 empty_ = true; in pop_back()
480 empty_(vec.empty_) in vector()
482 if (!empty_) { in vector()
489 empty_(true) in vector()
503 empty_ = rhs.empty_; in operator =()
[all …]

12