| /external/tensorflow/tensorflow/core/lib/io/ |
| D | table_builder.cc | 70 struct TableBuilder::Rep { struct in tensorflow::table::TableBuilder 71 Options options; 72 Options index_block_options; 73 WritableFile* file; 74 uint64 offset; 75 Status status; 76 BlockBuilder data_block; 77 BlockBuilder index_block; 78 string last_key; 79 int64 num_entries; [all …]
|
| D | table.cc | 29 struct Table::Rep { struct in tensorflow::table::Table 30 ~Rep() { delete index_block; } in ~Rep() 32 Options options; 33 Status status; 34 RandomAccessFile* file; 37 BlockHandle metaindex_handle; // Handle to metaindex_block: saved from footer 38 Block* index_block;
|
| /external/libcxx/test/std/utilities/time/ |
| D | rep.h | 19 TEST_CONSTEXPR Rep() : data_(-1) {} in Rep() function 20 explicit TEST_CONSTEXPR Rep(int i) : data_(i) {} in Rep() function
|
| D | milliseconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
| D | microseconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
| D | weeks.pass.cpp | 22 typedef D::rep Rep; in main() typedef
|
| D | nanoseconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
| D | months.pass.cpp | 23 typedef D::rep Rep; in main() typedef
|
| D | hours.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
| D | seconds.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
| D | minutes.pass.cpp | 21 typedef D::rep Rep; in main() typedef
|
| D | days.pass.cpp | 22 typedef D::rep Rep; in main() typedef
|
| D | years.pass.cpp | 22 typedef D::rep Rep; in main() typedef
|
| /external/libcxx/test/std/utilities/time/time.duration/time.duration.special/ |
| D | max.pass.cpp | 31 typedef typename D::rep Rep; in test() typedef 37 typedef typename D::rep Rep; in test() typedef
|
| D | zero.pass.cpp | 30 typedef typename D::rep Rep; in test() typedef 36 typedef typename D::rep Rep; in test() typedef
|
| D | min.pass.cpp | 31 typedef typename D::rep Rep; in test() typedef 37 typedef typename D::rep Rep; in test() typedef
|
| /external/tinyxml/ |
| D | tinystr.h | 210 struct Rep struct 220 rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap)); in init() argument
|
| /external/sfntly/cpp/src/test/tinyxml/ |
| D | tinystr.h | 211 struct Rep struct 222 // rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap)); in init() argument
|
| /external/tensorflow/tensorflow/compiler/jit/graphcycles/ |
| D | graphcycles.cc | 68 struct GraphCycles::Rep { struct in tensorflow::GraphCycles 69 Vec<Node*> nodes_; 70 Vec<int32> free_nodes_; // Indices for unused entries in nodes_ 73 Vec<int32> deltaf_; // Results of forward DFS 74 Vec<int32> deltab_; // Results of backward DFS 75 Vec<int32> list_; // All nodes to reprocess 76 Vec<int32> merged_; // Rank values to assign to list_ entries 77 Vec<int32> stack_; // Emulates recursion stack when doing depth first search
|
| /external/tensorflow/tensorflow/python/grappler/ |
| D | item_wrapper.cc | 83 struct Rep { struct in ColocationGroups 85 Rep* parent; 88 int rank; 90 std::string value;
|
| /external/tensorflow/tensorflow/core/platform/default/ |
| D | mutex.h | 32 mutex_lock &lock, std::chrono::duration<Rep, Period> dur) { in wait_for()
|
| /external/protobuf/src/google/protobuf/ |
| D | repeated_field.h | 286 struct Rep { struct 290 // We can not use sizeof(Rep) - sizeof(Element) due to the trailing padding on argument
|
| /external/swiftshader/third_party/marl/include/marl/ |
| D | event.h | 155 const std::chrono::duration<Rep, Period>& duration) { in wait_for() 198 bool Event::wait_for(const std::chrono::duration<Rep, Period>& duration) const { in wait_for()
|
| D | conditionvariable.h | 146 const std::chrono::duration<Rep, Period>& duration, in wait_for()
|
| /external/clang/test/CXX/temp/temp.decls/temp.friend/ |
| D | p1.cpp | 11 template <typename U> struct Rep { struct 12 U count_; 13 Rep(U count) : count_(count) {} in Rep() argument
|