HomeSort by relevance Sort by last modified time
    Searched defs:empty_ (Results 1 - 15 of 15) sorted by null

  /external/v8/src/crankshaft/
hydrogen-check-elimination.h 35 empty_ = 0;
63 int empty_; member in class:v8::internal::HCheckEliminationPhase
  /external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
SimpleThreadPool.h 38 empty_.wait(l);
108 empty_.notify_all();
141 std::condition_variable empty_; // Signaled on pending_.empty() member in class:Eigen::SimpleThreadPoolTempl
  /external/tensorflow/tensorflow/core/lib/gtl/
edit_distance_test.cc 31 std::vector<char> empty_; member in class:tensorflow::gtl::__anon39973::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/libchrome/base/
optional.h 37 // 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::__anon24259
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::__anon24260
  /external/pdfium/third_party/base/
optional.h 36 // 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::__anon31354
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::__anon31355
  /frameworks/base/tools/aapt2/cmd/
Diff.cpp 40 return empty_;
68 std::string empty_; member in class:aapt::DiffContext
  /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_;
  /frameworks/base/tools/aapt2/xml/
XmlPullParser.h 176 const std::string empty_; member in class:aapt::xml::XmlPullParser
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_params.h 53 string empty_; member in class:google::protobuf::compiler::javanano::Params
75 empty_(""),
110 return empty_;
132 return empty_;
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.cpp 47 return visitor.empty_;
51 empty_ = stmt->body_empty();
55 empty_ = false;
59 EmptyStmtVisitor() : empty_(true) {}
60 bool empty_; member in class:__anon41317::EmptyStmtVisitor
  /external/tensorflow/tensorflow/c/
c_api_function_test.cc 393 std::unordered_set<string> empty_; member in class:tensorflow::__anon38650::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"}}),
    [all...]
  /external/stressapptest/src/
sat.h 316 // 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
  /external/v8/src/compiler/
scheduler.cc 619 empty_(0, zone) {}
661 return empty_;
1087 ZoneVector<BasicBlock*> const empty_; member in class:v8::internal::compiler::SpecialRPONumberer
    [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...]
  /external/v8/src/regexp/
jsregexp.h 266 OutSet* empty() { return &empty_; }
267 OutSet empty_; member in class:v8::internal::DispatchTable
    [all...]

Completed in 666 milliseconds