Home
last modified time | relevance | path

Searched refs:target (Results 3101 - 3125 of 4886) sorted by relevance

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c239 mt->layout_3d = pt->target == PIPE_TEXTURE_3D; in nvc0_miptree_init_layout_video()
258 mt->layout_3d = pt->target == PIPE_TEXTURE_3D; in nvc0_miptree_init_layout_tiled()
469 switch (pt->target) { in nvc0_miptree_create()
/third_party/node/deps/undici/src/lib/fetch/
H A Dutil.js829 target: iterator
853 // 8. Let values be object’s target's value pairs to iterate over.
854 const { index, kind, target } = object
855 const values = target()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES31_autogen.h71 GLenum target,
80 GLenum target,
85 GLenum target,
H A DvalidationEGL_autogen.h29 EGLNativePixmapType target);
139 EGLenum target,
385 EGLenum target,
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTextureRectangleTest.cpp129 auto TexStorage2D = [useES3](GLenum target, GLint levels, GLenum format, GLint width, in TEST_P()
133 glTexStorage2D(target, levels, format, width, height); in TEST_P()
137 glTexStorage2DEXT(target, levels, format, width, height); in TEST_P()
/third_party/skia/samplecode/
H A DSampleFilterBounds.cpp191 SkIRect target = ctm.mapRect(localContentRect).roundOut(); variable
192 if (!target.intersect(SkIRect::MakeWH(canvas->imageInfo().width(),
196 skif::DeviceSpace<SkIRect> targetOutput(target);
/third_party/skia/src/gpu/ops/
H A DDrawAtlasOp.cpp221 void DrawAtlasOpImpl::onPrepareDraws(GrMeshDrawTarget* target) { in onPrepareDraws() argument
223 this->createProgramInfo(target); in onPrepareDraws()
230 QuadHelper helper(target, vertexStride, numQuads); in onPrepareDraws()
/third_party/skia/third_party/externals/jinja2/
H A Dutils.py182 def urlize(text, trim_url_limit=None, rel=None, target=None):
194 If target is not None, a target attribute will be added to the link.
203 target_attr = target and ' target="%s"' % escape(target) or ""
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dwrtjava.cpp107 uCharsToChars(char *target, int32_t targetLen, const UChar *source, int32_t sourceLen, UErrorCode *status) { in uCharsToChars() argument
113 uprv_strcat(target, "\\n"); in uCharsToChars()
118 uprv_strcat(target,"\\f"); in uCharsToChars()
124 uprv_strcat(target,"\\"); in uCharsToChars()
125 target[j+1]= (char)source[i]; in uCharsToChars()
131 uprv_strcat(target,"\\"); in uCharsToChars()
132 target[j+1]= (char)source[i]; in uCharsToChars()
136 target[j++]= (char)source[i]; in uCharsToChars()
151 uprv_strcat(target,"\\\\"); in uCharsToChars()
158 uprv_strcat(target,"\\\\\\"); in uCharsToChars()
[all...]
/third_party/skia/src/sfnt/
H A DSkOTTable_name.cpp575 const BCP47FromLanguageId target = { languageID, "" };
577 BCP47FromLanguageID, SK_ARRAY_COUNT(BCP47FromLanguageID), target, sizeof(target));
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format4.cc236 WritableFontDataPtr target; in SubSerialize() local
239 target.Attach(down_cast<WritableFontData*>(new_data->Slice( in SubSerialize()
241 size += source->CopyTo(target); in SubSerialize()
/third_party/python/Lib/distutils/command/
H A Dbuild_py.py139 target = os.path.join(build_dir, filename)
140 self.mkpath(os.path.dirname(target))
141 self.copy_file(os.path.join(src_dir, filename), target,
/third_party/skia/third_party/externals/tint/src/transform/
H A Dmodule_scope_var_to_entry_point_param.cc310 auto* target = in Process() local
311 ctx.src->AST().Functions().Find(call->target.name->symbol); in Process()
312 auto* target_sem = ctx.src->Sem().Get(target); in Process()
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_intrinsic_test.cc191 auto* target = sem->Target(); in TEST_P() local
192 ASSERT_NE(target, nullptr); in TEST_P()
193 auto* intrinsic = target->As<sem::Intrinsic>(); in TEST_P()
/third_party/skia/tools/sk_app/unix/
H A DWindow_unix.cpp337 xsel.target = xsr->target; in handleEvent()
346 if (fClipboardText.empty() || xsr->target != UTF8 || xsr->property == None) { in handleEvent()
/third_party/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc473 uint8* target) const { in SerializeMessageSetWithCachedSizesToArray()
475 target, MessageSetByteSize(), in SerializeMessageSetWithCachedSizesToArray()
477 return InternalSerializeMessageSetWithCachedSizesToArray(target, &stream); in SerializeMessageSetWithCachedSizesToArray()
/third_party/rust/crates/cxx/gen/build/src/
H A Dlib.rs93 mod target; modules
103 use crate::target::TargetDir;
154 // Normally available at target/cxxbridge/ if we are able to know where the
155 // target dir is, otherwise under a common scratch dir.
177 let shared_dir = match target::find_target_dir(&out_dir) { in init()
/third_party/vk-gl-cts/framework/platform/ohos/display/
H A DtcuOhosNativeDisplay.hpp59 eglw::EGLBoolean copyBuffers(eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target) const;
61 eglw::EGLImage createImage(eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLAttrib *attrib_list) const;
62 eglw::EGLImageKHR createImageKHR(eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLint *attrib_list) const;
/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp2898 ideal=(rhs->exponent&~1)/2; /* target */ in uprv_decNumberSquareRoot()
3377 /* dest is the target decNumber */
3514 /* dn is the target decNumber */
3525 Unit *up=dn->lsu+D2U(dn->digits)-1; /* -> msu [target pointer] */ in uprv_decNumberSetBCD()
4288 Unit *target; /* work */ in decDivideOp() local
4482 for (target=msu1; source>=lhs->lsu; source--, target--) *target=*source; in decDivideOp()
4483 for (; target>=var1; target in decDivideOp()
6732 Unit *target, *source, *first; /* work */ global() local
6788 Unit *target, *up; /* work */ global() local
6940 Unit *target; /* .. */ global() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumber.cpp2898 ideal=(rhs->exponent&~1)/2; /* target */ in uprv_decNumberSquareRoot()
3377 /* dest is the target decNumber */
3514 /* dn is the target decNumber */
3525 Unit *up=dn->lsu+D2U(dn->digits)-1; /* -> msu [target pointer] */ in uprv_decNumberSetBCD()
4288 Unit *target; /* work */ in decDivideOp() local
4482 for (target=msu1; source>=lhs->lsu; source--, target--) *target=*source; in decDivideOp()
4483 for (; target>=var1; target in decDivideOp()
6732 Unit *target, *source, *first; /* work */ global() local
6788 Unit *target, *up; /* work */ global() local
6940 Unit *target; /* .. */ global() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumber.cpp2898 ideal=(rhs->exponent&~1)/2; /* target */ in uprv_decNumberSquareRoot()
3377 /* dest is the target decNumber */
3514 /* dn is the target decNumber */
3525 Unit *up=dn->lsu+D2U(dn->digits)-1; /* -> msu [target pointer] */ in uprv_decNumberSetBCD()
4288 Unit *target; /* work */ in decDivideOp() local
4482 for (target=msu1; source>=lhs->lsu; source--, target--) *target=*source; in decDivideOp()
4483 for (; target>=var1; target in decDivideOp()
6732 Unit *target, *source, *first; /* work */ global() local
6788 Unit *target, *up; /* work */ global() local
6940 Unit *target; /* .. */ global() local
[all...]
/third_party/backends/sanei/
H A Dsanei_scsi.c358 int scsi_id; /* scsi id of target device */
428 u_int bus, target, lun; /* nexus info; used for some interfaces only */ member
660 PSRBlock->u.dev.target = id; /* target id */ in open_aspi()
662 PSRBlock->u.dev.lun = 0; /* target LUN */ in open_aspi()
684 PSRBlock->u.cmd.target = id; /* Target SCSI ID */ in open_aspi()
707 PSRBlock->u.cmd.target = id; /* Target SCSI ID */ in open_aspi()
870 u_int bus = 0, target = 0, lun = 0, fake_fd = 0; in sanei_scsi_open_extended() local
937 if (sscanf (dev, "b%ut%ul%u", &bus, &target, &lun) != 3) in sanei_scsi_open_extended()
958 if (sscanf (dev, "b%dt%dl%d", &bus, &target, in sanei_scsi_open_extended()
4079 get_devicename(int bus, int target, int lun, char *name, size_t name_len) get_devicename() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_zipfile.py1524 def _test_extract_with_target(self, target):
1528 writtenfile = zipfp.extract(fpath, target)
1531 correctfile = os.path.join(target, fpath)
1533 self.assertTrue(os.path.samefile(writtenfile, correctfile), (writtenfile, target))
1564 def _test_extract_all_with_target(self, target):
1567 zipfp.extractall(target)
1569 outfile = os.path.join(target, fpath)
1657 targetpath = os.path.join('target', 'subdir', 'subsub')
1666 rmtree('target')
1671 rmtree('target')
[all...]
/third_party/glfw/src/
H A Dwin32_window.c109 unsigned char* target = NULL; in createIcon() local
128 (void**) &target, in createIcon()
151 target[0] = source[2]; in createIcon()
152 target[1] = source[1]; in createIcon()
153 target[2] = source[0]; in createIcon()
154 target[3] = source[3]; in createIcon()
155 target += 4; in createIcon()
1181 RECT source = {0}, target = {0}; in windowProc() local
1187 AdjustWindowRectExForDpi(&target, getWindowStyle(window), in windowProc()
1191 size->cx += (target in windowProc()
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dncnvtst.c1780 UChar *target, *targetLimit; in doTestTruncated() local
1801 target=buffer; in doTestTruncated()
1805 ucnv_toUnicode(cnv, &target, targetLimit, &source, sourceLimit, NULL, false, &errorCode); in doTestTruncated()
1806 if(U_FAILURE(errorCode) || source!=sourceLimit || target!=buffer) { in doTestTruncated()
1808 cnvName, length, u_errorName(errorCode), (int)(sourceLimit-source), (int)(target-buffer)); in doTestTruncated()
1813 target=buffer; in doTestTruncated()
1814 ucnv_toUnicode(cnv, &target, targetLimit, &source, sourceLimit, NULL, true, &errorCode); in doTestTruncated()
1815 if(errorCode!=U_TRUNCATED_CHAR_FOUND || target!=buffer) { in doTestTruncated()
1817 cnvName, (int)length, u_errorName(errorCode), (int)(target-buffer)); in doTestTruncated()
1825 target in doTestTruncated()
[all...]

Completed in 58 milliseconds

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