Home
last modified time | relevance | path

Searched refs:run_ (Results 1 – 12 of 12) sorted by relevance

/external/webp/src/utils/
Dbit_writer_utils.c63 if (!BitWriterResize(bw, bw->run_ + 1)) { in Flush()
69 if (bw->run_ > 0) { in Flush()
71 for (; bw->run_ > 0; --bw->run_) bw->buf_[pos++] = value; in Flush()
76 bw->run_++; // delay writing of bytes 0xff, pending eventual carry. in Flush()
165 bw->run_ = 0; in VP8BitWriterInit()
Dbit_writer_utils.h30 int run_; // number of outstanding bits member
58 return (bw->pos_ + bw->run_) * 8 + nb_bits; in VP8BitWriterPos()
/external/pigweed/pw_unit_test/public/pw_unit_test/
Dframework.h323 }, run_(run_func) { in TestInfo()
333 void run() const { run_(*this); } in run()
343 void (*run_)(const TestInfo&); variable
/external/tensorflow/tensorflow/core/summary/
Dsummary_db_writer.cc885 run_{&meta_} {
892 Status s = run_.Finish(db_); in ~SummaryDbWriter()
987 run_.Append(db_, tag_id, step, now, computed_time, t), in Write()
1059 return run_.Append(db_, tag_id, e->step(), now, e->wall_time(), t); in MigrateTensor()
1072 return run_.Append(db_, tag_id, e->step(), now, e->wall_time(), t); in MigrateScalar()
1103 return run_.Append(db_, tag_id, e->step(), now, e->wall_time(), t); in MigrateHistogram()
1117 return run_.Append(db_, tag_id, e->step(), now, e->wall_time(), t); in MigrateImage()
1130 return run_.Append(db_, tag_id, e->step(), now, e->wall_time(), t); in MigrateAudio()
1137 RunWriter run_; member in tensorflow::__anon4ebb98140111::SummaryDbWriter
/external/libcxx/utils/google-benchmark/test/
DAssemblyTests.cmake38 add_test(NAME run_${name}_${prefix}
/external/llvm-project/llvm/utils/benchmark/test/
DAssemblyTests.cmake38 add_test(NAME run_${name}_${prefix}
/external/google-benchmark/test/
DAssemblyTests.cmake38 add_test(NAME run_${name}_${prefix}
/external/llvm-project/libcxx/utils/google-benchmark/test/
DAssemblyTests.cmake38 add_test(NAME run_${name}_${prefix}
/external/libevent/test/
Dregress.gen.h130 enum run_ { enum
/external/libchrome/base/profiler/
Dstack_sampling_profiler_unittest.cc1454 run_(WaitableEvent::ResetPolicy::MANUAL, in ProfilerThread()
1467 run_.Wait(); in Run()
1471 void Go() { run_.Signal(); } in Go()
1478 WaitableEvent run_; member in base::ProfilerThread
/external/tensorflow/tensorflow/lite/micro/tools/make/
Dhelper_functions.inc445 # make test_<target>. ALl others can be executed with make run_<target>
487 run_$(1): $$($(1)_BINARY)
/external/autotest/docs/
Duser-doc.md145 - `run_*()` - This is is the main part that performs all testing and is
157 initialization even during `run_*()` step, so it should be a noop on reentry
160 Unlike `run_*()` functions, `setup()` gets called both during the prepare phase