Home
last modified time | relevance | path

Searched defs:opts (Results 1 – 25 of 538) sorted by relevance

12345678910>>...22

/external/clang/tools/scan-build-py/libscanbuild/
Drunner.py77 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/
Dtfprof_show.h58 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()
Dtfprof_stats_test.cc72 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
Dtfprof_show_test.cc78 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
Dtfprof_show_multi.h59 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()
/external/jcommander/src/test/java/com/beust/jcommander/
DDefaultValueTest.java37 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/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device_test.cc91 SessionOptions opts = MakeSessionOptions("0,abc"); in TEST_F() local
100 SessionOptions opts = MakeSessionOptions("100"); in TEST_F() local
110 SessionOptions opts = MakeSessionOptions("0,0"); in TEST_F() local
120 SessionOptions opts = MakeSessionOptions("0", 0.1, 1, {{}}); in TEST_F() local
132 SessionOptions opts = MakeSessionOptions("0", 0, 0, {{}}); in TEST_F() local
144 SessionOptions opts = MakeSessionOptions("0", 0, 8, {{}, {}}); in TEST_F() local
158 SessionOptions opts = MakeSessionOptions("0,1", 0, 8, {{}}); in TEST_F() local
172 SessionOptions opts = MakeSessionOptions("0"); in TEST_F() local
183 SessionOptions opts = MakeSessionOptions("0", 0, 1, {{}}); in TEST_F() local
192 SessionOptions opts = MakeSessionOptions("0", 0, 1, {{123}}); in TEST_F() local
[all …]
Dgpu_stream_util_test.cc41 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/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
DLZMADecoder.java48 OutputStream encode(final OutputStream out, final Object opts) in encode()
55 byte[] getOptionsAsProperties(final Object opts) throws IOException { in getOptionsAsProperties()
73 LZMA2Options opts = new LZMA2Options(); in getOptionsFromCoder() local
84 private LZMA2Options getOptions(final Object opts) throws IOException { in getOptions()
93 private int numberOptionOrDefault(final Object opts) { in numberOptionOrDefault()
DLZMA2Decoder.java46 OutputStream encode(final OutputStream out, final Object opts) in encode()
54 byte[] getOptionsAsProperties(final Object opts) { in getOptionsAsProperties()
68 private int getDictSize(final Object opts) { in getDictSize()
89 private LZMA2Options getOptions(final Object opts) throws IOException { in getOptions()
98 private int numberOptionOrDefault(final Object opts) { in numberOptionOrDefault()
/external/toybox/lib/
Dargs.c99 struct opts { struct
100 struct opts *next; argument
118 struct opts *opt; argument
128 struct opts *opts; member
/external/tensorflow/tensorflow/core/graph/
Dgraph_constructor_test.cc59 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()
803 ImportGraphDefOptions opts; in TEST_F() local
899 ImportGraphDefOptions opts; in TEST_F() local
1009 const ImportGraphDefOptions opts; in TEST_F() local
1179 ImportGraphDefOptions opts; in TEST_F() local
1221 ImportGraphDefOptions opts; in TEST_F() local
1282 ImportGraphDefOptions opts; in TEST_F() local
[all …]
/external/python/cpython2/Demo/pdist/
Drcvs.py156 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/harfbuzz_ng/test/shaping/data/text-rendering-tests/
Dextract-tests.py46 opts = '--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft' variable
48 opts = opts + ' --variations=%s' % variations variable
57 opts = '' variable
59 opts = '--variations=%s' % variations variable
/external/tensorflow/tensorflow/compiler/xla/service/
Ddump.cc138 const CanonicalDebugOptions& opts) { in DumpToFileInDirImpl()
172 const CanonicalDebugOptions& opts) { in DumpToFileInDirOrStdoutImpl()
187 const CanonicalDebugOptions& opts) { in DumpHloModuleImpl()
266 CanonicalDebugOptions opts(module.config().debug_options()); in DumpHloModuleIfEnabled() local
275 CanonicalDebugOptions opts(module.config().debug_options()); in DumpHloModuleIfEnabled() local
284 CanonicalDebugOptions opts(module.config().debug_options()); in DumpHloModuleIfEnabled() local
291 const DebugOptions& opts) { in DumpingEnabledForHloModule()
295 bool DumpingToStdout(const DebugOptions& opts) { in DumpingToStdout()
303 CanonicalDebugOptions opts(module.config().debug_options()); in DumpHloModuleBetweenPassesIfEnabled() local
329 CanonicalDebugOptions opts(module.config().debug_options()); in DumpHloModuleDuringPassIfEnabled() local
[all …]
/external/grpc-grpc/src/core/lib/compression/
Dcompression.cc110 void grpc_compression_options_init(grpc_compression_options* opts) { in grpc_compression_options_init()
117 grpc_compression_options* opts, grpc_compression_algorithm algorithm) { in grpc_compression_options_enable_algorithm()
122 grpc_compression_options* opts, grpc_compression_algorithm algorithm) { in grpc_compression_options_disable_algorithm()
127 const grpc_compression_options* opts, in grpc_compression_options_is_algorithm_enabled()
/external/tensorflow/tensorflow/python/autograph/operators/
Ddata_structures.py235 def list_pop(list_, i, opts): argument
272 def _tf_tensor_list_pop(list_, i, opts): argument
305 def list_stack(list_, opts): argument
340 def _tf_tensor_list_stack(list_, opts): argument
348 def _py_list_stack(list_, opts): argument
/external/iproute2/tipc/
Dcmdl.c36 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/skia/bench/
DEncodeBench.cpp56 SkJpegEncoder::Options opts; in encode_jpeg() local
62 SkWebpEncoder::Options opts; in encode_webp_lossy() local
69 SkWebpEncoder::Options opts; in encode_webp_lossless() local
79 SkPngEncoder::Options opts; in encode_png() local
/external/skqp/bench/
DEncodeBench.cpp56 SkJpegEncoder::Options opts; in encode_jpeg() local
62 SkWebpEncoder::Options opts; in encode_webp_lossy() local
69 SkWebpEncoder::Options opts; in encode_webp_lossless() local
79 SkPngEncoder::Options opts; in encode_png() local
/external/flatbuffers/src/
Didl_gen_text.cpp31 const char *NewLine(const IDLOptions &opts) { in NewLine()
35 int Indent(const IDLOptions &opts) { return std::max(opts.indent_step, 0); } in Indent()
38 void OutputIdentifier(const std::string &name, const IDLOptions &opts, in OutputIdentifier()
51 const IDLOptions &opts, std::string *_text) { in Print()
75 const IDLOptions &opts, std::string *_text) { in PrintVector()
105 Type *union_type, const IDLOptions &opts, in Print()
163 const IDLOptions &opts, int indent, std::string *_text) { in GenField()
176 int indent, Type *union_type, const IDLOptions &opts, in GenFieldOffset()
204 int indent, const IDLOptions &opts, std::string *_text) { in GenStruct()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_util_test.cc23 SessionOptions opts; in TEST() local
29 SessionOptions opts; in TEST() local
/external/grpc-grpc-java/core/src/jmh/java/io/grpc/
DCallOptionsBenchmark.java74 CallOptions opts = CallOptions.DEFAULT; in withOption() local
88 CallOptions opts = allOpts; in withOptionDuplicates() local
/external/grpc-grpc/examples/ruby/pubsub/
Dpubsub_demo.rb48 def auth_proc(opts) argument
54 def publisher_stub(opts) argument
65 def subscriber_stub(opts) argument
/external/tensorflow/tensorflow/c/eager/
Dc_api_test.cc41 TFE_ContextOptions* opts = TFE_NewContextOptions(); in BM_InitOp() local
64 TFE_ContextOptions* opts = TFE_NewContextOptions(); in BM_Execute() local
93 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TEST() local
148 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TestRemoteExecute() local
232 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TestRemoteExecuteSilentCopies() local
364 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TestRemoteExecuteChangeServerDef() local
462 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TensorHandleCopyBetweenDevices() local
539 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TensorHandleCopyBetweenDevicesError() local
576 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TensorHandleCopyBetweenTwoGPUDevices() local
655 TFE_ContextOptions* opts = TFE_NewContextOptions(); in TensorHandleSilentCopy() local
[all …]

12345678910>>...22