HomeSort by relevance Sort by last modified time
    Searched refs:empty_ (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/net/cert/
test_root_certs_android.cc 21 empty_ = false;
26 if (empty_)
30 empty_ = true;
34 return empty_;
40 empty_ = true;
test_root_certs_win.cc 156 empty_ = false;
161 empty_ = true;
171 return empty_;
208 empty_ = true;
test_root_certs.h 120 bool empty_; member in class:net::TestRootCerts
  /external/chromium_org/ui/gfx/animation/
animation_container_unittest.cc 21 empty_(false) {
25 bool empty() const { return empty_; }
35 empty_ = true;
39 bool empty_; member in class:gfx::__anon505::FakeAnimationContainerObserver
  /external/chromium_org/gpu/command_buffer/common/
debug_marker_manager.h 55 std::string empty_; member in class:gpu::gles2::DebugMarkerManager
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_params.h 54 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/
javanano_params.h 53 string empty_; member in class:google::protobuf::compiler::javanano::Params
70 empty_(""),
100 return empty_;
122 return empty_;
  /external/chromium_org/v8/src/
hydrogen-check-elimination.h 35 empty_ = 0;
63 int empty_; member in class:v8::internal::HCheckEliminationPhase
  /external/chromium_org/remoting/host/policy_hack/
policy_watcher_unittest.cc 115 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/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager_test_utils.cc 30 : empty_(false), wallpaper_manager_(wallpaper_manager) {
43 empty_ = true;
49 empty_ = true;
52 while (!empty_)
57 bool empty_; member in class:chromeos::__anon7985::TestWallpaperObserverPendingListEmpty
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell.h 23 BOOL empty_; // is this an "empty" button placeholder button cell? variable
  /external/chromium_org/third_party/tcmalloc/chromium/src/
central_freelist.h 157 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_
central_freelist.cc 48 tcmalloc::DLL_Init(&empty_);
299 tcmalloc::DLL_Prepend(&empty_, span);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
central_freelist.h 157 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_
central_freelist.cc 48 tcmalloc::DLL_Init(&empty_);
302 tcmalloc::DLL_Prepend(&empty_, span);
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_file.h 243 // Handles to the main and scratch files. |empty_| is true if the
247 bool empty_; member in class:SafeBrowsingStoreFile
safe_browsing_store_file.cc 558 : 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_) {
    [all...]
  /external/chromium_org/third_party/re2/re2/
prog.h 55 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::__anon19513
163 // empty_ is bitwise OR of kEmpty* flags above.
prog.cc 40 empty_ = empty;
80 static_cast<int>(empty_), out());
  /external/regex-re2/re2/
prog.h 55 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::__anon13996
163 // empty_ is bitwise OR of kEmpty* flags above.
prog.cc 40 empty_ = empty;
80 static_cast<int>(empty_), out());
  /external/stressapptest/src/
sat.h 297 // 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
sat.cc 280 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;
    [all...]
  /external/chromium_org/third_party/mesa/src/include/CL/
cl.hpp 438 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_(true
    [all...]
  /external/mesa3d/include/CL/
cl.hpp 438 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_(true
    [all...]

Completed in 821 milliseconds

1 2