Home
last modified time | relevance | path

Searched refs:target (Results 826 - 850 of 4731) sorted by relevance

1...<<31323334353637383940>>...190

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DWriteCharts.java78 String target = (String) targets.nextElement(); in getAllScripts()
79 scripts = UScript.getCode(target); in getAllScripts()
83 System.out.println("[Skipping '" + source + "-" + target + "']"); in getAllScripts()
86 System.out.println("\tTarget: " + target + ";\tScripts: " + showScripts(scripts)); in getAllScripts()
87 Enumeration variants = Transliterator.getAvailableVariants(source, target); in getAllScripts()
90 String id = source + "-" + target; in getAllScripts()
127 // clean up IDs. Ought to be API for getting source, target, variant in print()
130 String target = id.substring(minusPos+1); in print()
131 int slashPos = target.indexOf('/'); in print()
132 if (slashPos >= 0) target in print()
[all...]
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DWriteCharts.java75 String target = (String) targets.nextElement(); in getAllScripts()
76 scripts = UScript.getCode(target); in getAllScripts()
80 System.out.println("[Skipping '" + source + "-" + target + "']"); in getAllScripts()
83 System.out.println("\tTarget: " + target + ";\tScripts: " + showScripts(scripts)); in getAllScripts()
84 Enumeration variants = Transliterator.getAvailableVariants(source, target); in getAllScripts()
87 String id = source + "-" + target; in getAllScripts()
124 // clean up IDs. Ought to be API for getting source, target, variant in print()
127 String target = id.substring(minusPos+1); in print()
128 int slashPos = target.indexOf('/'); in print()
129 if (slashPos >= 0) target in print()
[all...]
/third_party/node/src/
H A Dnode_os.cc388 void Initialize(Local<Object> target, in Initialize() argument
393 SetMethod(context, target, "getHostname", GetHostname); in Initialize()
394 SetMethod(context, target, "getLoadAvg", GetLoadAvg); in Initialize()
395 SetMethod(context, target, "getUptime", GetUptime); in Initialize()
396 SetMethod(context, target, "getTotalMem", GetTotalMemory); in Initialize()
397 SetMethod(context, target, "getFreeMem", GetFreeMemory); in Initialize()
398 SetMethod(context, target, "getCPUs", GetCPUInfo); in Initialize()
399 SetMethod(context, target, "getInterfaceAddresses", GetInterfaceAddresses); in Initialize()
400 SetMethod(context, target, "getHomeDirectory", GetHomeDirectory); in Initialize()
401 SetMethod(context, target, "getUserInf in Initialize()
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-arraybuffer.cc40 Object ConstructBuffer(Isolate* isolate, Handle<JSFunction> target, in ConstructBuffer() argument
43 SharedFlag shared = *target != target->native_context().array_buffer_fun() in ConstructBuffer()
51 JSObject::New(target, new_target, Handle<AllocationSite>::null())); in ConstructBuffer()
111 Handle<JSFunction> target = args.target(); in BUILTIN() local
112 DCHECK(*target == target->native_context().array_buffer_fun() || in BUILTIN()
113 *target == target in BUILTIN()
[all...]
H A Dbuiltins-global.cc87 Handle<JSFunction> target = args.target(); in BUILTIN() local
88 Handle<JSObject> target_global_proxy(target->global_proxy(), isolate); in BUILTIN()
89 if (!Builtins::AllowDynamicFunction(isolate, target, target_global_proxy)) { in BUILTIN()
101 isolate, handle(target->native_context(), isolate), x); in BUILTIN()
108 handle(target->native_context(), isolate), source, in BUILTIN()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/softbus_adapter/
H A Dmock_softbus_adapter.cpp40 int32_t SendEvent(const char* pkgName, BroadCastAddr target, EventData *event) in SendEvent() argument
42 return SoftbusMock::GetMock().SendEvent(pkgName, target, event); in SendEvent()
45 int32_t StopEvent(const char* pkgName, BroadCastAddr target, EventType event) in StopEvent() argument
47 return SoftbusMock::GetMock().StopEvent(pkgName, target, event); in StopEvent()
/third_party/backends/include/sane/
H A Dsanei_jinclude.h61 #define MEMZERO(target,size) bzero((void *)(target), (size_t)(size))
67 #define MEMZERO(target,size) memset((void *)(target), 0, (size_t)(size))
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dcodegen.hpp53 build_module_native(::llvm::Module &mod, const target &target,
58 print_module_native(const ::llvm::Module &mod, const target &target);
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_vdpau.h40 st_vdpau_map_surface(struct gl_context *ctx, GLenum target, GLenum access,
45 st_vdpau_unmap_surface(struct gl_context *ctx, GLenum target, GLenum access,
52 st_vdpau_map_surface(struct gl_context *ctx, GLenum target, GLenum access, in st_vdpau_map_surface() argument
57 st_vdpau_unmap_surface(struct gl_context *ctx, GLenum target, GLenum access, in st_vdpau_unmap_surface() argument
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djinclude.h64 #define MEMZERO(target, size) \
65 bzero((void *)(target), (size_t)(size))
72 #define MEMZERO(target, size) \
73 memset((void *)(target), 0, (size_t)(size))
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dosfiber_ppc64.c22 void marl_fiber_trampoline(void (*target)(void*), void* arg) { in marl_fiber_trampoline() argument
23 target(arg); in marl_fiber_trampoline()
30 void (*target)(void*), in marl_fiber_set_target()
55 ctx->r3 = (uintptr_t)target; in marl_fiber_set_target()
27 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
/third_party/typescript/tests/baselines/reference/
H A DdecoratorMetadataWithImportDeclarationNameCollision4.js11 function someDecorator(target) {
12 return target;
43 function someDecorator(target) {
44 return target;
/third_party/skia/experimental/graphite/src/
H A DRenderPassTask.cpp41 auto target = fRenderPassDesc.fColorAttachment.fTextureProxy; in addCommands() local
42 if (!target->instantiate(resourceProvider)) { in addCommands()
44 SkDebugf("Dimensions are (%d, %d).\n", target->dimensions().width(), in addCommands()
45 target->dimensions().height()); in addCommands()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation_group.cpp83 auto target = target_.lock(); in OnStart() local
84 if (target == nullptr) { in OnStart()
85 ROSEN_LOGE("Failed to start group animation, target is null!"); in OnStart()
91 auto target = weakTarget.lock(); in OnStart()
92 if (target == nullptr) { in OnStart()
93 ROSEN_LOGE("Failed to finish group animation, target is null!"); in OnStart()
103 target->RemoveAnimation(animation); in OnStart()
113 animation->Start(target); in OnStart()
/foundation/multimedia/player_framework/services/services/factory/
H A Dengine_factory_repo.cpp132 std::shared_ptr<IEngineFactory> target = nullptr; in GetEngineFactory() local
137 target = factory; in GetEngineFactory()
140 if (target == nullptr && !factorys_.empty()) { in GetEngineFactory()
141 target = factorys_.front(); in GetEngineFactory()
145 "appUid: %{public}d", FAKE_POINTER(target.get()), maxScore, appUid); in GetEngineFactory()
146 return target; in GetEngineFactory()
/third_party/alsa-utils/axfer/
H A Dmapper.c42 mapper->target = MAPPER_TARGET_SINGLE; in mapper_context_init()
45 mapper->target = MAPPER_TARGET_MULTIPLE; in mapper_context_init()
50 mapper->target = MAPPER_TARGET_SINGLE; in mapper_context_init()
53 mapper->target = MAPPER_TARGET_MULTIPLE; in mapper_context_init()
87 // The purpose of multiple target is to mux/demux each channels to/from in mapper_context_pre_process()
89 if (mapper->target == MAPPER_TARGET_MULTIPLE && in mapper_context_pre_process()
105 fprintf(stderr, " target: %s\n", in mapper_context_pre_process()
106 mapper_target_labels[mapper->target]); in mapper_context_pre_process()
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_ringbuffer_sp_reloc.h78 struct fd_ringbuffer *ring, struct fd_ringbuffer *target, uint32_t cmd_idx) in fd_ringbuffer_sp_emit_reloc_ring()
80 struct fd_ringbuffer_sp *fd_target = to_fd_ringbuffer_sp(target); in fd_ringbuffer_sp_emit_reloc_ring()
84 if ((target->flags & FD_RINGBUFFER_GROWABLE) && in fd_ringbuffer_sp_emit_reloc_ring()
90 size = offset_bytes(target->cur, target->start); in fd_ringbuffer_sp_emit_reloc_ring()
107 if (!(target->flags & _FD_RINGBUFFER_OBJECT)) in fd_ringbuffer_sp_emit_reloc_ring()
120 // seen this target before. But hopefully we hit the in fd_ringbuffer_sp_emit_reloc_ring()
77 fd_ringbuffer_sp_emit_reloc_ring( struct fd_ringbuffer *ring, struct fd_ringbuffer *target, uint32_t cmd_idx) fd_ringbuffer_sp_emit_reloc_ring() argument
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_ringbuffer.h82 struct fd_ringbuffer *ring, struct fd_ringbuffer *target, uint32_t cmd_idx) in virtio_ringbuffer_emit_reloc_ring()
84 struct virtio_ringbuffer *virtio_target = to_virtio_ringbuffer(target); in virtio_ringbuffer_emit_reloc_ring()
88 if ((target->flags & FD_RINGBUFFER_GROWABLE) && in virtio_ringbuffer_emit_reloc_ring()
94 size = offset_bytes(target->cur, target->start); in virtio_ringbuffer_emit_reloc_ring()
111 if (!(target->flags & _FD_RINGBUFFER_OBJECT)) in virtio_ringbuffer_emit_reloc_ring()
124 // seen this target before. But hopefully we hit the in virtio_ringbuffer_emit_reloc_ring()
81 virtio_ringbuffer_emit_reloc_ring( struct fd_ringbuffer *ring, struct fd_ringbuffer *target, uint32_t cmd_idx) virtio_ringbuffer_emit_reloc_ring() argument
/third_party/node/test/fixtures/wpt/streams/transferable/resources/
H A Dhelpers.js40 function testMessageEvent(target) {
42 target.addEventListener('message', ev => {
52 function testMessageEventOrErrorMessage(target) {
54 target.addEventListener('message', ev => {
70 function checkTestResults(target) {
72 target.onmessage = msg => {
/third_party/node/test/parallel/
H A Dtest-whatwg-url-properties.js95 function testMethod(target, name, methodName = stringifyName(name)) {
96 const desc = Object.getOwnPropertyDescriptor(target, name);
109 function testAccessor(target, name, readonly = false) {
110 const desc = Object.getOwnPropertyDescriptor(target, name);
135 function testStaticAccessor(target, name) {
136 const desc = Object.getOwnPropertyDescriptor(target, name);
/third_party/node/deps/icu-small/source/i18n/
H A Dunits_converter.h112 * Represents the conversion rate between `source` and `target`.
116 const MeasureUnitImpl target; member
123 ConversionRate(MeasureUnitImpl &&source, MeasureUnitImpl &&target) in ConversionRate()
124 : source(std::move(source)), target(std::move(target)) {} in ConversionRate()
138 * Check if the convertibility between `source` and `target`.
149 const MeasureUnitImpl &target,
154 * Converts from a source `MeasureUnit` to a target `MeasureUnit`.
165 * - source and target must be under the same category
171 * @param targetIdentifier represents the target uni
[all...]
/third_party/node/deps/npm/node_modules/fastest-levenshtein/
H A Dbench.js84 console.log(String(event.target));
85 if (results.has(event.target.name[0])) {
86 results.get(event.target.name[0]).push(event.target.hz);
89 results.set(event.target.name[0], [event.target.hz]);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DDisplayVkAndroid.cpp88 EGLenum target, in validateImageClientBuffer()
92 switch (target) in validateImageClientBuffer()
99 return DisplayVk::validateImageClientBuffer(context, target, clientBuffer, attribs); in validateImageClientBuffer()
105 EGLenum target, in createExternalImageSibling()
109 switch (target) in createExternalImageSibling()
115 return DisplayVk::createExternalImageSibling(context, target, buffer, attribs); in createExternalImageSibling()
87 validateImageClientBuffer(const gl::Context *context, EGLenum target, EGLClientBuffer clientBuffer, const egl::AttributeMap &attribs) const validateImageClientBuffer() argument
103 createExternalImageSibling( const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dflatten_decoration_pass.cpp35 // The target Id of OpDecorationGroup instructions. in Process()
91 for (auto target : normal_uses[group]) { in Process()
93 new_inst->SetInOperand(0, Words{target}); in Process()
105 // Make an OpMemberDecorate instruction for each (target, member) in Process()
107 const uint32_t target = member_id_pairs[i]; in Process() local
110 operands.push_back(Operand(SPV_OPERAND_TYPE_ID, {target})); in Process()
114 decoration_operands_iter++; // Skip the group target. in Process()
125 // remove it even if that decoration group itself is not the target of in Process()
150 const uint32_t target = debug_inst_iter->GetSingleWordOperand(0); in Process() local
151 if (group_ids.count(target)) { in Process()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dflatten_decoration_pass.cpp35 // The target Id of OpDecorationGroup instructions. in Process()
91 for (auto target : normal_uses[group]) { in Process()
93 new_inst->SetInOperand(0, Words{target}); in Process()
105 // Make an OpMemberDecorate instruction for each (target, member) in Process()
107 const uint32_t target = member_id_pairs[i]; in Process() local
110 operands.push_back(Operand(SPV_OPERAND_TYPE_ID, {target})); in Process()
114 decoration_operands_iter++; // Skip the group target. in Process()
125 // remove it even if that decoration group itself is not the target of in Process()
150 const uint32_t target = debug_inst_iter->GetSingleWordOperand(0); in Process() local
151 if (group_ids.count(target)) { in Process()
[all...]

Completed in 10 milliseconds

1...<<31323334353637383940>>...190