Home
last modified time | relevance | path

Searched defs:Options (Results 101 – 125 of 1632) sorted by relevance

12345678910>>...66

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/test/src/
H A Doptions.rs65 pub struct Options { struct
70 impl Options { implementation
75 pub fn display_output(mut self, display_output: bool) -> Options { in display_output() method
80 pub fn panic_abort(mut self, panic_abort: bool) -> Options { in panic_abort() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/test/src/
H A Doptions.rs65 pub struct Options { struct
70 impl Options { argument
75 pub fn display_output(mut self, display_output: bool) -> Options { in display_output() method
80 pub fn panic_abort(mut self, panic_abort: bool) -> Options { in panic_abort() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/test/src/
H A Doptions.rs65 pub struct Options { struct
70 impl Options { implementation
75 pub fn display_output(mut self, display_output: bool) -> Options { in display_output() method
80 pub fn panic_abort(mut self, panic_abort: bool) -> Options { in panic_abort() method
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_executor.cpp61 static constexpr int Options = 0 | Layout; in test_execute_unary_expr() local
89 static constexpr int Options = 0 | Layout; in test_execute_binary_expr() local
120 static constexpr int Options = 0 | Layout; in test_execute_broadcasting() local
243 static constexpr int Options = 0 | Layout; in test_execute_shuffle_rvalue() local
281 static constexpr int Options = 0 | Layout; in test_execute_shuffle_lvalue() local
320 static constexpr int Options = 0 | Layout; in test_execute_reshape() local
358 static constexpr int Options = 0 | Layout; in test_execute_slice_rvalue() local
398 static constexpr int Options = 0 | Layout; in test_execute_slice_lvalue() local
440 static constexpr int Options = 0 | Layout; in test_execute_broadcasting_of_forced_eval() local
484 static constexpr int Options = 0 | Layout; in test_execute_generator_op() local
[all …]
/aosp_15_r20/trusty/user/base/lib/unittest-rust/src/
Doptions.rs101 pub struct Options { struct
106 impl Options { argument
111 pub fn display_output(mut self, display_output: bool) -> Options { in display_output() method
116 pub fn panic_abort(mut self, panic_abort: bool) -> Options { in panic_abort() method
/aosp_15_r20/external/deqp-deps/amber/include/amber/
Damber.h107 struct Options { struct
112 EngineType engine;
114 EngineConfig* config;
124 std::string spv_env;
148 Options* opts); argument
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/test/
Dfile_test.h104 struct Options { struct
106 const char *path = nullptr;
109 FileTestFunc callback = nullptr;
111 void *arg = nullptr;
114 bool silent = false;
116 std::function<void(const std::string&)> comment_callback;
120 bool is_kas_test = false;
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/test/
Dfile_test.h104 struct Options { struct
106 const char *path = nullptr;
109 FileTestFunc callback = nullptr;
111 void *arg = nullptr;
114 bool silent = false;
116 std::function<void(const std::string&)> comment_callback;
120 bool is_kas_test = false;
/aosp_15_r20/external/boringssl/src/crypto/test/
H A Dfile_test.h104 struct Options { struct
106 const char *path = nullptr;
109 FileTestFunc callback = nullptr;
111 void *arg = nullptr;
114 bool silent = false;
116 std::function<void(const std::string&)> comment_callback;
120 bool is_kas_test = false;
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/test/
H A Dfile_test.h104 struct Options { struct
106 const char *path = nullptr;
109 FileTestFunc callback = nullptr;
111 void *arg = nullptr;
114 bool silent = false;
116 std::function<void(const std::string&)> comment_callback;
120 bool is_kas_test = false;
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/usage/
Doptions.rs37 pub struct Options { struct
43 impl From<Purpose> for Options { argument
52 impl Options { implementation
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dperiodic_function.h77 struct Options { struct
78 Options() {} in Options() function
82 ThreadOptions thread_options; argument
101 int64_t interval_micros, const Options& options = Options()); argument
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/driver/
Ddriver.go32 func PProf(o *Options) error {
68 type Options struct { struct
69 Writer Writer
70 Flagset FlagSet
71 Fetch Fetcher
72 Sym Symbolizer
73 Obj ObjTool
74 UI UI
75 HTTPServer func(*HTTPServerArgs) error
76 HTTPTransport http.RoundTripper
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Dhlo_control_flow_flattening.h39 struct Options { struct
48 explicit HloControlFlowFlattening(const Options& options) in HloControlFlowFlattening() argument
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/
H A Dconsole.rs131 pub struct Options { struct
134 socket: Option<String>,
138 socket_path: Option<String>,
142 fd: Option<RawDescriptor>,
146 output_file: Option<PathBuf>,
149 input_file: Option<PathBuf>,
152 syslog: bool,
155 port: Vec<SerialParameters>,
/aosp_15_r20/external/bazelbuild-rules_rust/tools/rustdoc/
H A Drustdoc_test_writer.rs13 struct Options { struct
17 /// A list of substrings to strip from [Options::action_argv]. argument
32 fn parse_args() -> Options { in parse_args() argument
106 fn expand_params_file(mut options: Options) -> Options { in expand_params_file()
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/profile/
Dgraph.go27 type Options struct { struct
28 SampleValue func(s []int64) int64 // Function to compute the value of a sample
29 SampleMeanDivisor func(s []int64) int64 // Function to compute the divisor for mean graphs, or nil
31 DropNegative bool // Drop nodes with overall negative values
33 KeptNodes NodeSet // If non-nil, only use nodes in this set
243 func NewGraph(prof *Profile, o *Options) *Graph {
370 func CreateNodes(prof *Profile, o *Options) (Nodes, locationMap) {
395 func (nm NodeMap) findOrInsertLine(l *Location, li Line, o *Options) *Node {
407 func nodeInfo(l *Location, line Line, objfile string, o *Options) *NodeInfo {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/plugin/
Dplugin.go28 type Options struct { struct
29 Writer Writer
30 Flagset FlagSet
31 Fetch Fetcher
32 Sym Symbolizer
33 Obj ObjTool
34 UI UI
44 HTTPServer func(args *HTTPServerArgs) error
45 HTTPTransport http.RoundTripper
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp69 const TargetOptions &Options) { in computeTargetABI()
125 const TargetOptions &Options, in computeDataLayout()
194 const TargetOptions &Options, in ARMBaseTargetMachine()
268 const TargetOptions &Options, in ARMTargetMachine()
283 const TargetOptions &Options, in ARMLETargetMachine()
293 const TargetOptions &Options, in ARMBETargetMachine()
303 const TargetOptions &Options, in ThumbTargetMachine()
315 const TargetOptions &Options, in ThumbLETargetMachine()
325 const TargetOptions &Options, in ThumbBETargetMachine()
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dcross_device_utils.py263 options: collective_util.Options):
336 options: Optional[collective_util.Options] = None) -> core.Tensor:
364 options: Optional[collective_util.Options]) -> core.Tensor:
391 options: Optional[collective_util.Options] = None) -> core.Tensor:
438 options: Optional[collective_util.Options] = None) -> core.Tensor:
500 options: Optional[collective_util.Options] = None
533 [core.TensorLike, Optional[collective_util.Options]], core.Tensor]
555 options: Optional[collective_util.Options]) -> core.Tensor:
/aosp_15_r20/external/webrtc/test/network/
H A Dnetwork_emulation.h260 struct Options { struct
284 EmulatedEndpointImpl(const Options& options, argument
/aosp_15_r20/external/icing/icing/index/
H A Dindex.h74 struct Options { struct
75 explicit Options(const std::string& base_dir, uint32_t index_merge_size, in Options() argument
97 const Options& options, const Filesystem* filesystem, argument
/aosp_15_r20/external/rust/android-crates-io/crates/textwrap/src/
Dlib.rs234 pub struct Options<'a> { struct
240 /// [`Options::initial_indent`] method. argument
243 /// [`Options::subsequent_indent`] method. argument
247 /// `self.width`. See the [`Options::break_words`] method. argument
262 impl<'a> From<&'a Options<'a>> for Options<'a> { argument
277 impl<'a> From<usize> for Options<'a> { implementation
283 impl<'a> Options<'a> { implementation
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
H A Dservice.h42 struct Options { struct
64 explicit DistributedRuntimeServiceImpl(const Options& options); argument
/aosp_15_r20/external/python/cpython3/Doc/library/
Dtkinter.ttk.rst309 Options section in Combobox
395 Options section in Spinbox
471 Options section in Notebook
661 Options section in Progressbar
732 Options section in Separator
800 Options section in Treeview

12345678910>>...66