OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Abandon
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/core/lib/io/
table_builder.h
45
// REQUIRES: Either Finish() or
Abandon
() has been called.
50
// REQUIRES: Finish(),
Abandon
() have not been called
57
// REQUIRES: Finish(),
Abandon
() have not been called
65
// REQUIRES: Finish(),
Abandon
() have not been called
70
// If the caller is not going to call Finish(), it must call
Abandon
()
72
// REQUIRES: Finish(),
Abandon
() have not been called
73
void
Abandon
();
table_builder.cc
80
bool closed; // Either Finish() or
Abandon
() has been called.
264
void TableBuilder::
Abandon
() {
/external/libchrome/base/timer/
timer.cc
54
void
Abandon
() { timer_ = nullptr; }
181
// We can't reuse the |scheduled_task_|, so
abandon
it and post a new one.
226
scheduled_task_->
Abandon
();
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
PassManagerTest.cpp
367
TEST(PreservedAnalysisTest,
Abandon
) {
370
// We can
abandon
things after they are preserved.
372
PA.
abandon
<TestFunctionAnalysis>();
376
PA.
abandon
<TestFunctionAnalysis>();
378
PA.
abandon
<TestModuleAnalysis>();
Completed in 411 milliseconds