| /third_party/python/Lib/lib2to3/tests/data/fixers/myfixes/ |
| D | fix_explicit.py | 4 explicit = True variable in FixExplicit
|
| /third_party/python/Lib/distutils/ |
| D | util.py | 485 def run_2to3(files, fixer_names=None, options=None, explicit=None): argument 513 options=None, explicit=None): argument 559 explicit = None variable in Mixin2to3
|
| /third_party/ncurses/ncurses/base/ |
| D | lib_addstr.c | 59 bool explicit = (n > 0); in NCURSES_EXPORT() local 234 bool explicit = (n > 0); in waddnwstr() local
|
| /third_party/rust/rust/src/tools/miri/tests/pass/ |
| D | regions-lifetime-nonfree-late-bound.rs | 16 fn explicit() { in main() function
|
| /third_party/rust/rust/tests/ui/regions/ |
| D | regions-lifetime-nonfree-late-bound.rs | 19 fn explicit() { in main() function
|
| /third_party/python/Lib/lib2to3/fixes/ |
| D | fix_buffer.py | 14 explicit = True # The user must ask for this fixer variable in FixBuffer
|
| D | fix_set_literal.py | 15 explicit = True variable in FixSetLiteral
|
| D | fix_ws_comma.py | 14 explicit = True # The user must ask for this fixers variable in FixWsComma
|
| D | fix_idioms.py | 38 explicit = True # The user must ask for this fixer variable in FixIdioms
|
| /third_party/rust/rust/tests/ui/borrowck/ |
| D | borrowck-bad-nested-calls-move.rs | 28 fn explicit() { in explicit() function
|
| D | borrowck-bad-nested-calls-free.rs | 28 fn explicit() { in explicit() function
|
| /third_party/rust/rust/src/tools/clippy/clippy_lints/src/casts/ |
| D | utils.rs | 38 let mut explicit = 0i128; in enum_ty_to_nbits() localVariable
|
| /third_party/PyYAML/lib/yaml/ |
| D | events.py | 47 explicit=None, version=None, tags=None): argument 56 explicit=None): argument
|
| /third_party/typescript/tests/baselines/reference/ |
| D | thisTypeInAccessors.js | 7 const explicit = { variable 40 var explicit = { variable
|
| D | reverseMappedPartiallyInferableTypes.js | 41 explicit: { property 142 explicit: { property
|
| /third_party/rust/rust/tests/ui/lifetimes/ |
| D | bare-trait-object.rs | 11 fn explicit(fill_buf: &mut dyn FnMut(&mut [u8])) { in explicit() function
|
| /third_party/typescript/tests/cases/conformance/types/thisType/ |
| D | thisTypeInAccessors.ts | 9 const explicit = { constant
|
| D | thisTypeInFunctions.ts | 144 explicit(this: Base1): number { return this.x; } method in Base1 154 explicit(this: Base1): number { return this.x; } method in Base2
|
| D | thisTypeInFunctionsNegative.ts | 126 explicit(this: Base1): number { return this.x; } method in Base1 135 explicit(this: Base1): number { return this.x; } method in Base2
|
| /third_party/rust/rust/compiler/rustc_hir_analysis/src/outlives/ |
| D | mod.rs | 10 mod explicit; module
|
| /third_party/rust/rust/tests/ui/impl-trait/ |
| D | must_outlive_least_region_or_bound.rs | 6 fn explicit<'a>(x: &'a i32) -> impl Copy { x } in explicit() function
|
| /third_party/python/Lib/lib2to3/ |
| D | main.py | 36 def __init__(self, fixers, options, explicit, nobackups, show_diffs, argument
|
| D | fixer_base.py | 32 explicit = False # Is this ignored by refactor.py -f all? variable in BaseFix
|
| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | manual_async_fn.rs | 101 fn explicit<'a, 'b>(_: &'a i32, _: &'b i32) -> impl Future<Output = i32> + 'a + 'b { in explicit() function
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | PluralRanges.java | 33 private boolean[] explicit = new boolean[StandardPlural.COUNT]; field in PluralRanges
|