/external/chromium_org/net/cert/ |
D | test_root_certs_android.cc | 21 empty_ = false; in Add() 26 if (empty_) in Clear() 30 empty_ = true; in Clear() 34 return empty_; in IsEmpty() 40 empty_ = true; in Init()
|
D | test_root_certs_win.cc | 156 empty_ = false; in Add() 161 empty_ = true; in Clear() 169 return empty_; in IsEmpty() 206 empty_ = true; in Init()
|
D | test_root_certs.h | 120 bool empty_;
|
/external/chromium_org/remoting/host/policy_hack/ |
D | policy_watcher_unittest.cc | 115 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/ |
D | animation_container_unittest.cc | 21 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/ |
D | javamicro_params.h | 54 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/ |
D | javanano_params.h | 53 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/ |
D | wallpaper_manager_test_utils.cc | 30 : 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/ |
D | hydrogen-check-elimination.h | 35 empty_ = 0; in HCheckEliminationPhase() 63 int empty_; variable
|
/external/chromium_org/gpu/command_buffer/common/ |
D | debug_marker_manager.h | 55 std::string empty_; variable
|
/external/chromium_org/chrome/browser/safe_browsing/ |
D | safe_browsing_store_file.cc | 660 : 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()
|
D | safe_browsing_store_file.h | 247 bool empty_; variable
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_button_cell.h | 23 BOOL empty_; // is this an "empty" button placeholder button cell? variable
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | central_freelist.h | 157 Span empty_; // Dummy header for list of empty spans variable
|
D | central_freelist.cc | 48 tcmalloc::DLL_Init(&empty_); in Init() 299 tcmalloc::DLL_Prepend(&empty_, span); in FetchFromSpans()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | central_freelist.h | 157 Span empty_; // Dummy header for list of empty spans variable
|
D | central_freelist.cc | 48 tcmalloc::DLL_Init(&empty_); in Init() 302 tcmalloc::DLL_Prepend(&empty_, span); in FetchFromSpans()
|
/external/stressapptest/src/ |
D | sat.cc | 280 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()
|
D | sat.h | 301 class PageEntryQueue *empty_; // Page queue structure, free pages. variable
|
/external/chromium_org/third_party/re2/re2/ |
D | prog.h | 107 EmptyOp empty() { DCHECK_EQ(opcode(), kInstEmptyWidth); return empty_; } in empty() 162 EmptyOp empty_; // opcode == kInstEmptyWidth member
|
D | prog.cc | 40 empty_ = empty; in InitEmptyWidth() 80 static_cast<int>(empty_), out()); in Dump()
|
/external/regex-re2/re2/ |
D | prog.h | 107 EmptyOp empty() { DCHECK_EQ(opcode(), kInstEmptyWidth); return empty_; } in empty() 162 EmptyOp empty_; // opcode == kInstEmptyWidth member
|
D | prog.cc | 40 empty_ = empty; in InitEmptyWidth() 80 static_cast<int>(empty_), out()); in Dump()
|
/external/chromium_org/third_party/mesa/src/include/CL/ |
D | cl.hpp | 438 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/ |
D | cl.hpp | 438 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 …]
|