Home
last modified time | relevance | path

Searched refs:src (Results 3351 - 3375 of 7043) sorted by relevance

1...<<131132133134135136137138139140>>...282

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.h85 void * src);
90 void * src);
/third_party/python/Tools/freeze/
H A Dregen_frozen.py19 src = fp.read()
20 co = compile(src, 'none', 'exec')
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcSpirvUtils.hpp52 void spirvAssemble(glu::ShaderBinaryDataType& dst, const std::string& src);
53 void spirvDisassemble(std::string& dst, const glu::ShaderBinaryDataType& src);
/third_party/skia/src/gpu/
H A DGrCopyRenderTask.h11 #include "src/gpu/GrRenderTask.h"
16 * Copies pixels from srcRect in src to SkIRect::MakePtSize(dstPoint, srcRect.dimensions) in
17 * dst. The src/dst share a common origin.
20 sk_sp<GrSurfaceProxy> src,
28 sk_sp<GrSurfaceProxy> src,
/third_party/skia/specs/web-img-decode/proposed/impl/
H A Dimpl.js16 window.createImageData = (src, options) => {
17 const skImg = CanvasKit.MakeImageFromEncoded(src);
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dir_loader.h47 void SetSource(const std::string& src) { source_ = src; } in SetSource() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_loader.h47 void SetSource(const std::string& src) { source_ = src; } in SetSource() argument
/third_party/skia/src/utils/
H A DSkDashPathPriv.h26 bool FilterDashPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*,
47 bool InternalFilter(SkPath* dst, const SkPath& src, SkStrokeRec* rec,
/third_party/skia/infra/bots/recipe_modules/gsutil/
H A Dapi.py17 def cp(self, name, src, dst, extra_args=None, multithread=False):
22 src: string. Absolute path for a local file or gcs file (e.g. gs://...)
23 dst: string. Same as src.
36 cmd.extend([src, dst])
/third_party/spirv-tools/source/opt/
H A Dir_loader.h47 void SetSource(const std::string& src) { source_ = src; } in SetSource() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Doffchannel.h14 const u8 *dst, const u8 *src, const u8 *bssid,
18 const u8 *src, const u8 *bssid,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Doffchannel.h14 const u8 *dst, const u8 *src, const u8 *bssid,
18 const u8 *src, const u8 *bssid,
/third_party/curl/lib/
H A Dmime.c287 const char *src, enum mimestrategy strategy) in escape_string()
320 for(result = Curl_dyn_addn(&db, STRCONST("")); !result && *src; src++) { in escape_string()
321 for(p = table; *p && **p != *src; p++) in escape_string()
327 result = Curl_dyn_addn(&db, src, 1); in escape_string()
1200 curl_mimepart *dst, const curl_mimepart *src) in Curl_mime_duppart()
1210 switch(src->kind) { in Curl_mime_duppart()
1214 res = curl_mime_data(dst, src->data, (size_t) src->datasize); in Curl_mime_duppart()
1217 res = curl_mime_filedata(dst, src in Curl_mime_duppart()
286 escape_string(struct Curl_easy *data, const char *src, enum mimestrategy strategy) escape_string() argument
1199 Curl_mime_duppart(struct Curl_easy *data, curl_mimepart *dst, const curl_mimepart *src) Curl_mime_duppart() argument
[all...]
/third_party/lame/libmp3lame/
H A Did3tag.c411 local_strdup(char **dst, const char *src) in local_strdup() argument
418 if (src != 0) { in local_strdup()
420 for (n = 0; src[n] != 0; ++n) { /* calc src string length */ in local_strdup()
423 assert(sizeof(*src) == sizeof(**dst)); in local_strdup()
426 memcpy(*dst, src, n * sizeof(**dst)); in local_strdup()
436 local_ucs2_strdup(unsigned short **dst, unsigned short const *src) in local_ucs2_strdup() argument
443 if (src != 0) { in local_ucs2_strdup()
445 for (n = 0; src[n] != 0; ++n) { /* calc src strin in local_ucs2_strdup()
476 local_ucs2_substr(unsigned short** dst, unsigned short const* src, size_t start, size_t end) local_ucs2_substr() argument
797 setLang(char *dst, char const *src) setLang() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtstnorm.cpp631 BasicNormalizerTest::TestPreviousNext(const UChar *src, int32_t srcLength, in TestPreviousNext() argument
642 Normalizer::normalize(UnicodeString(src, srcLength), mode, 0, result, errorCode); in TestPreviousNext()
662 Normalizer iter(src, srcLength, mode); in TestPreviousNext()
720 // src and expect strings in TestPreviousNext()
721 static const UChar src[]={ in TestPreviousNext() local
734 // expected src indexes corresponding to expect indexes in TestPreviousNext()
743 // src and expect strings for regression test for j2911 in TestPreviousNext()
757 // expected src indexes corresponding to expect indexes in TestPreviousNext()
766 // initial indexes into the src and expect strings in TestPreviousNext()
780 TestPreviousNext(src, UPRV_LENGTHO in TestPreviousNext()
1578 static const StringPiece src = TestComposeUTF8WithEdits() local
1682 static const StringPiece src = TestDecomposeUTF8WithEdits() local
[all...]
/third_party/skia/src/core/
H A DSkAAClip.cpp8 #include "src/core/SkAAClip.h"
14 #include "src/core/SkBlitter.h"
15 #include "src/core/SkRectPriv.h"
16 #include "src/core/SkScan.h"
1233 SkAAClip::SkAAClip(const SkAAClip& src) {
1236 *this = src;
1243 SkAAClip& SkAAClip::operator=(const SkAAClip& src) {
1245 src.validate();
1247 if (this != &src) {
1249 fBounds = src
[all...]
/third_party/skia/tests/
H A DReadWritePixelsGpuTest.cpp13 #include "src/core/SkAutoPixmapStorage.h"
14 #include "src/core/SkConvertPixels.h"
15 #include "src/gpu/GrDirectContextPriv.h"
16 #include "src/gpu/GrImageInfo.h"
17 #include "src/gpu/SurfaceContext.h"
18 #include "src/gpu/SurfaceFillContext.h"
19 #include "src/gpu/effects/GrTextureEffect.h"
152 // Are reads that are overlapping but not contained by the src bounds expected to succeed?
156 // Makes a src populated with the pixmap. The src shoul
426 auto src = srcFactory(srcPixels); gpu_read_pixels_test_driver() local
1133 SkPixmap src; DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
1162 SkPixmap src; DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
[all...]
/third_party/skia/third_party/externals/brotli/js/
H A Ddecode.js1118 var /** number */ src = (s.pos - s.distance) & ringBufferMask;
1121 var /** number */ srcEnd = src + copyLength;
1124 if (copyLength < 12 || (srcEnd > dst && dstEnd > src)) {
1126 ringBuffer[dst++] = ringBuffer[src++];
1127 ringBuffer[dst++] = ringBuffer[src++];
1128 ringBuffer[dst++] = ringBuffer[src++];
1129 ringBuffer[dst++] = ringBuffer[src++];
1132 ringBuffer.copyWithin(dst, src, srcEnd);
1288 * @param {!Int8Array} src
1295 function transformDictionaryWord(dst, dstOffset, src, srcOffse
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_policy.c1158 struct cil_symtab_datum *src, *tgt; in cil_av_rulex_to_policy() local
1160 src = rule->src; in cil_av_rulex_to_policy()
1181 fprintf(out, "%s %s %s : ", kind, src->fqn, tgt->fqn); in cil_av_rulex_to_policy()
1189 struct cil_symtab_datum *src, *tgt; in cil_av_rule_to_policy() local
1193 src = rule->src; in cil_av_rule_to_policy()
1218 fprintf(out, "%s %s %s : %s;\n", kind, src->fqn, tgt->fqn, cp_str); in cil_av_rule_to_policy()
1227 struct cil_symtab_datum *src, *tgt, *res; in cil_type_rule_to_policy() local
1231 src in cil_type_rule_to_policy()
1259 struct cil_symtab_datum *src, *tgt, *res; cil_nametypetransition_to_policy() local
1278 struct cil_symtab_datum *src, *exec; cil_rangetransition_to_policy() local
[all...]
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
H A DstripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js17 //// [/src/first/first_PART1.ts]
31 //// [/src/first/first_part2.ts]
35 //// [/src/first/first_part3.ts]
40 //// [/src/first/tsconfig.json]
62 //// [/src/second/second_part1.ts]
101 //// [/src/second/second_part2.ts]
109 //// [/src/second/tsconfig.json]
128 //// [/src/third/third_part1.ts]
133 //// [/src/third/tsconfig.json]
160 /lib/tsc --b /src/thir
[all...]
H A DstripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js17 //// [/src/first/first_PART1.ts]
31 //// [/src/first/first_part2.ts]
35 //// [/src/first/first_part3.ts]
40 //// [/src/first/tsconfig.json]
62 //// [/src/second/second_part1.ts]
101 //// [/src/second/second_part2.ts]
109 //// [/src/second/tsconfig.json]
128 //// [/src/third/third_part1.ts]
133 //// [/src/third/tsconfig.json]
160 /lib/tsc --b /src/thir
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmotion_est.c82 static inline void init_ref(MotionEstContext *c, uint8_t *src[3], uint8_t *ref[3], uint8_t *ref2[3], int x, int y, int ref_index){ in init_ref() argument
90 c->src[0][i]= src [i] + offset[i]; in init_ref()
114 uint8_t * const * const src= c->src[src_index]; in cmp_direct_inline() local
172 d = cmp_func(s, c->temp, src[0], stride, 16); in cmp_direct_inline()
188 uint8_t * const * const src= c->src[src_index]; in cmp_inline() local
214 d = cmp_func(s, c->temp, src[0], stride, h); in cmp_inline()
216 d = cmp_func(s, src[ in cmp_inline()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp242 std::ostringstream src; in initPrograms() local
243 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
256 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
263 std::ostringstream src; in initPrograms() local
264 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_440) << "\n" in initPrograms()
279 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
284 const std::string src = in initPrograms() local
327 programCollection.spirvAsmSources.add("frag") << src << buildOptionsSpr; in initPrograms()
956 std::ostringstream src;
957 src << gl
[all...]
/third_party/python/Objects/
H A Dlistobject.c472 PyObject **src, **dest; in list_slice() local
482 src = a->ob_item + ilow; in list_slice()
485 PyObject *v = src[i]; in list_slice()
520 PyObject **src, **dest; in list_concat() local
538 src = a->ob_item; in list_concat()
541 PyObject *v = src[i]; in list_concat()
545 src = b->ob_item; in list_concat()
548 PyObject *v = src[i]; in list_concat()
585 PyObject **src = a->ob_item; in list_repeat() local
586 PyObject **src_end = src in list_repeat()
893 PyObject **src, **dest; list_extend() local
1109 sortslice_copy_incr(sortslice *dst, sortslice *src) sortslice_copy_incr() argument
1117 sortslice_copy_decr(sortslice *dst, sortslice *src) sortslice_copy_decr() argument
2892 PyObject **src, **dest; list_subscript() local
[all...]
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc2027 void Simulator::PrintMemTransfer(uintptr_t dst, uintptr_t src, uint8_t value) { in Simulator() argument
2041 src, in Simulator()
5314 unsigned src = instr->GetRn(); in Simulator() local
5320 VIXL_ASSERT(src == kZeroRegCode); \ in Simulator()
5324 uint64_t mod = ReadXRegister(src, r31_pac); \ in Simulator()
5330 VIXL_ASSERT(src == kZeroRegCode); \ in Simulator()
5334 uint64_t mod = ReadXRegister(src, r31_pac); \ in Simulator()
5349 WriteWRegister(dst, ReverseBits(ReadWRegister(src))); in Simulator()
5352 WriteXRegister(dst, ReverseBits(ReadXRegister(src))); in Simulator()
5355 WriteWRegister(dst, ReverseBytes(ReadWRegister(src), in Simulator()
5505 uint64_t src = static_cast<uint64_t>( Simulator() local
5752 uint64_t src = ReadRegister(reg_size, instr->GetRn()); Simulator() local
5802 unsigned src = instr->GetRn(); Simulator() local
6076 unsigned src = instr->GetRn(); Simulator() local
6695 PACHelper(int dst, int src, PACKey key, decltype(&Simulator::AddPAC) pac_fn) Simulator() argument
[all...]

Completed in 35 milliseconds

1...<<131132133134135136137138139140>>...282