/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | LocaleMatcher.java | 606 Locale def = null; in LocaleMatcher() 609 def = udef.toLocale(); in LocaleMatcher() 651 def = supportedLocales[0]; in LocaleMatcher() 683 defaultLocale = def; in LocaleMatcher()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | ucol_res.cpp | 269 LocalUResourceBundlePointer def( in loadFromBundle() 272 const UChar *s = ures_getString(def.getAlias(), &length, &internalErrorCode); in loadFromBundle() 426 LocalUResourceBundlePointer def( in loadFromData() 430 const UChar *s = ures_getString(def.getAlias(), &len, &internalErrorCode); in loadFromData()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_private.h | 315 nir_ssa_def *def; member 830 vtn_const_ssa_value(b, value->constant, value->type->type)->def; in vtn_value_to_pointer() 903 nir_ssa_def *def); 1055 vtn_mediump_downconvert(struct vtn_builder *b, enum glsl_base_type base_type, nir_ssa_def *def);
|
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue.c | 645 assert(load_const->def.bit_size == 32); in trans_nir_load_const() 648 if (load_const->def.num_components == 2) { in trans_nir_load_const() 649 nir_foreach_use (use_src, &load_const->def) { in trans_nir_load_const() 657 assert(load_const->def.num_components == 1); in trans_nir_load_const()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucol_res.cpp | 279 LocalUResourceBundlePointer def( in loadFromBundle() 282 const char16_t *s = ures_getString(def.getAlias(), &length, &internalErrorCode); in loadFromBundle() 436 LocalUResourceBundlePointer def( in loadFromData() 440 const char16_t *s = ures_getString(def.getAlias(), &len, &internalErrorCode); in loadFromData()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucol_res.cpp | 269 LocalUResourceBundlePointer def( in loadFromBundle() 272 const UChar *s = ures_getString(def.getAlias(), &length, &internalErrorCode); in loadFromBundle() 426 LocalUResourceBundlePointer def( in loadFromData() 430 const UChar *s = ures_getString(def.getAlias(), &len, &internalErrorCode); in loadFromData()
|
/third_party/spirv-tools/source/opt/ |
H A D | constants.cpp | 234 auto def = context()->get_def_use_mgr()->GetDef(decl_id); in GetDefiningInstruction() local 235 assert(def != nullptr); in GetDefiningInstruction() 236 assert((type_id == 0 || def->type_id() == type_id) && in GetDefiningInstruction() 238 return def; in GetDefiningInstruction()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | LocaleMatcherTest.java | 856 String def = ""; field in LocaleMatcherTest.TestCase 877 def = ""; in reset() 883 return supported + '+' + def + '+' + favor + '+' + threshold + '+' + desired; in toInputsKey() 943 test.def = suffix; in readTestCases() 1016 if (test.def.isEmpty() && test.favor.isEmpty() && test.threshold.isEmpty()) { in dataDriven() 1021 if (!test.def.isEmpty()) { in dataDriven() 1022 builder.setDefaultULocale(new ULocale(test.def)); in dataDriven()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | LocaleMatcherTest.java | 898 String def = ""; field in LocaleMatcherTest.TestCase 919 def = ""; in reset() 925 return supported + '+' + def + '+' + favor + '+' + threshold + '+' + desired; in toInputsKey() 985 test.def = suffix; in readTestCases() 1058 if (test.def.isEmpty() && test.favor.isEmpty() && test.threshold.isEmpty()) { in dataDriven() 1063 if (!test.def.isEmpty()) { in dataDriven() 1064 builder.setDefaultULocale(new ULocale(test.def)); in dataDriven()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection_setup.cpp | 68 /* Check whether the given SSA def is only used by cross-lane instructions. */ 184 scalar.def = ssa; in apply_nuw_to_ssa() 591 unsigned num_components = nir_instr_as_load_const(instr)->def.num_components; in init_context() 592 unsigned bit_size = nir_instr_as_load_const(instr)->def.bit_size; in init_context() 594 regclasses[nir_instr_as_load_const(instr)->def.index] = rc; in init_context() 770 unsigned num_components = nir_instr_as_ssa_undef(instr)->def.num_components; in init_context() 771 unsigned bit_size = nir_instr_as_ssa_undef(instr)->def.bit_size; in init_context() 773 regclasses[nir_instr_as_ssa_undef(instr)->def.index] = rc; in init_context()
|
/third_party/skia/src/ports/ |
H A D | SkTypeface_mac_ct.cpp | 817 CFTypeRef def = CFDictionaryGetValue(axisInfoDict, kCTFontVariationAxisDefaultValueKey); 818 if (!SkCFNumberDynamicCast(def, &valueCGFloat, nullptr, "Axis default value")) { 1151 CFTypeRef def = CFDictionaryGetValue(axisInfoDict, kCTFontVariationAxisDefaultValueKey); 1154 !SkCFNumberDynamicCast(def, &defDouble, nullptr, "Axis def")) 1295 CFTypeRef def = CFDictionaryGetValue(axisInfoDict, kCTFontVariationAxisDefaultValueKey); 1298 !SkCFNumberDynamicCast(def, &defDouble, nullptr, "Axis def")) 1307 skAxis.def = defDouble;
|
/third_party/toybox/lib/ |
H A D | lib.c | 864 int yesno(int def) in yesno() argument 866 return fyesno(stdin, def); in yesno() 869 int fyesno(FILE *in, int def) in fyesno() argument 873 fprintf(stderr, " (%c/%c):", def ? 'Y' : 'y', def ? 'n' : 'N'); in fyesno() 880 if (-1 != (new = stridx("ny", tolower(buf)))) def = new; in fyesno() 883 return def; in fyesno()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_sched.c | 81 * list of ssa def consumers before sched pass would make this easier. 445 if (indirect->address->def != instr->dsts[0]) in check_instr() 462 if (indirect->address->def != instr->dsts[0]) in check_instr() 937 if (indirect->address->def == (*addr)->dsts[0]) { in split_addr() 943 indirect->address->def = new_addr->dsts[0]; in split_addr() 995 predicated->srcs[0]->def->instr = new_pred; in split_pred()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | protobuf.h | 79 - To get back from an underlying upb {msg,enum}def to the Ruby object, we 111 VALUE def_to_descriptor; // Hash table of def* -> Ruby descriptor. 634 VALUE get_msgdef_obj(VALUE descriptor_pool, const upb_msgdef* def); 635 VALUE get_enumdef_obj(VALUE descriptor_pool, const upb_enumdef* def); 636 VALUE get_fielddef_obj(VALUE descriptor_pool, const upb_fielddef* def); 637 VALUE get_filedef_obj(VALUE descriptor_pool, const upb_filedef* def); 638 VALUE get_oneofdef_obj(VALUE descriptor_pool, const upb_oneofdef* def);
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 317 ValueDef *def = &insn->def(d); in removeDefsOfInstruction() local 318 defs.erase(def->get()); in removeDefsOfInstruction() 320 p.second.remove(def); in removeDefsOfInstruction() 910 for (Value::DefCIterator def = lval->defs.begin(); in isShortRegVal() 911 def != lval->defs.end(); ++def) in isShortRegVal() 912 if (isShortRegOp((*def)->getInsn())) in isShortRegVal() 1029 for (ValueDef *def : defs) in coalesceValues() 1030 def in coalesceValues() 2040 Value *def[4]; textureMask() local [all...] |
/third_party/cJSON/tests/unity/test/tests/ |
H A D | test_generate_test_runner.rb | 1154 def runner_test(test, runner, expected, test_defines, cmdline_args) 1200 def verify_match(expression, output) 1209 def verify_number(expected, expression, output)
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_inline_uniforms.c | 131 if (var->def == src->ssa) { in is_induction_variable() 392 nir_ssa_def *def = nir_imm_int(&b, uniform_values[i]); in lvp_inline_uniforms() local 393 nir_ssa_def_rewrite_uses(&intr->dest.ssa, def); in lvp_inline_uniforms()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_valtable.cpp | 150 if (v->def && ex.try_fold(v)) { in add_value() 189 else if (def) in hash() 190 ghash = def->hash(); in hash()
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
H A D | svga_shader_dump.c | 681 struct sh_def def = *(struct sh_def *) assem; in svga_shader_dump() local 683 _debug_printf( "def " ); in svga_shader_dump() 684 dump_reg( def.reg, NULL, &di ); in svga_shader_dump() 686 dump_cdata( def.cdata ); in svga_shader_dump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveRangeEdit.cpp | 87 VNInfo *OrigVNI = OrigLI.getVNInfoAt(VNI->def); in scanRemattable() 90 MachineInstr *DefMI = LIS.getInstructionFromIndex(OrigVNI->def); in scanRemattable() 128 // Don't allow rematerialization immediately after the original def. in allUsesAvailableAt() 189 // Check that there is a single def and a single use. in foldAsLoad() 222 LLVM_DEBUG(dbgs() << "Try to fold single def: " << *DefMI in foldAsLoad() 282 LLVM_DEBUG(dbgs() << "Deleting dead def " << Idx << '\t' << *MI); in eliminateDeadDef() 289 // Only optimize rematerialize case when the instruction has one def, since in eliminateDeadDef() 303 isOrigDef = SlotIndex::isSameInstr(OrigVNI->def, Idx); in eliminateDeadDef()
|
/third_party/unity/test/tests/ |
H A D | test_generate_test_runner.rb | 1200 def runner_test(test, runner, expected, test_defines, cmdline_args, features) 1246 def verify_match(expression, output) 1255 def verify_number(expected, expression, output)
|
/test/xts/device_attest/services/core/include/adapter/ |
H A D | attest_adapter.h | 72 int32_t AttestGetParameter(const char *key, const char *def, char *value, uint32_t len);
|
/third_party/ffmpeg/libavutil/ |
H A D | rational.h | 212 * If the resulting denominator is larger than max_den, return def. 214 AVRational av_gcd_q(AVRational a, AVRational b, int max_den, AVRational def);
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vec4_live_variables.h | 48 BITSET_WORD *def; member
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | hashmap.h | 23 #include <pulse/def.h>
|