HomeSort by relevance Sort by last modified time
    Searched defs:buffer (Results 151 - 175 of 6723) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/tensorflow/tensorflow/core/common_runtime/
dma_helper.h 29 static TensorBuffer* buffer(Tensor* t) { return t->buf_; } function in class:tensorflow::DMAHelper
30 static const TensorBuffer* buffer(const Tensor* t) { return t->buf_; } function in class:tensorflow::DMAHelper
  /external/tensorflow/tensorflow/core/platform/windows/
error.cc 22 LPSTR buffer = NULL; local
26 reinterpret_cast<LPSTR>(&buffer), 0, NULL);
27 std::string message = buffer;
28 LocalFree(buffer);
  /external/tensorflow/tensorflow/core/util/
saved_tensor_slice_util_test.cc 34 string buffer = EncodeTensorNameSlice("foo", s); local
37 TF_CHECK_OK(DecodeTensorNameSlice(buffer, &name, &s));
  /external/tpm2/
EventSequenceComplete_fp.h 15 TPM2B_MAX_BUFFER buffer; member in struct:__anon40359
26 // parameter fields in |target| from |buffer|.
29 BYTE** buffer,
32 // Marshals response handles and parameters from |source| to |buffer|. Computes
38 BYTE** buffer,
43 // global response buffer and computes |*response_handle_buffer_size| and
HMAC_fp.h 14 TPM2B_MAX_BUFFER buffer; member in struct:__anon40403
25 // parameter fields in |target| from |buffer|.
28 BYTE** buffer,
31 // Marshals response handles and parameters from |source| to |buffer|. Computes
37 BYTE** buffer,
42 // global response buffer and computes |*response_handle_buffer_size| and
  /external/valgrind/none/tests/s390x/
mvc.c 5 char buffer[] = "0123456789abcdefXXXXX"; variable
15 printf("------- Copy 17 bytes from BUFFER to TARGET\n");
16 printf("before: buffer = |%s|\n", buffer);
19 ::"a" (target),"a" (buffer): "memory");
20 printf("after: buffer = |%s|\n", buffer);
63 printf("------- Move inverse 17 bytes from BUFFER to TARGET\n");
66 ::"a" (target),"a" (buffer + 16): "memory");
srst.c 2 char buffer[24] ="0123456789abcdefghijklmn"; variable
52 buf = srst3(&buffer[23], &buffer[23], '0', &cc);
56 buf = srst3(&buffer[23], &buffer[0], '0', &cc);
60 buf = srst3(&buffer[23], &buffer[0], 'a', &cc);
64 buf = srst3(&buffer[23], &buffer[0], 'm', &cc);
68 buf = srst3(&buffer[23], &buffer[0], 'n', &cc)
    [all...]
  /external/webrtc/webrtc/base/
sha1.h 22 uint8_t buffer[64]; member in struct:rtc::SHA1_CTX
  /external/webrtc/webrtc/common_video/
i420_buffer_pool_unittest.cc 20 rtc::scoped_refptr<VideoFrameBuffer> buffer = pool.CreateBuffer(16, 16); local
21 EXPECT_EQ(16, buffer->width());
22 EXPECT_EQ(16, buffer->height());
24 const uint8_t* y_ptr = buffer->data(kYPlane);
25 const uint8_t* u_ptr = buffer->data(kUPlane);
26 const uint8_t* v_ptr = buffer->data(kVPlane);
27 // Release buffer so that it is returned to the pool.
28 buffer = nullptr;
30 buffer = pool.CreateBuffer(16, 16);
31 EXPECT_EQ(y_ptr, buffer->data(kYPlane))
40 rtc::scoped_refptr<VideoFrameBuffer> buffer = pool.CreateBuffer(16, 16); local
57 rtc::scoped_refptr<VideoFrameBuffer> buffer = pool.CreateBuffer(16, 16); local
62 rtc::scoped_refptr<VideoFrameBuffer> buffer; local
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioCollections.cpp 44 char buffer[SIZE]; local
46 snprintf(buffer, SIZE, "\n%*sAudio Routes (%zu):\n", spaces, "", size());
47 write(fd, buffer, strlen(buffer));
49 snprintf(buffer, SIZE, "%*s- Route %zu:\n", spaces, "", i + 1);
50 write(fd, buffer, strlen(buffer));
AudioRoute.cpp 30 char buffer[SIZE]; local
33 snprintf(buffer, SIZE, "%*s- Type: %s\n", spaces, "", mType == AUDIO_ROUTE_MUX ? "Mux" : "Mix");
34 result.append(buffer);
36 snprintf(buffer, SIZE, "%*s- Sink: %s\n", spaces, "", mSink->getTagName().string());
37 result.append(buffer);
40 snprintf(buffer, SIZE, "%*s- Sources: \n", spaces, "");
41 result.append(buffer);
43 snprintf(buffer, SIZE, "%*s%s \n", spaces + 4, "", mSources[i]->getTagName().string());
44 result.append(buffer);
AudioSourceDescriptor.cpp 35 char buffer[SIZE]; local
38 snprintf(buffer, SIZE, "mStream: %d\n", audio_attributes_to_stream_type(&mAttributes));
39 result.append(buffer);
40 snprintf(buffer, SIZE, "mDevice:\n");
41 result.append(buffer);
51 char buffer[SIZE]; local
53 snprintf(buffer, SIZE, "\nAudio sources dump:\n");
54 write(fd, buffer, strlen(buffer));
56 snprintf(buffer, SIZE, "- Source %d dump:\n", keyAt(i))
    [all...]
  /frameworks/compile/mclinker/lib/Support/
Demangle.cpp 29 char* buffer = local
30 abi::__cxa_demangle(pName.c_str(), /*buffer=*/0, &output_leng, &status);
34 std::string result(buffer);
35 free(buffer);
  /frameworks/native/cmds/bugreport/
bugreport.cpp 66 char buffer[65536]; local
67 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(s, buffer, sizeof(buffer)));
83 buffer + bytes_read - bytes_to_send,
  /frameworks/wilhelm/tools/hashgen/
frag3.c 4 extern void MPH_to_MPH_string(unsigned MPH, char buffer[40]);
18 char buffer[40]; local
19 buffer[39] = 'x';
20 MPH_to_MPH_string(MPH, buffer);
21 assert('x' == buffer[39]);
22 printf(" %s", buffer);
  /hardware/interfaces/confirmationui/support/test/
android_cbor_test.cpp 81 uint8_t buffer[0x1000]; local
82 WriteState state(buffer);
84 ASSERT_EQ(sizeof(testVector), size_t(state.data_ - buffer));
86 ASSERT_EQ(0, memcmp(buffer, testVector, sizeof(testVector)));
90 // write beyond the end of the buffer.
92 uint8_t buffer[0x1000]; local
94 memset(buffer, 0x22, 0x1000); // 0x22 is not in the testVector
95 WriteState state(buffer, s);
98 ASSERT_EQ(0x22, buffer[t]); // check if a canary has been killed
105 uint8_t buffer[20] local
113 uint8_t buffer[20]; local
121 uint8_t buffer[20]; local
129 uint8_t buffer[20]; local
137 uint8_t buffer[20]; local
145 uint8_t buffer[20]; local
153 uint8_t buffer[20]; local
161 uint8_t buffer[20]; local
    [all...]
  /hardware/interfaces/wifi/supplicant/1.1/vts/functional/
supplicant_hidl_test.cpp 51 std::array<char, PROPERTY_VALUE_MAX> buffer; local
52 property_get("wifi.interface", buffer.data(), "wlan0");
53 return buffer.data();
57 std::array<char, PROPERTY_VALUE_MAX> buffer; local
58 property_get("wifi.direct.interface", buffer.data(), "p2p0");
59 return buffer.data();
  /hardware/qcom/msm8996/kernel-headers/scsi/ufs/
ioctl.h 29 __u8 buffer[0]; member in struct:ufs_ioctl_query_data
  /hardware/qcom/msm8996/original-kernel-headers/scsi/ufs/
ioctl.h 17 * @buffer: data location
19 * Received: buffer and buf_size (available space for transfered data)
41 * User should specify the size of the buffer (buffer[0] below) where
48 * placeholder for the start of the data buffer where kernel will copy
54 __u8 buffer[0]; member in struct:ufs_ioctl_query_data
  /hardware/qcom/msm8998/kernel-headers/scsi/ufs/
ioctl.h 29 __u8 buffer[0]; member in struct:ufs_ioctl_query_data
  /hardware/qcom/msm8998/original-kernel-headers/scsi/ufs/
ioctl.h 17 * @buffer: data location
19 * Received: buffer and buf_size (available space for transfered data)
41 * User should specify the size of the buffer (buffer[0] below) where
48 * placeholder for the start of the data buffer where kernel will copy
54 __u8 buffer[0]; member in struct:ufs_ioctl_query_data
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
CharacterDataImpl.java 35 protected StringBuffer buffer; field in class:CharacterDataImpl
43 buffer.append(arg);
47 buffer.delete(offset, offset + count);
51 return buffer.toString();
58 stringBuilder.append(buffer);
62 return buffer.length();
72 buffer.insert(offset, arg);
81 buffer.replace(offset, offset + count, arg);
88 buffer = new StringBuffer(data);
93 return buffer.substring(offset, offset + count)
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/simpledom/
simpledom.cpp 22 StringBuffer buffer; local
23 Writer<StringBuffer> writer(buffer);
27 std::cout << buffer.GetString() << std::endl;
  /system/bt/stack/test/rfcomm/
stack_rfcomm_test_main.cc 31 char buffer[256]; local
34 vsnprintf(buffer, 256, fmt_str, args);
35 VLOG(1) << buffer;
  /system/core/libsysutils/src/
FrameworkClient.cpp 50 char *buffer = (char *) alloca(bufflen); local
51 if (!buffer) {
55 snprintf(buffer, bufflen, "%s%s", msg, data);
56 return sendMsg(buffer);

Completed in 532 milliseconds

1 2 3 4 5 67 8 91011>>