Home
last modified time | relevance | path

Searched defs:Example (Results 1 – 25 of 626) sorted by relevance

12345678910>>...26

/aosp_15_r20/external/skia/tools/fiddle/
H A Dexamples.h14 struct Example { struct
15 void (*fFunc)(SkCanvas*);
16 const char* fName;
17 double fAnimationDuration;
18 int fImageIndex;
19 int fWidth;
20 int fHeight;
21 int fOffscreenWidth;
22 int fOffscreenHeight;
46 sk_tools::Registry<fiddle::Example> reg_##NAME( \ argument
/aosp_15_r20/external/pigweed/pw_build/
H A Dgn.rst306 Example section in pw_cc_blob_library
369 .. _module-pw_build-facade:
538 Example section in pw_test_info
647 .. _module-pw_build-python-action-expressions:
738 Example section in pw_test_info
754 .. _module-pw_build-evaluate-path-expressions:
781 Example section in pw_evaluate_path_expressions
824 .. _module-pw_build-pw_exec:
868 Example section in pw_exec
909 Example section in pw_input_group
[all …]
H A Dpython.rst136 Example subsection
169 .. _module-pw_build-pw_python_action:
249 Example subsection
324 Example subsection
419 Example subsection
433 .. _module-pw_build-pw_python_distribution:
523 Example subsection
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/
Dexample.go23 type Example struct { struct
24 Name string // name of the item being exemplified (including optional suffix)
25 Suffix string // example suffix, without leading '_' (only populated by NewFromFiles)
26 Doc string // example function doc string
27 Code ast.Node
28 Play *ast.File // a whole program version of the example
29 Comments []*ast.CommentGroup
30 Output string // expected output
31 Unordered bool
32 EmptyOutput bool // expect empty output
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/data/
H A Dexample.h12 struct Example { struct
16 Example() = default; argument
17 Example(Data data, Target target) in Example() argument
28 /// A specialization for `Example` that does not have a target. argument
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/
H A DREADME.md69 ### 0. Original Model
82 ### 1.1 Fusion
123 ### 1.2 QAT Module Swap
149 ### 1.3 QuantDeQuantStub and Observer/FakeQuantize Insertion
320 ### 2. Calibration/Training
323 ### 3.1 Conversion to Reference Quantized Model
404 ### 3.2 Lower to PyTorch Native Backend
/aosp_15_r20/external/pigweed/pw_containers/
H A Ddocs.rst38 Example section in pw::InlineVarLenEntryQueue
183 Example section in pw::IntrusiveList
207 Example section in pw::IntrusiveForwardList
257 Example section in pw::IntrusiveSet
281 Example section in pw::IntrusiveMultiSet
306 Example argument
330 Example section in pw::IntrusiveMultiMap
/aosp_15_r20/external/skia/site/docs/user/api/
H A DSkPath_Overview.md53 ### Example subsection
67 ### Example subsection
94 ### Example subsection
120 ### Example subsection
139 ### Example subsection
/aosp_15_r20/external/rust/android-crates-io/crates/ash/
DREADME.md232 ## Example section in Ash
235 #### Windows
237 #### Linux
239 #### macOS
249 ### [Triangle](https://github.com/MaikKlein/ash/blob/master/examples/src/bin/triangle.rs)
258 ### [Texture](https://github.com/MaikKlein/ash/blob/master/examples/src/bin/texture.rs)
/aosp_15_r20/external/rust/android-crates-io/crates/darling/tests/
Dflatten_error_accumulation.rs25 struct Example { struct
35 let e = Example::from_derive_input(&parse_quote! { in many_errors() argument
Dflatten.rs13 struct Example { struct
22 let di = Example::from_derive_input(&parse_quote! { in happy_path() argument
194 struct Example { in flattening_to_box() struct
196 items: Box<Vis>, in flattening_to_box()
/aosp_15_r20/external/pigweed/pw_unit_test/
H A Ddocs.rst839 Example subsection
851 .. _module-pw_unit_test-pw_test_group:
896 Example subsection
917 .. _module-pw_unit_test-pw_facade_test:
1141 Example subsection
1155 .. _module-pw_unit_test-pw_add_test_group:
1211 Example subsection
1231 .. _module-pw_unit_test-cmake-args:
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/builders/
H A Dgenerate_test_main.go57 type Example struct { struct
58 Package string
59 Name string
60 Output string
61 Unordered bool
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/book/src/build/
H A Dcargo.md176 ### Example subsection
196 ### Example subsection
250 ### Example subsection
294 ### Example subsection
/aosp_15_r20/external/rust/cxx/book/src/build/
Dcargo.md176 ### Example subsection
196 ### Example subsection
250 ### Example subsection
294 ### Example subsection
/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/
H A DMethodHandlesTest.java411 static class Example implements IntExample { class in MethodHandlesTest
413 public Example() { name = "Example#"+nextArg(); } in Example() method in MethodHandlesTest.Example
414 protected Example(String name) { this.name = name; } in Example() method in MethodHandlesTest.Example
416 protected Example(int x) { this(); called("protected <init>", this, x); } in Example() method in MethodHandlesTest.Example
443 public Example(String x, int y) { this.name = x+y; called("Example.<init>", x, y); } in Example() method in MethodHandlesTest.Example
444 public Example(int x, String y) { this.name = x+y; called("Example.<init>", x, y); } in Example() method in MethodHandlesTest.Example
445 public Example(int x, int y) { this.name = x+""+y; called("Example.<init>", x, y); } in Example() method in MethodHandlesTest.Example
446 public Example(int x, long y) { this.name = x+""+y; called("Example.<init>", x, y); } in Example() method in MethodHandlesTest.Example
447 public Example(int x, float y) { this.name = x+""+y; called("Example.<init>", x, y); } in Example() method in MethodHandlesTest.Example
448 public Example(int x, double y) { this.name = x+""+y; called("Example.<init>", x, y); } in Example() method in MethodHandlesTest.Example
[all …]
/aosp_15_r20/external/coreboot/Documentation/lib/
H A Dfw_config.md199 #### devicetree.cb
212 #### overridetree.cb
225 #### static.h
261 #### overridetree.cb
/aosp_15_r20/external/pigweed/pw_rpc/
H A Dcpp.rst157 Example subsection
561 Example section in RPC calls introspection
605 Example section in Client synchronous call wrappers
/aosp_15_r20/external/llvm/docs/
H A DLangRef.rst5314 .. _i_br:
5363 .. _i_switch:
5425 .. _i_indirectbr:
5476 .. _i_invoke:
5575 .. _i_resume:
5614 .. _i_catchswitch:
5670 .. _i_catchret:
5718 .. _i_cleanupret:
5769 .. _i_unreachable:
5858 .. _i_fadd:
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/litrs/
DREADME.md23 ## Example section in `litrs`: parsing and inspecting Rust literals
25 ### In proc macro
64 ### Parsing from a `&str`
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/
DREADME.md10 ###### Example l5subsection in Unit tests (run_tests.py)
28 ###### Example l5subsection in Interop tests (run_interop_tests.py)
44 ###### Example l5subsection in Artifacts & Packages (task_runner.py)
/aosp_15_r20/external/grpc-grpc/tools/run_tests/
H A DREADME.md10 ###### Example l5subsection in Unit tests (run_tests.py)
28 ###### Example l5subsection in Interop tests (run_interop_tests.py)
44 ###### Example l5subsection in Artifacts & Packages (task_runner.py)
/aosp_15_r20/external/rust/android-crates-io/crates/arbitrary/
DREADME.md26 ## Example section
34 ### Automatically Deriving `Arbitrary`
97 ### Implementing `Arbitrary` By Hand
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
H A Dparse_testdata.h35 struct Example { struct
42 std::vector<Example>* examples); argument
/aosp_15_r20/external/executorch/backends/vulkan/
H A DREADME.md83 ### Compile and lower a model to the Vulkan Delegate
141 ### Build Vulkan Delegate libraries
183 ### Run the Vulkan model on device

12345678910>>...26