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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/icu/source/samples/case/
ucase.c 29 UChar buffer[32]; local
48 /* result buffer = "ab?" latin small letter a, latin small letter b, latin
50 length = u_strToLower(buffer, sizeof(buffer)/sizeof(buffer[0]), upper,
52 if(U_FAILURE(errorCode) || buffer[length]!=0) {
57 u_fprintf(out, "u_strToLower(%S, turkish) -> %S\n", upper, buffer);
61 /* result buffer = "ABI" latin CAPITAL letter A, latin capital letter B,
63 length = u_strToUpper(buffer, sizeof(buffer)/sizeof(buffer[0]), upper,
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_reader.c 22 const uint8_t *buffer,
26 if (size && !buffer) {
29 r->buffer_end = buffer + size;
30 r->buffer = buffer;
43 const uint8_t *buffer = r->buffer; local
44 const uint8_t *buffer_start = buffer;
49 const size_t bytes_left = buffer_end - buffer;
55 r->decrypt_cb(r->decrypt_state, buffer, r->clear_buffer, (int)n)
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream_inl.h 47 inline bool CodedInputStream::InternalReadStringInline(string* buffer,
52 STLStringResizeUninitialized(buffer, size);
53 // When buffer is empty, string_as_array(buffer) will return NULL but memcpy
56 memcpy(string_as_array(buffer), buffer_, size);
62 return ReadStringFallback(buffer, size);
  /external/chromium_org/third_party/skia/src/ports/
SkDebug_nacl.cpp 29 char buffer[kBufferSize + 1]; local
32 sprintf(buffer, kLogPrefix);
33 vsnprintf(buffer + strlen(kLogPrefix), kBufferSize, format, args);
35 pp::Var msg = pp::Var(buffer);
  /external/chromium_org/third_party/skia/tools/
LazyDecodeBitmap.h 20 bool LazyDecodeBitmap(const void* buffer, size_t size, SkBitmap* bitmap);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
create_augmented_vec.h 31 int16_t *buffer, /* (i) Pointer to the end of the codebook memory that
  /external/clang/test/PCH/
attrs-PR8406.c 14 int buffer[123] __attribute__((__aligned__(512))); member in struct:Bar
  /external/e2fsprogs/lib/ext2fs/
crc16.h 24 extern crc16_t ext2fs_crc16(crc16_t crc, const void *buffer, unsigned int len);
  /external/easymock/src/org/easymock/
IArgumentMatcher.java 40 * Appends a string representation of this matcher to the given buffer. In case
44 * @param buffer the buffer to which the string representation is appended.
46 void appendTo(StringBuffer buffer);
  /external/easymock/src/org/easymock/internal/matchers/
Not.java 36 public void appendTo(StringBuffer buffer) {
37 buffer.append("not(");
38 first.appendTo(buffer);
39 buffer.append(")");
  /external/icu/icu4c/source/samples/case/
ucase.c 29 UChar buffer[32]; local
48 /* result buffer = "ab?" latin small letter a, latin small letter b, latin
50 length = u_strToLower(buffer, sizeof(buffer)/sizeof(buffer[0]), upper,
52 if(U_FAILURE(errorCode) || buffer[length]!=0) {
57 u_fprintf(out, "u_strToLower(%S, turkish) -> %S\n", upper, buffer);
61 /* result buffer = "ABI" latin CAPITAL letter A, latin capital letter B,
63 length = u_strToUpper(buffer, sizeof(buffer)/sizeof(buffer[0]), upper,
    [all...]
  /external/nanopb-c/examples/using_double_on_avr/
decode_double.c 12 uint8_t buffer[32]; local
13 size_t count = fread(buffer, 1, sizeof(buffer), stdin);
14 pb_istream_t stream = pb_istream_from_buffer(buffer, count);
  /external/nanopb-c/tests/basic_buffer/
encode_buffer.c 3 * buffer, which is then written to stdout.
13 uint8_t buffer[Person_size]; local
23 stream = pb_ostream_from_buffer(buffer, sizeof(buffer));
30 fwrite(buffer, 1, stream.bytes_written, stdout);
  /external/chromium_org/courgette/
crc.cc 19 uint32 CalculateCrc(const uint8* buffer, size_t size) {
24 crc = crc32(0, buffer, size);
28 crc = CrcCalc(buffer, size);
  /external/chromium_org/third_party/WebKit/Source/wtf/
StringExtras.h 50 inline int snprintf(char* buffer, size_t count, const char* format, ...)
55 result = _vsnprintf(buffer, count, format, args);
58 // In the case where the string entirely filled the buffer, _vsnprintf will not
61 buffer[count - 1] = '\0';
66 inline double wtf_vsnprintf(char* buffer, size_t count, const char* format, va_list args)
68 int result = _vsnprintf(buffer, count, format, args);
70 // In the case where the string entirely filled the buffer, _vsnprintf will not
73 buffer[count - 1] = '\0';
79 // vsnprintf does not null terminate the buffer. WebKit can rely on the null termination.
80 #define vsnprintf(buffer, count, format, args) wtf_vsnprintf(buffer, count, format, args
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-fallback-private.hh 37 hb_buffer_t *buffer);
41 hb_buffer_t *buffer);
46 hb_buffer_t *buffer);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
output_stream.h 32 virtual void Write(ByteVector* buffer) = 0;
38 virtual void Write(ByteVector* buffer, int32_t offset, int32_t length) = 0;
40 // Note: Caller is responsible for the boundary of buffer.
41 virtual void Write(byte_t* buffer, int32_t offset, int32_t length) = 0;
  /external/harfbuzz_ng/src/
hb-ot-shape-fallback-private.hh 37 hb_buffer_t *buffer);
41 hb_buffer_t *buffer);
46 hb_buffer_t *buffer);
hb-ot-shape-complex-hangul.cc 110 /* buffer var allocations */
123 hb_buffer_t *buffer,
126 HB_BUFFER_ALLOCATE_VAR (buffer, hangul_shaping_feature);
176 buffer->clear_output ();
180 unsigned int count = buffer->len;
182 for (buffer->idx = 0; buffer->idx < count;)
184 hb_codepoint_t u = buffer->cur().codepoint;
193 if (start < end && end == buffer->out_len)
196 buffer->next_glyph ()
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicLineParser.java 125 CharArrayBuffer buffer = new CharArrayBuffer(value.length()); local
126 buffer.append(value);
128 return parser.parseProtocolVersion(buffer, cursor);
133 public ProtocolVersion parseProtocolVersion(final CharArrayBuffer buffer,
137 if (buffer == null) {
138 throw new IllegalArgumentException("Char array buffer may not be null");
150 skipWhitespace(buffer, cursor);
158 buffer.substring(indexFrom, indexTo));
164 ok = (buffer.charAt(i+j) == protoname.charAt(j));
167 ok = (buffer.charAt(i+protolength) == '/')
290 CharArrayBuffer buffer = new CharArrayBuffer(value.length()); local
390 CharArrayBuffer buffer = new CharArrayBuffer(value.length()); local
481 CharArrayBuffer buffer = new CharArrayBuffer(value.length()); local
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkPictureImageFilter.cpp 33 SkPictureImageFilter::SkPictureImageFilter(SkReadBuffer& buffer)
34 : INHERITED(0, buffer),
36 if (!buffer.isCrossProcess()) {
37 if (buffer.readBool()) {
38 fPicture = SkPicture::CreateFromBuffer(buffer);
41 buffer.validate(!buffer.readBool());
43 buffer.readRect(&fCropRect);
47 SkFlattenable* SkPictureImageFilter::CreateProc(SkReadBuffer& buffer) {
51 if (!buffer.isCrossProcess())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/network/
FormDataBuilder.cpp 37 static inline void append(Vector<char>& buffer, char string)
39 buffer.append(string);
42 static inline void append(Vector<char>& buffer, const char* string)
44 buffer.append(string, strlen(string));
47 static inline void append(Vector<char>& buffer, const CString& string)
49 buffer.append(string.data(), string.length());
52 static void appendQuotedString(Vector<char>& buffer, const CString& string)
63 append(buffer, "%0A");
66 append(buffer, "%0D");
69 append(buffer, "%22")
    [all...]
  /external/apache-http/src/org/apache/http/util/
CharArrayBuffer.java 52 private char[] buffer; field in class:CharArrayBuffer
58 throw new IllegalArgumentException("Buffer capacity may not be negative");
60 this.buffer = new char[capacity];
64 char newbuffer[] = new char[Math.max(this.buffer.length << 1, newlen)];
65 System.arraycopy(this.buffer, 0, newbuffer, 0, this.len);
66 this.buffer = newbuffer;
81 if (newlen > this.buffer.length) {
84 System.arraycopy(b, off, this.buffer, this.len, len);
94 if (newlen > this.buffer.length) {
97 str.getChars(0, strlen, this.buffer, this.len)
177 public char[] buffer() { method in class:CharArrayBuffer
    [all...]
  /external/e2fsprogs/ext2ed/
blockbitmap_com.c 43 char *ptr,buffer [80]; local
47 ptr=parse_word (command_line,buffer); /* Get the requested entry */
52 ptr=parse_word (ptr,buffer);
54 entry_num=atol (buffer);
66 strcpy (buffer,"show");dispatch (buffer); /* dispatch a show command */
79 char *ptr,buffer [80]; local
81 ptr=parse_word (command_line,buffer);
83 ptr=parse_word (ptr,buffer);
84 entry_offset=atol (buffer);
95 char *ptr,buffer [80]; local
119 char *ptr,buffer [80]; local
148 char *ptr,buffer [80]; local
    [all...]
inodebitmap_com.c 30 char *ptr,buffer [80]; local
32 ptr=parse_word (command_line,buffer);
36 ptr=parse_word (ptr,buffer);
38 entry_num=atol (buffer);
45 strcpy (buffer,"show");dispatch (buffer);
52 char *ptr,buffer [80]; local
54 ptr=parse_word (command_line,buffer);
56 ptr=parse_word (ptr,buffer);
57 entry_offset=atol (buffer);
68 char *ptr,buffer [80]; local
84 char *ptr,buffer [80]; local
110 char *ptr,buffer [80]; local
    [all...]

Completed in 881 milliseconds

1 2 3 4 56 7 8 91011>>