/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | decbin.S | 150 movel (%a0),%d4 |get first word of bcd 154 bfextu %d4{%d3:#4},%d0 |get the digit and zero extend into d0 158 btst #30,%d4 |get SE 196 | get the integer digit then skip down & get the rest of the 211 bfextu %d4{%d3:#4},%d0 |get the digit and zero extend 225 ble loadlw |if not, get last one 293 bfextu %d4{#28:#4},%d0 |get M16 in d0 297 movel (%a0,%d5.L*4),%d4 |get lword 2 to d4 301 movel (%a0,%d5.L*4),%d4 |get lwor [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | xfrm_policy.sh | 123 ip -net $ns xfrm policy get src $lnet dst $rnet dir out > /dev/null 126 echo "FAIL: ip -net $ns xfrm policy get src $lnet dst $rnet dir out" 130 ip -net $ns xfrm policy get src $rnet dst $lnet dir fwd > /dev/null 133 echo "FAIL: ip -net $ns xfrm policy get src $rnet dst $lnet dir fwd" 303 if ! ip -net $ns xfrm policy get dst $j.0.0.0/24 dir out > /dev/null; then 318 if ! ip -net $ns xfrm policy get dst $addr dir out > /dev/null; then
|
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | wm8776.c | 277 .get = snd_wm8776_get_agc, 486 if (wm->ctl[n].get) in snd_wm8776_ctl_get() 487 wm->ctl[n].get(wm, &val1, &val2); in snd_wm8776_ctl_get() 564 cont.get = snd_wm8776_ctl_get; in snd_wm8776_add_control()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_dp_aux_backlight.c | 182 u32 pwm_level = panel->backlight.pwm_funcs->get(connector, pipe); in intel_dp_aux_hdr_get_backlight() 437 panel->backlight.level = panel->backlight.pwm_funcs->get(connector, pipe); in intel_dp_aux_vesa_setup_backlight() 470 .get = intel_dp_aux_hdr_get_backlight, 478 .get = intel_dp_aux_vesa_get_backlight,
|
/kernel/linux/linux-6.6/tools/perf/pmu-events/ |
H A D | metric.py | 145 if _PRECEDENCE.get(self.operator, -1) > _PRECEDENCE.get( 148 if rhs and _PRECEDENCE.get(self.operator, -1) == _PRECEDENCE.get(
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | xfrm_policy.sh | 123 ip -net $ns xfrm policy get src $lnet dst $rnet dir out > /dev/null 126 echo "FAIL: ip -net $ns xfrm policy get src $lnet dst $rnet dir out" 130 ip -net $ns xfrm policy get src $rnet dst $lnet dir fwd > /dev/null 133 echo "FAIL: ip -net $ns xfrm policy get src $rnet dst $lnet dir fwd" 303 if ! ip -net $ns xfrm policy get dst $j.0.0.0/24 dir out > /dev/null; then 318 if ! ip -net $ns xfrm policy get dst $addr dir out > /dev/null; then
|
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | wm8776.c | 273 .get = snd_wm8776_get_agc, 482 if (wm->ctl[n].get) in snd_wm8776_ctl_get() 483 wm->ctl[n].get(wm, &val1, &val2); in snd_wm8776_ctl_get() 560 cont.get = snd_wm8776_ctl_get; in snd_wm8776_add_control()
|
/kernel/linux/linux-6.6/net/devlink/ |
H A D | param.c | 154 if (!param->get) in devlink_param_get() 156 return param->get(devlink, param->id, ctx); in devlink_param_get() 633 WARN_ON(param->get || param->set); in devlink_param_register() 635 WARN_ON(!param->get || !param->set); in devlink_param_register() 747 * devl_param_driverinit_value_get - get configuration parameter 755 * This function should be used by the driver to get driverinit
|
/test/testfwk/arkxtest/uitest/test/ |
H A D | ui_driver_test.cpp | 31 controller_ = mockController.get(); 301 match = match && window.bundleName_ == filterBundle["bundleName"].get<string>(); in TEST_F() 313 match = match && window.bundleName_ == filterBundleNotFind["bundleName"].get<string>(); in TEST_F() 376 match = match && window.actived_ == filterActive["actived"].get<bool>(); in TEST_F()
|
/third_party/elfutils/src/ |
H A D | addr2line.c | 608 show_note (int (*get) (Dwarf_Line *, bool *), in show_note() 613 if ((*get) (info, &flag) == 0 && flag) in show_note() 618 show_int (int (*get) (Dwarf_Line *, unsigned int *), in show_int() 623 if ((*get) (info, &val) == 0 && val != 0) in show_int()
|
/third_party/gn/src/base/files/ |
H A D | file_util_posix.cc | 86 DPLOG(ERROR) << "Failed to get information on path " << path.value(); in VerifySpecificPathControlledByUser() 226 if (!SetCloseOnExec(fd_out.get())) in CreateLocalNonBlockingPipe() 228 if (!SetCloseOnExec(fd_in.get())) in CreateLocalNonBlockingPipe() 230 if (!SetNonBlocking(fd_out.get())) in CreateLocalNonBlockingPipe() 232 if (!SetNonBlocking(fd_in.get())) in CreateLocalNonBlockingPipe() 665 DPLOG(ERROR) << "Could not get the group ID of group \"" in VerifyPathControlledByAdmin()
|
/third_party/gn/src/base/json/ |
H A D | json_value_converter.h | 275 if (basic_converter_.Convert(*element, e.get())) { 309 if (converter_.Convert(*element, nested.get())) { 346 if ((*convert_func_)(element, nested.get())) { 508 fields_[i].get(); in Convert()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | InternalLocaleBuilder.java | 320 _language = langtag.getExtlangs().get(0); in setLanguageTag() 333 StringBuilder var = new StringBuilder(bcpVariants.get(0)); in setLanguageTag() 335 var.append(BaseLocale.SEP).append(bcpVariants.get(i)); in setLanguageTag() 468 String privuse = _extensions.get(PRIVUSE_KEY); in getBaseLocale()
|
H A D | XLikelySubtags.java | 85 buffer.get(trie); in load() 170 String lang2 = languageAliases.get(lang); in canonicalize() 172 String region2 = regionAliases.get(region); in canonicalize() 183 String canonical = aliases.get(alias); in getCanonical()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | StringTrieBuilder.java | 146 Node oldNode=nodes.get(newNode); in registerNode() 151 // registered node, then get() failed to find that and we will leak newNode. in registerNode() 168 Node oldNode=nodes.get(lookupFinalValueNode); in registerFinalValue() 174 // registered node, then get() failed to find that and we will leak newNode. in registerFinalValue() 527 equal.set(i, equal.get(i).add(builder, s, start, sValue)); in add() 562 Node node=equal.get(start); in register()
|
H A D | TimeZone.java | 39 * <p>Typically, you get a <code>TimeZone</code> using {@link #getDefault()} 44 * <p>You can also get a <code>TimeZone</code> using {@link #getTimeZone(String)} 46 * U.S. Pacific Time zone is "America/Los_Angeles". So, you can get a 57 * supported ID to get a <code>TimeZone</code>. 106 * properties. If not available, then it loads ICUConfig.properties to get the default 289 * daylight savings. This is the offset to add *to* UTC to get local time. 297 * @return the offset to add *to* GMT to get local time. 311 * @return the amount of time in milliseconds to add to UTC to get local time. 380 * This is the offset to add *to* UTC to get local time. 388 * This is the offset to add *to* UTC to get loca [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
H A D | RBBITest.java | 596 assertFalse(String.format("Duplicate columns (%d, %d)", c1, c2), columns.get(c1).equals(columns.get(c2))); in TestTableRedundancies() 597 // if (columns.get(c1).equals(columns.get(c2))) { in TestTableRedundancies() 621 assertFalse(String.format("Duplicate states (%d, %d)", r1, r2), rows.get(r1).equals(rows.get(r2))); in TestTableRedundancies() 622 // if (rows.get(r1).equals(rows.get(r2))) { in TestTableRedundancies()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | TimeZone.java | 40 * <p>Typically, you get a <code>TimeZone</code> using {@link #getDefault()} 45 * <p>You can also get a <code>TimeZone</code> using {@link #getTimeZone(String)} 47 * U.S. Pacific Time zone is "America/Los_Angeles". So, you can get a 58 * supported ID to get a <code>TimeZone</code>. 107 * properties. If not available, then it loads ICUConfig.properties to get the default 268 * daylight savings. This is the offset to add *to* UTC to get local time. 276 * @return the offset to add *to* GMT to get local time. 289 * @return the amount of time in milliseconds to add to UTC to get local time. 355 * This is the offset to add *to* UTC to get local time. 362 * This is the offset to add *to* UTC to get loca [all...] |
H A D | StringTrieBuilder.java | 145 Node oldNode=nodes.get(newNode); in registerNode() 150 // registered node, then get() failed to find that and we will leak newNode. in registerNode() 167 Node oldNode=nodes.get(lookupFinalValueNode); in registerFinalValue() 173 // registered node, then get() failed to find that and we will leak newNode. in registerFinalValue() 526 equal.set(i, equal.get(i).add(builder, s, start, sValue)); in add() 561 Node node=equal.get(start); in register()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | XLikelySubtags.java | 92 buffer.get(trie); in load() 177 String lang2 = languageAliases.get(lang); in canonicalize() 179 String region2 = regionAliases.get(region); in canonicalize() 190 String canonical = aliases.get(alias); in getCanonical()
|
H A D | InternalLocaleBuilder.java | 324 _language = langtag.getExtlangs().get(0); in setLanguageTag() 337 StringBuilder var = new StringBuilder(bcpVariants.get(0)); in setLanguageTag() 339 var.append(BaseLocale.SEP).append(bcpVariants.get(i)); in setLanguageTag() 472 String privuse = _extensions.get(PRIVUSE_KEY); in getBaseLocale()
|
/third_party/libabigail/tools/ |
H A D | abicompat.cc | 681 retval = ctf::read_corpus(rdr.get(), status); in read_corpus() 785 char * app_di_root = opts.app_di_root_path.get(); in main() 845 char * lib1_di_root = opts.lib1_di_root_path.get(); in main() 880 char * lib2_di_root = opts.lib2_di_root_path.get(); in main()
|
/third_party/mesa3d/src/asahi/lib/ |
H A D | gen_pack.py | 262 self.default = attrs.get("default") 268 self.modifier = parse_modifier(attrs.get("modifier")) 490 word = words.get(index, self.Word()) 602 self.no_direct_packing = attrs.get("no-direct-packing", False)
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_statistics.cpp | 454 { return should_form_clause(instr.get(), other); })) in collect_preasm_stats() 456 vmem_clause.insert(instr.get()); in collect_preasm_stats() 464 { return should_form_clause(instr.get(), other); })) in collect_preasm_stats() 466 smem_clause.insert(instr.get()); in collect_preasm_stats()
|
/third_party/node/deps/v8/tools/gcmole/ |
H A D | gcmole.py | 75 mark = ("#", "=", "-", ".")[kwargs.get("level", 0)] 202 output = output_queue.get() 382 if self.gc.get(funcname, False): 742 found_cpu = config.get('v8_target_cpu')
|