/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyDescriptor.java | 181 RubyOneofDescriptor def = (RubyOneofDescriptor) obj; in addOneof() 182 builder.addOneofDecl(def.build(builder.getOneofDeclCount())); in addOneof() 183 for (RubyFieldDescriptor fieldDescriptor : def.getFields()) { in addOneof() 186 oneofDefs.put(def.getName(context), def); in addOneof()
|
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/mock/include/ |
H A D | mock_parameters.h | 24 void SetBoolParameter(const std::string& key, bool def); 26 bool GetBoolParameter(const std::string& key, bool def);
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/mock/include/ |
H A D | mock_parameters.h | 24 void SetBoolParameter(const std::string& key, bool def); 26 bool GetBoolParameter(const std::string& key, bool def);
|
/foundation/filemanagement/app_file_service/tests/mock/parameter_mock/src/ |
H A D | parameter_mock.cpp | 21 int GetParameter(const char *key, const char *def, char *value, uint32_t len) in GetParameter() argument 26 return IParamMoc::paramMoc->GetParameter(key, def, value, len); in GetParameter()
|
/third_party/ffmpeg/libavformat/ |
H A D | sbgdec.c | 108 struct sbg_script_definition *def; member 583 struct sbg_script_definition *def) in parse_block_def() 603 def->type = 'B'; in parse_block_def() 604 def->elements = tseq; in parse_block_def() 605 def->nb_elements = p->nb_block_tseq - tseq; in parse_block_def() 606 if (!def->nb_elements) in parse_block_def() 740 struct sbg_script_definition *def) in parse_synth_def() 757 def->type = 'S'; in parse_synth_def() 758 def->elements = synth; in parse_synth_def() 759 def in parse_synth_def() 582 parse_block_def(struct sbg_parser *p, struct sbg_script_definition *def) parse_block_def() argument 739 parse_synth_def(struct sbg_parser *p, struct sbg_script_definition *def) parse_synth_def() argument 767 struct sbg_script_definition *def; parse_named_def() local 959 struct sbg_script_definition *def; expand_tseq() local [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_load_store_vectorize.c | 228 hash = XXH32(&key->offset_defs[i].def->index, sizeof(key->offset_defs[i].def->index), hash); in hash_entry_key() 249 if (a->offset_defs[i].def != b->offset_defs[i].def || in entry_key_equals() 290 /* If "def" is from an alu instruction with the opcode "op" and one of it's 291 * sources is a constant, update "def" to be the non-constant source, fill "c" 294 parse_alu(nir_ssa_scalar *def, nir_op op, uint64_t *c) in parse_alu() argument 296 if (!nir_ssa_scalar_is_alu(*def) || nir_ssa_scalar_alu_op(*def) != op) in parse_alu() 299 nir_ssa_scalar src0 = nir_ssa_scalar_chase_alu_src(*def, in parse_alu() 364 add_to_entry_key(nir_ssa_scalar *offset_defs, uint64_t *offset_defs_mul, unsigned offset_def_count, nir_ssa_scalar def, uint64_t mul) add_to_entry_key() argument [all...] |
H A D | nir_instr_set.c | 195 hash = HASH(hash, instr->def.num_components); in hash_load_const() 197 if (instr->def.bit_size == 1) { in hash_load_const() 198 for (unsigned i = 0; i < instr->def.num_components; i++) { in hash_load_const() 203 unsigned size = instr->def.num_components * sizeof(*instr->value); in hash_load_const() 685 if (load1->def.num_components != load2->def.num_components) in nir_instrs_equal() 688 if (load1->def.bit_size != load2->def.bit_size) in nir_instrs_equal() 691 if (load1->def.bit_size == 1) { in nir_instrs_equal() 692 for (unsigned i = 0; i < load1->def in nir_instrs_equal() 823 nir_ssa_def *def = nir_instr_get_dest_ssa_def(instr); nir_instr_set_add_or_rewrite() local [all...] |
H A D | nir_opt_if.c | 1297 nir_ssa_def *def[NIR_MAX_VEC_COMPONENTS] = {0}; in propagate_condition_eval() 1300 def[i] = nir_imm_bool(b, bool_value); in propagate_condition_eval() 1302 def[i] = alu->src[i].src.ssa; in propagate_condition_eval() 1306 nir_ssa_def *nalu = clone_alu_and_replace_src_defs(b, alu, def); in propagate_condition_eval() 1405 nir_foreach_use_safe(use, scalar.def) { in rewrite_comp_uses_within_if() 1423 new_ssa = nir_channel(b, new_scalar.def, new_scalar.comp); in rewrite_comp_uses_within_if() 1424 if (scalar.def->num_components > 1) { in rewrite_comp_uses_within_if() 1425 nir_ssa_def *vec = nir_ssa_undef(b, scalar.def->num_components, scalar.def->bit_size); in rewrite_comp_uses_within_if() 1474 if (src_uni.def in opt_if_rewrite_uniform_uses() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/parameter/ |
H A D | parameter.h | 22 int GetParameter(const char *key, const char *def, char *value, int len);
23 int GetIntParameter(const char *key, int def);
|
/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | parameter.cpp | 18 int GetParameter(const char *key, const char *def, char *value, unsigned int len) in GetParameter() argument 21 (void)def; in GetParameter()
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | parameters.cpp | 28 * false for "0", "n", "no", "off", or "false", or `def` otherwise. 30 bool GetBoolParameter(const std::string &key, bool def) in GetBoolParameter() argument 35 std::string GetParameter(const std::string &key, const std::string &def) in GetParameter() argument
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ |
H A D | quiet-include-failure.rb | 10 def handles? target 19 def process doc, reader, target, attributes
|
/third_party/typescript/tests/baselines/reference/ |
H A D | taggedTemplateStringsWithManyCallAndMemberExpressionsES6.js | 14 var x = new new new f `abc${ 0 }def`.member("hello")(42) === true; 20 var x = new new new f `abc${0}def`.member("hello")(42) === true;
|
H A D | exportDefaultQualifiedNameNoError.js | 7 import def from "./code"; 8 void def;
|
/third_party/unity/auto/ |
H A D | yaml_helper.rb | 10 def self.load(body) 18 def self.load_file(file)
|
/third_party/skia/third_party/externals/freetype/builds/windows/ |
H A D | w32-gcc.mk | 17 EXPORTS_LIST = $(OBJ_DIR)/freetype.def 22 include $(TOP_DIR)/builds/windows/win32-def.mk
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveIntervals.cpp | 314 /// block somewhere. Register values can appear without a corresponding def when 360 SlotIndex Def = VNI->def; in createSegmentsForValues() 402 if (!VNI->isPHIDef() || VNI->def != BlockStart || in extendSegmentsToUses() 486 Idx = DefVNI->def; in shrinkToUses() 491 // Create new live ranges with only minimal live segments per def. in shrinkToUses() 513 SlotIndex Def = VNI->def; in computeDeadValues() 536 // This is a dead def. Make sure the instruction knows. in computeDeadValues() 590 Idx = DefVNI->def; in shrinkToUses() 595 // Create a new live ranges with only minimal live segments per def. in shrinkToUses() 607 const LiveRange::Segment *Segment = SR.getSegmentContaining(VNI->def); in shrinkToUses() [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_nir_lower_builtin.c | 208 nir_ssa_def *def = nir_load_var(b, new_var); in lower_builtin_instr() local 216 def = nir_swizzle(b, def, swiz, intrin->num_components); in lower_builtin_instr() 220 nir_ssa_def_rewrite_uses(&intrin->dest.ssa, def); in lower_builtin_instr()
|
/third_party/skia/third_party/externals/spirv-tools/source/lint/ |
H A D | lint_divergent_derivatives.cpp | 121 opt::Instruction* def = def_use->GetDef(id); in PrintDivergenceFlow() local 131 def = source_def; in PrintDivergenceFlow() 136 Warn(context, def) << "because it has a divergent definition"; in PrintDivergenceFlow() 139 Warn(context, def) << "because it is conditionally set in block " in PrintDivergenceFlow()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/ |
H A D | lint_divergent_derivatives.cpp | 121 opt::Instruction* def = def_use->GetDef(id); in PrintDivergenceFlow() local 131 def = source_def; in PrintDivergenceFlow() 136 Warn(context, def) << "because it has a divergent definition"; in PrintDivergenceFlow() 139 Warn(context, def) << "because it is conditionally set in block " in PrintDivergenceFlow()
|
/third_party/python/Python/ |
H A D | importdl.c | 104 PyModuleDef *def; in _PyImport_LoadDynamicModuleWithSpec() local 218 def = PyModule_GetDef(m); in _PyImport_LoadDynamicModuleWithSpec() 219 if (def == NULL) { in _PyImport_LoadDynamicModuleWithSpec() 225 def->m_base.m_init = p0; in _PyImport_LoadDynamicModuleWithSpec()
|
/third_party/protobuf/ruby/tests/ |
H A D | encode_decode_test.rb | 9 def hex2bin(s) 14 def test_discard_unknown 64 def test_encode_json 88 def test_encode_wrong_msg
|
/third_party/spirv-tools/source/lint/ |
H A D | lint_divergent_derivatives.cpp | 121 opt::Instruction* def = def_use->GetDef(id); in PrintDivergenceFlow() local 131 def = source_def; in PrintDivergenceFlow() 136 Warn(context, def) << "because it has a divergent definition"; in PrintDivergenceFlow() 139 Warn(context, def) << "because it is conditionally set in block " in PrintDivergenceFlow()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_nvc0.cpp | 197 void CodeEmitterNVC0::defId(const ValueDef& def, const int pos) in defId() argument 199 code[pos / 32] |= (def.get() && def.getFile() != FILE_FLAGS ? DDATA(def).id : 63) << (pos % 32); in defId() 205 defId(insn->def(d), pos); in defId() 385 assert(d < 0 || (i->defExists(d) && i->def(d).getFile() == FILE_PREDICATE)); in setPDSTL() 387 uint32_t pred = d >= 0 ? DDATA(i->def(d)).id : 7; in setPDSTL() 401 defId(i->def(0), 14); in emitForm_A() 446 defId(i->def(0), 14); in emitForm_B() 476 defId(i->def( in emitForm_S() [all...] |
/third_party/PyYAML/yaml/ |
H A D | _yaml.pyx | 4 def get_version_string(): 9 def get_version(): 69 def __init__(self, object name, size_t index, size_t line, size_t column, 78 def get_snippet(self): 81 def __str__(self): 91 # def __init__(self, context=None, context_mark=None, 99 # def __str__(self): 119 # def __init__(self, name, position, character, encoding, reason): 126 # def __str__(self): 150 # def __init_ [all...] |