Home
last modified time | relevance | path

Searched refs:target (Results 1326 - 1350 of 4731) sorted by relevance

1...<<51525354555657585960>>...190

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dicommunicator.h64 virtual uint32_t GetCommunicatorMtuSize(const std::string &target) const = 0;
68 virtual uint32_t GetTimeout(const std::string &target) const = 0;
72 // Get local target name for identify self
75 // Get the protocol version of remote target. Return -E_NOT_FOUND if no record.
76 virtual int GetRemoteCommunicatorVersion(const std::string &target, uint16_t &outVersion) const = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dcommunicator_proxy.h39 uint32_t GetCommunicatorMtuSize(const std::string &target) const override;
41 uint32_t GetTimeout(const std::string &target) const override;
44 int GetRemoteCommunicatorVersion(const std::string &target, uint16_t &outVersion) const override;
52 // Set an equal communicator for this database, After this called, send msg to the target will use this communicator
/third_party/gn/src/gn/
H A Dcommand_ls.cc14 #include "gn/target.h"
92 for (auto* target : setup->builder().GetAllResolvedTargets()) {
93 if (target->settings()->is_default())
94 matches.push_back(target);
/third_party/backends/sanei/
H A Dos2_srb.h44 #define SRB_Read 0x08 /* target to host, length checked */
45 #define SRB_Write 0x10 /* host to target, length checked */
56 /* SRB target status field */
57 #define SRB_NoStatus 0x00 /* No target status */
84 unsigned char target, /* 08 */ member
91 unsigned char target, /* 08 */ member
114 unsigned char target, /* 08 */ member
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
H A Dmain.c291 int current, int target) in app_system_state_nf()
303 switch (target) { in app_system_state_nf()
315 if (current == target) in app_system_state_nf()
290 app_system_state_nf(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) app_system_state_nf() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_dec.h110 void (*send_cmd)(struct radeon_decoder *dec, struct pipe_video_buffer *target,
119 void send_cmd_dec(struct radeon_decoder *dec, struct pipe_video_buffer *target,
122 void send_cmd_jpeg(struct radeon_decoder *dec, struct pipe_video_buffer *target,
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo.h73 st_pbo_sampler_type_for_target(enum pipe_texture_target target,
108 st_pbo_get_download_fs(struct st_context *st, enum pipe_texture_target target,
121 st_pbo_get_dst_format(struct gl_context *ctx, enum pipe_texture_target target,
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_resource.c54 switch (tmpl->target) { in nv30_resource_create()
65 if (res->target == PIPE_BUFFER) in nv30_resource_destroy()
77 if (tmpl->target == PIPE_BUFFER) in nv30_resource_from_handle()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_resource.c44 if (prsc->target != PIPE_TEXTURE_CUBE) in setup_slices()
57 if (prsc->target == PIPE_TEXTURE_3D && in setup_slices()
77 switch (rsc->b.b.target) { in fd3_setup_slices()
/third_party/python/Lib/distutils/tests/
H A Dtest_install_scripts.py61 target = self.mkdtemp()
65 install_scripts=target,
73 installed = os.listdir(target)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DEGLImageD3D.cpp28 EGLenum target, in EGLImageD3D()
83 for (egl::ImageSibling *target : mState.targets) in copyToLocalRendertarget()
85 target->onStateChange(angle::SubjectMessage::SubjectChanged); in copyToLocalRendertarget()
27 EGLImageD3D(const egl::ImageState &state, EGLenum target, const egl::AttributeMap &attribs, RendererD3D *renderer) EGLImageD3D() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL11_autogen.h26 GLenum target,
34 GLenum target,
55 GLenum target,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DBufferNULL.h27 gl::BufferBinding target,
34 gl::BufferBinding target,
39 gl::BufferBinding target,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregerror.c88 int target = errcode &~ REG_ITOA; in llvm_regerror() local
96 if (r->code == target) in llvm_regerror()
105 "REG_0x%x", target); in llvm_regerror()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dosfiber_windows.h51 std::function<void()> target; member in marl::OSFiber
84 out->target = func; in createFiber()
96 std::swap(func, reinterpret_cast<OSFiber*>(self)->target); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregerror.c88 int target = errcode &~ REG_ITOA; in llvm_regerror() local
96 if (r->code == target) in llvm_regerror()
105 "REG_0x%x", target); in llvm_regerror()
/third_party/python/Lib/test/test_importlib/
H A Dtest_read.py37 target = resources.files(self.data) / 'utf-16.file'
38 self.assertRaises(UnicodeError, target.read_text, encoding='utf-8')
39 result = target.read_text(encoding='utf-8', errors='ignore')
/third_party/skia/experimental/graphite/src/
H A DDrawContext.h37 static sk_sp<DrawContext> Make(sk_sp<TextureProxy> target,
45 TextureProxy* target() { return fTarget.get(); } in target() function in skgpu::final
46 const TextureProxy* target() const { return fTarget.get(); } in target() function in skgpu::final
115 // consecutive DrawPasses to the same target are stored in a DrawPassChain. A DrawContext with
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp82 call->target.builtin = builtin; in handleDIV()
112 call->target.builtin = builtin; in handleRCPRSQLib()
182 int arg = i->tex.target.getArgCount(); in handleTEXLOD()
191 !i->tex.target.isArray() && in handleTEXLOD()
933 const int dim = i->tex.target.getDim() + i->tex.target.isCube(); in handleTEX()
934 const int arg = i->tex.target.getArgCount(); in handleTEX()
935 const int lyr = arg - (i->tex.target.isMS() ? 2 : 1); in handleTEX()
941 if (i->tex.target.isCube() && i->dPdx[0].get() == NULL) { in handleTEX()
1024 if (i->tex.target in handleTEX()
1852 loadMsAdjInfo32(TexInstruction::Target target, uint32_t index, int slot, Value *ind, bool bindless) loadMsAdjInfo32() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_photosensitivity.c142 AVFrame *target; member
155 const int slice_start = (td->target->height * jobnr) / nb_jobs; in blend_frame_partial()
156 const int slice_end = (td->target->height * (jobnr+1)) / nb_jobs; in blend_frame_partial()
157 const int linesize = td->target->linesize[0]; in blend_frame_partial()
160 t = td->target->data[0] + y * td->target->linesize[0]; in blend_frame_partial()
170 static void blend_frame(AVFilterContext *ctx, AVFrame *target, AVFrame *source, float factor) in blend_frame() argument
173 td.target = target; in blend_frame()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationEnglishTest.java329 private void doTest(char[] source, char[] target, int result){ in doTest() argument
332 String t = new String(target); in doTest()
342 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
367 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
369 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
377 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
379 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
392 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
394 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
/third_party/icu/icu4c/source/common/
H A Ducnvhz.cpp44 args->target[targetIndex] = (unsigned char) *strToAppend; \
160 UChar *myTarget = args->target; in UConverter_toUnicode_HZ_OFFSETS_LOGIC()
169 /*if ((args->converter == NULL) || (args->targetLimit < args->target) || (mySourceLimit < args->source)){ in UConverter_toUnicode_HZ_OFFSETS_LOGIC()
189 args->offsets[myTarget - args->target]=(int32_t)(mySource - args->source - 2); in UConverter_toUnicode_HZ_OFFSETS_LOGIC()
204 args->target = myTarget; in UConverter_toUnicode_HZ_OFFSETS_LOGIC()
235 args->target = myTarget; in UConverter_toUnicode_HZ_OFFSETS_LOGIC()
300 args->offsets[myTarget - args->target]=(int32_t)(mySource - args->source - 1-(myData->isStateDBCS)); in UConverter_toUnicode_HZ_OFFSETS_LOGIC()
330 args->target = myTarget; in UConverter_toUnicode_HZ_OFFSETS_LOGIC()
339 char *myTarget = args->target; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
494 args->target in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationEnglishTest.java332 private void doTest(char[] source, char[] target, int result){ in doTest() argument
335 String t = new String(target); in doTest()
345 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
370 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
372 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
380 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
382 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
395 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
397 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_uniforms.c59 if (texture->target == PIPE_BUFFER) { in get_texture_size()
70 assert(texture->target != PIPE_BUFFER); in get_texture_size()
74 assert(texture->target != PIPE_BUFFER); in get_texture_size()
77 assert(texture->target != PIPE_BUFFER); in get_texture_size()
94 if (image->base.resource->target == PIPE_BUFFER) { in get_image_size()
102 assert(image->base.resource->target != PIPE_BUFFER); in get_image_size()
106 assert(image->base.resource->target != PIPE_BUFFER); in get_image_size()
110 assert(image->base.resource->target != PIPE_BUFFER); in get_image_size()
236 assert(psview->target != PIPE_BUFFER); in write_tmu_p1()
/third_party/node/deps/icu-small/source/common/
H A Ducnvhz.cpp44 args->target[targetIndex] = (unsigned char) *strToAppend; \
160 char16_t *myTarget = args->target; in UConverter_toUnicode_HZ_OFFSETS_LOGIC()
169 /*if ((args->converter == nullptr) || (args->targetLimit < args->target) || (mySourceLimit < args->source)){ in UConverter_toUnicode_HZ_OFFSETS_LOGIC()
189 args->offsets[myTarget - args->target]=(int32_t)(mySource - args->source - 2); in UConverter_toUnicode_HZ_OFFSETS_LOGIC()
204 args->target = myTarget; in UConverter_toUnicode_HZ_OFFSETS_LOGIC()
235 args->target = myTarget; in UConverter_toUnicode_HZ_OFFSETS_LOGIC()
300 args->offsets[myTarget - args->target]=(int32_t)(mySource - args->source - 1-(myData->isStateDBCS)); in UConverter_toUnicode_HZ_OFFSETS_LOGIC()
330 args->target = myTarget; in UConverter_toUnicode_HZ_OFFSETS_LOGIC()
339 char *myTarget = args->target; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
494 args->target in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
[all...]

Completed in 25 milliseconds

1...<<51525354555657585960>>...190