Searched refs:Retval (Results 1 – 10 of 10) sorted by relevance
/external/e2fsprogs/contrib/android/ |
D | ext2simg.c | 39 #define ext2fs_fatal(Retval, Format, ...) \ argument 41 com_err("error", Retval, Format, __VA_ARGS__); \
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | single_threaded_executor_test.cc | 146 auto ret = test::graph::Retval(g.get(), 0, tmp); in TEST_F() 174 test::graph::Retval(g.get(), 0, v); in TEST_F() 218 test::graph::Retval(g, 0, nodes.back()); in BuildTree()
|
/external/tensorflow/tensorflow/core/protobuf/tpu/ |
D | compile_metadata.proto | 66 message Retval { message 71 repeated Retval retvals = 2;
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTIL.h | 1477 Return(SExpr* Rval) : Terminator(COP_Return), Retval(Rval) {} in Return() 1478 Return(const Return &R, SExpr* Rval) : Terminator(R), Retval(Rval) {} in Return() 1485 SExpr *returnValue() { return Retval; } in returnValue() 1486 const SExpr *returnValue() const { return Retval; } in returnValue() 1490 auto Ne = Vs.traverse(Retval, Vs.subExprCtx(Ctx)); in traverse() 1496 return Cmp.compare(Retval, E->Retval); in compare() 1500 SExpr* Retval;
|
/external/tensorflow/tensorflow/core/framework/ |
D | function.h | 310 struct Retval { struct 314 gtl::InlinedVector<Retval, 4> rets_; argument
|
D | function.cc | 1140 Retval* item = &rets_[index]; in SetRetval()
|
/external/tensorflow/tensorflow/core/graph/ |
D | testlib.h | 224 Node* Retval(Graph* g, int64 index, Node* in);
|
D | testlib.cc | 518 Node* Retval(Graph* g, int64 index, Node* in) { in Retval() function
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | mark_for_compilation_pass_test.cc | 778 TEST(XlaCompilationTest, Retval) { in TEST() argument
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 4217 TEST(MemorySanitizerOrigins, Retval) { in TEST() argument
|