| /third_party/skia/third_party/externals/tint/tools/src/cmd/check-spec-examples/ |
| D | main.go | 189 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/rust/rust/tests/ui/suggestions/ |
| D | issue-68049-2.rs | 2 fn example(&self, input: &i32); // should suggest here in example() method 8 fn example(&self, input: &i32) { // should not suggest here in example() method 16 fn example(&self, input: &i32) { // should not suggest here in example() method
|
| /third_party/jerryscript/targets/esp8266/docs/ |
| D | ESP-PREREQUISITES.md | 68 ##### Get the source 75 ##### Compile 91 ##### Flashing
|
| /third_party/python/Doc/library/ |
| D | shutil.rst | 506 .. _shutil-rmtree-example: 526 .. _archiving-operations: 743 Archiving example with *base_dir*
|
| /third_party/typescript/tests/baselines/reference/ |
| D | emitThisInObjectLiteralGetter.js | 2 const example = { variable 10 var example = { variable
|
| D | discriminatedUnionTypes3.js | 14 const example: SomeReturnType = {} as SomeReturnType; constant 23 var example = {}; variable
|
| D | asyncImportedPromise_es6.js | 9 async example<T>(): Task<T> { return; } field in Test 32 example() { method in Test
|
| D | declarationQuotedMembers.js | 3 export const example = mapped; constant
|
| D | keyofModuleObjectHasCorrectKeys.js | 26 var example = require("./example"); variable
|
| /third_party/rust/rust/src/tools/rustfmt/tests/target/ |
| D | unindent_if_else_cond_comment.rs | 3 fn example() { in example() function
|
| /third_party/typescript/tests/cases/compiler/ |
| D | emitThisInObjectLiteralGetter.ts | 2 const example = { constant
|
| D | declarationQuotedMembers.ts | 3 export const example = mapped; constant
|
| D | typeInferenceCacheInvalidation.ts | 7 declare function example<TFoo, TBar, TCallback extends Callback<TFoo, TBar>>( function
|
| /third_party/rust/rust/tests/ui/macros/ |
| D | must-use-in-macro-55516.rs | 8 let mut example = String::new(); in main() localVariable
|
| /third_party/opencl-headers/tests/conan/ |
| D | CMakeLists.txt | 9 add_executable(example example.c) target
|
| /third_party/rust/rust/tests/ui/generator/ |
| D | issue-52304.rs | 7 pub fn example() -> impl Generator { in example() function
|
| /third_party/rust/rust/tests/codegen/ |
| D | mir-inlined-line-numbers.rs | 17 pub fn example() { in example() function
|
| /third_party/typescript/tests/cases/conformance/async/es6/ |
| D | asyncImportedPromise_es6.ts | 9 async example<T>(): Task<T> { return; } method in Test
|
| /third_party/rust/rust/tests/ui/const-generics/ |
| D | suggest_const_for_array.rs | 3 fn example<const N: usize>() {} in example() function
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.5/tail_recursion_elimination_on_conditional_types/ |
| D | tail_recursion_elimination_on_conditional_types1.ts | 27 type example = project<" tool">; alias
|
| /third_party/rust/rust/tests/ui/issues/ |
| D | issue-41229-ref-str.rs | 1 pub fn example(ref s: str) {} in example() function
|
| /third_party/typescript/tests/cases/conformance/async/es5/ |
| D | asyncImportedPromise_es5.ts | 10 async example<T>(): Task<T> { return; } method in Test
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| D | class_static.hpp | 4 static const int* example; member in MyClass
|
| /third_party/rust/crates/bitflags/tests/compile-fail/visibility/ |
| D | private_field.rs | 1 mod example { module
|
| /third_party/typescript/tests/cases/conformance/types/union/ |
| D | discriminatedUnionTypes3.ts | 15 const example: SomeReturnType = {} as SomeReturnType; constant
|