HomeSort by relevance Sort by last modified time
    Searched refs:buffer (Results 751 - 775 of 13080) sorted by null

<<31323334353637383940>>

  /art/compiler/
file_output_stream.cc 28 bool FileOutputStream::WriteFully(const void* buffer, size_t byte_count) {
29 return file_->WriteFully(buffer, byte_count);
  /cts/tools/dex-tools/src/dex/reader/
DexFieldImpl.java 31 private DexBuffer buffer; field in class:DexFieldImpl
42 public DexFieldImpl(DexBuffer buffer, DexClass declaringClass,
46 this.buffer = buffer;
60 buffer.setPosition(fieldAnnotation.annotationsOff);
61 final int size = buffer.readUInt();
63 annotations.add(new DexAnnotationImpl(buffer.createCopy(),
64 buffer.readUInt(), typeIds, stringPool, fieldIdItems));
  /external/chromium_org/chrome/common/
chrome_content_client_unittest.cc 19 std::string buffer = content_client.GetUserAgent(); local
21 base::SplitStringUsingSubstr(buffer, "Mozilla/5.0 (", &pieces);
23 buffer = pieces[1];
26 base::SplitStringUsingSubstr(buffer, ") AppleWebKit/", &pieces);
28 buffer = pieces[1];
31 base::SplitStringUsingSubstr(buffer, " (KHTML, like Gecko) ", &pieces);
33 buffer = pieces[1];
36 base::SplitStringUsingSubstr(buffer, " Safari/", &pieces);
  /external/chromium_org/ppapi/cpp/
var_array_buffer.h 42 VarArrayBuffer(const VarArrayBuffer& buffer) : Var(buffer) {}
71 /// and returns a pointer to the beginning of the internal buffer for
89 /// @return A pointer to the internal buffer for this
95 /// to map the buffer again later.
  /external/chromium_org/ppapi/thunk/
ppb_media_stream_audio_track_api.h 22 virtual int32_t GetBuffer(PP_Resource* buffer,
24 virtual int32_t RecycleBuffer(PP_Resource buffer) = 0;
  /external/chromium_org/third_party/libvpx/source/libvpx/
webmdec.h 24 uint8_t *buffer; member in struct:WebmInputContext
41 // Reads a WebM Video Frame. Memory for the buffer is created, owned and managed
42 // by this function. For the first call, |buffer| should be NULL and
47 // buffer - pointer where the frame data will be filled.
48 // bytes_in_buffer - pointer to buffer size.
57 uint8_t **buffer,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_translate.c 47 pipe_resource_reference(&ib->buffer, NULL);
48 ib->buffer = out_buffer;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600_translate.c 47 pipe_resource_reference(&ib->buffer, NULL);
48 ib->buffer = out_buffer;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native_wayland_bufmgr.h 42 struct wl_buffer *buffer);
46 struct wl_buffer *buffer,
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/sw/
i915_sw_buffer.c 60 struct i915_winsys_buffer *buffer,
63 struct i915_sw_buffer *buf = i915_sw_buffer(buffer);
71 struct i915_winsys_buffer *buffer)
73 struct i915_sw_buffer *buf = i915_sw_buffer(buffer);
80 struct i915_winsys_buffer *buffer,
85 struct i915_sw_buffer *buf = i915_sw_buffer(buffer);
93 struct i915_winsys_buffer *buffer)
95 struct i915_sw_buffer *buf = i915_sw_buffer(buffer);
  /external/chromium_org/third_party/skia/include/effects/
SkStippleMaskFilter.h 37 explicit SkStippleMaskFilter(SkReadBuffer& buffer)
38 : SkMaskFilter(buffer) {
  /external/chromium_org/third_party/skia/src/core/
SkFlattenableSerialization.cpp 25 SkValidatingReadBuffer buffer(data, size);
26 return buffer.readFlattenable(type);
SkUtilsArm.cpp 104 char buffer[4096]; local
119 // sentinel '\n' characters: one at the start of the buffer, and one at
120 // the end. This means we reserve the first and last buffer bytes.
121 buffer[0] = '\n';
122 int size = TEMP_FAILURE_RETRY(read(fd, buffer+1, sizeof(buffer)-2));
131 size, buffer+1);
133 // Compute buffer limit, and place final sentinel
134 char* buffer_end = buffer + 1 + size;
138 // '\nFeatures ' in our buffer
    [all...]
  /external/easymock/src/org/easymock/internal/matchers/
Contains.java 37 public void appendTo(StringBuffer buffer) {
38 buffer.append("contains(\"" + substring + "\")");
EndsWith.java 36 public void appendTo(StringBuffer buffer) {
37 buffer.append("endsWith(\"" + suffix + "\")");
InstanceOf.java 36 public void appendTo(StringBuffer buffer) {
37 buffer.append("isA(" + clazz.getName() + ")");
Matches.java 36 public void appendTo(StringBuffer buffer) {
37 buffer.append("matches(\"" + regex.replaceAll("\\\\", "\\\\\\\\")
StartsWith.java 37 public void appendTo(StringBuffer buffer) {
38 buffer.append("startsWith(\"" + prefix + "\")");
  /external/harfbuzz_ng/src/
hb-fallback-shape.cc 94 hb_buffer_t *buffer,
111 buffer->clear_positions ();
113 hb_direction_t direction = buffer->props.direction;
114 hb_unicode_funcs_t *unicode = buffer->unicode;
115 unsigned int count = buffer->len;
116 hb_glyph_info_t *info = buffer->info;
117 hb_glyph_position_t *pos = buffer->pos;
138 hb_buffer_reverse (buffer);
  /external/libcxx/test/utilities/memory/temporary.buffer/
Android.mk 17 test_makefile := external/libcxx/test/utilities/memory/temporary.buffer/Android.mk
19 test_name := utilities/memory/temporary.buffer/temporary_buffer
  /external/mesa3d/src/gallium/drivers/r600/
r600_translate.c 47 pipe_resource_reference(&ib->buffer, NULL);
48 ib->buffer = out_buffer;
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_translate.c 47 pipe_resource_reference(&ib->buffer, NULL);
48 ib->buffer = out_buffer;
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_wayland_bufmgr.h 42 struct wl_buffer *buffer);
46 struct wl_buffer *buffer,
  /external/mesa3d/src/gallium/winsys/i915/sw/
i915_sw_buffer.c 60 struct i915_winsys_buffer *buffer,
63 struct i915_sw_buffer *buf = i915_sw_buffer(buffer);
71 struct i915_winsys_buffer *buffer)
73 struct i915_sw_buffer *buf = i915_sw_buffer(buffer);
80 struct i915_winsys_buffer *buffer,
85 struct i915_sw_buffer *buf = i915_sw_buffer(buffer);
93 struct i915_winsys_buffer *buffer)
95 struct i915_sw_buffer *buf = i915_sw_buffer(buffer);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
ClassificationBox.java 101 StringBuilder buffer = new StringBuilder(); local
102 buffer.append("ClassificationBox[language=").append(getLanguage());
103 buffer.append("classificationEntity=").append(getClassificationEntity());
104 buffer.append(";classificationTableIndex=").append(getClassificationTableIndex());
105 buffer.append(";language=").append(getLanguage());
106 buffer.append(";classificationInfo=").append(getClassificationInfo());
107 buffer.append("]");
108 return buffer.toString();

Completed in 1129 milliseconds

<<31323334353637383940>>