HomeSort by relevance Sort by last modified time
    Searched refs:empty_ (Results 1 - 25 of 37) 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_openssl.cc 29 empty_ = false;
34 if (empty_)
38 empty_ = true;
42 return empty_;
48 empty_ = true;
test_root_certs_win.cc 156 empty_ = false;
161 empty_ = true;
169 return empty_;
206 empty_ = true;
test_root_certs.h 105 bool empty_; member in class:net::TestRootCerts
  /external/chromium/net/base/
test_root_certs_openssl.cc 29 empty_ = false;
34 if (empty_)
38 empty_ = true;
42 return empty_;
48 empty_ = true;
test_root_certs_win.cc 155 empty_ = false;
160 empty_ = true;
168 return empty_;
199 empty_ = true;
test_root_certs.h 95 bool empty_; member in class:net::TestRootCerts
  /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
64 empty_(""),
88 return empty_;
110 return empty_;
  /external/chromium_org/remoting/host/policy_hack/
policy_watcher_unittest.cc 102 base::DictionaryValue empty_; member in class:remoting::policy_hack::PolicyWatcherTest
153 policy_watcher_->SetPolicies(&empty_);
207 policy_watcher_->SetPolicies(&empty_);
217 policy_watcher_->SetPolicies(&empty_);
231 policy_watcher_->SetPolicies(&empty_);
246 policy_watcher_->SetPolicies(&empty_);
261 policy_watcher_->SetPolicies(&empty_);
296 policy_watcher_->SetPolicies(&empty_);
298 policy_watcher_->SetPolicies(&empty_);
326 policy_watcher_->SetPolicies(&empty_);
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell.h 20 BOOL empty_; // is this an "empty" button placeholder button cell? variable
  /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_
  /external/chromium/net/disk_cache/
disk_cache_test_base.cc 185 empty_(empty) {}
189 backend_->TrimDeletedListForTest(empty_);
191 backend_->TrimForTest(empty_);
197 bool empty_; member in class:TrimTask
  /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::__anon15860
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::__anon27530
163 // empty_ is bitwise OR of kEmpty* flags above.
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file.cc 232 empty_(false),
402 empty_ = (file.get() == NULL);
403 if (empty_) {
479 DCHECK(file_.get() || empty_);
490 if (!empty_) {
safe_browsing_store_file.h 254 // Handles to the main and scratch files. |empty_| is true if the
258 bool empty_; member in class:SafeBrowsingStoreFile
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_file.cc 204 : chunks_written_(0), empty_(false), corruption_seen_(false) {}
405 empty_ = (file.get() == NULL);
406 if (empty_) {
482 DCHECK(file_.get() || empty_);
493 if (!empty_) {
safe_browsing_store_file.h 269 // Handles to the main and scratch files. |empty_| is true if the
273 bool empty_; member in class:SafeBrowsingStoreFile
  /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

Completed in 517 milliseconds

1 2