Home
last modified time | relevance | path

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

1234

/third_party/python/Tools/scripts/
Dparseentities.py34 def writefile(f,defs): argument
58 defs = parse(text) variable
Difdef.py32 defs = [] variable
/third_party/jerryscript/tools/
Dgen-magic-strings.py160 def calculate_magic_string_guards(defs, uses, debug=False): argument
223 def generate_magic_string_defs(gen_file, defs): argument
241 def generate_first_magic_strings(gen_file, defs): argument
/third_party/mesa3d/src/asahi/compiler/
Dagx_optimizer.c94 agx_optimizer_fmov(agx_instr **defs, agx_instr *ins, unsigned srcs) in agx_optimizer_fmov()
109 agx_optimizer_inline_imm(agx_instr **defs, agx_instr *I, in agx_optimizer_inline_imm()
157 agx_instr **defs = calloc(ctx->alloc, sizeof(*defs)); in agx_optimizer_forward() local
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsClassAccessor.js37 *validate(defs) { } argument
63 *validate(defs) { } argument
/third_party/boost/libs/contract/build/
Dboost_contract_no.jam-gen.py14 defs = collections.OrderedDict([ variable
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_def_use.cpp38 void def_use::process_phi(container_node *c, bool defs, bool uses) { in process_phi()
49 void def_use::run_on(node* n, bool defs) { in run_on()
/third_party/boost/libs/metaparse/tools/
Dgenerate_all.py82 def gen_headers(sections, defs, path): argument
125 def what_we_have_so_far_docs(doc_dir, qbk, defs, sections): argument
/third_party/typescript/tests/cases/fourslash/
DfindAllRefsClassExpression2.ts13 const defs = { definition: "(alias) (local class) A\nimport A", ranges: [r0] }; constant
DfindAllRefsClassExpression1.ts13 const defs = { definition: "(local class) A", ranges: [r0] }; constant
DgetOccurrencesIsDefinitionOfExport.ts10 const defs = { definition: "var x: number", ranges: [r0] }; constant
DfindAllRefsClassExpression0.ts13 const defs = { definition: "(local class) A", ranges: [r0, r1] }; constant
DfindAllReferencesOfConstructor.ts47 function defs(definition: string) { function
/third_party/typescript_eslint/packages/scope-manager/src/variable/
DVariableBase.ts19 public readonly defs: Definition[] = []; property in VariableBase
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint-scope/
DVariable.ts11 defs: Definition[]; property
/third_party/spirv-tools/test/opt/
Dinst_debug_printf_test.cpp54 const std::string defs = in TEST_F() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dinst_debug_printf_test.cpp54 const std::string defs = in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinst_debug_printf_test.cpp54 const std::string defs = in TEST_F() local
Dinst_buff_addr_check_test.cpp637 const std::string defs = in TEST_F() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_liveness.c47 struct live_def *defs; member
121 etna_live_defs(nir_function_impl *impl, struct live_def *defs, unsigned *live_map) in etna_live_defs()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_rt_builder.h209 struct brw_nir_rt_globals_defs *defs) in brw_nir_rt_load_globals()
280 struct brw_nir_rt_mem_hit_defs *defs, in brw_nir_rt_load_mem_hit()
348 const struct brw_nir_rt_mem_ray_defs *defs, in brw_nir_rt_store_mem_ray()
414 struct brw_nir_rt_mem_ray_defs *defs, in brw_nir_rt_load_mem_ray()
468 struct brw_nir_rt_bvh_instance_leaf_defs *defs, in brw_nir_rt_load_bvh_instance_leaf()
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DScope.ts10 public readonly defs: Definition[]; property in Scope.ESLintScopeVariable
/third_party/node/tools/
Dtest.py814 def GetTestStatus(self, sections, defs): argument
861 def GetTestStatus(self, context, sections, defs): argument
890 def GetTestStatus(self, context, sections, defs): argument
978 def Evaluate(self, env, defs): argument
987 def GetOutcomes(self, env, defs): argument
997 def GetOutcomes(self, env, defs): argument
1011 def Evaluate(self, env, defs): argument
1023 def GetOutcomes(self, env, defs): argument
1215 def __init__(self, sections, defs): argument
1258 def GetOutcomes(self, env, defs): argument
[all …]
/third_party/skia/tools/skqp/
Dgn_to_bp.py171 defs = gn_to_bp_utils.GetArchSources(os.path.join(skia_gn_dir, 'opts.gni')) variable
/third_party/flutter/skia/tools/skqp/
Dgn_to_bp.py168 defs = gn_to_bp_utils.GetArchSources(os.path.join(skia_gn_dir, 'opts.gni')) variable

1234