HomeSort by relevance Sort by last modified time
    Searched refs:buffer (Results 1201 - 1225 of 9401) sorted by null

<<41424344454647484950>>

  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.h 58 // On some platforms, this call will utilize the same, static buffer for
88 #ifndef SWIG // SWIG doesn't like struct Buffer and variable arguments.
103 struct Buffer {
106 // we have to make a buffer that's "always" big enough
108 #else // a one-line buffer is good enough
119 // handler). "buffer" should point to a ProcMapsIterator::Buffer
120 // buffer can be NULL in which case a bufer will be allocated.
121 ProcMapsIterator(pid_t pid, Buffer *buffer);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
realloc_unittest.cc 46 // Fill a buffer of the specified size with a predetermined pattern
47 static void Fill(unsigned char* buffer, int n) {
49 buffer[i] = (i & 0xff);
53 // Check that the specified buffer has the predetermined pattern
55 static bool Valid(unsigned char* buffer, int n) {
57 if (buffer[i] != (i & 0xff)) {
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
fine_audio_buffer_unittest.cc 29 // E.g. if there are two buffers of size 3, buffer 1 would contain 0,1,2 and
30 // buffer 2 would contain 3,4,5. Note that SCHAR_MAX is 127 so wrap-around
32 // |buffer| is the audio buffer to verify.
33 bool VerifyBuffer(const int8_t* buffer, int buffer_number, int size) {
36 if (buffer[i] != (i + start_value) % SCHAR_MAX) {
45 // 0,1,..SCHAR_MAX-1,0,1,... to the buffer. Note that this is likely a buffer of
49 // buffer (|arg0|).
51 int8_t* buffer = static_cast<int8_t*>(arg0) local
    [all...]
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
trace_posix.cc 53 struct tm buffer; local
55 localtime_r(&system_time_high_res.tv_sec, &buffer);
98 char buffer[26]; // man ctime says buffer should have room for >=26 bytes. local
99 sprintf(trace_message, "Local Date: %s", ctime_r(&t, buffer));
  /external/chromium_org/v8/test/cctest/compiler/
simplified-graph-builder.cc 66 Node** buffer = zone()->NewArray<Node*>(input_count_with_deps); local
67 memcpy(buffer, value_inputs, kPointerSize * value_input_count);
68 Node** current_input = buffer + value_input_count;
75 result = graph()->NewNode(op, input_count_with_deps, buffer);
test-run-variables.cc 53 EmbeddedVector<char, 512> buffer; local
56 SNPrintF(buffer, source, tests[i]);
57 PrintF("#%d: %s\n", i / 3, buffer.start());
58 FunctionTester T(buffer.start());
  /external/fio/
gerror.c 42 char buffer[256]; local
43 snprintf(buffer, sizeof(buffer), "Failed to open file.");
44 gtk_label_set_text(GTK_LABEL(ui->error_label), buffer);
  /external/harfbuzz_ng/src/
hb-ot-shape-private.hh 59 inline void substitute (hb_font_t *font, hb_buffer_t *buffer) const { map.substitute (this, font, buffer); }
60 inline void position (hb_font_t *font, hb_buffer_t *buffer) const { map.position (this, font, buffer); }
  /external/icu/icu4c/source/i18n/
windtfmt.cpp 240 UChar *buffer = stackBuffer; local
242 result = GetDateFormatW(fLCID, dfFlags[fDateStyle - kDateOffset], st, NULL, buffer, STACK_BUFFER_SIZE);
248 buffer = NEW_ARRAY(UChar, newLength);
249 GetDateFormatW(fLCID, dfFlags[fDateStyle - kDateOffset], st, NULL, buffer, newLength);
253 appendTo.append(buffer, (int32_t) wcslen(buffer));
255 if (buffer != stackBuffer) {
256 DELETE_ARRAY(buffer);
266 UChar *buffer = stackBuffer; local
268 result = GetTimeFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, buffer, STACK_BUFFER_SIZE)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
currtest.c 160 UChar buffer[256]; local
170 unum_formatDouble(fmt, 123.456, buffer, sizeof(buffer)/sizeof(buffer[0]), NULL, &status);
172 if (u_strcmp(buffer, expectedBuf) != 0) {
177 unum_formatDouble(fmt, 123.456, buffer, sizeof(buffer)/sizeof(buffer[0]), NULL, &status);
179 if (u_strcmp(buffer, expectedBuf) != 0) {
184 unum_formatDouble(fmt, 123.456, buffer, sizeof(buffer)/sizeof(buffer[0]), NULL, &status)
197 UChar buffer[4]; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
csdetest.h 39 virtual const char *getPath(char buffer[2048], const char *filename);
ssearch.h 41 virtual const char *getPath(char buffer[2048], const char *filename);
  /external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.h 93 uint8_t buffer[SHA256_BLOCK_LENGTH];
98 uint8_t buffer[SHA512_BLOCK_LENGTH];
106 u_int8_t buffer[SHA256_BLOCK_LENGTH]; member in struct:_SHA256_CTX
111 u_int8_t buffer[SHA512_BLOCK_LENGTH]; member in struct:_SHA512_CTX
  /external/iptables/iptables/
ip6tables-restore.c 171 /* regular character, copy to buffer */
184 char buffer[10240]; local
252 while (fgets(buffer, sizeof(buffer), in)) {
256 if (buffer[0] == '\n')
258 else if (buffer[0] == '#') {
260 fputs(buffer, stdout);
262 } else if ((strcmp(buffer, "COMMIT\n") == 0) && (in_table)) {
273 } else if ((buffer[0] == '*') && (!in_table)) {
277 table = strtok(buffer+1, " \t\n")
    [all...]
iptables-restore.c 170 /* regular character, copy to buffer */
184 char buffer[10240]; local
252 while (fgets(buffer, sizeof(buffer), in)) {
256 if (buffer[0] == '\n')
258 else if (buffer[0] == '#') {
260 fputs(buffer, stdout);
262 } else if ((strcmp(buffer, "COMMIT\n") == 0) && (in_table)) {
273 } else if ((buffer[0] == '*') && (!in_table)) {
277 table = strtok(buffer+1, " \t\n")
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_OvrHal.c 101 /* Populate the Send Buffer Info */
112 /* Authentication requires UID in the send buffer */
115 OvrHal->TranceiveInfo.sSendData.buffer = mif_send_buf;
142 /* copy uid to the send buffer for the authentication */
153 OvrHal->TranceiveInfo.sSendData.buffer = &SendBuf[i++];
159 OvrHal->TranceiveInfo.sSendData.buffer = &SendBuf[i++];
165 /* Populate the Receive buffer */
166 OvrHal->TranceiveInfo.sRecvData.buffer = RecvBuf;
200 /* Save the receive buffer for use in callback */
201 OvrHal->sReceiveData.buffer = RecvBuf
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvwriter.hpp 30 virtual int32 Write(const void* buffer, uint32 length);
  /external/libvpx/libvpx/
webmdec.h 35 uint8_t **buffer,
  /external/llvm/include/llvm/Support/
MD5.h 43 uint8_t buffer[64]; member in class:llvm::MD5
  /external/mdnsresponder/mDNSPosix/
ProxyResponder.c 70 char buffer[32]; local
80 mDNS_snprintf(buffer, sizeof(buffer), "%d.%d.%d.%d.in-addr.arpa.", p->ip.b[3], p->ip.b[2], p->ip.b[1], p->ip.b[0]);
81 MakeDomainNameFromDNSNameString(&p->RR_PTR.namestorage, buffer);
114 char buffer[MAX_ESCAPED_DOMAIN_NAME]; local
115 ConvertDomainNameToCString(sr->RR_SRV.resrec.name, buffer);
116 printf("Service %s now registered and active\n", buffer);
138 char buffer[MAX_ESCAPED_DOMAIN_NAME]; local
163 ConvertDomainNameToCString(recordset->RR_SRV.resrec.name, buffer);
164 printf("Made Service Records for %s\n", buffer);
188 char buffer[MAX_ESCAPED_DOMAIN_NAME]; local
212 char buffer[MAX_ESCAPED_DOMAIN_NAME]; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_draw_quad.h 51 util_draw_user_vertex_buffer(struct cso_context *cso, void *buffer,
  /external/mesa3d/src/mesa/main/
buffers.h 3 * Frame buffer management functions declarations.
51 _mesa_readbuffer(struct gl_context *ctx, GLenum buffer, GLint bufferIndex);
  /external/nist-sip/java/gov/nist/javax/sip/address/
TelURLImpl.java 165 public StringBuffer encode(StringBuffer buffer) {
166 buffer.append(this.scheme).append(':');
167 telephoneNumber.encode(buffer);
168 return buffer;
  /external/nist-sip/java/gov/nist/javax/sip/header/
CallIdentifier.java 91 public StringBuffer encode(StringBuffer buffer) {
92 buffer.append(localId);
94 buffer.append(AT).append(host);
96 return buffer;
  /external/opencv/
WLNonFileByteStream.h 34 void PutBytes( const void* buffer, int count );

Completed in 1855 milliseconds

<<41424344454647484950>>