| /third_party/icu/icu4c/source/i18n/ |
| H A D | translit.cpp | 747 UnicodeString source, target, variant; in getDisplayName() local 749 TransliteratorIDParser::IDtoSTV(id, source, target, variant, sawSource); in getDisplayName() 750 if (target.length() < 1) { in getDisplayName() 751 // No target; malformed id in getDisplayName() 758 ID.append(TARGET_SEP).append(target).append(variant); in getDisplayName() 793 args[2].setString(target); in getDisplayName() 971 * containing only the forward direction source, target, and 1256 void Transliterator::_registerSpecialInverse(const UnicodeString& target, in _registerSpecialInverse() argument 1260 TransliteratorIDParser::registerSpecialInverse(target, inverseTarget, bidirectional, status); in _registerSpecialInverse() 1402 const UnicodeString& target) { in countAvailableVariants() 1401 countAvailableVariants(const UnicodeString& source, const UnicodeString& target) countAvailableVariants() argument 1408 getAvailableVariant(int32_t index, const UnicodeString& source, const UnicodeString& target, UnicodeString& result) getAvailableVariant() argument 1439 _countAvailableVariants(const UnicodeString& source, const UnicodeString& target) _countAvailableVariants() argument 1444 _getAvailableVariant(int32_t index, const UnicodeString& source, const UnicodeString& target, UnicodeString& result) _getAvailableVariant() argument [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | translit.cpp | 747 UnicodeString source, target, variant; in getDisplayName() local 749 TransliteratorIDParser::IDtoSTV(id, source, target, variant, sawSource); in getDisplayName() 750 if (target.length() < 1) { in getDisplayName() 751 // No target; malformed id in getDisplayName() 758 ID.append(TARGET_SEP).append(target).append(variant); in getDisplayName() 793 args[2].setString(target); in getDisplayName() 971 * containing only the forward direction source, target, and 1256 void Transliterator::_registerSpecialInverse(const UnicodeString& target, in _registerSpecialInverse() argument 1260 TransliteratorIDParser::registerSpecialInverse(target, inverseTarget, bidirectional, status); in _registerSpecialInverse() 1402 const UnicodeString& target) { in countAvailableVariants() 1401 countAvailableVariants(const UnicodeString& source, const UnicodeString& target) countAvailableVariants() argument 1408 getAvailableVariant(int32_t index, const UnicodeString& source, const UnicodeString& target, UnicodeString& result) getAvailableVariant() argument 1439 _countAvailableVariants(const UnicodeString& source, const UnicodeString& target) _countAvailableVariants() argument 1444 _getAvailableVariant(int32_t index, const UnicodeString& source, const UnicodeString& target, UnicodeString& result) _getAvailableVariant() argument [all...] |
| /third_party/node/deps/v8/src/snapshot/ |
| H A D | serializer.cc | 962 Address target, int target_size, bool sandboxify, ExternalPointerTag tag) { in OutputExternalReference() 963 DCHECK_LE(target_size, sizeof(target)); // Must fit in Address. in OutputExternalReference() 970 serializer_->TryEncodeExternalReference(target).To(&encoded_reference); in OutputExternalReference() 972 encoded_reference = serializer_->EncodeExternalReference(target); in OutputExternalReference() 978 // Isolate and thus the target address will not change between in OutputExternalReference() 986 sink_->PutRaw(reinterpret_cast<byte*>(&target), target_size, "Bytes"); in OutputExternalReference() 1021 void VisitEmbeddedPointer(Code host, RelocInfo* target) { in VisitEmbeddedPointer() argument 1022 HeapObject object = target->target_object(isolate()); in VisitEmbeddedPointer() 1026 void VisitCodeTarget(Code host, RelocInfo* target) { in VisitCodeTarget() argument 1028 DCHECK(!RelocInfo::IsRelativeCodeTarget(target in VisitCodeTarget() 961 OutputExternalReference( Address target, int target_size, bool sandboxify, ExternalPointerTag tag) OutputExternalReference() argument 1038 VisitOffHeapTarget(Code host, RelocInfo* target) VisitOffHeapTarget() argument 1061 Address target = rinfo->target_external_reference(); VisitExternalReference() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/asahi/ |
| H A D | agx_pipe.c | 132 agx_is_2d(enum pipe_texture_target target) in agx_is_2d() argument 134 return (target == PIPE_TEXTURE_2D || target == PIPE_TEXTURE_RECT); in agx_is_2d() 141 if (pres->base.target == PIPE_BUFFER) in agx_select_modifier() 145 if (pres->base.usage == PIPE_USAGE_STREAM && agx_is_2d(pres->base.target)) in agx_select_modifier() 251 /* display target */ in agx_resource_destroy() 1010 enum pipe_texture_target target, in agx_is_format_supported() 1015 assert(target == PIPE_BUFFER || in agx_is_format_supported() 1016 target == PIPE_TEXTURE_1D || in agx_is_format_supported() 1017 target in agx_is_format_supported() 1008 agx_is_format_supported(struct pipe_screen* pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) agx_is_format_supported() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_blit.cpp | 131 DXGI_FORMAT dxgi_format = d3d12_get_resource_srv_format(src->base.b.format, src->base.b.target); in blit_resolve() 159 unsigned ldepth = res->target == PIPE_TEXTURE_3D ? u_minify(res->depth0, level) : in box_fits() 253 get_subresource_id(enum pipe_texture_target target, unsigned subres, unsigned stride, in get_subresource_id() argument 256 if (d3d12_subresource_id_uses_layer(target)) { in get_subresource_id() 284 if (dst->base.b.target == PIPE_TEXTURE_CUBE) in copy_subregion_no_barriers() 287 if (src->base.b.target == PIPE_TEXTURE_CUBE) in copy_subregion_no_barriers() 320 src_loc.SubresourceIndex = get_subresource_id(src->base.b.target, src_level, src_subres_stride, src_z, &src_z, src_array_size, src->plane_slice) + in copy_subregion_no_barriers() 325 dst_loc.SubresourceIndex = get_subresource_id(dst->base.b.target, dst_level, dst_subres_stride, dstz, &dstz, dst_array_size, dst->plane_slice) + in copy_subregion_no_barriers() 414 unsigned src_subres = get_subresource_id(src->base.b.target, src_level, src->base.b.last_level + 1, in d3d12_direct_copy() 416 unsigned dst_subres = get_subresource_id(dst->base.b.target, dst_leve in d3d12_direct_copy() [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | BufferVk.cpp | 40 ANGLE_INLINE VkMemoryPropertyFlags GetPreferredMemoryType(gl::BufferBinding target, in GetPreferredMemoryType() argument 52 if (target == gl::BufferBinding::PixelUnpack) in GetPreferredMemoryType() 253 gl::BufferBinding target, in initializeShadowBuffer() 264 if (target == gl::BufferBinding::PixelUnpack) in initializeShadowBuffer() 304 gl::BufferBinding target, in setExternalBufferData() 348 gl::BufferBinding target, in setDataWithUsageFlags() 371 memoryPropertyFlags = GetPreferredMemoryType(target, usage); in setDataWithUsageFlags() 378 ANGLE_TRY(setExternalBufferData(context, target, clientBuffer, size, memoryPropertyFlags)); in setDataWithUsageFlags() 393 return setDataWithMemoryType(context, target, data, size, memoryPropertyFlags, in setDataWithUsageFlags() 398 gl::BufferBinding target, in setData() 252 initializeShadowBuffer(ContextVk *contextVk, gl::BufferBinding target, size_t size) initializeShadowBuffer() argument 303 setExternalBufferData(const gl::Context *context, gl::BufferBinding target, GLeglClientBufferEXT clientBuffer, size_t size, VkMemoryPropertyFlags memoryPropertyFlags) setExternalBufferData() argument 347 setDataWithUsageFlags(const gl::Context *context, gl::BufferBinding target, GLeglClientBufferEXT clientBuffer, const void *data, size_t size, gl::BufferUsage usage, GLbitfield flags) setDataWithUsageFlags() argument 397 setData(const gl::Context *context, gl::BufferBinding target, const void *data, size_t size, gl::BufferUsage usage) setData() argument 408 setDataWithMemoryType(const gl::Context *context, gl::BufferBinding target, const void *data, size_t size, VkMemoryPropertyFlags memoryPropertyFlags, bool persistentMapRequired, gl::BufferUsage usage) setDataWithMemoryType() argument 484 setSubData(const gl::Context *context, gl::BufferBinding target, const void *data, size_t size, size_t offset) setSubData() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | translit.cpp | 747 UnicodeString source, target, variant; in getDisplayName() local 749 TransliteratorIDParser::IDtoSTV(id, source, target, variant, sawSource); in getDisplayName() 750 if (target.length() < 1) { in getDisplayName() 751 // No target; malformed id in getDisplayName() 758 ID.append(TARGET_SEP).append(target).append(variant); in getDisplayName() 793 args[2].setString(target); in getDisplayName() 971 * containing only the forward direction source, target, and 1242 void Transliterator::_registerSpecialInverse(const UnicodeString& target, in _registerSpecialInverse() argument 1246 TransliteratorIDParser::registerSpecialInverse(target, inverseTarget, bidirectional, status); in _registerSpecialInverse() 1388 const UnicodeString& target) { in countAvailableVariants() 1387 countAvailableVariants(const UnicodeString& source, const UnicodeString& target) countAvailableVariants() argument 1394 getAvailableVariant(int32_t index, const UnicodeString& source, const UnicodeString& target, UnicodeString& result) getAvailableVariant() argument 1425 _countAvailableVariants(const UnicodeString& source, const UnicodeString& target) _countAvailableVariants() argument 1430 _getAvailableVariant(int32_t index, const UnicodeString& source, const UnicodeString& target, UnicodeString& result) _getAvailableVariant() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_resource.c | 492 if (p_res->target == PIPE_BUFFER) in iris_resource_destroy() 518 if (templ->target == PIPE_BUFFER) in iris_alloc_resource() 635 target_to_isl_surf_dim(enum pipe_texture_target target) in target_to_isl_surf_dim() argument 637 switch (target) { in target_to_isl_surf_dim() 703 if (templ->target == PIPE_TEXTURE_CUBE || in iris_resource_configure_main() 704 templ->target == PIPE_TEXTURE_CUBE_ARRAY) { in iris_resource_configure_main() 722 .dim = target_to_isl_surf_dim(templ->target), in iris_resource_configure_main() 1102 assert(templ->target == PIPE_BUFFER); in iris_resource_create_for_buffer() 1112 const char *name = templ->target == PIPE_BUFFER ? "buffer" : "miptree"; in iris_resource_create_for_buffer() 1243 if (templ->target in iris_resource_create() [all...] |
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | resolver.cc | 1258 auto* target = ty; 1260 if ((source != target) && // 1261 ((source->is_scalar() && target->is_scalar()) || 1262 (source->Is<sem::Vector>() && target->Is<sem::Vector>()) || 1263 (source->Is<sem::Matrix>() && target->Is<sem::Matrix>()))) { 1273 // Resolve the target of the CallExpression to determine whether this is a 1275 if (expr->target.type) { 1276 auto* ty = Type(expr->target.type); 1283 auto* ident = expr->target.name; 1303 << expr->source << " unresolved CallExpression target [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_lowering_nv50.cpp | 278 // Emulate PRERET: jump to the target and call to the origin from there 299 BasicBlock *bbT = pre->target.bb; in handlePRERET() 778 const int arg = i->tex.target.getArgCount(); in handleTEX() 780 const int lod = i->tex.target.isShadow() ? (arg + 1) : arg; in handleTEX() 784 if (i->tex.target.isCube() && i->op != OP_TXD) { in handleTEX() 801 if (i->tex.target.isMS()) { in handleTEX() 808 i->tex.target.clearMS(); in handleTEX() 823 if (i->tex.target.isShadow()) in handleTEX() 827 if (i->tex.target.isArray()) { in handleTEX() 837 if (i->tex.target in handleTEX() [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_navigator.cpp | 58 JSRef<JSVal> target = obj->GetProperty("target"); in Create() local 59 if (target->IsString()) { in Create() 60 NavigatorModel::GetInstance()->SetUri(target->ToString()); in Create() 98 JSClass<JSNavigator>::StaticMethod("target", &JSNavigator::SetTarget, opt); in JSBind()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
| H A D | js_should_built_in_recognizer_parallel_with_function.cpp | 48 const RefPtr<NG::NGGestureRecognizer>& target) in CreateRecognizerObject() 50 auto panRecognizer = AceType::DynamicCast<NG::PanRecognizer>(target); in CreateRecognizerObject() 61 currentRecognizer->SetRecognizer(target); in CreateRecognizerObject() 47 CreateRecognizerObject( const RefPtr<NG::NGGestureRecognizer>& target) CreateRecognizerObject() argument
|
| /foundation/arkui/ace_engine/test/unittest/scripts/ |
| H A D | run.py | 147 parser.add_argument("-t", "--target", nargs='+', type=str, default=None)
150 targets = args.target
152 for target in targets:
153 run_single_test(tests_out_path, target)
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
| H A D | event_util.cpp | 23 constexpr char ATTR_TARGET[] = "target"; 68 // set the 'target' attribute value in CreateEvent() 69 UIView *target = nullptr; in CreateEvent() local 72 view.GetTargetView(point, ¤tTarget, &target); in CreateEvent() 73 JSObject::Set(arg, ATTR_TARGET, GetElementByUIView(target)); in CreateEvent()
|
| /test/testfwk/developer_test/aw/python/distributed/common/ |
| H A D | drivers.py | 62 def is_exist_target_in_device(device, path, target): 63 command = "ls -l %s | grep %s" % (path, target) 66 if stdout_info != "" and stdout_info.find(target) != -1:
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | dnn_filter_common.c | 132 int ff_dnn_execute_model_classification(DnnContext *ctx, AVFrame *in_frame, AVFrame *out_frame, const char *target) in ff_dnn_execute_model_classification() argument 142 .target = target, in ff_dnn_execute_model_classification()
|
| /third_party/gn/src/gn/ |
| H A D | bundle_data.h | 24 // BundleData holds the information required by "create_bundle" target. 49 // Adds a bundle_data target to the recursive collection of all bundle_data 50 // that the target depends on. 51 void AddBundleData(const Target* target, bool is_create_bundle); 53 // Called upon resolution of the target owning this instance of BundleData. 54 // |owning_target| is the owning target. 62 const Target* target, 68 const Target* target, 183 // Recursive collection of all bundle_data that the target depends on. 186 // Recursive collection of all forwarded bundle_data that the target [all...] |
| H A D | rust_variables.cc | 9 // Rust target variables ------------------------------------------------------ 23 All dependencies listed in this field *must* be listed as deps of the target. 30 This target would compile the `foo` crate with the following `extern` flag: 41 With the addition of `aliased_deps`, above target would instead compile with: 54 If crate_name is not set, then this rule will use the target name.
|
| H A D | rust_project_writer_helpers.h | 20 #include "gn/target.h" 66 // Set the compiler target ("e.g. x86_64-linux-kernel") 67 void SetCompilerTarget(std::string target) { compiler_target_ = target; } in SetCompilerTarget() argument 98 // Return the compiler target "triple" from the compiler args 136 std::vector<std::string> ExtractCompilerArgs(const Target* target);
|
| /third_party/icu/icu4c/source/samples/coll/ |
| H A D | coll.cpp | 18 "usage: coll [options*] -source source_string -target target_string\n" 30 "-target string Target string for comparison\n" 31 "Example coll -rules \\u0026b\\u003ca -source a -target b\n" 75 {"-target", OptSpec::STRING, &opt_target}, 146 UChar target[100]; in strcmp() local 148 u_unescape(opt_target, target, 100); in strcmp() 149 UCollationResult result = ucol_strcoll(collator, source, -1, target, -1); in strcmp() 257 fprintf(stdout, "Comparing source=%s and target=%s\n", opt_source, in main() 261 fprintf(stdout, "source is equals to target\n"); in main() 264 fprintf(stdout, "source is less than target\ in main() [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | ucnv_cnv.h | 90 * The toUnicodeWithOffsets must write exactly as many offset values as target 96 * - U_BUFFER_OVERFLOW_ERROR and the target is full: target==targetLimit 301 char **target, const char *targetLimit, 308 UChar **target, const UChar *targetLimit, 316 UChar **target, const UChar *targetLimit,
|
| /third_party/mesa3d/.gitlab-ci/bare-metal/ |
| H A D | serial_buffer.py | 59 target=self.serial_read_thread_loop, daemon=True) 62 target=self.serial_file_read_thread_loop, daemon=True) 66 target=self.serial_lines_thread_loop, daemon=True)
|
| /third_party/json/tests/src/ |
| H A D | unit-alt-string.cpp | 21 void int_to_string(alt_string& target, std::size_t value); 167 void int_to_string(alt_string& target, std::size_t value) in int_to_string() argument 169 target = std::to_string(value).c_str(); in int_to_string()
|
| /third_party/jerryscript/targets/mbedos5/tools/ |
| H A D | generate_pins.py | 17 Generate pins.cpp for a specified target, using target definitions from the 185 Generate pins.cpp for a specified mbed board, using target definitions from the 200 target = Target.get_target(board_name) 202 directory_labels = ['TARGET_' + label for label in target.labels] + target.macros
|
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-arraybuffer-object.c | 153 * Helper function: check if the target is ArrayBuffer 162 ecma_is_arraybuffer (ecma_value_t target) /**< the target value */ in ecma_is_arraybuffer() argument 164 return (ecma_is_value_object (target) in ecma_is_arraybuffer() 165 && ecma_object_class_is (ecma_get_object_from_value (target), in ecma_is_arraybuffer() 207 * Helper function: check if the target ArrayBuffer is detached 230 * Helper function: check if the target ArrayBuffer is detachable
|