| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_miptree.c | 239 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 D | util.js | 829 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 D | validationES31_autogen.h | 71 GLenum target, 80 GLenum target, 85 GLenum target,
|
| H A D | validationEGL_autogen.h | 29 EGLNativePixmapType target); 139 EGLenum target, 385 EGLenum target,
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | TextureRectangleTest.cpp | 129 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 D | SampleFilterBounds.cpp | 191 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 D | DrawAtlasOp.cpp | 221 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 D | utils.py | 182 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 D | wrtjava.cpp | 107 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 D | SkOTTable_name.cpp | 575 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 D | index_sub_table_format4.cc | 236 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 D | build_py.py | 139 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 D | module_scope_var_to_entry_point_param.cc | 310 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 D | generator_impl_intrinsic_test.cc | 191 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 D | Window_unix.cpp | 337 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 D | extension_set_heavy.cc | 473 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 D | lib.rs | 93 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 D | tcuOhosNativeDisplay.hpp | 59 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 D | decNumber.cpp | 2898 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 D | decNumber.cpp | 2898 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 D | decNumber.cpp | 2898 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 D | sanei_scsi.c | 358 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 D | test_zipfile.py | 1524 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 D | win32_window.c | 109 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 D | ncnvtst.c | 1780 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...] |