Home
last modified time | relevance | path

Searched refs:target (Results 2476 - 2500 of 4731) sorted by relevance

1...<<919293949596979899100>>...190

/third_party/skia/tests/
H A DGrMeshTest.cpp66 GrMeshDrawTarget* target() { return fState; } in target() function in DrawMeshHelper
116 ERRORF(reporter, "could not create render target context.");
334 helper->target()->makeDrawIndirectSpace(29, &ignoredBuff, &ignoredOffset);
335 indexedIndirectWriter = helper->target()->makeDrawIndexedIndirectSpace(
344 helper->target()->makeDrawIndexedIndirectSpace(7, &ignoredBuff,
346 indirectWriter = helper->target()->makeDrawIndirectSpace(
/third_party/spirv-tools/source/opt/
H A Dtypes.h178 #define DeclareCastMethod(target) \
179 virtual target* As##target() { return nullptr; } \
180 virtual const target* As##target() const { return nullptr; }
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_asset_compare_test.cpp227 static bool IsAssetEq(Asset &target, Asset &expected) in IsAssetEq() argument
229 if (target.name != expected.name || in IsAssetEq()
230 target.flag != expected.flag || in IsAssetEq()
231 target.status != expected.status) { in IsAssetEq()
237 static bool CheckAssetDownloadList(std::string fieldName, std::map<std::string, Assets> &target, in CheckAssetDownloadList() argument
240 if (target[fieldName].size() != expected[fieldName].size()) { in CheckAssetDownloadList()
241 LOGE("[CheckAssetDownloadList] size is not equal actual %zu expect %zu", target[fieldName].size(), in CheckAssetDownloadList()
245 for (size_t i = 0; i < target[fieldName].size(); i++) { in CheckAssetDownloadList()
246 if (!IsAssetEq(target[fieldName][i], expected[fieldName][i])) { in CheckAssetDownloadList()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUtility.java33 public final static boolean arrayEquals(Object[] source, Object target) { in arrayEquals() argument
34 if (source == null) return (target == null); in arrayEquals()
35 if (!(target instanceof Object[])) return false; in arrayEquals()
36 Object[] targ = (Object[]) target; in arrayEquals()
45 public final static boolean arrayEquals(int[] source, Object target) { in arrayEquals() argument
46 if (source == null) return (target == null); in arrayEquals()
47 if (!(target instanceof int[])) return false; in arrayEquals()
48 int[] targ = (int[]) target; in arrayEquals()
57 public final static boolean arrayEquals(double[] source, Object target) { in arrayEquals() argument
58 if (source == null) return (target in arrayEquals()
64 arrayEquals(byte[] source, Object target) arrayEquals() argument
76 arrayEquals(Object source, Object target) arrayEquals() argument
97 arrayRegionMatches(Object[] source, int sourceStart, Object[] target, int targetStart, int len) arrayRegionMatches() argument
116 arrayRegionMatches(char[] source, int sourceStart, char[] target, int targetStart, int len) arrayRegionMatches() argument
135 arrayRegionMatches(int[] source, int sourceStart, int[] target, int targetStart, int len) arrayRegionMatches() argument
154 arrayRegionMatches(double[] source, int sourceStart, double[] target, int targetStart, int len) arrayRegionMatches() argument
166 arrayRegionMatches(byte[] source, int sourceStart, byte[] target, int targetStart, int len) arrayRegionMatches() argument
1169 lookup(String source, String[] target) lookup() argument
1775 compareUnsigned(int source, int target) compareUnsigned() argument
1861 splitString(String src, String target) splitString() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNormalizer.java30 * <a href="https://www.unicode.org/reports/tr15/" target="unicode">
449 * <a href="https://www.unicode.org/reports/tr15/" target="unicode">
699 * @param target A char buffer to receive the normalized text.
706 * @exception IndexOutOfBoundsException if target.length is less than the
711 public static int compose(char[] source,char[] target, boolean compat, int options) { in compose() argument
712 return compose(source, 0, source.length, target, 0, target.length, compat, options); in compose()
730 * @exception IndexOutOfBoundsException if target.length is less than the
779 * @param target A char buffer to receive the normalized text.
786 * @exception IndexOutOfBoundsException if the target capacit
791 decompose(char[] source,char[] target, boolean compat, int options) decompose() argument
876 normalize(char[] source,char[] target, Mode mode, int options) normalize() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNormalizer.java31 * <a href="http://www.unicode.org/unicode/reports/tr15/" target="unicode">
466 * <a href="http://www.unicode.org/unicode/reports/tr15/" target="unicode">
715 * @param target A char buffer to receive the normalized text.
722 * @exception IndexOutOfBoundsException if target.length is less than the
728 public static int compose(char[] source,char[] target, boolean compat, int options) { in compose() argument
729 return compose(source, 0, source.length, target, 0, target.length, compat, options); in compose()
747 * @exception IndexOutOfBoundsException if target.length is less than the
799 * @param target A char buffer to receive the normalized text.
806 * @exception IndexOutOfBoundsException if the target capacit
812 decompose(char[] source,char[] target, boolean compat, int options) decompose() argument
901 normalize(char[] source,char[] target, Mode mode, int options) normalize() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUtility.java36 public final static boolean arrayEquals(Object[] source, Object target) { in arrayEquals() argument
37 if (source == null) return (target == null); in arrayEquals()
38 if (!(target instanceof Object[])) return false; in arrayEquals()
39 Object[] targ = (Object[]) target; in arrayEquals()
48 public final static boolean arrayEquals(int[] source, Object target) { in arrayEquals() argument
49 if (source == null) return (target == null); in arrayEquals()
50 if (!(target instanceof int[])) return false; in arrayEquals()
51 int[] targ = (int[]) target; in arrayEquals()
60 public final static boolean arrayEquals(double[] source, Object target) { in arrayEquals() argument
61 if (source == null) return (target in arrayEquals()
67 arrayEquals(byte[] source, Object target) arrayEquals() argument
79 arrayEquals(Object source, Object target) arrayEquals() argument
100 arrayRegionMatches(Object[] source, int sourceStart, Object[] target, int targetStart, int len) arrayRegionMatches() argument
119 arrayRegionMatches(char[] source, int sourceStart, char[] target, int targetStart, int len) arrayRegionMatches() argument
138 arrayRegionMatches(int[] source, int sourceStart, int[] target, int targetStart, int len) arrayRegionMatches() argument
157 arrayRegionMatches(double[] source, int sourceStart, double[] target, int targetStart, int len) arrayRegionMatches() argument
169 arrayRegionMatches(byte[] source, int sourceStart, byte[] target, int targetStart, int len) arrayRegionMatches() argument
1104 lookup(String source, String[] target) lookup() argument
1679 compareUnsigned(int source, int target) compareUnsigned() argument
1765 splitString(String src, String target) splitString() argument
[all...]
/third_party/libunwind/libunwind/doc/
H A Dlibunwind.tex126 \Func{unw\_resume}() and passing the cursor identifying the target
181 integer that specifies the byte-order of the target process. The
207 \Prog{libunwind} to unwind an arbitrary number of target platforms,
212 \emph{target}. If the host and the target platform are the same, we
222 of the target platform (e.g., \File{ia64} for IA-64, \File{hppa-elf}
227 platform-specific support for each supported target needs to be
289 associated with a specific address range in the target process (or the
308 the unwind target runs on platform \Var{PLAT}. For example, to unwind
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_api.c468 const enum pipe_texture_target target = PIPE_TEXTURE_2D; in choose_depth_stencil_format() local
493 target, sample_count, in choose_depth_stencil_format()
1143 int format, int target, int mipmap) in XMesaCreatePixmapTextureBuffer()
1157 if (target == 0) { in XMesaCreatePixmapTextureBuffer()
1160 target = GLX_TEXTURE_2D_EXT; in XMesaCreatePixmapTextureBuffer()
1166 target = GLX_TEXTURE_1D_EXT; in XMesaCreatePixmapTextureBuffer()
1169 target = GLX_TEXTURE_2D_EXT; in XMesaCreatePixmapTextureBuffer()
1173 target = GLX_TEXTURE_RECTANGLE_EXT; in XMesaCreatePixmapTextureBuffer()
1182 b->TextureTarget = target; in XMesaCreatePixmapTextureBuffer()
1141 XMesaCreatePixmapTextureBuffer(XMesaVisual v, Pixmap p, Colormap cmap, int format, int target, int mipmap) XMesaCreatePixmapTextureBuffer() argument
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c274 const unsigned target = fullinst->Texture.Texture; in scan_src_operand() local
275 assert(target < TGSI_TEXTURE_UNKNOWN); in scan_src_operand()
277 * target matches the previous sampler view declaration (if there in scan_src_operand()
282 info->sampler_targets[index] = target; in scan_src_operand()
284 /* Make sure the texture instruction's sampler/target info in scan_src_operand()
287 assert(info->sampler_targets[index] == target); in scan_src_operand()
632 unsigned index, target, type; in scan_declaration() local
800 target = fulldecl->SamplerView.Resource; in scan_declaration()
803 assert(target < TGSI_TEXTURE_UNKNOWN); in scan_declaration()
805 /* Save sampler target fo in scan_declaration()
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_tex.cpp899 RegisterVec4::Swizzle target{7,7,7,7};
904 target[i] = i;
910 target[2] = 1;
911 target[1] = 7;
917 target[3] = 3;
920 target[2] = 2;
925 target[3] = 3;
929 auto src_coord = shader.value_factory().temp_vec4(pin_group, target);
933 if (target[i] > 3)
/third_party/python/Lib/importlib/
H A D_bootstrap_external.py886 def find_spec(cls, fullname, path=None, target=None):
1465 def _get_spec(cls, fullname, path, target=None):
1476 spec = finder.find_spec(fullname, target)
1497 def find_spec(cls, fullname, path=None, target=None):
1504 spec = cls._get_spec(fullname, path, target)
1599 def _get_spec(self, loader_class, fullname, path, smsl, target):
1604 def find_spec(self, fullname, target=None):
1632 return self._get_spec(loader_class, fullname, full_path, [base_path], target)
1647 None, target)
/third_party/skia/src/gpu/ops/
H A DAAHairLinePathRenderer.cpp1132 void AAHairlineOp::onPrepareDraws(GrMeshDrawTarget* target) { in onPrepareDraws() argument
1147 SkDEBUGCODE(Program predictedPrograms = this->predictPrograms(&target->caps())); in onPrepareDraws()
1159 bool convertConicsToQuads = !target->caps().shaderCaps()->floatIs32Bits(); in onPrepareDraws()
1182 sk_sp<const GrBuffer> linesIndexBuffer = get_lines_index_buffer(target->resourceProvider()); in onPrepareDraws()
1184 GrMeshDrawOp::PatternHelper helper(target, GrPrimitiveType::kTriangles, sizeof(LineVertex), in onPrepareDraws()
1205 sk_sp<const GrBuffer> quadsIndexBuffer = get_quads_index_buffer(target->resourceProvider()); in onPrepareDraws()
1208 void* vertices = target->makeVertexSpace(sizeof(BezierVertex), vertexCount, &vertexBuffer, in onPrepareDraws()
1237 fMeshes[1] = target->allocMesh(); in onPrepareDraws()
1248 fMeshes[2] = target->allocMesh(); in onPrepareDraws()
H A DStrokeRectOp.cpp202 void onPrepareDraws(GrMeshDrawTarget* target) override {
204 this->createProgramInfo(target);
217 target->makeVertexSpace(kVertexStride, vertexCount, &vertexBuffer, &firstVertex);
237 fMesh = target->allocMesh();
619 void AAStrokeRectOp::onPrepareDraws(GrMeshDrawTarget* target) { in onPrepareDraws() argument
622 this->createProgramInfo(target); in onPrepareDraws()
636 GetIndexBuffer(target->resourceProvider(), this->miterStroke()); in onPrepareDraws()
641 PatternHelper helper(target, GrPrimitiveType::kTriangles, in onPrepareDraws()
661 target->usesMSAASurface()); in onPrepareDraws()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h122 void Push(const PageTarget& target, const std::string& params);
123 void Replace(const PageTarget& target, const std::string& params);
124 void BackWithTarget(const PageTarget& target, const std::string& params);
254 UIContentErrorCode LoadPage(int32_t pageId, const PageTarget& target, bool isMainPage, const std::string& params);
/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Drecognizer_group_test_ng.cpp77 EventTarget target; in HWTEST_F()
78 return target; in HWTEST_F()
219 EventTarget target; in HWTEST_F()
220 return target; in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp71 void PluginFrontendDelegate::Push(const PageTarget& target, const std::string& params) {} in Push() argument
73 void PluginFrontendDelegate::Replace(const PageTarget& target, const std::string& params) {} in Replace() argument
75 void PluginFrontendDelegate::BackWithTarget(const PageTarget& target, const std::string& params) {} in BackWithTarget() argument
283 int32_t pageId, const PageTarget& target, bool isMainPage, const std::string& params) in LoadPage()
282 LoadPage( int32_t pageId, const PageTarget& target, bool isMainPage, const std::string& params) LoadPage() argument
/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H A Dmedia_sync_manager.cpp96 auto target = std::find_if(trackMediaTimeRange_.begin(), trackMediaTimeRange_.end(), [&trackId] in SetMediaTimeStartEnd() local
100 if (target == trackMediaTimeRange_.end()) { in SetMediaTimeStartEnd()
112 std::get<MEDIA_TUPLE_START_INDEX>(*target) = val; in SetMediaTimeStartEnd()
114 std::get<MEDIA_TUPLE_END_INDEX>(*target) = val; in SetMediaTimeStartEnd()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_modifier_demo.cpp250 void Modify(RSNode& target) const override
252 target.SetAlpha(alpha_->Get());
253 target.SetScale(scale_->Get());
254 target.SetBackgroundColor(color_->Get().AsArgbInt());
/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dimpl_class_mgr.cpp141 shared_ptr<ImplClass> target = SearchByPriority(candidates, priorityScheme); in CreateObject() local
142 if (target == nullptr) { in CreateObject()
148 IMAGE_LOGD("search by priority result, className: %{public}s.", target->GetClassName().c_str()); in CreateObject()
149 return target->CreateObject(errorCode); in CreateObject()
242 // when the target ImplClass does not have this attribute, the value of targetAttr is null, in SearchByPriority()
/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dmedia_sync_manager.cpp90 auto target = std::find_if(trackMediaTimeRange_.begin(), trackMediaTimeRange_.end(), in SetMediaTimeStartEnd() local
94 if (target == trackMediaTimeRange_.end()) { in SetMediaTimeStartEnd()
106 std::get<MEDIA_TUPLE_START_INDEX>(*target) = val; in SetMediaTimeStartEnd()
108 std::get<MEDIA_TUPLE_END_INDEX>(*target) = val; in SetMediaTimeStartEnd()
/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dipc_process_skeleton.c161 int32_t SetRegistryObject(SvcIdentity target) in SetRegistryObject() argument
166 ret = (invoker->SetRegistryObject)(target, &g_samgrSvc); in SetRegistryObject()
202 int32_t ProcessSendRequest(SvcIdentity target, uint32_t code, IpcIo *data, IpcIo *reply, in ProcessSendRequest() argument
208 ret = (invoker->SendRequest)(target, code, data, reply, option, buffer); in ProcessSendRequest()
/foundation/communication/ipc/ipc/test/unittest/rpc/client/
H A DRpcClientTest.cpp82 SvcIdentity target = { in HWTEST_F() local
88 int32_t ret = SendRequest(target, GET_REMOTE_SYSTEM_ABILITY_TRANSACTION, &data1, &reply1, option, &ptr); in HWTEST_F()
110 SvcIdentity target = { in HWTEST_F() local
116 int32_t ret = SendRequest(target, GET_REMOTE_SYSTEM_ABILITY_TRANSACTION, &data1, &reply1, option, &ptr); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_server.cpp379 auto target = serverSessionsMap_.find(&transport); in RemoveSessionByTransport() local
380 if (target == serverSessionsMap_.end()) { in RemoveSessionByTransport()
383 target->second->Invalid(); in RemoveSessionByTransport()
384 invalidSessions_.push_back(std::move(target->second)); in RemoveSessionByTransport()
/third_party/ffmpeg/libavcodec/
H A Daacdec.c215 SingleChannelElement *target, in apply_dependent_coupling()
220 float *dest = target->coeffs; in apply_dependent_coupling()
251 SingleChannelElement *target, in apply_independent_coupling()
256 float *dest = target->ret; in apply_independent_coupling()
214 apply_dependent_coupling(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) apply_dependent_coupling() argument
250 apply_independent_coupling(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index) apply_independent_coupling() argument

Completed in 31 milliseconds

1...<<919293949596979899100>>...190