Home
last modified time | relevance | path

Searched refs:target (Results 3251 - 3275 of 4886) sorted by relevance

1...<<131132133134135136137138139140>>...196

/third_party/mesa3d/src/compiler/glsl/
H A Dlinker.cpp1314 * do not exist in the target shader. This function finds these \c ir_variable
1315 * references and replaces the references with matching variables in the target
1318 * If there is no matching variable in the target shader, a clone of the
1319 * \c ir_variable is made and added to the target shader. The new variable is
1329 remap_variables(ir_instruction *inst, struct gl_linked_shader *target, in remap_variables() argument
1334 remap_visitor(struct gl_linked_shader *target, hash_table *temps) in remap_variables() argument
1336 this->target = target; in remap_variables()
1337 this->symbols = target->symbols; in remap_variables()
1338 this->instructions = target in remap_variables()
1369 struct gl_linked_shader *target; remap_variables() member in __anon7179::find_assignment_visitor::remap_visitor
1403 move_non_declarations(exec_list *instructions, exec_node *last, bool make_copies, gl_linked_shader *target) move_non_declarations() argument
[all...]
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc2353 // Deferred references is a list of (object, index, target type, target index) in ProcessDeferredReferences()
2361 Object target; in ProcessDeferredReferences() local
2371 target = functions_.get(target_index); in ProcessDeferredReferences()
2379 target = classes_.get(target_index); in ProcessDeferredReferences()
2387 target = arrays_.get(target_index); in ProcessDeferredReferences()
2395 target = objects_.get(target_index); in ProcessDeferredReferences()
2402 PropertyArray::cast(container).set(index, target); in ProcessDeferredReferences()
2404 Context::cast(container).set(index, target); in ProcessDeferredReferences()
2406 FixedArray::cast(container).set(index, target); in ProcessDeferredReferences()
[all...]
/third_party/python/Lib/
H A Dpydoc.py2127 target = self.topics.get(topic, self.keywords.get(topic))
2128 if not target:
2131 if type(target) is type(''):
2132 return self.showtopic(target, more_xrefs)
2134 label, xrefs = target
2166 target = self.topics.get(topic, self.keywords.get(topic))
2167 if not target:
2169 if isinstance(target, str):
2170 return self._gettopic(target, more_xrefs)
2171 label, xrefs = target
[all...]
/third_party/ntfs-3g/src/
H A Dlowntfs-3g.c282 /* exact length of target text, without the terminator */
381 /* Open target directory. */ in ntfs_fuse_inode_lookup()
656 char *target; in junction_getstat() local
660 target = ntfs_make_symlink(ni, ctx->abs_mnt_point); in junction_getstat()
666 if (target || (errno == EOPNOTSUPP)) { in junction_getstat()
667 if (target) in junction_getstat()
668 stbuf->st_size = strlen(target); in junction_getstat()
673 free(target); in junction_getstat()
779 char *target; in ntfs_fuse_getstat()
782 target in ntfs_fuse_getstat()
901 char *target = NULL; ntfs_fuse_getstat() local
2339 ntfs_fuse_create(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t typemode, dev_t dev, struct fuse_entry_param *e, const char *target, struct fuse_file_info *fi) ntfs_fuse_create() argument
2568 ntfs_fuse_symlink(fuse_req_t req, const char *target, fuse_ino_t parent, const char *name) ntfs_fuse_symlink() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp80 static GLenum targetToGL (DrawTestSpec::Target target) in targetToGL() argument
88 return de::getSizedArrayElement<DrawTestSpec::TARGET_LAST>(targets, (int)target); in targetToGL()
916 void data (DrawTestSpec::Target target, size_t size, const char* data, DrawTestSpec::Usage usage);
990 void AttributeArray::data (DrawTestSpec::Target target, size_t size, const char* ptr, DrawTestSpec::Usage usage) in data() argument
993 m_target = target; in data()
997 m_ctx.bindBuffer(targetToGL(target), m_glBuffer); in data()
1000 m_ctx.bufferData(targetToGL(target), size, ptr, usageToGL(usage)); in data()
1125 void AttributeArray::bindIndexArray (DrawTestSpec::Target target) in bindIndexArray() argument
1132 m_ctx.bindBuffer(targetToGL(target), m_glBuffer); in bindIndexArray()
2257 std::string DrawTestSpec::targetToString(Target target) in targetToString() argument
3449 pixelNearLineIntersection(int x, int y, const tcu::Surface& target) pixelNearLineIntersection() argument
3485 pixelNeighborhoodContainsColor(const tcu::Surface& target, int x, int y, const tcu::RGBA& color, const tcu::IVec3& compareThreshold) pixelNeighborhoodContainsColor() argument
3503 pixelNeighborhoodContainsCoverage(const tcu::Surface& target, int x, int y, bool coverage) pixelNeighborhoodContainsCoverage() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c163 enum pipe_texture_target target, in r600_is_format_supported()
171 if (target >= PIPE_MAX_TEXTURE_TYPES) { in r600_is_format_supported()
172 R600_ERR("r600: unsupported texture type %d\n", target); in r600_is_format_supported()
204 if (target == PIPE_BUFFER) { in r600_is_format_supported()
690 if (texture->target == PIPE_BUFFER) in r600_create_sampler_view_custom()
733 if (texture->target == PIPE_TEXTURE_1D_ARRAY) { in r600_create_sampler_view_custom()
736 } else if (texture->target == PIPE_TEXTURE_2D_ARRAY) { in r600_create_sampler_view_custom()
738 } else if (texture->target == PIPE_TEXTURE_CUBE_ARRAY) in r600_create_sampler_view_custom()
755 view->tex_resource_words[0] = (S_038000_DIM(r600_tex_dim(texture->target, texture->nr_samples)) | in r600_create_sampler_view_custom()
1842 enum pipe_texture_target target in r600_emit_sampler_states() local
161 r600_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) r600_is_format_supported() argument
[all...]
H A Dradeon_uvd.c830 struct pipe_video_buffer *target, in ruvd_begin_frame()
839 vl_video_buffer_set_associated_data(target, decoder, (void *)frame, in ruvd_begin_frame()
852 struct pipe_video_buffer *target, in ruvd_decode_macroblock()
865 struct pipe_video_buffer *target, in ruvd_decode_bitstream()
924 struct pipe_video_buffer *target, in ruvd_end_frame()
967 dt = dec->set_dtb(dec->msg, (struct vl_video_buffer *)target); in ruvd_end_frame()
1204 * fill decoding target field from the luma and chroma surfaces
829 ruvd_begin_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) ruvd_begin_frame() argument
851 ruvd_decode_macroblock(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, const struct pipe_macroblock *macroblocks, unsigned num_macroblocks) ruvd_decode_macroblock() argument
864 ruvd_decode_bitstream(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, unsigned num_buffers, const void * const *buffers, const unsigned *sizes) ruvd_decode_bitstream() argument
923 ruvd_end_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) ruvd_end_frame() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dvariant_test.cc705 Variant target(TypeParam(value.value + 1)); in TYPED_TEST()
707 ASSERT_TRUE(absl::holds_alternative<TypeParam>(target)); in TYPED_TEST()
708 ASSERT_NE(absl::get<TypeParam>(source), absl::get<TypeParam>(target)); in TYPED_TEST()
709 target = source; in TYPED_TEST()
711 ASSERT_TRUE(absl::holds_alternative<TypeParam>(target)); in TYPED_TEST()
712 EXPECT_EQ(absl::get<TypeParam>(source), absl::get<TypeParam>(target)); in TYPED_TEST()
723 Variant target(value_type1(1)); in TYPED_TEST()
724 ASSERT_TRUE(absl::holds_alternative<value_type1>(target)); in TYPED_TEST()
725 target = source; in TYPED_TEST()
727 EXPECT_TRUE(absl::holds_alternative<TypeParam>(target)); in TYPED_TEST()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fRasterizationTests.cpp117 BaseRenderingCase (Context& context, const char* name, const char* desc, RenderTarget target, int numSamples, int renderSize);
148 BaseRenderingCase::BaseRenderingCase (Context& context, const char* name, const char* desc, RenderTarget target, int numSamples, int renderSize) in BaseRenderingCase() argument
155 , m_renderTarget (target) in BaseRenderingCase()
184 throw tcu::NotSupportedError(std::string("Render target size must be at least ") + de::toString(m_renderSize) + "x" + de::toString(m_renderSize));
231 throw tcu::NotSupportedError("could not create target texture, got out of memory");
254 throw tcu::NotSupportedError("could not create target texture, got out of memory");
267 // Resolve (blitFramebuffer) target fbo for MSAA targets
281 throw tcu::NotSupportedError("could not create blit target, got out of memory");
2353 BaseRenderingCase::RenderTarget target;
2380 primitiveGroup->addChild(new TrianglesCase (m_context, "triangles", "Render primitives as GL_TRIANGLES, verify rasterization result", renderTargets[targetNdx].target, renderTarget
[all...]
/third_party/python/Python/
H A DPython-ast.c252 Py_CLEAR(state->target); in _PyAST_Fini()
349 if ((state->target = PyUnicode_InternFromString("target")) == NULL) return 0; in init_identifiers()
433 "target",
438 "target",
444 "target",
451 "target",
530 "target",
644 "target",
1139 " | AugAssign(expr target, operato in init_types()
2114 _PyAST_AugAssign(expr_ty target, operator_ty op, expr_ty value, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_AugAssign() argument
2148 _PyAST_AnnAssign(expr_ty target, expr_ty annotation, expr_ty value, int simple, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_AnnAssign() argument
2179 _PyAST_For(expr_ty target, expr_ty iter, asdl_stmt_seq * body, asdl_stmt_seq * orelse, string type_comment, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_For() argument
2211 _PyAST_AsyncFor(expr_ty target, expr_ty iter, asdl_stmt_seq * body, asdl_stmt_seq * orelse, string type_comment, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_AsyncFor() argument
2604 _PyAST_NamedExpr(expr_ty target, expr_ty value, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_NamedExpr() argument
3260 _PyAST_comprehension(expr_ty target, expr_ty iter, asdl_expr_seq * ifs, int is_async, PyArena *arena) _PyAST_comprehension() argument
6487 expr_ty target; obj2ast_stmt() local
6553 expr_ty target; obj2ast_stmt() local
6637 expr_ty target; obj2ast_stmt() local
6779 expr_ty target; obj2ast_stmt() local
8300 expr_ty target; obj2ast_expr() local
10218 expr_ty target; obj2ast_comprehension() local
[all...]
/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp740 // delay 1s to unload target plugin in RequestUnloadPlugin()
752 auto target = it->second; in UnloadPlugin() local
753 if (target == nullptr) { in UnloadPlugin()
754 HIVIEW_LOGW("Plugin %{public}s target is null.", name.c_str()); in UnloadPlugin()
757 auto count = target.use_count(); in UnloadPlugin()
765 target->OnUnload(); in UnloadPlugin()
768 PluginFactory::UnregisterPlugin(target->GetName()); in UnloadPlugin()
772 auto looper = target->GetWorkLoop(); in UnloadPlugin()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.cpp957 SingleVerSyncTarget target; in PreStartPullResponse() local
958 context_->PopResponseTarget(target); in PreStartPullResponse()
959 context_->SetEndMark(target.GetEndWaterMark()); in PreStartPullResponse()
960 context_->SetResponseSessionId(target.GetResponseSessionId()); in PreStartPullResponse()
963 context_->SetQuerySync(target.IsQuerySync()); in PreStartPullResponse()
964 context_->SetQuery(target.GetQuery()); in PreStartPullResponse()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c153 static FILLP_INT FillpSysAdptArchAtomicSet(SysArchAtomic *target, FILLP_INT newValue) in FillpSysAdptArchAtomicSet() argument
155 return atomic_set(target, newValue); in FillpSysAdptArchAtomicSet()
183 static FILLP_INT FillpSysAdptArchAtomicSet(SysArchAtomic *target, FILLP_INT newValue) in FillpSysAdptArchAtomicSet() argument
185 return target->counter = newValue; in FillpSysAdptArchAtomicSet()
216 static FILLP_INT FillpSysAdptArchAtomicSet(SysArchAtomic *target, IN FILLP_INT value) in FillpSysAdptArchAtomicSet() argument
218 return InterlockedExchange((LONG volatile *)(uintptr_t)target, value); in FillpSysAdptArchAtomicSet()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_entry.cpp91 EGLBoolean EglCopyBuffersImpl(EGLDisplay dpy, EGLSurface surf, NativePixmapType target) in EglCopyBuffersImpl() argument
100 return display->CopyBuffers(surf, target); in EglCopyBuffersImpl()
735 EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attribList) in EglCreateImageImpl()
744 return display->CreateImage(ctx, target, buffer, attribList); in EglCreateImageImpl()
840 EGLenum target, EGLClientBuffer buffer, const EGLint *attribList) in EglCreateImageKHRImpl()
849 return display->CreateImageKHR(ctx, target, buffer, attribList); in EglCreateImageKHRImpl()
734 EglCreateImageImpl(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attribList) EglCreateImageImpl() argument
839 EglCreateImageKHRImpl(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attribList) EglCreateImageKHRImpl() argument
H A Degl_wrapper_display.cpp572 EGLBoolean EglWrapperDisplay::CopyBuffers(EGLSurface surf, NativePixmapType target) in CopyBuffers() argument
587 ret = table->egl.eglCopyBuffers(disp_, surfPtr->GetEglSurface(), target); in CopyBuffers()
804 EGLImage EglWrapperDisplay::CreateImage(EGLContext ctx, EGLenum target, in CreateImage() argument
820 return table->egl.eglCreateImage(disp_, actualCtx, target, buffer, attribList); in CreateImage()
947 EGLImageKHR EglWrapperDisplay::CreateImageKHR(EGLContext ctx, EGLenum target, in CreateImageKHR() argument
963 return table->egl.eglCreateImageKHR(disp_, actualCtx, target, buffer, attribList); in CreateImageKHR()
/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp81 std::string target; in InitialiseQuotaMounts() local
86 std::getline(in, target, ' '); in InitialiseQuotaMounts()
91 mQuotaReverseMounts[target] = source; in InitialiseQuotaMounts()
99 static std::string GetQuotaSrcMountPath(const std::string &target) in GetQuotaSrcMountPath() argument
102 if (mQuotaReverseMounts.find(target) != mQuotaReverseMounts.end()) { in GetQuotaSrcMountPath()
103 return mQuotaReverseMounts[target]; in GetQuotaSrcMountPath()
544 * @param statFile target file stream pointer
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DRoundTripTest.java307 String target = han.transliterate(source); in TestHan()
310 assertFalse("No Han must be left after Han-Latin transliteration",allHan.containsSome(target)); in TestHan()
313 String target2 = pn.transliterate(target); in TestHan()
321 String target3 = np.transliterate(target); in TestHan()
322 boolean roundtripOK = target3.equals(target); in TestHan()
331 out.println("Pinyin: " + target); in TestHan()
1198 * that everything roundtrips from target -> source -> target, except roundtripExceptions
1376 TestFmwk.logln("Checking that source -> target -> source"); in checkSourceTargetSource()
1377 out.println("<h3>Checking that source -> target in checkSourceTargetSource()
[all...]
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DCollationPerformanceTest.java1247 int compare(String source, String target, Comparator c) { in compare() argument
1249 return c.compare(source, target); in compare()
1252 int compare(java.text.CollationKey source, java.text.CollationKey target) { in compare() argument
1254 return source.compareTo(target); in compare()
1257 int compare(com.ibm.icu.text.CollationKey source, com.ibm.icu.text.CollationKey target) { in compare() argument
1259 return source.compareTo(target); in compare()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DRoundTripTest.java292 String target = han.transliterate(source); in TestHan()
295 assertFalse("No Han must be left after Han-Latin transliteration",allHan.containsSome(target)); in TestHan()
298 String target2 = pn.transliterate(target); in TestHan()
306 String target3 = np.transliterate(target); in TestHan()
307 boolean roundtripOK = target3.equals(target); in TestHan()
316 out.println("Pinyin: " + target); in TestHan()
1183 * that everything roundtrips from target -> source -> target, except roundtripExceptions
1361 TestFmwk.logln("Checking that source -> target -> source"); in checkSourceTargetSource()
1362 out.println("<h3>Checking that source -> target in checkSourceTargetSource()
[all...]
/third_party/node/src/
H A Dnode.h808 #define NODE_DEFINE_CONSTANT(target, constant) \
810 v8::Isolate* isolate = target->GetIsolate(); \
819 (target)->DefineOwnProperty(context, \
826 #define NODE_DEFINE_HIDDEN_CONSTANT(target, constant) \
828 v8::Isolate* isolate = target->GetIsolate(); \
840 (target)->DefineOwnProperty(context, \
1090 // accessed through process._linkedBinding() in the target Environment and all
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dcommand.js1690 const negativeOption = this.options.find(target => target.negate && optionKey === target.attributeName());
1691 const positiveOption = this.options.find(target => !target.negate && optionKey === target.attributeName());
/third_party/ninja/src/
H A Dbuild.cc93 bool Plan::AddTarget(const Node* target, string* err) { in AddTarget() argument
94 return AddSubTarget(target, NULL, err, NULL); in AddTarget()
596 *err = "unknown target: '" + name + "'"; in AddTarget()
604 bool Builder::AddTarget(Node* target, string* err) { in AddTarget() argument
606 if (!scan_.RecomputeDirty(target, &validation_nodes, err)) in AddTarget()
609 Edge* in_edge = target->in_edge(); in AddTarget()
611 if (!plan_.AddTarget(target, err)) { in AddTarget()
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
H A Dindex.js600 * Return the cached link target if the entry has been the subject of a
611 * Returns the cached realpath target if the entry has been the subject
683 * Return the Path object corresponding to the target of a symbolic link.
691 const target = this.#linkTarget;
692 if (target) {
693 return target;
720 const target = this.#linkTarget;
721 if (target) {
722 return target;
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
H A Dindex.js572 * Return the cached link target if the entry has been the subject of a
583 * Returns the cached realpath target if the entry has been the subject
655 * Return the Path object corresponding to the target of a symbolic link.
663 const target = this.#linkTarget;
664 if (target) {
665 return target;
692 const target = this.#linkTarget;
693 if (target) {
694 return target;
/third_party/ltp/tools/sparse/sparse-src/
H A Dexpand.c42 #include "target.h"
869 struct expression *target = expr->cast_expression; in expand_cast() local
871 cost = expand_expression(target); in expand_cast()
874 if (target->type == EXPR_VALUE || target->type == EXPR_FVALUE) { in expand_cast()
875 cast_value(expr, expr->ctype, target, target->ctype); in expand_cast()

Completed in 63 milliseconds

1...<<131132133134135136137138139140>>...196