Home
last modified time | relevance | path

Searched defs:Show (Results 1 – 10 of 10) sorted by relevance

/external/lzma/CPP/Windows/Control/
DCommandBar.h41 bool Show(bool cmdShow) { return BOOLToBool(::CommandBar_Show(_window, BoolToBOOL(cmdShow))); } in Show() function
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show.cc29 const GraphNodeProto& TFShow::Show(const string& prefix, const Options& opts) { in Show() function in tensorflow::tfprof::TFShow
Dtfprof_show_multi.cc30 const MultiGraphNodeProto& TFMultiShow::Show(const string& prefix, in Show() function in tensorflow::tfprof::TFMultiShow
/external/swiftshader/tests/regres/git/
Dgit.go226 func Show(path, at string) ([]byte, error) { func
/external/toolchain-utils/llvm_tools/patch_sync/src/
Dmain.rs263 Show { enumerator
/external/mesa3d/src/hgl/
DGLView.cpp314 BGLView::Show() in Show() function in BGLView
/external/lzma/CPP/Windows/
DWindow.h164 bool Show(int cmdShow) { return BOOLToBool(::ShowWindow(_window, cmdShow)); } in Show() function
/external/llvm/tools/llvm-cov/
DCodeCoverage.cpp44 Show, enumerator
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp347 bool Show = in showInstrProfile() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc96 bool Show(const HloInstruction* instr) const { in Show() function in xla::__anon973ba4530111::NodeFilter