Home
last modified time | relevance | path

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

12

/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/python/Lib/lib2to3/tests/data/fixers/myfixes/
Dfix_explicit.py4 explicit = True variable in FixExplicit
/third_party/python/Lib/lib2to3/fixes/
Dfix_set_literal.py15 explicit = True variable in FixSetLiteral
Dfix_buffer.py14 explicit = True # The user must ask for this fixer variable in FixBuffer
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/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
DthisTypeInFunctionsNegative.js290 explicit() { return this.x; } method in Base1
297 explicit() { return this.x; } method in Base2
DthisTypeInFunctions.js342 Base1.prototype.explicit = function () { return this.x; }; method in Base1
357 Base2.prototype.explicit = function () { return this.x; }; method in Base2
/third_party/node/test/parallel/
Dtest-http-status-reason-invalid-chars.js8 function explicit(req, res) { 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/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
Drefactor.py164 def __init__(self, fixer_names, options=None, explicit=None): argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_resource.c248 struct fdl_explicit_layout explicit = { in fill_ubwc_buffer_sizes() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DPluralRanges.java33 private boolean[] explicit = new boolean[StandardPlural.COUNT]; field in PluralRanges
/third_party/python/Lib/lib2to3/tests/
Dtest_refactor.py42 def rt(self, options=None, fixers=_DEFAULT_FIXERS, explicit=None): argument
/third_party/python/Tools/c-analyzer/c_parser/
Dinfo.py1524 def find(self, *key, **explicit):
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c6219 offset_to_ps_input(uint32_t offset, bool flat_shade, bool explicit, bool float16) in offset_to_ps_input()
6277 bool explicit = !!(ps->info.ps.explicit_shaded_mask & (1u << *ps_offset)); in input_mask_to_ps_inputs() local
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js688 this.explicit = []; property
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs2091 let explicit = helpers::ast_ty::int_expr(explicit as i64); in codegen() localVariable

12