Home
last modified time | relevance | path

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

12345678910>>...45

/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/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeBitmapFactory.java57 protected static Bitmap decodeStream(InputStream is, Rect outPadding, Options opts) { in decodeStream()
70 Options opts, in nativeDecodeStream()
79 InputStream is, byte[] storage, Rect padding, Options opts) { in nativeDecodeStream()
85 FileDescriptor fd, Rect padding, Options opts, long inBitmapHandle, long colorSpaceHandle) { in nativeDecodeFileDescriptor()
92 FileDescriptor fd, Rect padding, Options opts) { in nativeDecodeFileDescriptor()
98 long nativeAsset, Rect padding, Options opts, long inBitmapHandle, long colorSpaceHandle) { in nativeDecodeAsset()
104 protected static Bitmap nativeDecodeAsset(long nativeAsset, Rect padding, Options opts) { in nativeDecodeAsset()
113 Options opts, in nativeDecodeByteArray()
121 protected static Bitmap nativeDecodeByteArray(byte[] data, int offset, int length, Options opts) { in nativeDecodeByteArray()
131 static long nativeInBitmap(Options opts) { in nativeInBitmap()
[all …]
/external/sdv/vsomeip/third_party/boost/container/test/
Dpool_resource_test.hpp88 pool_options opts; in test_options_constructor() local
102 pool_options opts; in test_options_constructor() local
118 pool_options opts; in test_options_constructor() local
133 pool_options opts; in test_options_constructor() local
153 pool_options opts; in test_options_upstream_constructor() local
166 pool_options opts; in test_options_upstream_constructor() local
181 pool_options opts; in test_options_upstream_constructor() local
195 pool_options opts; in test_options_upstream_constructor() local
217 pool_options opts; in test_options() local
300 pool_options opts; in test_do_allocate_deallocate() local
[all …]
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_bpf_nf_fail.c30 struct bpf_ct_opts___local opts = {}; in alloc_release() local
44 struct bpf_ct_opts___local opts = {}; in insert_insert() local
61 struct bpf_ct_opts___local opts = {}; in lookup_insert() local
75 struct bpf_ct_opts___local opts = {}; in write_not_allowlisted_field() local
89 struct bpf_ct_opts___local opts = {}; in set_timeout_after_insert() local
106 struct bpf_ct_opts___local opts = {}; in set_status_after_insert() local
123 struct bpf_ct_opts___local opts = {}; in change_timeout_after_alloc() local
137 struct bpf_ct_opts___local opts = {}; in change_status_after_alloc() local
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device_test.cc146 SessionOptions opts = MakeSessionOptions("0", 0, 1, {}, {}, {}, in TEST_F() local
173 SessionOptions opts = MakeSessionOptions("0", 0, 1, {}, {}, {}, in TEST_F() local
206 SessionOptions opts = MakeSessionOptions("0,abc"); in TEST_F() local
215 SessionOptions opts = MakeSessionOptions("100"); in TEST_F() local
225 SessionOptions opts = MakeSessionOptions("0,0"); in TEST_F() local
235 SessionOptions opts = MakeSessionOptions("0", 0.1, 1, {{}}); in TEST_F() local
247 SessionOptions opts = MakeSessionOptions("0", 0, 0, {{}}); in TEST_F() local
259 SessionOptions opts = MakeSessionOptions("0", 0, 8, {{}, {}}); in TEST_F() local
273 SessionOptions opts = MakeSessionOptions("0,1", 0, 8, {{}}); in TEST_F() local
287 SessionOptions opts = MakeSessionOptions("0"); in TEST_F() local
[all …]
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show.h56 virtual bool ShouldShowIfExtra(const ShowNode* node, const Options& opts, in ShouldShowIfExtra()
75 std::vector<T*> SortNodes(const std::vector<T*>& nodes, const Options& opts) { in SortNodes()
124 string FormatTotalExecTime(const T* node, const Options& opts) { in FormatTotalExecTime()
134 string FormatCPUExecTime(const T* node, const Options& opts) { in FormatCPUExecTime()
144 string FormatAcceleratorExecTime(const T* node, const Options& opts) { in FormatAcceleratorExecTime()
Dtfprof_stats_test.cc68 string TestToFromProto(const string& cmd, const Options& opts) { in TestToFromProto()
80 Options opts(3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, "name", in TEST_F() local
116 Options opts(3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, "name", in TEST_F() local
152 Options opts(100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, "name", {".*"}, in TEST_F() local
185 Options opts(10, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, "name", {".*"}, {".*"}, in TEST_F() local
233 Options opts(100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, "name", {".*"}, {".*"}, in TEST_F() local
268 Options opts(10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, "name", {".*"}, {".*"}, in TEST_F() local
/external/rust/crates/hyper/src/ffi/
Dclient.rs111 let opts = non_null! { &mut *opts ?= () }; localVariable
121 let opts = non_null! { &mut *opts ?= () }; localVariable
138 let opts = non_null! { &mut *opts ?= () }; localVariable
156 let opts = non_null! { &mut *opts ?= hyper_code::HYPERE_INVALID_ARG }; localVariable
178 let opts = non_null! { &mut *opts ?= hyper_code::HYPERE_INVALID_ARG }; localVariable
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_constructor_test.cc61 GraphConstructorOptions opts; in ExpectError() local
80 void ExpectError(const string& gdef_ascii, const ImportGraphDefOptions& opts, in ExpectError()
101 GraphConstructorOptions opts; in ExpectOK() local
105 void ExpectOK(const string& gdef_ascii, const ImportGraphDefOptions& opts, in ExpectOK()
811 ImportGraphDefOptions opts; in TEST_F() local
928 ImportGraphDefOptions opts; in TEST_F() local
1038 const ImportGraphDefOptions opts; in TEST_F() local
1183 ImportGraphDefOptions opts; in TEST_F() local
1225 ImportGraphDefOptions opts; in TEST_F() local
1286 ImportGraphDefOptions opts; in TEST_F() local
[all …]
/external/toybox/lib/
Dargs.c99 struct opts { struct
100 struct opts *next; argument
118 struct opts *opt; argument
128 struct opts *opts; member
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-init.cc56 struct ares_options opts = {0}; in TEST_F() local
145 struct ares_options opts = {0}; in TEST_F() local
349 struct ares_options opts; variable
372 struct ares_options opts = {0}; variable
400 struct ares_options opts; variable
476 struct ares_options opts; variable
495 struct ares_options opts; variable
513 struct ares_options opts; variable
550 struct ares_options opts; variable
587 struct ares_options opts; variable
[all …]
/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/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/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/webrtc/pc/
Dmedia_session_unittest.cc320 MediaSessionOptions* opts) { in FindFirstMediaDescriptionByMid()
328 const MediaSessionOptions& opts) { in FindFirstMediaDescriptionByMid()
339 MediaSessionOptions* opts) { in AddMediaDescriptionOptions()
345 MediaSessionOptions* opts) { in AddAudioVideoSections()
353 MediaSessionOptions* opts) { in AddDataSection()
747 MediaSessionOptions opts; in TestTransportSequenceNumberNegotiation() local
779 MediaSessionOptions* opts) { in SetAudioVideoRtpHeaderExtensions()
829 MediaSessionOptions opts; in TEST_F() local
866 MediaSessionOptions opts; in TEST_F() local
887 MediaSessionOptions opts; in TEST_F() local
[all …]
/external/grpc-grpc/src/core/lib/compression/
Dcompression.cc74 void grpc_compression_options_init(grpc_compression_options* opts) { in grpc_compression_options_init()
81 grpc_compression_options* opts, grpc_compression_algorithm algorithm) { in grpc_compression_options_enable_algorithm()
86 grpc_compression_options* opts, grpc_compression_algorithm algorithm) { in grpc_compression_options_disable_algorithm()
91 const grpc_compression_options* opts, in grpc_compression_options_is_algorithm_enabled()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/compression/
Dcompression.cc74 void grpc_compression_options_init(grpc_compression_options* opts) { in grpc_compression_options_init()
81 grpc_compression_options* opts, grpc_compression_algorithm algorithm) { in grpc_compression_options_enable_algorithm()
86 grpc_compression_options* opts, grpc_compression_algorithm algorithm) { in grpc_compression_options_disable_algorithm()
91 const grpc_compression_options* opts, in grpc_compression_options_is_algorithm_enabled()
/external/mesa3d/src/compiler/nir/
Dnir_lower_texcoord_replace_late.c11 struct opts { struct
28 struct opts *opts = data; in pass() argument
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DBitmapFactoryNatives.java36 Options opts, in nativeDecodeStream()
41 FileDescriptor fd, Rect padding, Options opts, long inBitmapHandle, long colorSpaceHandle); in nativeDecodeFileDescriptor()
44 long nativeAsset, Rect padding, Options opts, long inBitmapHandle, long colorSpaceHandle); in nativeDecodeAsset()
50 Options opts, in nativeDecodeByteArray()
/external/tensorflow/tensorflow/python/autograph/operators/
Ddata_structures.py231 def list_pop(list_, i, opts): argument
268 def _tf_tensor_list_pop(list_, i, opts): argument
301 def list_stack(list_, opts): argument
336 def _tf_tensor_list_stack(list_, opts): argument
344 def _py_list_stack(list_, opts): argument
/external/flatbuffers/rust/flatbuffers/src/
Dget_root.rs30 let opts = VerifierOptions::default(); in root() localVariable
39 pub fn root_with_opts<'opts, 'buf, T>( in root_with_opts()
60 let opts = VerifierOptions::default(); in size_prefixed_root() localVariable
69 pub fn size_prefixed_root_with_opts<'opts, 'buf, T>( in size_prefixed_root_with_opts()
/external/tensorflow/tensorflow/compiler/xla/service/
Ddump.cc243 string_view filename, const CanonicalDebugOptions& opts) { in GetDumpFilePath()
305 const CanonicalDebugOptions& opts, bool compress = false) { in DumpToFileInDirImpl()
322 const CanonicalDebugOptions& opts, bool compress = false) { in DumpToFileInDirImpl()
339 const CanonicalDebugOptions& opts) { in DumpToFileInDirOrStdoutImpl()
353 const CanonicalDebugOptions& opts) { in DumpToFileInDirOrStdoutImpl()
384 const CanonicalDebugOptions& opts) { in DumpHloModuleImpl()
489 const HloModuleMetadataProto& metadata, const CanonicalDebugOptions& opts, in DumpHloModuleMetadata()
599 CanonicalDebugOptions opts(module.config().debug_options()); in DumpToFileInDirOrStdout() local
622 CanonicalDebugOptions opts(debug_options); in DumpProtobufToFile() local
659 CanonicalDebugOptions opts(module.config().debug_options()); in DumpHloModuleIfEnabled() local
[all …]
/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/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
Djit_compiler.cc109 const JitCompiler::Options& opts) { in RunCompilationPipeline()
115 ModuleOp module, const JitCompiler::Options& opts) { in RunSpecializationPipeline()
124 const JitCompiler::Options& opts) { in CreateMlirContext()
140 JitCompiler::JitCompiler(JitCompiler::Options opts, in JitCompiler() function in xla::runtime::JitCompiler
157 JitCompiler::Instantiate(JitCompiler::Options opts, in Instantiate()
175 const JitCompiler::Options& opts = compiler->options(); in Compile() local

12345678910>>...45