Home
last modified time | relevance | path

Searched refs:target (Results 3926 - 3950 of 4731) sorted by relevance

1...<<151152153154155156157158159160>>...190

/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Ducal.h1479 * Return the difference between the target time and the time this calendar object is currently set to.
1480 * If the target time is after the current calendar setting, the the returned value will be positive.
1482 * and ucal_getFieldDifference returns 3, then the target time is 3 to less than 4 months after the
1485 * As a side effect of this call, this calendar is advanced toward target by the given amount. That is,
1493 * @param target The target date to compare to the current calendar setting.
1504 UDate target,
/third_party/optimized-routines/string/arm/
H A Dmemchr.S76 eor r5,r5, r1 @ Get it so that r5,r6 have 00's where the bytes match the target
/third_party/python/Lib/test/
H A Dtest_robotparser.py325 target=self.server.serve_forever,
H A Dtest_largefile.py218 self.thread = threading.Thread(target=run, args=(sock, ))
H A Dtest_xml_etree_c.py134 self.assertIsNone(parser.target)
/third_party/python/Include/internal/
H A Dpycore_ast_state.h239 PyObject *target; member
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dchunkcopy.h35 #error chunkcopy.h inflate chunk SIMD is not defined for your build target
/third_party/skia/third_party/externals/egl-registry/api/1.0/EGL/
H A Degl.h279 NativePixmapType target);
/third_party/skia/third_party/externals/egl-registry/api/1.0/
H A Degl.h279 NativePixmapType target);
/third_party/protobuf/src/google/protobuf/
H A Dduration.pb.h149 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
H A Dmessage_lite.h434 // Like SerializeWithCachedSizes, but writes directly to *target, returning
435 // a pointer to the byte immediately after the last byte written. "target"
439 uint8* SerializeWithCachedSizesToArray(uint8* target) const;
H A Dsource_context.pb.h149 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
H A Dtimestamp.pb.h149 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
H A Dunknown_field_set.h273 uint8* target, io::EpsCopyOutputStream* stream) const;
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc700 // physical registers in the target. in Simulator()
1622 // the target function can indeed be any function that's exposed via
1631 SimulatorRuntimeCall target = in UnsafeGenericFunctionCall() local
1633 return target(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, in UnsafeGenericFunctionCall()
1638 SimulatorRuntimeDirectApiCall target = in UnsafeDirectApiCall() local
1640 target(arg0); in UnsafeDirectApiCall()
1643 SimulatorRuntimeProfilingApiCall target = in UnsafeProfilingApiCall() local
1645 target(arg0, Redirection::ReverseRedirection(arg1)); in UnsafeProfilingApiCall()
1648 SimulatorRuntimeDirectGetterCall target = in UnsafeDirectGetterCall() local
1650 target(arg in UnsafeDirectGetterCall()
1735 SimulatorRuntimeCompareCall target = SoftwareInterrupt() local
1746 SimulatorRuntimeFPFPCall target = SoftwareInterrupt() local
1756 SimulatorRuntimeFPCall target = SoftwareInterrupt() local
1766 SimulatorRuntimeFPIntCall target = SoftwareInterrupt() local
1845 SimulatorRuntimeProfilingGetterCall target = SoftwareInterrupt() local
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_manager_service.cpp1725 for (const auto &target : multiTarget) { in PackageRemoved()
1726 if (target == abilityId) { in PackageRemoved()
1763 std::string target = packageAccount->GetConfig()->GetShortkeyTarget(); in PackageChanged() local
1764 if (target.substr(0, target.find("/")) == bundleName) { in PackageChanged()
1779 if (abilityId == target) { in PackageChanged()
2374 HILOG_DEBUG("target ability is [%{public}s]", targetAbility.c_str()); in EnableShortKeyTargetAbility()
2376 HILOG_ERROR("target ability is null"); in EnableShortKeyTargetAbility()
2453 HILOG_DEBUG("target ability is [%{public}s]", targetAbility.c_str()); in DisableShortKeyTargetAbility()
2455 HILOG_ERROR("target abilit in DisableShortKeyTargetAbility()
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationMiscTest.java290 void reportCResult(String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
311 // logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
313 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
320 // logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
322 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
332 // logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
334 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
2590 public OneTestCase(String source, String target, int result) { in OneTestCase() argument
2592 m_target_ = target; in OneTestCase()
2891 * Tests the method public boolean equals(Object target) i
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DIBMCalendarTest.java1488 public long target; in TestFieldDifference()
1501 target = tg; in TestFieldDifference()
1512 // timezobe locale start target prog yDf MDf dDf HDf mDf sDf in TestFieldDifference()
1546 ucal.setTimeInMillis(tfdItem.target); in TestFieldDifference()
1558 errln("Fail: for locale \"" + tfdItem.locale + "\", start " + tfdItem.start + ", target " + tfdItem.target + ", expected y-M-d-H-m-s progressive diffs " + in TestFieldDifference()
1574 errln("Fail: for locale \"" + tfdItem.locale + "\", start " + tfdItem.start + ", target " + tfdItem.target + ", expected y-M-d-H-m total diffs " + in TestFieldDifference()
1581 errln("Fail: for locale \"" + tfdItem.locale + "\", start " + tfdItem.start + ", target " + tfdItem.target in TestFieldDifference()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationMiscTest.java293 void reportCResult(String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
314 // logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
316 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
323 // logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
325 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
335 // logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
337 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
2593 public OneTestCase(String source, String target, int result) { in OneTestCase() argument
2595 m_target_ = target; in OneTestCase()
2894 * Tests the method public boolean equals(Object target) i
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_ra.c2330 unsigned target = reg_count; in calc_target_full_pressure() local
2338 while (target <= RA_FULL_SIZE / (2 * 4) && in calc_target_full_pressure()
2339 ir3_should_double_threadsize(v, target) == double_threadsize && in calc_target_full_pressure()
2340 ir3_get_reg_dependent_max_waves(v->compiler, target, in calc_target_full_pressure()
2342 target++; in calc_target_full_pressure()
2344 return (target - 1) * 2 * 4; in calc_target_full_pressure()
/third_party/node/src/crypto/
H A Dcrypto_tls.cc331 Local<Object> target, in Set()
337 return !target->Set( in Set()
2088 Local<Object> target, in Initialize()
2095 SetMethod(context, target, "wrap", TLSWrap::Wrap); in Initialize()
2097 NODE_DEFINE_CONSTANT(target, HAVE_SSL_TRACE); in Initialize()
2181 target->Set(env->context(), tlsWrapString, fn).Check(); in Initialize()
329 Set( Environment* env, Local<Object> target, Local<String> name, const char* value, bool ignore_null = true) Set() argument
2087 Initialize( Local<Object> target, Local<Value> unused, Local<Context> context, void* priv) Initialize() argument
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc662 VariableProxy* target = factory->NewVariableProxy(var); in HoistSloppyBlockFunctions() local
664 sloppy_block_function->init(), target, source, pos); in HoistSloppyBlockFunctions()
2258 Scope* target = cache_scope == nullptr ? scope : cache_scope; in LookupSloppyEval() local
2259 var = target->NonLocal(proxy->raw_name(), VariableMode::kDynamicGlobal); in LookupSloppyEval()
2267 Scope* target = cache_scope == nullptr ? scope : cache_scope; in LookupSloppyEval() local
2268 var = target->NonLocal(proxy->raw_name(), VariableMode::kDynamicLocal); in LookupSloppyEval()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.h594 void MergeFullStackWith(CacheState& target, const CacheState& source);
595 void MergeStackWith(CacheState& target, uint32_t arity, JumpDirection);
640 // Move {*target} into another register if needed and update {*target} to that
641 // register, or {no_reg} if target was spilled to the stack.
643 Register* target = nullptr,
1037 inline void emit_smi_check(Register obj, Label* target, SmiCheckMode mode);
1482 // Indirect call: If {target == no_reg}, then pop the target from the stack.
1485 Register target);
[all...]
/third_party/python/Lib/
H A Dtarfile.py758 # Include os.sep (target OS directory separator) as well.
859 linkname = ('Name of the target file name, which is only present '
2338 # Prepare the link target for makelink().
2401 # A (sym)link's file object is its target's file object.
2477 with bltn_open(targetpath, "wb") as target:
2480 target.seek(offset)
2481 copyfileobj(source, target, size, ReadError, bufsize)
2482 target.seek(tarinfo.size)
2483 target.truncate()
2485 copyfileobj(source, target, tarinf
[all...]
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
H A DexplainFiles.js43 "target": "es5",
87 "target": "es5",
110 "target": "es5",
144 Default library for target 'es5'
156 Default library for target 'es5'
166 Default library for target 'es5'
1979 Default library for target 'es5'
1993 Default library for target 'es5'
3331 Default library for target 'es5'

Completed in 54 milliseconds

1...<<151152153154155156157158159160>>...190