Searched refs:empty_ (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/net/cert/
H A Dtest_root_certs_android.cc21 empty_ = false;
26 if (empty_)
30 empty_ = true;
34 return empty_;
40 empty_ = true;
H A Dtest_root_certs_win.cc156 empty_ = false;
161 empty_ = true;
171 return empty_;
208 empty_ = true;
H A Dtest_root_certs.h120 bool empty_; member in class:net::TestRootCerts
/external/chromium_org/ui/gfx/animation/
H A Danimation_container_unittest.cc21 empty_(false) {
25 bool empty() const { return empty_; }
35 empty_ = true;
39 bool empty_; member in class:gfx::__anon16800::FakeAnimationContainerObserver
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_params.h54 string empty_; member in class:google::protobuf::compiler::javamicro::Params
65 empty_(""),
89 return empty_;
111 return empty_;
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_params.h53 string empty_; member in class:google::protobuf::compiler::javanano::Params
70 empty_(""),
100 return empty_;
122 return empty_;
/external/chromium_org/v8/src/
H A Dhydrogen-check-elimination.h35 empty_ = 0;
63 int empty_; member in class:v8::internal::HCheckEliminationPhase
/external/chromium_org/remoting/host/policy_hack/
H A Dpolicy_watcher_unittest.cc115 base::DictionaryValue empty_; member in class:remoting::policy_hack::PolicyWatcherTest
178 policy_watcher_->SetPolicies(&empty_);
232 policy_watcher_->SetPolicies(&empty_);
242 policy_watcher_->SetPolicies(&empty_);
256 policy_watcher_->SetPolicies(&empty_);
271 policy_watcher_->SetPolicies(&empty_);
286 policy_watcher_->SetPolicies(&empty_);
321 policy_watcher_->SetPolicies(&empty_);
323 policy_watcher_->SetPolicies(&empty_);
351 policy_watcher_->SetPolicies(&empty_);
[all...]
/external/chromium_org/gpu/command_buffer/common/
H A Ddebug_marker_manager.h55 std::string empty_; member in class:gpu::gles2::DebugMarkerManager
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
H A Dwallpaper_manager_test_utils.cc30 : empty_(false), wallpaper_manager_(wallpaper_manager) {
43 empty_ = true;
49 empty_ = true;
52 while (!empty_)
57 bool empty_; member in class:chromeos::__anon3360::TestWallpaperObserverPendingListEmpty
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_button_cell.h23 BOOL empty_; // is this an "empty" button placeholder button cell? variable
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dcentral_freelist.h157 Span empty_; // Dummy header for list of empty spans member in class:tcmalloc::CentralFreeList
159 size_t num_spans_; // Number of spans in empty_ plus nonempty_
H A Dcentral_freelist.cc48 tcmalloc::DLL_Init(&empty_);
299 tcmalloc::DLL_Prepend(&empty_, span);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dcentral_freelist.h157 Span empty_; // Dummy header for list of empty spans member in class:tcmalloc::CentralFreeList
159 size_t num_spans_; // Number of spans in empty_ plus nonempty_
H A Dcentral_freelist.cc48 tcmalloc::DLL_Init(&empty_);
302 tcmalloc::DLL_Prepend(&empty_, span);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_file.cc558 : chunks_written_(0), empty_(false), corruption_seen_(false) {}
726 empty_ = (file.get() == NULL);
727 if (empty_) {
793 DCHECK(file_.get() || empty_);
855 // Used to verify the input's checksum if |!empty_|.
858 if (!empty_) {
884 if (!empty_ && !base::GetFileSize(filename_, &original_size))
942 if (!empty_) {
997 if (!empty_) {
H A Dsafe_browsing_store_file.h243 // Handles to the main and scratch files. |empty_| is true if the
247 bool empty_; member in class:SafeBrowsingStoreFile
/external/chromium_org/third_party/re2/re2/
H A Dprog.h55 kInstEmptyWidth, // empty-width special (^ $ ...); bit(s) set in empty_
107 EmptyOp empty() { DCHECK_EQ(opcode(), kInstEmptyWidth); return empty_; }
162 EmptyOp empty_; // opcode == kInstEmptyWidth member in union:re2::Prog::Inst::__anon14895
163 // empty_ is bitwise OR of kEmpty* flags above.
H A Dprog.cc40 empty_ = empty;
80 static_cast<int>(empty_), out());
/external/regex-re2/re2/
H A Dprog.h55 kInstEmptyWidth, // empty-width special (^ $ ...); bit(s) set in empty_
107 EmptyOp empty() { DCHECK_EQ(opcode(), kInstEmptyWidth); return empty_; }
162 EmptyOp empty_; // opcode == kInstEmptyWidth member in union:re2::Prog::Inst::__anon30305
163 // empty_ is bitwise OR of kEmpty* flags above.
H A Dprog.cc40 empty_ = empty;
80 static_cast<int>(empty_), out());
/external/stressapptest/src/
H A Dsat.h297 // Page queues, only one of (valid_+empty_) or (finelock_q_) will be used
301 class PageEntryQueue *empty_; // Page queue structure, free pages. member in class:Sat
H A Dsat.cc280 result = empty_->PopRandom(pe);
298 return empty_->Push(pe);
432 logprintf(0, "Process Error: while initializing empty_ list\n");
620 empty_ = new PageEntryQueue(pages_);
622 if ((empty_ == NULL) || (valid_ == NULL))
699 empty_ = 0;
1831 if (empty_) {
1832 delete empty_;
1833 empty_ = 0;
/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl.hpp438 bool empty_; member in class:cl::vector
442 empty_(true)
455 empty_ = true;
463 empty_ = false;
469 if (!empty_) {
473 empty_ = true;
480 empty_(vec.empty_)
482 if (!empty_) {
489 empty_(tru
[all...]
/external/mesa3d/include/CL/
H A Dcl.hpp438 bool empty_; member in class:cl::vector
442 empty_(true)
455 empty_ = true;
463 empty_ = false;
469 if (!empty_) {
473 empty_ = true;
480 empty_(vec.empty_)
482 if (!empty_) {
489 empty_(tru
[all...]

Completed in 3048 milliseconds

12