Home
last modified time | relevance | path

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

12345678910>>...50

/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/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
Dattr.c202 int wcolor_set(WINDOW *win, short color_pair, void *opts) in wcolor_set()
214 int color_set(short color_pair, void *opts) in color_set()
221 int wattr_get(WINDOW *win, attr_t *attrs, short *color_pair, void *opts) in wattr_get()
237 int attr_get(attr_t *attrs, short *color_pair, void *opts) in attr_get()
244 int wattr_off(WINDOW *win, attr_t attrs, void *opts) in wattr_off()
251 int attr_off(attr_t attrs, void *opts) in attr_off()
258 int wattr_on(WINDOW *win, attr_t attrs, void *opts) in wattr_on()
265 int attr_on(attr_t attrs, void *opts) in attr_on()
272 int wattr_set(WINDOW *win, attr_t attrs, short color_pair, void *opts) in wattr_set()
284 int attr_set(attr_t attrs, short color_pair, void *opts) in attr_set()
[all …]
/external/pytorch/test/cpp_extensions/
Dcpp_c10d_extension.cpp28 const BroadcastOptions& opts) { in broadcast()
34 const AllreduceOptions& opts) { in allreduce()
40 const AllreduceCoalescedOptions& opts) { in allreduce_coalesced()
46 const ReduceOptions& opts) { in reduce()
53 const AllgatherOptions& opts) { in allgather()
60 const AllgatherOptions& opts) { in _allgather_base()
65 const BarrierOptions& opts) { in barrier()
72 const GatherOptions& opts) { in gather()
79 const ScatterOptions& opts) { in scatter()
86 const ReduceScatterOptions& opts) { in reduce_scatter()
/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/flatbuffers/tests/
Dproto_test.cpp10 void RunTest(const flatbuffers::IDLOptions &opts, const std::string &proto_path, in RunTest()
52 flatbuffers::IDLOptions opts; in proto_test() local
68 flatbuffers::IDLOptions opts; in proto_test_id() local
86 flatbuffers::IDLOptions opts; in proto_test_union() local
102 flatbuffers::IDLOptions opts; in proto_test_union_id() local
119 flatbuffers::IDLOptions opts; in proto_test_union_suffix() local
136 flatbuffers::IDLOptions opts; in proto_test_union_suffix_id() local
155 flatbuffers::IDLOptions opts; in proto_test_include() local
172 flatbuffers::IDLOptions opts; in proto_test_include_id() local
190 flatbuffers::IDLOptions opts; in proto_test_include_union() 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/pytorch/torch/csrc/distributed/c10d/
DPyProcessGroup.hpp72 const AllgatherOptions& opts = AllgatherOptions()) override { in allgather()
85 const AllgatherOptions& opts = AllgatherOptions()) override { in allgather_into_tensor_coalesced()
97 const AllreduceOptions& opts = AllreduceOptions()) override { in allreduce()
108 const AllreduceCoalescedOptions& opts = in allreduce_coalesced()
123 const AllToAllOptions& opts = AllToAllOptions()) override { in alltoall_base()
136 const BarrierOptions& opts = BarrierOptions()) override { in barrier()
146 const BroadcastOptions& opts = BroadcastOptions()) override { in broadcast()
158 const ReduceScatterOptions& opts = ReduceScatterOptions()) override { in reduce_scatter()
171 const ReduceScatterOptions& opts = ReduceScatterOptions()) override { in reduce_scatter_tensor_coalesced()
DProcessGroup.hpp130 const BroadcastOptions& opts = BroadcastOptions()) { in broadcast()
156 const AllreduceOptions& opts = AllreduceOptions()) { in allreduce()
178 const AllreduceCoalescedOptions& opts = AllreduceCoalescedOptions()) { in allreduce_coalesced()
196 const ReduceOptions& opts = ReduceOptions()) { in reduce()
218 const AllgatherOptions& opts = AllgatherOptions()) { in allgather()
243 const AllgatherOptions& opts = AllgatherOptions()) { in _allgather_base()
269 const AllgatherOptions& opts = AllgatherOptions()) { in allgather_coalesced()
290 const AllgatherOptions& opts = AllgatherOptions()) { in allgather_into_tensor_coalesced()
308 const GatherOptions& opts = GatherOptions()) { in gather()
328 const ScatterOptions& opts = ScatterOptions()) { in scatter()
[all …]
DProcessGroupWrapper.cpp401 const BroadcastOptions& opts) { in broadcast()
408 const AllreduceOptions& opts) { in allreduce()
415 const AllreduceCoalescedOptions& opts) { in allreduce_coalesced()
426 const ReduceOptions& opts) { in reduce()
434 const AllgatherOptions& opts) { in allgather()
446 const AllgatherOptions& opts) { in _allgather_base()
455 const AllgatherOptions& opts) { in allgather_coalesced()
467 const GatherOptions& opts) { in gather()
475 const ScatterOptions& opts) { in scatter()
483 const ReduceScatterOptions& opts) { in reduce_scatter()
[all …]
/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/android-crates-io/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/android-crates-io/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/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/mesa3d/src/compiler/nir/
Dnir_lower_texcoord_replace_late.c11 struct opts { struct
19 struct opts *opts = data; in pass() argument
/external/gsc-utils/
Dfirmware_builder.py26 def build(opts): argument
53 def bundle(opts): argument
65 def test(opts): argument
/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/android-crates-io/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()

12345678910>>...50