/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | ucal.h | 1479 * 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 D | memchr.S | 76 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 D | test_robotparser.py | 325 target=self.server.serve_forever,
|
H A D | test_largefile.py | 218 self.thread = threading.Thread(target=run, args=(sock, ))
|
H A D | test_xml_etree_c.py | 134 self.assertIsNone(parser.target)
|
/third_party/python/Include/internal/ |
H A D | pycore_ast_state.h | 239 PyObject *target; member
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
H A D | chunkcopy.h | 35 #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 D | egl.h | 279 NativePixmapType target);
|
/third_party/skia/third_party/externals/egl-registry/api/1.0/ |
H A D | egl.h | 279 NativePixmapType target);
|
/third_party/protobuf/src/google/protobuf/ |
H A D | duration.pb.h | 149 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
|
H A D | message_lite.h | 434 // 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 D | source_context.pb.h | 149 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
|
H A D | timestamp.pb.h | 149 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
|
H A D | unknown_field_set.h | 273 uint8* target, io::EpsCopyOutputStream* stream) const;
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 700 // 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 D | accessible_ability_manager_service.cpp | 1725 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 D | CollationMiscTest.java | 290 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 D | IBMCalendarTest.java | 1488 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 D | CollationMiscTest.java | 293 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 D | ir3_ra.c | 2330 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 D | crypto_tls.cc | 331 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 D | scopes.cc | 662 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 D | liftoff-assembler.h | 594 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 D | tarfile.py | 758 # 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 D | explainFiles.js | 43 "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'
|