Home
last modified time | relevance | path

Searched refs:target (Results 551 - 575 of 5022) sorted by relevance

1...<<21222324252627282930>>...201

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtridpars.cpp59 target = t; in Specs()
545 * @return an array of 4 strings: source, target, variant, and
548 * isSourcePresent will be non-NULL. The target may be empty if the
553 UnicodeString& target, in IDtoSTV()
557 target.truncate(0); in IDtoSTV()
569 id.extractBetween(0, var, target); in IDtoSTV()
577 id.extractBetween(++sep, var, target); in IDtoSTV()
586 id.extractBetween(sep, id.length(), target); in IDtoSTV()
595 * Given source, target, and variant strings, concatenate them into a
600 const UnicodeString& target, in STVtoID()
551 IDtoSTV(const UnicodeString& id, UnicodeString& source, UnicodeString& target, UnicodeString& variant, UBool& isSourcePresent) IDtoSTV() argument
599 STVtoID(const UnicodeString& source, const UnicodeString& target, const UnicodeString& variant, UnicodeString& id) STVtoID() argument
649 registerSpecialInverse(const UnicodeString& target, const UnicodeString& inverseTarget, UBool bidirectional, UErrorCode &status) registerSpecialInverse() argument
709 UnicodeString target; parseFilterID() local
[all...]
H A Dunits_converter.h98 * Represents the conversion rate between `source` and `target`.
102 const MeasureUnitImpl target; member
109 ConversionRate(MeasureUnitImpl &&source, MeasureUnitImpl &&target) in ConversionRate()
110 : source(std::move(source)), target(std::move(target)) {} in ConversionRate()
124 * Check if the convertibility between `source` and `target`.
135 const MeasureUnitImpl &target,
140 * Converts from a source `MeasureUnit` to a target `MeasureUnit`.
151 * - source and target must be under the same category
157 * @param targetIdentifier represents the target uni
[all...]
/third_party/musl/porting/linux/user/src/info/
H A Dapplication_target_sdk_version.c25 void set_application_target_sdk_version(int target) in set_application_target_sdk_version() argument
27 if (target == 0) { in set_application_target_sdk_version()
28 target = SDK_VERSION_FUTURE; in set_application_target_sdk_version()
30 application_target_sdk_version = target; in set_application_target_sdk_version()
/third_party/musl/src/info/linux/
H A Dapplication_target_sdk_version.c25 void set_application_target_sdk_version(int target) in set_application_target_sdk_version() argument
27 if (target == 0) { in set_application_target_sdk_version()
28 target = SDK_VERSION_FUTURE; in set_application_target_sdk_version()
30 application_target_sdk_version = target; in set_application_target_sdk_version()
/base/update/updateservice/frameworks/js/napi/session/include/
H A Dnapi_structs_base.h46 void AssignValue(T *const source, T *&target) in AssignValue()
48 if (target == nullptr) { in AssignValue()
49 target = new (std::nothrow) T(); in AssignValue()
51 if ((target != nullptr) && (source != nullptr)) { in AssignValue()
52 *(target) = *(source); in AssignValue()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_proxy.cpp52 void DOMProxy::ConnectWith(const WeakPtr<DOMNode>& target) in ConnectWith() argument
54 targetNode_ = target; in ConnectWith()
59 auto target = targetNode_.Upgrade(); in UpdateStyleWithChildren() local
60 if (!target) { in UpdateStyleWithChildren()
63 target->UpdateStyleWithChildren(); in UpdateStyleWithChildren()
/third_party/gn/src/gn/
H A Dswift_values.h19 // Holds values specific to target that compile .swift files.
28 // Called when the target is resolved. This may update target->swift_values().
29 static bool OnTargetResolved(Target* target, Err* err);
39 // Name of the generated .swiftmodule file. Computed when the target
44 // Computed when the target is resolved.
47 // Returns the tool used for target.
48 const Tool* GetTool(const Target* target) const;
50 // Expands the toolchain's outputs and partial outputs for the target.
51 void GetOutputs(const Target* target, st
[all...]
H A Dconfig_values_extractors.h16 #include "gn/target.h"
21 // target. This is more complicated than normal because the target has a list
22 // of configs applying to it, and also config values on the target itself.
26 // target itself first, then the applying configs, in order.
29 // for (ConfigValueIterator iter(target); !iter.done(); iter.Next())
33 explicit ConfigValuesIterator(const Target* target) : target_(target) { in ConfigValuesIterator() argument
34 // If the target doesn't have its own config_values() in ConfigValuesIterator()
35 if (!target in ConfigValuesIterator()
85 RecursiveTargetConfigToStream( RecursiveWriterConfig config, const Target* target, const std::vector<T>& (ConfigValues::*getter)() const, const Writer& writer, std::ostream& out) RecursiveTargetConfigToStream() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dtarget-s390.c2 #include "target.h"
7 static void init_s390(const struct target *self) in init_s390()
18 static void predefine_s390(const struct target *self) in predefine_s390()
33 const struct target target_s390 = {
51 static void predefine_s390x(const struct target *self) in predefine_s390x()
59 const struct target target_s390x = {
/third_party/skia/include/gpu/gl/
H A DGrGLFunctions.h23 using GrGLBeginQueryFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint id);
25 using GrGLBindBufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint buffer);
26 using GrGLBindFramebufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint framebuffer);
27 using GrGLBindRenderbufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint renderbuffer);
28 using GrGLBindTextureFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint texture);
38 using GrGLBufferDataFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLsizeiptr size, const GrGLvoid* data, GrGLenum usage);
39 using GrGLBufferSubDataFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLintptr offset, GrGLsizeiptr size, const GrGLvoid* data);
40 using GrGLCheckFramebufferStatusFn = GrGLenum GR_GL_FUNCTION_TYPE(GrGLenum target);
48 using GrGLCompressedTexImage2DFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLint level, GrGLenum internalformat, GrGLsizei width, GrGLsizei height, GrGLint border, GrGLsizei imageSize, const GrGLvoid* data);
49 using GrGLCompressedTexSubImage2DFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLin
[all...]
/foundation/communication/ipc/ipc/native/src/jni/source/
H A Dohos_rpc_remote_object.cpp381 jobject Java_ohos_rpc_getJavaRemoteObject(JNIEnv *env, const sptr<IRemoteObject> target) in Java_ohos_rpc_getJavaRemoteObject() argument
388 if (target == nullptr) { in Java_ohos_rpc_getJavaRemoteObject()
393 if (target->CheckObjectLegality()) { in Java_ohos_rpc_getJavaRemoteObject()
394 IPCObjectStub *tmp = static_cast<IPCObjectStub *>(target.GetRefPtr()); in Java_ohos_rpc_getJavaRemoteObject()
428 objectHolder->object_ = target; in Java_ohos_rpc_getJavaRemoteObject()
553 sptr<IRemoteObject> target = Java_ohos_rpc_getNativeRemoteObject(env, object); in Java_ohos_rpc_IPCSkeleton_nativeFlushCommands() local
554 return static_cast<jint>(IPCSkeleton::FlushCommands(target)); in Java_ohos_rpc_IPCSkeleton_nativeFlushCommands()
624 IPCObjectStub *target = reinterpret_cast<IPCObjectStub *>(nativeObject.GetRefPtr()); in Java_ohos_rpc_RemoteObject_nativeGetCallingPid() local
625 return target->GetCallingPid(); in Java_ohos_rpc_RemoteObject_nativeGetCallingPid()
640 IPCObjectStub *target in Java_ohos_rpc_RemoteObject_nativeGetCallingUid() local
720 sptr<IRemoteObject> target = holder->object_; Java_ohos_rpc_RemoteProxy_nativeSendRequest() local
756 sptr<IRemoteObject> target = holder->object_; Java_ohos_rpc_RemoteProxy_nativeAddDeathRecipient() local
791 sptr<IRemoteObject> target = holder->object_; Java_ohos_rpc_RemoteProxy_nativeRemoveDeathRecipient() local
826 IPCObjectProxy *target = reinterpret_cast<IPCObjectProxy *>(holder->object_.GetRefPtr()); Java_ohos_rpc_RemoteProxy_nativeGetInterfaceDescriptor() local
849 IPCObjectProxy *target = reinterpret_cast<IPCObjectProxy *>(holder->object_.GetRefPtr()); Java_ohos_rpc_RemoteProxy_nativeIsObjectDead() local
871 IPCObjectProxy *target = reinterpret_cast<IPCObjectProxy *>(holder->object_.GetRefPtr()); Java_ohos_rpc_RemoteProxy_nativeGetHandle() local
[all...]
/third_party/icu/icu4c/source/common/
H A Ducnv.cpp851 t=pArgs->target; in _fromUnicodeWithCallback()
946 int32_t length=(int32_t)(pArgs->target-t); in _fromUnicodeWithCallback()
994 t=pArgs->target; in _fromUnicodeWithCallback()
1125 char **target, const char *targetLimit, in ucnv_outputOverflowFromUnicode()
1132 t=*target; in ucnv_outputOverflowFromUnicode()
1152 *target=t; in ucnv_outputOverflowFromUnicode()
1160 /* copy the overflow contents to the target */ in ucnv_outputOverflowFromUnicode()
1167 /* the overflow buffer is completely copied to the target */ in ucnv_outputOverflowFromUnicode()
1169 *target=t; in ucnv_outputOverflowFromUnicode()
1178 char **target, cons in ucnv_fromUnicode()
1124 ucnv_outputOverflowFromUnicode(UConverter *cnv, char **target, const char *targetLimit, int32_t **pOffsets, UErrorCode *err) ucnv_outputOverflowFromUnicode() argument
1177 ucnv_fromUnicode(UConverter *cnv, char **target, const char *targetLimit, const UChar **source, const UChar *sourceLimit, int32_t *offsets, UBool flush, UErrorCode *err) ucnv_fromUnicode() argument
1570 ucnv_outputOverflowToUnicode(UConverter *cnv, UChar **target, const UChar *targetLimit, int32_t **pOffsets, UErrorCode *err) ucnv_outputOverflowToUnicode() argument
1623 ucnv_toUnicode(UConverter *cnv, UChar **target, const UChar *targetLimit, const char **source, const char *sourceLimit, int32_t *offsets, UBool flush, UErrorCode *err) ucnv_toUnicode() argument
2045 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv, char **target, const char *targetLimit, const char **source, const char *sourceLimit, UChar *pivotStart, UChar **pivotSource, UChar **pivotTarget, const UChar *pivotLimit, UBool reset, UBool flush, UErrorCode *pErrorCode) ucnv_convertEx() argument
2404 ucnv_internalConvert(UConverter *outConverter, UConverter *inConverter, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_internalConvert() argument
2477 ucnv_convert(const char *toConverterName, const char *fromConverterName, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_convert() argument
2526 ucnv_convertAlgorithmic(UBool convertToAlgorithmic, UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_convertAlgorithmic() argument
2583 ucnv_toAlgorithmic(UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_toAlgorithmic() argument
2595 ucnv_fromAlgorithmic(UConverter *cnv, UConverterType algorithmicType, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_fromAlgorithmic() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnv.cpp851 t=pArgs->target; in _fromUnicodeWithCallback()
946 int32_t length=(int32_t)(pArgs->target-t); in _fromUnicodeWithCallback()
994 t=pArgs->target; in _fromUnicodeWithCallback()
1125 char **target, const char *targetLimit, in ucnv_outputOverflowFromUnicode()
1132 t=*target; in ucnv_outputOverflowFromUnicode()
1152 *target=t; in ucnv_outputOverflowFromUnicode()
1160 /* copy the overflow contents to the target */ in ucnv_outputOverflowFromUnicode()
1167 /* the overflow buffer is completely copied to the target */ in ucnv_outputOverflowFromUnicode()
1169 *target=t; in ucnv_outputOverflowFromUnicode()
1178 char **target, cons in ucnv_fromUnicode()
1124 ucnv_outputOverflowFromUnicode(UConverter *cnv, char **target, const char *targetLimit, int32_t **pOffsets, UErrorCode *err) ucnv_outputOverflowFromUnicode() argument
1177 ucnv_fromUnicode(UConverter *cnv, char **target, const char *targetLimit, const char16_t **source, const char16_t *sourceLimit, int32_t *offsets, UBool flush, UErrorCode *err) ucnv_fromUnicode() argument
1570 ucnv_outputOverflowToUnicode(UConverter *cnv, char16_t **target, const char16_t *targetLimit, int32_t **pOffsets, UErrorCode *err) ucnv_outputOverflowToUnicode() argument
1623 ucnv_toUnicode(UConverter *cnv, char16_t **target, const char16_t *targetLimit, const char **source, const char *sourceLimit, int32_t *offsets, UBool flush, UErrorCode *err) ucnv_toUnicode() argument
2045 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv, char **target, const char *targetLimit, const char **source, const char *sourceLimit, char16_t *pivotStart, char16_t **pivotSource, char16_t **pivotTarget, const char16_t *pivotLimit, UBool reset, UBool flush, UErrorCode *pErrorCode) ucnv_convertEx() argument
2404 ucnv_internalConvert(UConverter *outConverter, UConverter *inConverter, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_internalConvert() argument
2477 ucnv_convert(const char *toConverterName, const char *fromConverterName, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_convert() argument
2526 ucnv_convertAlgorithmic(UBool convertToAlgorithmic, UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_convertAlgorithmic() argument
2583 ucnv_toAlgorithmic(UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_toAlgorithmic() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv.cpp844 t=pArgs->target; in _fromUnicodeWithCallback()
939 int32_t length=(int32_t)(pArgs->target-t); in _fromUnicodeWithCallback()
987 t=pArgs->target; in _fromUnicodeWithCallback()
1118 char **target, const char *targetLimit, in ucnv_outputOverflowFromUnicode()
1125 t=*target; in ucnv_outputOverflowFromUnicode()
1145 *target=t; in ucnv_outputOverflowFromUnicode()
1153 /* copy the overflow contents to the target */ in ucnv_outputOverflowFromUnicode()
1160 /* the overflow buffer is completely copied to the target */ in ucnv_outputOverflowFromUnicode()
1162 *target=t; in ucnv_outputOverflowFromUnicode()
1171 char **target, cons in ucnv_fromUnicode()
1117 ucnv_outputOverflowFromUnicode(UConverter *cnv, char **target, const char *targetLimit, int32_t **pOffsets, UErrorCode *err) ucnv_outputOverflowFromUnicode() argument
1170 ucnv_fromUnicode(UConverter *cnv, char **target, const char *targetLimit, const UChar **source, const UChar *sourceLimit, int32_t *offsets, UBool flush, UErrorCode *err) ucnv_fromUnicode() argument
1563 ucnv_outputOverflowToUnicode(UConverter *cnv, UChar **target, const UChar *targetLimit, int32_t **pOffsets, UErrorCode *err) ucnv_outputOverflowToUnicode() argument
1616 ucnv_toUnicode(UConverter *cnv, UChar **target, const UChar *targetLimit, const char **source, const char *sourceLimit, int32_t *offsets, UBool flush, UErrorCode *err) ucnv_toUnicode() argument
2038 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv, char **target, const char *targetLimit, const char **source, const char *sourceLimit, UChar *pivotStart, UChar **pivotSource, UChar **pivotTarget, const UChar *pivotLimit, UBool reset, UBool flush, UErrorCode *pErrorCode) ucnv_convertEx() argument
2397 ucnv_internalConvert(UConverter *outConverter, UConverter *inConverter, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_internalConvert() argument
2470 ucnv_convert(const char *toConverterName, const char *fromConverterName, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_convert() argument
2519 ucnv_convertAlgorithmic(UBool convertToAlgorithmic, UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_convertAlgorithmic() argument
2576 ucnv_toAlgorithmic(UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_toAlgorithmic() argument
2588 ucnv_fromAlgorithmic(UConverter *cnv, UConverterType algorithmicType, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_fromAlgorithmic() argument
[all...]
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm_mock_test.cpp86 ConnectionAddr target = { in HWTEST_F() local
90 connFsm = LnnCreateConnectionFsm(&target, "pkgName", true); in HWTEST_F()
181 ConnectionAddr target = { in HWTEST_F() local
184 connFsm = LnnCreateConnectionFsm(&target, "pkgName", true); in HWTEST_F()
238 ConnectionAddr target = { in HWTEST_F() local
242 (void)memcpy_s(target.info.ip.ip, IP_STR_MAX_LEN, DEVICE_IP1, strlen(DEVICE_IP1)); in HWTEST_F()
243 connFsm = LnnCreateConnectionFsm(&target, "pkgName", true); in HWTEST_F()
275 ConnectionAddr target = { in HWTEST_F() local
278 connFsm = LnnCreateConnectionFsm(&target, "pkgName", true); in HWTEST_F()
308 ConnectionAddr target in HWTEST_F() local
363 ConnectionAddr target = { HWTEST_F() local
390 ConnectionAddr target = { HWTEST_F() local
415 ConnectionAddr target = { HWTEST_F() local
446 ConnectionAddr target = { HWTEST_F() local
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetEncoderICU.java75 CharBuffer source, ByteBuffer target, IntBuffer offsets,
78 return onUnmappableInput.call(encoder, context, source, target,
81 return onMalformedInput.call(encoder, context, source, target,
84 // return CharsetCallback.FROM_U_CALLBACK_STOP.call(encoder, context, source, target, offsets, buffer, length, cp, cr);
283 * @param target
287 abstract CoderResult encodeLoop(CharBuffer source, ByteBuffer target, in encodeLoop() argument
293 * @param target The output byte buffer
299 final CoderResult encode(CharBuffer source, ByteBuffer target, in encode() argument
303 if (target == null || source == null) { in encode()
316 * consumed or the target fille in encode()
390 fromUnicodeWithCallback(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) fromUnicodeWithCallback() argument
776 cbFromUWriteSub(CharsetEncoderICU encoder, CharBuffer source, ByteBuffer target, IntBuffer offsets) cbFromUWriteSub() argument
797 cbFromUWriteUChars(CharsetEncoderICU encoder, CharBuffer source, ByteBuffer target, IntBuffer offsets) cbFromUWriteUChars() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DnewTargetNarrowing.js5 if (new.target.marked === true) {
6 foo(new.target.marked);
17 if (new.target.marked === true) {
18 foo(new.target.marked);
/foundation/communication/ipc/ipc/native/src/napi/src/
H A Dnapi_remote_proxy.cpp51 param->errCode = param->target->SendRequest(param->code, in ExecuteSendRequest()
97 napi_value SendRequestAsync(napi_env env, sptr<IRemoteObject> target, uint32_t code, in SendRequestAsync() argument
103 .target = target, in SendRequestAsync()
120 std::string remoteDescriptor = Str16ToStr8(target->GetInterfaceDescriptor()); in SendRequestAsync()
141 napi_value SendRequestPromise(napi_env env, sptr<IRemoteObject> target, uint32_t code, in SendRequestPromise() argument
149 .target = target, in SendRequestPromise()
165 std::string remoteDescriptor = Str16ToStr8(target->GetInterfaceDescriptor()); in SendRequestPromise()
218 sptr<IRemoteObject> target in NAPI_RemoteProxy_sendRequest() local
311 sptr<IRemoteObject> target = proxyHolder->object_; NAPI_RemoteProxy_sendMessageRequest() local
373 sptr<IRemoteObject> target = proxyHolder->object_; NAPI_RemoteProxy_addDeathRecipient() local
445 sptr<IRemoteObject> target = proxyHolder->object_; NAPI_RemoteProxy_registerDeathRecipient() local
492 sptr<IRemoteObject> target = proxyHolder->object_; NAPI_RemoteProxy_removeDeathRecipient() local
567 sptr<IRemoteObject> target = proxyHolder->object_; NAPI_RemoteProxy_unregisterDeathRecipient() local
602 sptr<IRemoteObject> target = holder->object_; NAPI_RemoteProxy_getInterfaceDescriptor() local
628 sptr<IRemoteObject> target = holder->object_; NAPI_RemoteProxy_getDescriptor() local
655 sptr<IRemoteObject> target = holder->object_; NAPI_RemoteProxy_isObjectDead() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES.h42 bool ValidTexture3DTarget(const Context *context, TextureType target);
43 bool ValidTextureExternalTarget(const Context *context, TextureType target);
44 bool ValidTextureExternalTarget(const Context *context, TextureTarget target);
45 bool ValidTexture2DDestinationTarget(const Context *context, TextureTarget target);
46 bool ValidTexture3DDestinationTarget(const Context *context, TextureTarget target);
48 bool ValidFramebufferTarget(const Context *context, GLenum target);
52 TextureType target,
125 GLenum target,
129 GLenum target,
133 GLenum target,
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dstruct.pb.cc296 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { in _InternalSerialize()
329 target = Struct_FieldsEntry_DoNotUse::Funcs::InternalSerialize(1, items[static_cast<ptrdiff_t>(i)]->first, items[static_cast<ptrdiff_t>(i)]->second, target, stream); in _InternalSerialize()
336 target = Struct_FieldsEntry_DoNotUse::Funcs::InternalSerialize(1, it->first, it->second, target, stream); in _InternalSerialize()
343 target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray( in _InternalSerialize()
344 _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream); in _InternalSerialize()
347 return target; in _InternalSerialize()
687 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { in _InternalSerialize()
694 target in _InternalSerialize()
295 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
686 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
990 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_context.cpp34 if (auto target = GetTarget()) { in GetObjectRegistry()
35 return interface_cast<IObjectContext>(target)->GetObjectRegistry(); in GetObjectRegistry()
46 bool ObjectContext::SetTarget(const IObject::Ptr& target) in SetTarget() argument
48 if (target && !interface_cast<META_NS::IObjectContext>(target)) { in SetTarget()
52 return proxy_->SetTarget(target); in SetTarget()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_curve_animation.cpp60 auto target = GetTarget().lock(); in StartRenderAnimation() local
61 if (target == nullptr) { in StartRenderAnimation()
62 ROSEN_LOGE("Failed to start curve animation, target is null!"); in StartRenderAnimation()
66 std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationCreateCurve>(target->GetId(), animation); in StartRenderAnimation()
69 transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), target->GetId()); in StartRenderAnimation()
/third_party/icu/icu4c/source/i18n/
H A Dunits_converter.h104 * Represents the conversion rate between `source` and `target`.
108 const MeasureUnitImpl target; member
115 ConversionRate(MeasureUnitImpl &&source, MeasureUnitImpl &&target) in ConversionRate()
116 : source(std::move(source)), target(std::move(target)) {} in ConversionRate()
130 * Check if the convertibility between `source` and `target`.
141 const MeasureUnitImpl &target,
146 * Converts from a source `MeasureUnit` to a target `MeasureUnit`.
157 * - source and target must be under the same category
163 * @param targetIdentifier represents the target uni
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/
H A Dmove-file.js51 let target = await fs.readlink(symSource)
54 if (isAbsolute(target)) {
55 target = resolve(symDestination, relative(symSource, target))
61 targetStat = await fs.stat(resolve(dirname(symSource), target))
69 target,
/third_party/python/Lib/test/test_importlib/
H A Dtest_path.py20 target = resources.files(self.data) / 'utf-8.file'
21 with resources.as_file(target) as path:
36 target = resources.files(self.data) / 'utf-8.file'
37 with resources.as_file(target) as path:
56 target = resources.files(self.data) / 'utf-8.file'
57 with resources.as_file(target) as path:

Completed in 20 milliseconds

1...<<21222324252627282930>>...201