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

/external/chromium/net/base/
H A Dtest_root_certs_openssl.cc29 empty_ = false;
34 if (empty_)
38 empty_ = true;
42 return empty_;
48 empty_ = true;
H A Dtest_root_certs_win.cc155 empty_ = false;
160 empty_ = true;
168 return empty_;
199 empty_ = true;
H A Dtest_root_certs.h95 bool empty_; member in class:net::TestRootCerts
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_params.h51 string empty_; member in class:google::protobuf::compiler::javamicro::Params
61 empty_(""),
85 return empty_;
107 return empty_;
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_button_cell.h20 BOOL empty_; // is this an "empty" button placeholder button cell? variable
/external/chromium/net/disk_cache/
H A Ddisk_cache_test_base.cc185 empty_(empty) {}
189 backend_->TrimDeletedListForTest(empty_);
191 backend_->TrimForTest(empty_);
197 bool empty_; member in class:TrimTask
/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::__anon11900
163 // empty_ is bitwise OR of kEmpty* flags above.
H A Dprog.cc40 empty_ = empty;
80 static_cast<int>(empty_), out());
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_file.cc232 empty_(false),
402 empty_ = (file.get() == NULL);
403 if (empty_) {
479 DCHECK(file_.get() || empty_);
490 if (!empty_) {
H A Dsafe_browsing_store_file.h254 // Handles to the main and scratch files. |empty_| is true if the
258 bool empty_; member in class:SafeBrowsingStoreFile
/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/chrome/browser/tabs/
H A Dtab_strip_model_unittest.cc267 MockTabStripModelObserver() : empty_(true) {}
336 empty_ = false;
381 empty_ = true;
389 bool empty() const { return empty_; }
394 bool empty_; member in class:MockTabStripModelObserver
/external/v8/src/
H A Djsregexp.h415 OutSet* empty() { return &empty_; }
416 OutSet empty_; member in class:v8::internal::DispatchTable
/external/webkit/Source/JavaScriptCore/wtf/
H A DFastMalloc.cpp2336 for (Span* span = &empty_; span && span != &empty_; span = (span->next ? reader(span->next) : 0))
2407 Span empty_; // Dummy header for list of empty spans
2578 DLL_Init(&empty_);
2784 DLL_Prepend(&empty_, span);
/external/v8/test/cctest/
H A Dtest-debug.cc6006 EmptyExternalStringResource() { empty_[0] = 0; }
6008 virtual size_t length() const { return empty_.length(); }
6009 virtual const uint16_t* data() const { return empty_.start(); }
6011 ::v8::internal::EmbeddedVector<uint16_t, 1> empty_; member in class:EmptyExternalStringResource

Completed in 800 milliseconds