Home
last modified time | relevance | path

Searched refs:data (Results 43651 - 43675 of 48995) sorted by relevance

1...<<1741174217431744174517461747174817491750>>...1960

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayImageTextureSize.cpp272 std::vector<glw::GLfloat> data(width * height * depth * m_n_texture_components, 0); in createCubeMapArrayTexture()
286 GL_DEPTH_COMPONENT, GL_FLOAT, &data[0]); in createCubeMapArrayTexture()
299 &data[0]); in createCubeMapArrayTexture()
417 GLU_EXPECT_NO_ERROR(gl.getError(), "Error allocating buffer object's data store."); in configureTestSpecificObjects()
458 GLU_EXPECT_NO_ERROR(gl.getError(), "Error filling buffer object's data store with data."); in configureTextures()
466 * @return return true if result data is as expected
477 GLU_EXPECT_NO_ERROR(gl.getError(), "Error mapping buffer object's data store to client's address space."); in checkResults()
1096 GLU_EXPECT_NO_ERROR(gl.getError(), "Error filling texture object's data store with data!"); in configureTestSpecificObjects()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCommandProcessor.cpp36 submitInfo->pWaitSemaphores = waitSemaphores.data(); in InitializeSubmitInfo()
37 submitInfo->pWaitDstStageMask = waitSemaphoreStageMasks.data(); in InitializeSubmitInfo()
176 mPresentRegion.pRectangles = mRects.data(); in copyPresentInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES.h215 const void *data);
375 const GLint *data);
381 GLint64 *data);
1089 // data type passed to the call, or an INVALID_OPERATION error is generated. in ValidateDrawElementsCommon()
1192 // No op if there are no real indices in the index data (all are primitive restart). in ValidateDrawElementsCommon()
/third_party/skia/src/gpu/vk/
H A DGrVkCommandBuffer.cpp506 renderPassDamageRegionBeginInfo.regions = regions.data();
874 const void* data) {
885 fCmdBuffer, dstBuffer->vkBuffer(), dstOffset, dataSize, (const uint32_t*)data));
/third_party/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c415 || !set_property_query(ecxkey, p->data)) in ecx_set_params()
547 || OPENSSL_strcasecmp(p->data, groupname) != 0) { in ecx_gen_set_params()
557 gctx->propq = OPENSSL_strdup(p->data); in ecx_gen_set_params()
/third_party/openssl/engines/
H A De_devcrypto.c49 * such as digest session data copying (see digest_copy()), but is also
101 * NIDs and cryptodev IDs, with all the necessary size data.
657 * data updates and session copying. Otherwise, we would be forced to maintain
658 * a cache, which is perilous if there's a lot of data coming in (if someone
670 * NIDs and cryptodev IDs, with all the necessary size data.
779 static int digest_update(EVP_MD_CTX *ctx, const void *data, size_t count) in digest_update() argument
791 if (digest_op(digest_ctx, data, count, digest_ctx->digest_res, 0) >= 0) in digest_update()
793 } else if (digest_op(digest_ctx, data, count, NULL, COP_FLAG_UPDATE) >= 0) { in digest_update()
/third_party/openssl/ssl/record/
H A Drec_layer_s3.c78 /* Checks if we have unprocessed read ahead data pending */
93 /* Checks if we have decrypted unread record data pending */
128 /* Take into account DTLS buffered app data */ in ssl3_pending()
135 rdata = item->data; in ssl3_pending()
272 /* else we need to read more data */ in ssl3_read_n()
356 * Call this to write data in records of type 'type' It will return <= 0 if
357 * not all data has been sent or non-blocking IO.
375 * ensure that if we end up with a smaller value of data to write out in ssl3_write_bytes()
407 * When writing early data on the server side we could be "in_init" in in ssl3_write_bytes()
628 * We have enough data t in ssl3_write_bytes()
[all...]
/third_party/skia/tests/
H A DBackendAllocationTest.cpp224 std::unique_ptr<char[]> data(new char[ii.minRowBytes()]); in get_expected_color()
225 GrClearImage(ii, data.get(), ii.minRowBytes(), orig.array()); in get_expected_color()
231 GrPixmap( ii, data.get(), ii.minRowBytes())); in get_expected_color()
534 // Upload new data and make sure everything still works in test_pixmap_init()
856 // color type but for now we just munge the data we upload to match the in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
1001 // impose a color type but for now we just munge the data we upload to match the in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DDecode.cs655 internal static void SetCustomDictionary(Org.Brotli.Dec.State state, byte[] data) in SetCustomDictionary() argument
657 state.customDictionary = (data == null) ? new byte[0] : data; in SetCustomDictionary()
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DDecode.java250 * In "eager" mode decoder returns as soon as there is enough data to fill output buffer.
269 static void attachDictionaryChunk(State s, byte[] data) { in attachDictionaryChunk() argument
281 s.cdChunks[s.cdNumChunks] = data; in attachDictionaryChunk()
283 s.cdTotalSize += data.length; in attachDictionaryChunk()
291 * @param input compressed data source
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandEncoder.cpp404 "The resolved %s data size (%u) would not fit in %s with size %u at the offset %u.", in ValidateQuerySetResolve()
433 availability.data(), in EncodeTimestampsToNanosecondsConversion()
711 // We validate texture copy range before validating linear texture data, in APICopyBufferToTexture()
770 // We validate texture copy range before validating linear texture data, in APICopyTextureToBuffer()
1035 const uint8_t* data, in APIWriteBuffer()
1050 memcpy(inlinedData, data, size); in APIWriteBuffer()
1033 APIWriteBuffer(BufferBase* buffer, uint64_t bufferOffset, const uint8_t* data, uint64_t size) APIWriteBuffer() argument
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dcffdecode.c251 CFF_Font cff = (CFF_Font)(face->extra.data); in cff_operator_seac()
1635 /* in dictionaries, `endchar' simply indicates end of data */ in FT_LOCAL_DEF()
2339 CFF_Font cff = (CFF_Font)face->extra.data; in cff_decoder_init()
2371 CFF_Font cff = (CFF_Font)builder->face->extra.data; in FT_LOCAL_DEF()
/third_party/python/Lib/test/
H A Dtest_operator.py434 data = list(map(str, range(20)))
435 self.assertEqual(operator.itemgetter(2,10,5)(data), ('2', '10', '5'))
436 self.assertRaises(TypeError, operator.itemgetter(2, 'x', 5), data)
H A Dtest_range.py390 data = list(range(*t))
395 self.assertEqual(list(it), data)
404 self.assertEqual(list(it), data[1:])
H A Dtest_tracemalloc.py39 data = b'x' * bytes_len
40 return data, tracemalloc.Traceback(frames, min(len(frames), nframe))
118 data = [allocate_bytes(123) for count in range(1000)]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp474 uint32_t Imm = support::endian::read32le(PltContents.data() + Byte + 2); in findX86PltEntries()
481 uint32_t Imm = support::endian::read32le(PltContents.data() + Byte + 2); in findX86PltEntries()
499 uint32_t Imm = support::endian::read32le(PltContents.data() + Byte + 2); in findX86_64PltEntries()
/third_party/toybox/toys/posix/
H A Dtar.c152 do if (!fnmatch(lst->data, name, 1<<3)) return lst; in filter()
163 // allocate and read data from TT.fd
343 // Write header and data to archive in add_to_tar()
426 // write data to file
563 // Two consecutive empty headers ends tar even if there's more data in unpack_tar()
624 // If out of data in block check continue flag, stop or load next block in unpack_tar()
749 // todo: short write exits tar here, other skips data. in unpack_tar()
847 // if we can seek back we don't need to loop and copy data in tar_main()
869 // If we autodetected type but then couldn't lseek to put the data back in tar_main()
870 // we have to loop reading data fro in tar_main()
[all...]
/third_party/python/Python/
H A Dast_opt.c246 const void *data = PyUnicode_DATA(fmt); in parse_literal() local
253 if (PyUnicode_READ(kind, data, pos) != '%') { in parse_literal()
256 else if (pos+1 < size && PyUnicode_READ(kind, data, pos+1) == '%') { in parse_literal()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc1 // Protocol Buffers - Google's data interchange format
2605 // Don't use EXPECT_EQ because we don't want to print raw binary data to in ExpectStdoutMatchesBinaryFile()
2696 std::string data; in TEST_P() local
2697 message.SerializeToString(&data); in TEST_P()
2699 RedirectStdinFromText(data); in TEST_P()
/third_party/python/Modules/
H A D_csv.c872 const void *data; in Reader_iternext() local
891 "unexpected end of data"); in Reader_iternext()
913 data = PyUnicode_DATA(lineobj); in Reader_iternext()
917 c = PyUnicode_READ(kind, data, pos); in Reader_iternext()
971 "Reader objects are responsible for reading and parsing tabular data\n"
1102 /* Copy/count field data */ in join_append_data()
1410 "Writer objects are responsible for generating tabular data\n"
1670 " and when writing, each quote character embedded in the data is\n"
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_info.cc16 // data provided by the IANA Time Zone Database (i.e., the only real game
269 // How many bytes of data are associated with this header. The result
329 // in years after the last transition stored in the zoneinfo data.
401 // Skip the 4-byte data.
403 // Read and validate the header for the 8-byte data.
416 // so currently we simply reject such data.
422 // Read the data into a local buffer.
425 if (zip->Read(tbuf.data(), len) != len) return false;
426 const char* bp = tbuf.data();
486 assert(bp == tbuf.data()
[all...]
/third_party/rust/crates/nom/src/character/
H A Dstreaming.rs18 /// *Streaming version*: Will return `Err(nom::Err::Incomplete(_))` if there's not enough input data.
48 /// *Streaming version*: Will return `Err(nom::Err::Incomplete(_))` if there's not enough input data.
80 /// *Streaming version*: Will return `Err(nom::Err::Incomplete(_))` if there's not enough input data.
105 /// *Streaming version*: Will return `Err(nom::Err::Incomplete(_))` if there's not enough input data.
130 /// *Streaming version*: Will return `Err(nom::Err::Incomplete(_))` if there's not enough input data.
159 /// *Streaming version*: Will return `Err(nom::Err::Incomplete(_))` if there's not enough input data.
208 /// *Streaming version*: Will return `Err(nom::Err::Incomplete(_))` if there's not enough input data.
240 /// *Streaming version*: Will return `Err(nom::Err::Incomplete(_))` if there's not enough input data.
260 /// *Streaming version*: Will return `Err(nom::Err::Incomplete(_))` if there's not enough input data.
281 /// *Streaming version*: Will return `Err(nom::Err::Incomplete(_))` if there's not enough input data
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp221 static vector<void*> getInputOutputPointers (const vector<Symbol>& symbols, vector<deUint8>& data, const int numValues) in getInputOutputPointers() argument
233 pointers[varNdx] = &data[curScalarOffset]; in getInputOutputPointers()
237 DE_ASSERT(curScalarOffset == (int)data.size()); in getInputOutputPointers()
432 // Initialize input data. in iterate()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dnotify.c499 char data[STA_NOTIFY_PARAM_LEN] = { 0 }; in wpas_hdi_notify_network_request() local
500 sprintf(data, "02:%s", param); in wpas_hdi_notify_network_request()
501 WpaEventReport(wpa_s->ifname, WPA_EVENT_STA_NOTIFY, (void *)data); in wpas_hdi_notify_network_request()
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H A Dvxge-main.c243 rx_priv->skb_data = rx_priv->skb->data; in vxge_rx_map()
470 memcpy(skb_up->data, skb->data, pkt_length); in vxge_rx_1b_compl()
543 * freed and frees all skbs whose data have already DMA'ed into the NICs
797 * @skb : the socket buffer containing the Tx data.
823 /* A buffer with no data will be dropped */ in vxge_xmit()
826 "%s: Buffer has no data..", dev->name); in vxge_xmit()
841 vpath_no = vxge_learn_mac(vdev, skb->data + ETH_ALEN); in vxge_xmit()
901 dma_pointer = dma_map_single(&fifo->pdev->dev, skb->data, in vxge_xmit()
3169 static int vxge_hwtstamp_set(struct vxgedev *vdev, void __user *data) in vxge_hwtstamp_set() argument
3231 vxge_hwtstamp_get(struct vxgedev *vdev, void __user *data) vxge_hwtstamp_get() argument
[all...]

Completed in 68 milliseconds

1...<<1741174217431744174517461747174817491750>>...1960