Home
last modified time | relevance | path

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

123456

/third_party/skia/tools/fiddle/
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;
45 sk_tools::Registry<fiddle::Example> reg_##NAME( \ argument
/third_party/skia/site/docs/user/api/
DSkPath_Overview.md53 ### Example subsection
67 ### Example subsection
94 ### Example subsection
120 ### Example subsection
139 ### Example subsection
/third_party/rust/crates/cxx/book/src/build/
Dcargo.md176 ### Example subsection
196 ### Example subsection
250 ### Example subsection
294 ### Example subsection
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitDefaultExportWithStaticAssignment.ts7 export default function Example() {} function
13 export default function Example() {} function
18 export default function Example() {} function
DparameterReferenceInInitializer2.ts1 function Example(x = function(x: any) { return x; }) { // Error: parameter 'x' cannot be function
DnewLineInTypeofInstantiation.ts1 interface Example { interface
/third_party/typescript/tests/baselines/reference/
DprivateInstanceVisibility.js44 var Example = /** @class */ (function () { class
45 function Example() { class in anonymousFunctionbcab75500100.Example
47 Example.prototype.doSomething = function () { class
DsubclassWithPolymorphicThisIsAssignable.js10 export class Example<Z extends CustomDocument> { class
25 function Example() { class in Example
DinferParameterWithMethodCallInitializer.js28 function Example() { class
30 Example.prototype.getNumber = function () { class
DclassPropertyErrorOnNameOnly.js7 class Example { class
45 function Example() { class in Example
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_EXT_pipeline_library_group_handles.adoc73 == Example section in VK_EXT_pipeline_library_group_handles
75 === Incrementally linking
/third_party/cJSON/
DREADME.md325 ### Example subsection
349 #### Printing
486 #### Parsing
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/
DREADME.md20 ## Example section in Shader Variations
/third_party/rust/crates/cxx/book/src/
Dindex.md32 ## Example section in CXX — safe interop between Rust and C++
/third_party/python/Doc/library/
Dcopyreg.rst42 Example subtitle
Dpty.rst83 Example subtitle
Duuid.rst266 Example subtitle
Dtermios.rst105 Example subtitle
/third_party/skia/experimental/c-api-example/
Dc.md109 Example section in Skia's Stable C API
/third_party/rust/crates/is-terminal/
DREADME.md39 ## Example section
/third_party/rust/crates/cxx/book/src/binding/
Dcxxvector.md19 ## Example section in std::vector\\<T\\>
Dsharedptr.md15 ## Example section in std::shared\\_ptr\\<T\\>
Dcxxstring.md23 ## Example section in std::string
Duniqueptr.md18 ## Example section in std::unique\\_ptr\\<T\\>
Drawptr.md18 ## Example section in *mut T,&ensp;*const T

123456