Home
last modified time | relevance | path

Searched refs:target (Results 3026 - 3050 of 4886) sorted by relevance

1...<<121122123124125126127128129130>>...196

/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducol_imp.h43 * @param target second collator
48 ucol_equals(const UCollator *source, const UCollator *target);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dcurrpinf.h226 * @param target the target to copy to
229 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
H A Dtmutfmt.h231 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ducbuf.h214 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status);
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftglyph.h301 * target ::
302 * A handle to the target glyph object. 0~in case of error.
309 FT_Glyph *target );
322 * A handle to the target glyph object.
477 * A pointer to a handle to the target glyph.
588 * A handle to the target glyph object.
643 * A pointer to the target matrix. Remains untouched in case of error.
H A Dftoutln.h96 * A pointer to the source target.
261 * A pointer to the target outline descriptor.
291 * target ::
292 * A handle to the target outline.
299 FT_Outline *target );
313 * A pointer to the target outline descriptor.
343 * A handle to the target outline.
408 * A pointer to the target outline descriptor.
428 * OR-ed to the target bitmap.
439 * A pointer to the target bitma
[all...]
H A Dftrender.h58 FT_Glyph target );
/third_party/python/Lib/test/
H A Dtest_fork1.py35 t = threading.Thread(target=importer)
/third_party/typescript/tests/baselines/reference/
H A DimportHelpersES6.js16 export declare function __decorate(decorators: Function[], target: any, key?: string | symbol, desc?: any): any;
/third_party/python/Lib/test/test_importlib/import_/
H A Dtest___loader__.py12 def find_spec(self, fullname, path=None, target=None):
/third_party/python/Lib/xml/sax/
H A Dhandler.py182 def processingInstruction(self, target, data):
/third_party/spirv-tools/utils/
H A Dgenerate_registry_tables.py83 parser = XMLParser(target=TreeBuilder(), encoding='utf-8')
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c284 /* Get pointers to the blend shaders bound to each active render target. Used
353 /* Always have at least one render target for depth-only passes */ in panfrost_emit_blend()
939 .target = v->resource->target, in panfrost_pipe_image_to_sampler_view()
946 if (out.target == PIPE_BUFFER) { in panfrost_pipe_image_to_sampler_view()
1001 if (view.base.target == PIPE_BUFFER) in panfrost_emit_images()
1002 view.base.target = PIPE_BUFFER; in panfrost_emit_images()
1004 view.base.target = PIPE_TEXTURE_2D_ARRAY; in panfrost_emit_images()
1087 if (tex->target == PIPE_BUFFER) { in panfrost_upload_txs_sysval()
1111 if (tex->target in panfrost_upload_txs_sysval()
1276 panfrost_xfb_offset(unsigned stride, struct pipe_stream_output_target *target) panfrost_xfb_offset() argument
1320 struct pipe_stream_output_target *target = NULL; panfrost_upload_sysvals() local
[all...]
/base/startup/init/services/init/
H A Dinit_common_cmds.c438 // format: fileSystemType source target mountFlag1 mountFlag2... data in DoMount()
448 // maybe only has "filesystype source target", 2 spaces in DoMount()
449 char *target = (ctx->argc > index) ? ctx->argv[index] : NULL; in DoMount() local
450 INIT_ERROR_CHECK(target != NULL, return, "Failed to get target."); in DoMount()
463 ret = mount(source, target, fileSysType, mountflags, NULL); in DoMount()
467 ret = mount(source, target, fileSysType, mountflags, data); in DoMount()
471 INIT_LOGE("Failed to mount for %s, err %d.", target, errno); in DoMount()
/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server_rpc.c135 SvcIdentity target = { in RpcStartSamgr() local
138 (void)SetContextObject(target); in RpcStartSamgr()
652 SvcIdentity target = {INVALID_INDEX, INVALID_INDEX, INVALID_INDEX}; in OnEndpointExit() local
653 target.handle = handle.handle; in OnEndpointExit()
654 ReleaseSvc(target); in OnEndpointExit()
/third_party/node/src/
H A Dnode_options.cc1249 void Initialize(Local<Object> target, in Initialize() argument
1255 SetMethodNoSideEffect(context, target, "getCLIOptions", GetCLIOptions); in Initialize()
1257 context, target, "getEmbedderOptions", GetEmbedderOptions); in Initialize()
1262 target in Initialize()
1276 target->Set(context, FIXED_ONE_BYTE_STRING(isolate, "types"), types) in Initialize()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_compute.c286 if (res->base.target == PIPE_BUFFER) { in nv50_get_surface_dims()
296 switch (res->base.target) { in nv50_get_surface_dims()
309 assert(!"unexpected texture target"); in nv50_get_surface_dims()
319 assert(view->resource->target == PIPE_BUFFER); in nv50_mark_image_range_valid()
353 if (res->base.target != PIPE_BUFFER) { in nv50_set_surface_info()
409 /* get surface dimensions based on the target. */ in nv50_compute_validate_surfaces()
413 if (res->base.target == PIPE_BUFFER) { in nv50_compute_validate_surfaces()
/third_party/node/deps/v8/src/runtime/
H A Druntime-wasm.cc753 Handle<WasmContinuationObject> target = in RUNTIME_FUNCTION() local
756 Managed<wasm::StackMemory>::cast(target->stack()).get().get(); in RUNTIME_FUNCTION()
758 isolate->roots_table().slot(RootIndex::kActiveContinuation).store(*target); in RUNTIME_FUNCTION()
769 suspender->set_continuation(*target); in RUNTIME_FUNCTION()
773 return *target; in RUNTIME_FUNCTION()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c803 decode_slice(struct vl_mpg12_bs *bs, struct pipe_video_buffer *target) in decode_slice() argument
849 bs->decoder->decode_macroblock(bs->decoder, target, &bs->desc->base, &mb.base, 1); in decode_slice()
959 bs->decoder->decode_macroblock(bs->decoder, target, &bs->desc->base, &mb.base, 1); in decode_slice()
981 struct pipe_video_buffer *target, in vl_mpg12_bs_decode()
998 decode_slice(bs, target); in vl_mpg12_bs_decode()
980 vl_mpg12_bs_decode(struct vl_mpg12_bs *bs, struct pipe_video_buffer *target, struct pipe_mpeg12_picture_desc *picture, unsigned num_buffers, const void * const *buffers, const unsigned *sizes) vl_mpg12_bs_decode() argument
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_pack.c837 bi_block *target = I->branch_target; in va_lower_branch_target() local
838 assert(target != NULL); in va_lower_branch_target()
843 /* Determine if the target block is strictly greater in source order */ in va_lower_branch_target()
844 bool forwards = target->index > start->index; in va_lower_branch_target()
852 /* We then need to jump over every following block until the target */ in va_lower_branch_target()
854 /* End just before the target */ in va_lower_branch_target()
855 if (blk == target) in va_lower_branch_target()
869 /* Jump over preceding blocks up to and including the target to get to in va_lower_branch_target()
870 * the beginning of the target */ in va_lower_branch_target()
877 /* End just after the target */ in va_lower_branch_target()
[all...]
/third_party/pulseaudio/src/daemon/
H A Dmain.c657 pa_log_target target = { .type = PA_LOG_STDERR, .file = NULL }; local
658 pa_log_set_target(&target);
978 pa_log_target target = { .type = PA_LOG_JOURNAL, .file = NULL }; local
980 pa_log_target target = { .type = PA_LOG_SYSLOG, .file = NULL };
982 pa_log_set_target(&target);
/third_party/python/Lib/
H A Dftplib.py901 def ftpcp(source, sourcename, target, targetname = '', type = 'I'):
907 target.voidcmd(type)
909 target.sendport(sourcehost, sourceport)
912 # So: STOR before RETR, because here the target is a "user".
913 treply = target.sendcmd('STOR ' + targetname)
920 target.voidresp()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_1_autogen.h73 GLenum target,
82 GLenum target,
87 GLenum target,
450 GLenum target,
456 GLenum target,
/third_party/skia/src/gpu/ops/
H A DAAConvexPathRenderer.cpp761 void onPrepareDraws(GrMeshDrawTarget* target) override {
765 this->createProgramInfo(target);
812 VertexWriter verts{target->makeVertexSpace(kVertexStride,
825 uint16_t *idxs = target->makeIndexSpace(indexCount, &indexBuffer, &firstIndex);
835 GrSimpleMesh* meshes = target->allocMeshes(draws.count());
H A DFillRRectOp.cpp519 void FillRRectOpImpl::onPrepareDraws(GrMeshDrawTarget* target) { in onPrepareDraws() argument
521 this->createProgramInfo(target); in onPrepareDraws()
526 if (VertexWriter instanceWrter = target->makeVertexSpace(instanceStride, fInstanceCount, in onPrepareDraws()
557 fIndexBuffer = target->resourceProvider()->findOrMakeStaticBuffer(GrGpuBufferType::kIndex, in onPrepareDraws()
563 fVertexBuffer = target->resourceProvider()->findOrMakeStaticBuffer(GrGpuBufferType::kVertex, in onPrepareDraws()

Completed in 32 milliseconds

1...<<121122123124125126127128129130>>...196