/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | WriteCharts.java | 78 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 D | WriteCharts.java | 75 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 D | node_os.cc | 388 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 D | builtins-arraybuffer.cc | 40 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 D | builtins-global.cc | 87 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 D | mock_softbus_adapter.cpp | 40 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 D | sanei_jinclude.h | 61 #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 D | codegen.hpp | 53 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 D | st_vdpau.h | 40 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 D | jinclude.h | 64 #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 D | osfiber_ppc64.c | 22 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 D | decoratorMetadataWithImportDeclarationNameCollision4.js | 11 function someDecorator(target) { 12 return target; 43 function someDecorator(target) {
44 return target;
|
/third_party/skia/experimental/graphite/src/ |
H A D | RenderPassTask.cpp | 41 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 D | rs_animation_group.cpp | 83 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 D | engine_factory_repo.cpp | 132 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 D | mapper.c | 42 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 D | freedreno_ringbuffer_sp_reloc.h | 78 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 D | virtio_ringbuffer.h | 82 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 D | helpers.js | 40 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 D | test-whatwg-url-properties.js | 95 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 D | units_converter.h | 112 * 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 D | bench.js | 84 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 D | DisplayVkAndroid.cpp | 88 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 D | flatten_decoration_pass.cpp | 35 // 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 D | flatten_decoration_pass.cpp | 35 // 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...] |