Home
last modified time | relevance | path

Searched refs:data (Results 3801 - 3825 of 17044) sorted by relevance

1...<<151152153154155156157158159160>>...682

/third_party/skia/third_party/externals/icu/source/common/
H A Dulist.h21 U_CAPI void U_EXPORT2 ulist_addItemEndList(UList *list, const void *data, UBool forceDelete, UErrorCode *status);
23 U_CAPI void U_EXPORT2 ulist_addItemBeginList(UList *list, const void *data, UBool forceDelete, UErrorCode *status);
25 U_CAPI UBool U_EXPORT2 ulist_containsString(const UList *list, const char *data, int32_t length);
27 U_CAPI UBool U_EXPORT2 ulist_removeString(UList *list, const char *data);
/third_party/typescript/tests/baselines/reference/
H A DclassTypeParametersInStatics.js9 constructor(public isHead: boolean, public data: T) {
40 function List(isHead, data) {
42 this.data = data;
H A DcontextuallyTypedSymbolNamedProperties.js8 | {type: typeof A, data: string}
9 | {type: typeof B, data: number}
40 data: string;
43 data: number;
H A DexportStarNotElided.js5 export function register(data: any) {
6 r.push(data);
21 function register(data) {
22 r.push(data);
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_file_stream.cpp87 void dng_file_stream::DoRead (void *data, in DoRead() argument
99 uint32 bytesRead = (uint32) fread (data, 1, count, fFile); in DoRead()
112 void dng_file_stream::DoWrite (const void *data, in DoWrite() argument
124 uint32 bytesWritten = (uint32) fwrite (data, 1, count, fFile); in DoWrite()
/third_party/skia/third_party/externals/expat/expat/examples/
H A Doutline.c61 start(void *data, const XML_Char *el, const XML_Char **attr) { in start() argument
63 (void)data; in start()
79 end(void *data, const XML_Char *el) { in end() argument
80 (void)data; in end()
/third_party/python/Modules/_sqlite/clinic/
H A Drow.c.h7 PyObject *data);
14 PyObject *data; in pysqlite_row_new() local
33 data = PyTuple_GET_ITEM(args, 1); in pysqlite_row_new()
34 return_value = pysqlite_row_new_impl(type, cursor, data); in pysqlite_row_new()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dmatch.h62 memcmp(text.data(), prefix.data(), prefix.size()) == 0);
72 memcmp(text.data() + (text.size() - suffix.size()), suffix.data(),
/third_party/selinux/libsepol/fuzz/
H A Dbinpolicy-fuzzer.c6 extern int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);
18 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
29 pf.data = (char *) data; in LLVMFuzzerTestOneInput()
/third_party/vk-gl-cts/scripts/
H A Dupdate-copyright-year.py50 data = file.read()
52 data = re.sub(COPYRIGHT_PATTERN, COPYRIGHT_REPLACEMENT, data)
54 file.write(data)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_module_tests.c16 const char *data; member
278 len = os_strlen(test->data) / 2; in wps_attr_parse_tests()
282 if (hexstr2bin(test->data, wpabuf_put(buf, len), len) < 0) { in wps_attr_parse_tests()
288 i, test->data); in wps_attr_parse_tests()
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeRingBuffer.cpp44 vector<int> data (dataSize); in RingBuffer_selfTest()
47 data[i] = i; in RingBuffer_selfTest()
69 DE_TEST_ASSERT(tmp[i] == data[readPos+i]); in RingBuffer_selfTest()
78 buffer.pushFront(&data[writePos], numBytes); in RingBuffer_selfTest()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_module_tests.c16 const char *data; member
278 len = os_strlen(test->data) / 2; in wps_attr_parse_tests()
282 if (hexstr2bin(test->data, wpabuf_put(buf, len), len) < 0) { in wps_attr_parse_tests()
288 i, test->data); in wps_attr_parse_tests()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DImageTest.cpp82 // Color data in linear and sRGB colorspace
83 // 2D texture data
86 // 3D texture data
89 // Cubemap texture data
288 void *data, in createEGLImage2DTextureSource()
296 static_cast<GLsizei>(height), 0, format, type, data); in createEGLImage2DTextureSource()
321 uint8_t *data, in createEGLImageCubemapTextureSource()
334 data + (faceIdx * dataStride)); in createEGLImageCubemapTextureSource()
361 void *data, in createEGLImage3DTextureSource()
370 data); in createEGLImage3DTextureSource()
283 createEGLImage2DTextureSource(size_t width, size_t height, GLenum format, GLenum type, const EGLint *attribs, void *data, GLTexture &sourceTexture, EGLImageKHR *outSourceImage) createEGLImage2DTextureSource() argument
316 createEGLImageCubemapTextureSource(size_t width, size_t height, GLenum format, GLenum type, const EGLint *attribs, uint8_t *data, size_t dataStride, EGLenum imageTarget, GLTexture &sourceTexture, EGLImageKHR *outSourceImage) createEGLImageCubemapTextureSource() argument
355 createEGLImage3DTextureSource(size_t width, size_t height, size_t depth, GLenum format, GLenum type, const EGLint *attribs, void *data, GLTexture &sourceTexture, EGLImageKHR *outSourceImage) createEGLImage3DTextureSource() argument
390 createEGLImageRenderbufferSource(size_t width, size_t height, GLenum internalFormat, const EGLint *attribs, const GLubyte data[4], GLRenderbuffer &sourceRenderbuffer, EGLImageKHR *outSourceImage) createEGLImageRenderbufferSource() argument
477 const GLubyte *data; global() member
482 writeAHBData(AHardwareBuffer *aHardwareBuffer, size_t width, size_t height, size_t depth, bool isYUV, const std::vector<AHBPlaneData> &data) writeAHBData() argument
569 createAndroidHardwareBuffer(size_t width, size_t height, size_t depth, int androidFormat, uint32_t usage, const std::vector<AHBPlaneData> &data) createAndroidHardwareBuffer() argument
619 createEGLImageAndroidHardwareBufferSource(size_t width, size_t height, size_t depth, int androidPixelFormat, uint32_t usage, const EGLint *attribs, const std::vector<AHBPlaneData> &data, AHardwareBuffer **outSourceAHB, EGLImageKHR *outSourceImage) createEGLImageAndroidHardwareBufferSource() argument
646 createEGLImageANWBClientBufferSource(size_t width, size_t height, size_t depth, const EGLint *attribsANWB, const EGLint *attribsImage, const std::vector<AHBPlaneData> &data, EGLImageKHR *outSourceImage) createEGLImageANWBClientBufferSource() argument
733 verifyResults2D(GLTexture &texture, const GLubyte data[4]) verifyResults2D() argument
739 verifyResults2DArray(GLTexture &texture, const GLubyte data[4], uint32_t layerIndex = 0) verifyResults2DArray() argument
748 verifyResultsExternal(GLTexture &texture, const GLubyte data[4]) verifyResultsExternal() argument
754 verifyResultsExternalESSL3(GLTexture &texture, const GLubyte data[4]) verifyResultsExternalESSL3() argument
760 verifyResultsExternalYUV(GLTexture &texture, const GLubyte data[4]) verifyResultsExternalYUV() argument
787 verifyResultAHB(AHardwareBuffer *source, const std::vector<AHBPlaneData> &data, AHBVerifyRegion verifyRegion = AHBVerifyRegion::Entire) verifyResultAHB() argument
1888 GLubyte data[4] = {7, 51, 197, 231}; TEST_P() local
2284 GLubyte data[4] = {0, 255, 0, 255}; TEST_P() local
4133 GLubyte *data[mipLevels] = { TEST_P() local
[all...]
/drivers/peripheral/camera/test/ut/v4l2/
H A Dtest_camera_base.cpp55 char prefix[] = "/data/"; in StoreImage()
102 char prefix[] = "/data/"; in OpenVideoFile()
123 common_metadata_header_t* data = reinterpret_cast<common_metadata_header_t*>( in PrintFaceDetectInfo() local
125 if (data->item_count > MAX_ITEM_CAPACITY || data->data_count > MAX_DATA_CAPACITY) { in PrintFaceDetectInfo()
131 ret = FindCameraMetadataItem(data, OHOS_STATISTICS_FACE_DETECT_SWITCH, &entry); in PrintFaceDetectInfo()
136 uint8_t switchValue = *(entry.data.u8); in PrintFaceDetectInfo()
139 ret = FindCameraMetadataItem(data, OHOS_STATISTICS_FACE_RECTANGLES, &entry); in PrintFaceDetectInfo()
149 faceRectangle.push_back(*(entry.data.f + i)); in PrintFaceDetectInfo()
158 ret = FindCameraMetadataItem(data, OHOS_STATISTICS_FACE_ID in PrintFaceDetectInfo()
702 common_metadata_header_t* data = metaData->get(); PrintStabiliInfo() local
727 common_metadata_header_t* data = metaData->get(); PrintFpsInfo() local
803 common_metadata_header_t *data = result->get(); DealCameraMetadata() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmv30.c440 dst[0] = frame->data[0] + linesize[0] * y + x; in decode_intra()
441 dst[1] = frame->data[0] + linesize[0] * y + x + 8; in decode_intra()
442 dst[2] = frame->data[0] + linesize[0] * (y + 8) + x; in decode_intra()
443 dst[3] = frame->data[0] + linesize[0] * (y + 8) + x + 8; in decode_intra()
444 dst[4] = frame->data[1] + linesize[4] * (y >> 1) + (x >> 1); in decode_intra()
445 dst[5] = frame->data[2] + linesize[5] * (y >> 1) + (x >> 1); in decode_intra()
542 dst[0] = frame->data[0] + linesize[0] * y + x; in decode_inter()
543 dst[1] = frame->data[0] + linesize[0] * y + x + 8; in decode_inter()
544 dst[2] = frame->data[0] + linesize[0] * (y + 8) + x; in decode_inter()
545 dst[3] = frame->data[ in decode_inter()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_colorconstancy.c66 * Used for passing data between threads.
71 double *data[MAX_DATA][NUM_PLANES]; member
103 * can be zero only at difford = 0, then we only convert data to double
134 s->gauss[0][0] = 1; // Copying data to double instead of convolution in set_gauss()
196 av_freep(&td->data[b][p]); in cleanup_derivative_buffers()
201 av_freep(&td->data[b][p]); in cleanup_derivative_buffers()
224 td->data[b][p] = av_calloc(s->planeheight[p] * s->planewidth[p], in setup_derivative_buffers()
225 sizeof(*td->data[b][p])); in setup_derivative_buffers()
226 if (!td->data[b][p]) { in setup_derivative_buffers()
241 * either horizontally or vertically according to meta data give
[all...]
/third_party/ffmpeg/libavformat/
H A Davformat.c49 av_freep(&st->side_data[i].data); in ff_free_stream()
52 if (st->attached_pic.data) in ff_free_stream()
147 return st->side_data[i].data; in av_stream_get_side_data()
156 uint8_t *data, size_t size) in av_stream_add_side_data()
164 av_freep(&sd->data); in av_stream_add_side_data()
165 sd->data = data; in av_stream_add_side_data()
184 sd->data = data; in av_stream_add_side_data()
194 uint8_t *data in av_stream_new_side_data() local
155 av_stream_add_side_data(AVStream *st, enum AVPacketSideDataType type, uint8_t *data, size_t size) av_stream_add_side_data() argument
225 uint8_t *data = av_memdup(src->side_data[i].data, ff_stream_side_data_copy() local
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationIterator.java186 data = d; in CollationIterator()
194 data = d; in CollationIterator()
203 // Compare the iterator state but not the collation data (trie & data fields): in equals()
204 // Assume that the caller compares the data. in equals()
252 // Normal CE from the main data. in nextCE()
264 d = data.base; in nextCE()
268 // Normal CE from the base data. in nextCE()
273 d = data; in nextCE()
315 if(data in previousCE()
660 protected final CollationData data; global() field in CollationIterator
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationIterator.java188 data = d; in CollationIterator()
196 data = d; in CollationIterator()
205 // Compare the iterator state but not the collation data (trie & data fields): in equals()
206 // Assume that the caller compares the data. in equals()
254 // Normal CE from the main data. in nextCE()
266 d = data.base; in nextCE()
270 // Normal CE from the base data. in nextCE()
275 d = data; in nextCE()
317 if(data in previousCE()
662 protected final CollationData data; global() field in CollationIterator
[all...]
/third_party/python/Lib/asyncio/
H A Dsslproto.py105 Buffered data will be flushed asynchronously. No more data
106 will be received. After all buffered data is flushed, the
129 No data will be passed to the protocol's data_received()
207 def write(self, data):
208 """Write some data bytes to the transport.
210 This does not block; it buffers the data and arranges for it
213 if not isinstance(data, (bytes, bytearray, memoryview)):
214 raise TypeError(f"data: expecting a bytes-like instance, "
215 f"got {type(data)
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSubresourceLayoutTests.cpp254 // Fills length bytes starting at location with pseudorandom data.
264 if (remaining >= 8) { const auto data = rnd.getUint64(); deMemcpy(bytePtr, &data, sizeof(data)); bytePtr += sizeof(data); } in fillWithRandomData() local
265 else if (remaining >= 4) { const auto data = rnd.getUint32(); deMemcpy(bytePtr, &data, sizeof(data)); bytePtr += sizeof(data); } in fillWithRandomData() local
266 else if (remaining >= 2) { const auto data in fillWithRandomData() local
267 else { const auto data = rnd.getUint8(); deMemcpy(bytePtr, &data, sizeof(data)); bytePtr += sizeof(data); } fillWithRandomData() local
282 auto data = rnd.getUint32(); fillWithRandomData24In32() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dbinary_parse_test.cpp169 void_inst.data(), in MakeParsedVoidTypeInstruction()
175 void_operands.data(), in MakeParsedVoidTypeInstruction()
188 i32_inst.data(), in MakeParsedInt32TypeInstruction()
194 i32_operands.data(), in MakeParsedInt32TypeInstruction()
218 flipped_words.data(), flipped_words.size(), in Parse()
253 spvBinaryParse(ScopedContext().context, &client_, words.data(), in TEST_F()
264 spvBinaryParse(ScopedContext().context, &client_, words.data(), in TEST_F()
280 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F()
296 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F()
322 spvBinaryParse(ctx.CContext(), &client_, words.data(), word in TEST_F()
[all...]
/third_party/skia/src/gpu/
H A DGrResourceProvider.cpp73 // Current rule is that you can provide no level data, just the base, or all the levels. in createTexture()
184 SkData* data) { in createCompressedTexture()
190 if (data->getNativeBuffer() != nullptr) { in createCompressedTexture()
192 isProtected, data->getNativeBuffer(), data->size()); in createCompressedTexture()
195 isProtected, data->data(), data->size()); in createCompressedTexture()
477 uint16_t* data = (uint16_t*) buffer->map(); in createPatternedIndexBuffer() local
479 if (!data) { in createPatternedIndexBuffer()
179 createCompressedTexture(SkISize dimensions, const GrBackendFormat& format, SkBudgeted budgeted, GrMipmapped mipmapped, GrProtected isProtected, SkData* data) createCompressedTexture() argument
555 createBuffer(size_t size, GrGpuBufferType intendedType, GrAccessPattern accessPattern, const void* data) createBuffer() argument
771 prepare_level(const GrMipLevel& inLevel, SkISize dimensions, bool rowBytesSupport, GrColorType origColorType, GrColorType allowedColorType, GrMipLevel* outLevel, std::unique_ptr<char[]>* data) prepare_level() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dbinary_parse_test.cpp169 void_inst.data(), in MakeParsedVoidTypeInstruction()
175 void_operands.data(), in MakeParsedVoidTypeInstruction()
188 i32_inst.data(), in MakeParsedInt32TypeInstruction()
194 i32_operands.data(), in MakeParsedInt32TypeInstruction()
218 flipped_words.data(), flipped_words.size(), in Parse()
253 spvBinaryParse(ScopedContext().context, &client_, words.data(), in TEST_F()
264 spvBinaryParse(ScopedContext().context, &client_, words.data(), in TEST_F()
280 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F()
296 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F()
322 spvBinaryParse(ctx.CContext(), &client_, words.data(), word in TEST_F()
[all...]

Completed in 21 milliseconds

1...<<151152153154155156157158159160>>...682