Home
last modified time | relevance | path

Searched defs:example (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/third_party/externals/tint/tools/src/cmd/check-spec-examples/
Dmain.go189 type example struct { struct
190 name string // The name (typically hash generated by bikeshed)
191 code string // The example source
192 globalScope bool // Annotated with 'global-scope' ?
193 functionScope bool // Annotated with 'function-scope' ?
194 expectError bool // Annotated with 'expect-error' ?
202 func tryCompile(compiler, wd string, e example) error {
243 func gatherExamples(node *html.Node, examples *[]example) error {
/third_party/jerryscript/targets/esp8266/docs/
DESP-PREREQUISITES.md68 ##### Get the source
75 ##### Compile
91 ##### Flashing
/third_party/python/Doc/library/
Dshutil.rst506 .. _shutil-rmtree-example:
526 .. _archiving-operations:
743 Archiving example with *base_dir*
/third_party/typescript/tests/baselines/reference/
DdiscriminatedUnionTypes3.js14 const example: SomeReturnType = {} as SomeReturnType; constant
23 var example = {}; variable
DemitThisInObjectLiteralGetter.js2 const example = { variable
10 var example = { variable
DasyncImportedPromise_es6.js9 async example<T>(): Task<T> { return; } field in Test
32 example() { method in Test
DdeclarationQuotedMembers.js3 export const example = mapped; constant
DkeyofModuleObjectHasCorrectKeys.js26 var example = require("./example"); variable
/third_party/typescript/tests/cases/compiler/
DemitThisInObjectLiteralGetter.ts2 const example = { constant
DdeclarationQuotedMembers.ts3 export const example = mapped; constant
DtypeInferenceCacheInvalidation.ts7 declare function example<TFoo, TBar, TCallback extends Callback<TFoo, TBar>>( function
/third_party/opencl-headers/tests/conan/
DCMakeLists.txt9 add_executable(example example.c) target
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.5/tail_recursion_elimination_on_conditional_types/
Dtail_recursion_elimination_on_conditional_types1.ts27 type example = project<" tool">; alias
/third_party/typescript/tests/cases/conformance/async/es5/
DasyncImportedPromise_es5.ts10 async example<T>(): Task<T> { return; } method in Test
/third_party/typescript/tests/cases/conformance/async/es6/
DasyncImportedPromise_es6.ts9 async example<T>(): Task<T> { return; } method in Test
/third_party/rust/crates/bitflags/tests/compile-fail/visibility/
Dprivate_field.rs1 mod example { module
Dprivate_flags.rs1 mod example { module
/third_party/typescript/tests/cases/conformance/types/union/
DdiscriminatedUnionTypes3.ts15 const example: SomeReturnType = {} as SomeReturnType; constant
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dclass_static.hpp4 static const int* example; member in MyClass
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.1/unrelated_types_for_getters_and_setters/
Dunrelated_types_for_getters_and_setters_5.ts37 const example = new Example(); constant
Dunrelated_types_for_getters_and_setters_9.ts37 const example = new Example(); constant
/third_party/flatbuffers/tests/arrays_test/
Dmod.rs5 pub mod example { module
/third_party/typescript/tests/cases/conformance/salsa/
DtypeFromPropertyAssignment10_1.ts22 var example = new Outer.app.Inner(); variable
DtypeFromPropertyAssignment10.ts22 var example = new Outer.app.Inner(); variable
/third_party/python/Lib/tkinter/
Dscrolledtext.py45 def example(): function

12