/external/clang/tools/scan-build-py/libscanbuild/ |
D | runner.py | 77 def run(opts): argument 104 def report_failure(opts): argument 111 def extension(opts): argument 117 def destination(opts): argument 156 def run_analyzer(opts, continuation=report_failure): argument 198 def filter_debug_flags(opts, continuation=run_analyzer): argument 209 def set_file_path_relative(opts, continuation=filter_debug_flags): argument 220 def language_check(opts, continuation=set_file_path_relative): argument 250 def arch_check(opts, continuation=language_check): argument
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_show.h | 58 virtual bool ShouldShowIfExtra(const ShowNode* node, const Options& opts, in ShouldShowIfExtra() 76 std::vector<T*> SortNodes(const std::vector<T*>& nodes, const Options& opts) { in SortNodes() 125 string FormatTotalExecTime(const T* node, const Options& opts) { in FormatTotalExecTime() 135 string FormatCPUExecTime(const T* node, const Options& opts) { in FormatCPUExecTime() 145 string FormatAcceleratorExecTime(const T* node, const Options& opts) { in FormatAcceleratorExecTime()
|
D | tfprof_stats_test.cc | 72 string TestToFromProto(const string& cmd, const Options& opts) { in TestToFromProto() 84 Options opts(3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, "name", in TEST_F() local 120 Options opts(3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, "name", in TEST_F() local 156 Options opts(100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, "name", {".*"}, in TEST_F() local 189 Options opts(10, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, "name", {".*"}, {".*"}, in TEST_F() local 237 Options opts(100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, "name", {".*"}, {".*"}, in TEST_F() local 272 Options opts(10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, "name", {".*"}, {".*"}, in TEST_F() local
|
D | tfprof_show_test.cc | 78 string TestToFromProto(const string& cmd, const Options& opts, in TestToFromProto() 100 Options opts( in TEST_F() local 129 Options opts(5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, "cpu_micros", in TEST_F() local 176 Options opts( in TEST_F() local
|
D | tfprof_show_multi.h | 59 virtual bool ShouldShowIfExtra(const ShowMultiNode* node, const Options& opts, in ShouldShowIfExtra() 78 std::vector<T*> SortNodes(const std::vector<T*>& nodes, const Options& opts) { in SortNodes()
|
D | tfprof_timeline_test.cc | 65 Options opts(10000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "name", in TEST_F() local 79 Options opts(5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "name", in TEST_F() local
|
D | tfprof_scope.cc | 80 const ShowNode* TFScope::ShowInternal(const Options& opts, Timeline* timeline) { in ShowInternal() 146 const Options& opts, int depth, in PrintScope() 197 const Options& opts) { in Account()
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_device_test.cc | 57 SessionOptions opts = MakeSessionOptions("0,abc"); in TEST() local 67 SessionOptions opts = MakeSessionOptions("100"); in TEST() local 78 SessionOptions opts = MakeSessionOptions("0,0"); in TEST() local 89 SessionOptions opts = MakeSessionOptions("0", 0.1, 1, {{}}); in TEST() local 102 SessionOptions opts = MakeSessionOptions("0", 0, 0, {{}}); in TEST() local 115 SessionOptions opts = MakeSessionOptions("0", 0, 8, {{}, {}}); in TEST() local 130 SessionOptions opts = MakeSessionOptions("0,1", 0, 8, {{}}); in TEST() local 144 SessionOptions opts = MakeSessionOptions("0"); in TEST() local 156 SessionOptions opts = MakeSessionOptions("0", 0, 1, {{}}); in TEST() local 166 SessionOptions opts = MakeSessionOptions("0", 0, 1, {{123}}); in TEST() local [all …]
|
D | gpu_stream_util_test.cc | 41 gpu_stream_util::AssignStreamsOpts opts; in TEST_F() local 61 gpu_stream_util::AssignStreamsOpts opts; in TEST_F() local 73 gpu_stream_util::AssignStreamsOpts opts; in TEST_F() local 92 gpu_stream_util::AssignStreamsOpts opts; in TEST_F() local 119 gpu_stream_util::AssignStreamsOpts opts; in TEST_F() local
|
/external/jcommander/src/test/java/com/beust/jcommander/ |
D | DefaultValueTest.java | 37 MyOptsWithEmptyDefaults opts = new MyOptsWithEmptyDefaults(); in emptyDefaultValueForListParameterStaysEmptyIfNotAssignedOrIsSetOtherwise() local 47 MyOptsWithDefaultValues opts = new MyOptsWithDefaultValues(); in defaultValueForListParametersGetsOverwrittenWithSpecifiedValueOrStaysAsDefaultOtherwise() local 58 MyOptsWithEmptyDefaults opts = new MyOptsWithEmptyDefaults(); in anyNumberOfValuesCanBeSetToListParameters_ForEmptyDefaults() local 64 MyOptsWithDefaultValues opts = new MyOptsWithDefaultValues(); in anyNumberOfValuesCanBeSetToListParameters_ForNonEmptyDefaults() local 68 private void testSettingMultipleValuesToListTypeParameters(MyOpts opts) { in testSettingMultipleValuesToListTypeParameters()
|
/external/toybox/lib/ |
D | args.c | 96 struct opts { struct 97 struct opts *next; argument 115 struct opts *opt; argument 125 struct opts *opts; member
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_constructor_test.cc | 59 GraphConstructorOptions opts; in ExpectError() local 71 void ExpectError(const string& gdef_ascii, const ImportGraphDefOptions& opts, in ExpectError() 92 GraphConstructorOptions opts; in ExpectOK() local 96 void ExpectOK(const string& gdef_ascii, const ImportGraphDefOptions& opts, in ExpectOK() 798 ImportGraphDefOptions opts; in TEST_F() local 894 ImportGraphDefOptions opts; in TEST_F() local 1004 const ImportGraphDefOptions opts; in TEST_F() local 1174 ImportGraphDefOptions opts; in TEST_F() local 1216 ImportGraphDefOptions opts; in TEST_F() local 1277 ImportGraphDefOptions opts; in TEST_F() local [all …]
|
/external/python/cpython2/Demo/pdist/ |
D | rcvs.py | 156 def diff(self, opts = []): argument 293 def diff(self, files, opts): argument 309 def log(self, files, opts): argument 391 def options(self, opts): argument 403 def do_report(self, opts, files): argument 406 def do_update(self, opts, files): argument 420 def do_commit(self, opts, files): argument 431 def do_diff(self, opts, files): argument 438 def do_add(self, opts, files): argument 446 def do_remove(self, opts, files): argument [all …]
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_function_library_runtime_test.cc | 44 OptimizerOptions opts; in Init() local 51 Status Run(const string& name, FunctionLibraryRuntime::Options opts, in Run() 117 OptimizerOptions opts; in TEST_F() local 162 FunctionLibraryRuntime::Options opts; in TEST_F() local 178 FunctionLibraryRuntime::Options opts; in TEST_F() local 195 FunctionLibraryRuntime::Options opts; in TEST_F() local 213 FunctionLibraryRuntime::Options opts; in TEST_F() local 233 FunctionLibraryRuntime::Options opts; in TEST_F() local
|
/external/iproute2/tipc/ |
D | cmdl.c | 36 static struct opt *find_opt(struct opt *opts, char *str) in find_opt() 53 struct opt *get_opt(struct opt *opts, char *key) in get_opt() 65 bool has_opt(struct opt *opts, char *key) in has_opt() 83 int parse_opts(struct opt *opts, struct cmdl *cmdl) in parse_opts()
|
/external/flatbuffers/src/ |
D | idl_gen_text.cpp | 32 const char *NewLine(const IDLOptions &opts) { in NewLine() 36 int Indent(const IDLOptions &opts) { in Indent() 41 void OutputIdentifier(const std::string &name, const IDLOptions &opts, in OutputIdentifier() 54 const IDLOptions &opts, in Print() 76 int indent, const IDLOptions &opts, in PrintVector() 109 const IDLOptions &opts, in Print() 159 const IDLOptions &opts, in GenField() 175 const IDLOptions &opts, std::string *_text) { in GenFieldOffset() 202 int indent, const IDLOptions &opts, in GenStruct()
|
/external/skqp/bench/ |
D | EncoderBench.cpp | 50 SkJpegEncoder::Options opts; in encode_jpeg() local 56 SkWebpEncoder::Options opts; in encode_webp_lossy() local 64 SkWebpEncoder::Options opts; in encode_webp_lossless() local 75 SkPngEncoder::Options opts; in encode_png() local
|
/external/skia/bench/ |
D | EncoderBench.cpp | 50 SkJpegEncoder::Options opts; in encode_jpeg() local 56 SkWebpEncoder::Options opts; in encode_webp_lossy() local 64 SkWebpEncoder::Options opts; in encode_webp_lossless() local 75 SkPngEncoder::Options opts; in encode_png() local
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_test.cc | 123 TFE_ContextOptions* opts = TFE_NewContextOptions(); in BM_InitOp() local 145 TFE_ContextOptions* opts = TFE_NewContextOptions(); in BM_Execute() local 170 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST() local 211 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST() local 280 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST() local 338 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST() local 376 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST() local 416 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST() local 447 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST() local 480 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST() local [all …]
|
/external/webrtc/talk/session/media/ |
D | mediasession_unittest.cc | 435 MediaSessionOptions opts; in TestMediaDirectionInAnswer() local 505 MediaSessionOptions opts; in TEST_F() local 547 MediaSessionOptions opts; in TEST_F() local 577 MediaSessionOptions opts; in TEST_F() local 614 MediaSessionOptions opts; in TEST_F() local 649 MediaSessionOptions opts; in TEST_F() local 661 MediaSessionOptions opts; in TEST_F() local 689 MediaSessionOptions opts; in TEST_F() local 729 MediaSessionOptions opts; in TEST_F() local 793 MediaSessionOptions opts; in TEST_F() local [all …]
|
/external/honggfuzz/ |
D | cmdline.c | 61 static void cmdlineHelp(const char* pname, struct custom_option* opts) { in cmdlineHelp() 103 static void cmdlineUsage(const char* pname, struct custom_option* opts) { in cmdlineUsage() 401 struct option opts[ARRAYSIZE(custom_opts)]; in cmdlineParse() local
|
/external/toybox/toys/other/ |
D | insmod.c | 20 #define finit_module(fd, opts, flags) syscall(SYS_finit_module, fd, opts, flags) argument 24 #define init_module(mod, len, opts) syscall(SYS_init_module, mod, len, opts) argument
|
/external/selinux/restorecond/ |
D | restore.c | 14 void restore_init(struct restore_opts *opts) in restore_init() 69 int process_glob(char *name, struct restore_opts *opts) in process_glob()
|
/external/selinux/policycoreutils/setfiles/ |
D | restore.c | 14 void restore_init(struct restore_opts *opts) in restore_init() 70 int process_glob(char *name, struct restore_opts *opts) in process_glob()
|
/external/ppp/pppd/ |
D | mppe.h | 68 #define MPPE_OPTS_TO_CI(opts, ci) \ argument 90 #define MPPE_CI_TO_OPTS(ci, opts) \ argument
|