HomeSort by relevance Sort by last modified time
    Searched refs:SetData (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFDebugPubTable.cpp 28 Set &SetData = Sets.back();
30 SetData.Length = PubNames.getU32(&Offset);
31 SetData.Version = PubNames.getU16(&Offset);
32 SetData.Offset = PubNames.getU32(&Offset);
33 SetData.Size = PubNames.getU32(&Offset);
41 SetData.Entries.push_back(
  /external/pdfium/fxbarcode/qrcode/
BC_QRCoderBlockPair.h 21 void SetData(std::unique_ptr<CBC_CommonByteArray> data,
BC_QRCoderBlockPair.cpp 42 void CBC_QRCoderBlockPair::SetData(
  /external/pdfium/core/fpdfapi/parser/
cpdf_stream.cpp 26 SetData(std::move(pData), size);
59 SetData(pData, size);
97 SetData(pData, size);
107 void CPDF_Stream::SetData(const uint8_t* pData, uint32_t size) {
113 SetData(std::move(data_copy), size);
116 void CPDF_Stream::SetData(std::unique_ptr<uint8_t, FxFreeDeleter> pData,
127 void CPDF_Stream::SetData(std::ostringstream* stream) {
128 SetData(reinterpret_cast<const uint8_t*>(stream->str().c_str()),
cpdf_stream.h 43 void SetData(const uint8_t* pData, uint32_t size);
44 void SetData(std::unique_ptr<uint8_t, FxFreeDeleter> pData, uint32_t size);
45 void SetData(std::ostringstream* stream);
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
Delete.c 40 Context->Status = mIpSecConfig->SetData (
80 Status = mIpSecConfig->SetData (
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
app.cc 41 data_.SetData(&payload[8], header.payload_size_bytes - 8);
56 data_.SetData(data, data_length);
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiConfigKeyword.h 144 possible source of the problem. See the definitions in SetData()
194 EFI_CONFIG_KEYWORD_HANDLER_SET_DATA SetData;
TlsConfig.h 63 The SetData() function sets TLS configuration to non-volatile storage or volatile
126 EFI_TLS_CONFIGURATION_SET_DATA SetData;
EapConfiguration.h 89 The SetData() function sets EAP configuration to non-volatile storage or volatile
153 EFI_EAP_CONFIGURATION_SET_DATA SetData;
Ip4Config2.h 139 /// not allowed to set via SetData(). All of these configurations are retrieved from DHCP
309 EFI_IP4_CONFIG2_SET_DATA SetData;
Ip6Config.h 166 /// configuration data are not allowed to set via SetData().
360 EFI_IP6_CONFIG_SET_DATA SetData;
  /external/google-breakpad/src/client/mac/crash_generation/
crash_generation_client.cc 56 message.SetData(&info, sizeof(info));
  /external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
tflite_driver.cc 78 void SetData(const string& csv_values) {
132 void TfLiteDriver::Expectation::SetData<string>(const string& csv_values) {
324 expected_output_[id]->SetData<float>(csv_values);
327 expected_output_[id]->SetData<int32_t>(csv_values);
330 expected_output_[id]->SetData<int64_t>(csv_values);
333 expected_output_[id]->SetData<uint8_t>(csv_values);
336 expected_output_[id]->SetData<bool>(csv_values);
339 expected_output_[id]->SetData<string>(csv_values);
  /external/webrtc/webrtc/base/
buffer.h 101 SetData(buf.data(), buf.size());
124 void SetData(const T* data, size_t size) {
130 void SetData(const T(&array)[N]) {
131 SetData(array, N);
133 void SetData(const Buffer& buf) { SetData(buf.data(), buf.size()); }
bufferqueue.cc 73 packet->SetData(static_cast<const uint8_t*>(buffer), bytes);
sslfingerprint.cc 69 digest.SetData(digest_in, digest_len);
buffer_unittest.cc 86 buf.SetData(kTestData, 9);
101 buf.SetData(kTestData, 15);
110 buf.SetData(kTestData, 15);
  /device/google/wahoo/wifi_offload/test/
offload_hal_test_utils.cpp 35 chreScanResult.ssid_.SetData(&kSsid1[0], kSsid1_size);
100 chreSsid1.SetData(&kSsid1[0], kSsid1_size);
102 chreSsid2.SetData(&kSsid2[0], kSsid2_size);
110 chreNwInfo1.ssid_.SetData(&kSsid1[0], kSsid1_size);
114 chreNwInfo2.ssid_.SetData(&kSsid2[0], kSsid2_size);
  /external/tensorflow/tensorflow/lite/testing/
tflite_driver.cc 76 void SetData(const string& csv_values) {
130 void TfLiteDriver::Expectation::SetData<string>(const string& csv_values) {
330 expected_output_[id]->SetData<float>(csv_values);
333 expected_output_[id]->SetData<int32_t>(csv_values);
336 expected_output_[id]->SetData<int64_t>(csv_values);
339 expected_output_[id]->SetData<uint8_t>(csv_values);
342 expected_output_[id]->SetData<bool>(csv_values);
345 expected_output_[id]->SetData<string>(csv_values);
  /external/pdfium/testing/libfuzzer/
pdf_codec_jbig2_fuzzer.cc 44 stream->AsStream()->SetData(data, size);
  /external/sfntly/cpp/src/sfntly/table/
font_data_table.h 39 // call must be made to {@link #SetData(WritableFontData)}.
42 virtual void SetData(ReadableFontData* data);
  /external/webrtc/talk/app/webrtc/
sctputils.cc 196 payload->SetData(buffer.Data(), buffer.Length());
203 payload->SetData(buffer.Data(), buffer.Length());
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
image_data.h 89 void SetData(const uint8_t* const new_frame, const int stride,
91 SetData(new_frame, NULL, stride, timestamp, downsample_factor);
94 void SetData(const uint8_t* const new_frame, const uint8_t* const uv_frame,
101 TimeLog("SetData!");
  /external/pdfium/fpdfsdk/
fpdf_transformpage.cpp 143 pStream->SetData(&textBuf);
148 pEndStream->SetData((const uint8_t*)" Q", 2);
298 pStream->SetData(&strClip);

Completed in 649 milliseconds

1 2 3 4