| /third_party/skia/tools/fiddle/ |
| D | examples.h | 14 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; 45 sk_tools::Registry<fiddle::Example> reg_##NAME( \ argument
|
| /third_party/skia/m133/tools/fiddle/ |
| D | examples.h | 14 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
|
| /third_party/rust/rust/tests/ui/const-generics/generic_const_exprs/ |
| D | no_where_clause.rs | 8 pub struct Example<const N: usize> { struct 14 impl<const N: usize> Example<N> { impl 23 impl Example<2> { implementation
|
| D | needs_where_clause.rs | 9 struct Example<T, const N: usize> { struct 10 a: [f32; N], 11 b: [f32; complex_maths::<T>(N)], 13 c: T,
|
| /third_party/skia/m133/site/docs/user/api/ |
| D | SkPath_Overview.md | 53 ### Example subsection 67 ### Example subsection 94 ### Example subsection 120 ### Example subsection 139 ### Example subsection
|
| /third_party/skia/site/docs/user/api/ |
| D | SkPath_Overview.md | 53 ### Example subsection 67 ### Example subsection 94 ### Example subsection 120 ### Example subsection 139 ### Example subsection
|
| /third_party/rust/rust/tests/ui/closures/ |
| D | issue-102089-multiple-opaque-cast.rs | 4 pub struct Example<'a, T> { struct 9 impl<'a, T> Example<'a, T> { implementation
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/ |
| D | generate_default_from_new.rs | 159 impl Example { in generate_default() impl 170 impl Example { in generate_default() impl 468 impl Example { in new_function_with_parameters() impl 485 impl Example { in other_function_than_new() impl 504 impl Example { in default_block_is_already_present() impl 540 impl Example { in multiple_struct_blocks() impl 550 impl Example { in multiple_struct_blocks() impl 571 impl Example { in when_struct_is_after_impl() impl 580 impl Example { in when_struct_is_after_impl() impl 606 impl Example { in struct_in_module() impl [all …]
|
| /third_party/rust/rust/tests/ui/parser/ |
| D | method-call-on-struct-literal-in-if-condition.rs | 1 pub struct Example { a: i32 } argument 3 impl Example { impl
|
| /third_party/rust/rust/tests/ui/macros/rfc-3086-metavar-expr/ |
| D | macro-expansion.rs | 6 struct Example<'a> { struct 9 _nested: Vec<Example<'a>>, argument
|
| /third_party/rust/crates/cxx/book/src/build/ |
| D | cargo.md | 176 ### Example subsection 196 ### Example subsection 250 ### Example subsection 294 ### Example subsection
|
| /third_party/rust/rust/tests/ui/const-generics/ |
| D | invalid-enum.rs | 14 pub struct Example<const CF: CompileFlag, T=u32>{ struct 18 impl<const CF: CompileFlag, T> Example<CF, T> { argument
|
| /third_party/typescript/tests/cases/compiler/ |
| D | declarationEmitDefaultExportWithStaticAssignment.ts | 7 export default function Example() {} function 13 export default function Example() {} function 18 export default function Example() {} function
|
| /third_party/grpc/tools/run_tests/ |
| D | README.md | 10 ###### 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)
|
| /third_party/rust/rust/src/doc/unstable-book/src/compiler-flags/ |
| D | sanitizer.md | 215 ## Example section in ControlFlowIntegrity 527 ## Example section in HWAddressSanitizer 666 ## Example section in MemorySanitizer 763 ## Example section in ThreadSanitizer
|
| /third_party/typescript/tests/baselines/reference/ |
| D | privateInstanceVisibility.js | 44 var Example = /** @class */ (function () { class 45 function Example() { class in anonymousFunction23b545720100.Example 47 Example.prototype.doSomething = function () { class
|
| D | subclassWithPolymorphicThisIsAssignable.js | 10 export class Example<Z extends CustomDocument> { class 25 function Example() { class in Example
|
| D | inferParameterWithMethodCallInitializer.js | 28 function Example() { class 30 Example.prototype.getNumber = function () { class
|
| D | classPropertyErrorOnNameOnly.js | 7 class Example { class 45 function Example() { class in Example
|
| /third_party/rust/rust/tests/ui/confuse-field-and-method/ |
| D | issue-32128.rs | 1 struct Example { struct 6 let demo = Example { in main() argument
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
| D | VK_EXT_pipeline_library_group_handles.adoc | 73 == Example section in VK_EXT_pipeline_library_group_handles 75 === Incrementally linking
|
| /third_party/rust/rust/src/doc/unstable-book/src/language-features/ |
| D | unix-sigpipe.md | 22 ### Example subsection 41 ### Example subsection
|
| /third_party/rust/rust/tests/ui/methods/issues/ |
| D | issue-61525.rs | 1 pub trait Example { interface
|
| /third_party/rust/rust/tests/ui/const-generics/min_const_generics/ |
| D | macro-fail.rs | 1 struct Example<const N: usize>; struct 12 impl<const N: usize> Marker<N> for Example<N> {} implementation
|
| /third_party/rust/rust/tests/ui/specialization/ |
| D | specialization-default-types.rs | 7 trait Example { trait
|