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

/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/v8/src/crankshaft/
H A Dhydrogen-check-elimination.h35 empty_ = 0;
63 int empty_; member in class:v8::internal::HCheckEliminationPhase
H A Dhydrogen-check-elimination.cc398 INC_STAT(empty_);
/external/tensorflow/tensorflow/core/lib/gtl/
H A Dedit_distance_test.cc31 std::vector<char> empty_; member in class:tensorflow::gtl::__anon26652::LevenshteinDistanceTest
60 ASSERT_EQ(LevenshteinDistance(empty_, empty_, std::equal_to<char>()), 0);
69 ASSERT_EQ(LevenshteinDistance(s1234_, empty_, std::equal_to<char>()), 4);
70 ASSERT_EQ(LevenshteinDistance(empty_, s567_, std::equal_to<char>()), 3);
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_params.h53 string empty_; member in class:google::protobuf::compiler::javanano::Params
75 empty_(""),
110 return empty_;
132 return empty_;
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
H A DSimpleThreadPool.h38 empty_.wait(l);
108 empty_.notify_all();
141 std::condition_variable empty_; // Signaled on pending_.empty() member in class:Eigen::SimpleThreadPoolTempl
/external/pdfium/third_party/base/
H A Doptional.h36 // Initializing |empty_| here instead of using default member initializing
38 constexpr OptionalStorage() : empty_('\0') {}
61 // |empty_| exists so that the union will always be initialized, even when
64 char empty_; member in union:pdfium::internal::OptionalStorage::__anon18018
71 // Initializing |empty_| here instead of using default member initializing
73 constexpr OptionalStorage() : empty_('\0') {}
94 // |empty_| exists so that the union will always be initialized, even when
97 char empty_; member in union:pdfium::internal::OptionalStorage::__anon18019
/external/v8/tools/clang/blink_gc_plugin/
H A DBlinkGCPluginConsumer.cpp47 return visitor.empty_;
51 empty_ = stmt->body_empty();
55 empty_ = false;
59 EmptyStmtVisitor() : empty_(true) {}
60 bool empty_; member in class:__anon27996::EmptyStmtVisitor
/external/libchrome/base/
H A Doptional.h37 // Initializing |empty_| here instead of using default member initializing
39 constexpr OptionalStorage() : empty_('\0') {}
62 // |empty_| exists so that the union will always be initialized, even when
65 char empty_; member in union:base::internal::OptionalStorage::__anon10908
72 // Initializing |empty_| here instead of using default member initializing
74 constexpr OptionalStorage() : empty_('\0') {}
95 // |empty_| exists so that the union will always be initialized, even when
98 char empty_; member in union:base::internal::OptionalStorage::__anon10909
/external/stressapptest/src/
H A Dsat.h316 // Page queues, only one of (valid_+empty_) or (finelock_q_) will be used
320 class PageEntryQueue *empty_; // Page queue structure, free pages. member in class:Sat
H A Dsat.cc300 result = empty_->PopRandom(pe);
318 return empty_->Push(pe);
452 logprintf(0, "Process Error: while initializing empty_ list\n");
646 empty_ = new PageEntryQueue(pages_);
648 if ((empty_ == NULL) || (valid_ == NULL))
736 empty_ = 0;
2007 if (empty_) {
2008 delete empty_;
2009 empty_ = 0;
/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...]
/external/tensorflow/tensorflow/c/
H A Dc_api_function_test.cc393 std::unordered_set<string> empty_; member in class:tensorflow::__anon25329::CApiFunctionTest
491 VerifyFDef(empty_, {{"feed_0", DT_INT32}}, {{"feed", DT_INT32}},
516 VerifyFDef(empty_, M({{"feed1_0"}, {"feed2_0"}}), M({{"feed2"}, {"feed1"}}),
541 VerifyFDef(empty_, M({{"feed1"}, {"feed2"}}), M({{"first"}, {"second"}}),
/external/v8/src/compiler/
H A Dscheduler.cc619 empty_(0, zone) {}
661 return empty_;
1087 ZoneVector<BasicBlock*> const empty_; member in class:v8::internal::compiler::SpecialRPONumberer
/external/v8/src/regexp/
H A Djsregexp.h266 OutSet* empty() { return &empty_; }
267 OutSet empty_; member in class:v8::internal::DispatchTable

Completed in 518 milliseconds