/external/tensorflow/tensorflow/core/lib/gtl/ |
D | edit_distance_test.cc | 31 std::vector<char> empty_; member in tensorflow::gtl::__anon0594c4e90111::LevenshteinDistanceTest 60 ASSERT_EQ(LevenshteinDistance(empty_, empty_, std::equal_to<char>()), 0); in TEST_F() 69 ASSERT_EQ(LevenshteinDistance(s1234_, empty_, std::equal_to<char>()), 4); in TEST_F() 70 ASSERT_EQ(LevenshteinDistance(empty_, s567_, std::equal_to<char>()), 3); in TEST_F()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_params.h | 54 string empty_; 65 empty_(""), in Params() 89 return empty_; in java_package() 111 return empty_; in java_outer_classname()
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_params.h | 53 string empty_; 75 empty_(""), in Params() 110 return empty_; in java_package() 132 return empty_; in java_outer_classname()
|
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
D | SimpleThreadPool.h | 38 empty_.wait(l); in ~SimpleThreadPoolTempl() 108 empty_.notify_all(); in WorkerLoop() 141 std::condition_variable empty_; // Signaled on pending_.empty() variable
|
/external/v8/src/crankshaft/ |
D | hydrogen-check-elimination.h | 35 empty_ = 0; in HCheckEliminationPhase() 63 int empty_; variable
|
D | hydrogen-check-elimination.cc | 398 INC_STAT(empty_); in ReduceCheckMaps()
|
/external/v8/tools/clang/blink_gc_plugin/ |
D | BlinkGCPluginConsumer.cpp | 47 return visitor.empty_; in isEmpty() 51 empty_ = stmt->body_empty(); in WalkUpFromCompoundStmt() 55 empty_ = false; in VisitStmt() 59 EmptyStmtVisitor() : empty_(true) {} in EmptyStmtVisitor() 60 bool empty_; member in __anon3dd528fb0111::EmptyStmtVisitor
|
/external/libchrome/base/ |
D | optional.h | 39 constexpr OptionalStorage() : empty_('\0') {} in OptionalStorage() 65 char empty_; member 74 constexpr OptionalStorage() : empty_('\0') {} 98 char empty_;
|
/external/pdfium/third_party/base/ |
D | optional.h | 38 constexpr OptionalStorage() : empty_('\0') {} in OptionalStorage() 64 char empty_; member 73 constexpr OptionalStorage() : empty_('\0') {} 97 char empty_;
|
/external/stressapptest/src/ |
D | sat.cc | 300 result = empty_->PopRandom(pe); in GetEmpty() 318 return empty_->Push(pe); in PutEmpty() 646 empty_ = new PageEntryQueue(pages_); in Initialize() 648 if ((empty_ == NULL) || (valid_ == NULL)) in Initialize() 736 empty_ = 0; in Sat() 2007 if (empty_) { in Cleanup() 2008 delete empty_; in Cleanup() 2009 empty_ = 0; in Cleanup()
|
D | sat.h | 320 class PageEntryQueue *empty_; // Page queue structure, free pages. variable
|
/external/mesa3d/include/CL/ |
D | cl.hpp | 438 bool empty_; member in cl::vector 442 empty_(true) in vector() 455 empty_ = true; in clear() 463 empty_ = false; in push_back() 469 if (!empty_) { in pop_back() 473 empty_ = true; in pop_back() 480 empty_(vec.empty_) in vector() 482 if (!empty_) { in vector() 489 empty_(true) in vector() 503 empty_ = rhs.empty_; in operator =() [all …]
|
/external/tensorflow/tensorflow/c/ |
D | c_api_function_test.cc | 393 std::unordered_set<string> empty_; member in tensorflow::__anon28d7e8580111::CApiFunctionTest 491 VerifyFDef(empty_, {{"feed_0", DT_INT32}}, {{"feed", DT_INT32}}, in TEST_F() 516 VerifyFDef(empty_, M({{"feed1_0"}, {"feed2_0"}}), M({{"feed2"}, {"feed1"}}), in TEST_F() 541 VerifyFDef(empty_, M({{"feed1"}, {"feed2"}}), M({{"first"}, {"second"}}), in TEST_F()
|
/external/v8/src/compiler/ |
D | scheduler.cc | 619 empty_(0, zone) {} in SpecialRPONumberer() 661 return empty_; in GetOutgoingBlocks() 1087 ZoneVector<BasicBlock*> const empty_; member in v8::internal::compiler::SpecialRPONumberer
|
/external/v8/src/regexp/ |
D | jsregexp.h | 266 OutSet* empty() { return &empty_; } in empty() 267 OutSet empty_; variable
|