/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/test/src/ |
H A D | options.rs | 65 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 D | options.rs | 65 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 D | options.rs | 65 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 D | cxx11_tensor_executor.cpp | 61 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/ |
D | options.rs | 101 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/ |
D | amber.h | 107 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/ |
D | file_test.h | 104 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/ |
D | file_test.h | 104 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 D | file_test.h | 104 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 D | file_test.h | 104 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/ |
D | options.rs | 37 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 D | periodic_function.h | 77 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/ |
D | driver.go | 32 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 D | hlo_control_flow_flattening.h | 39 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 D | console.rs | 131 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 D | rustdoc_test_writer.rs | 13 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/ |
D | graph.go | 27 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/ |
D | plugin.go | 28 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 D | ARMTargetMachine.cpp | 69 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 D | cross_device_utils.py | 263 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 D | network_emulation.h | 260 struct Options { struct 284 EmulatedEndpointImpl(const Options& options, argument
|
/aosp_15_r20/external/icing/icing/index/ |
H A D | index.h | 74 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/ |
D | lib.rs | 234 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 D | service.h | 42 struct Options { struct 64 explicit DistributedRuntimeServiceImpl(const Options& options); argument
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | tkinter.ttk.rst | 309 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
|