Home
last modified time | relevance | path

Searched defs:explicit (Results 1 – 25 of 40) sorted by relevance

12

/third_party/python/Lib/lib2to3/tests/data/fixers/myfixes/
Dfix_explicit.py4 explicit = True variable in FixExplicit
/third_party/python/Lib/distutils/
Dutil.py485 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/
Dlib_addstr.c59 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/
Dregions-lifetime-nonfree-late-bound.rs16 fn explicit() { in main() function
/third_party/rust/rust/tests/ui/regions/
Dregions-lifetime-nonfree-late-bound.rs19 fn explicit() { in main() function
/third_party/python/Lib/lib2to3/fixes/
Dfix_buffer.py14 explicit = True # The user must ask for this fixer variable in FixBuffer
Dfix_set_literal.py15 explicit = True variable in FixSetLiteral
Dfix_ws_comma.py14 explicit = True # The user must ask for this fixers variable in FixWsComma
Dfix_idioms.py38 explicit = True # The user must ask for this fixer variable in FixIdioms
/third_party/rust/rust/tests/ui/borrowck/
Dborrowck-bad-nested-calls-move.rs28 fn explicit() { in explicit() function
Dborrowck-bad-nested-calls-free.rs28 fn explicit() { in explicit() function
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/casts/
Dutils.rs38 let mut explicit = 0i128; in enum_ty_to_nbits() localVariable
/third_party/PyYAML/lib/yaml/
Devents.py47 explicit=None, version=None, tags=None): argument
56 explicit=None): argument
/third_party/typescript/tests/baselines/reference/
DthisTypeInAccessors.js7 const explicit = { variable
40 var explicit = { variable
DreverseMappedPartiallyInferableTypes.js41 explicit: { property
142 explicit: { property
/third_party/rust/rust/tests/ui/lifetimes/
Dbare-trait-object.rs11 fn explicit(fill_buf: &mut dyn FnMut(&mut [u8])) { in explicit() function
/third_party/typescript/tests/cases/conformance/types/thisType/
DthisTypeInAccessors.ts9 const explicit = { constant
DthisTypeInFunctions.ts144 explicit(this: Base1): number { return this.x; } method in Base1
154 explicit(this: Base1): number { return this.x; } method in Base2
DthisTypeInFunctionsNegative.ts126 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/
Dmod.rs10 mod explicit; module
/third_party/rust/rust/tests/ui/impl-trait/
Dmust_outlive_least_region_or_bound.rs6 fn explicit<'a>(x: &'a i32) -> impl Copy { x } in explicit() function
/third_party/python/Lib/lib2to3/
Dmain.py36 def __init__(self, fixers, options, explicit, nobackups, show_diffs, argument
Dfixer_base.py32 explicit = False # Is this ignored by refactor.py -f all? variable in BaseFix
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dmanual_async_fn.rs101 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/
DPluralRanges.java33 private boolean[] explicit = new boolean[StandardPlural.COUNT]; field in PluralRanges

12