OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:textbuffer
(Results
1 - 13
of
13
) sorted by null
/frameworks/av/media/libstagefright/timedtext/
TimedText3GPPSource.cpp
44
MediaBuffer *
textBuffer
= NULL;
45
status_t err = mSource->read(&
textBuffer
, options);
49
CHECK(
textBuffer
!= NULL);
50
textBuffer
->meta_data()->findInt64(kKeyTime, startTimeUs);
52
extractAndAppendLocalDescriptions(*startTimeUs,
textBuffer
, parcel);
53
textBuffer
->release();
66
int64_t timeUs, const MediaBuffer *
textBuffer
, Parcel *parcel) {
75
data =
textBuffer
->data();
76
size =
textBuffer
->size();
TimedText3GPPSource.h
50
int64_t timeUs, const MediaBuffer *
textBuffer
, Parcel *parcel);
/external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.h
112
class
TextBuffer
{
114
TextBuffer
(char *raw_buffer, int size, RawFD fd)
142
DISALLOW_COPY_AND_ASSIGN(
TextBuffer
);
157
TextBuffer
* buffer) const = 0;
180
TextBuffer
* buffer) const;
206
TextBuffer
* buffer) const;
241
void UnparseForStats(
TextBuffer
* buffer);
242
void UnparseForBucketFile(
TextBuffer
* buffer);
272
void UnparseForStats(
TextBuffer
* buffer);
313
TextBuffer
* buffer)
[
all
...]
deep-heap-profile.cc
68
bool DeepHeapProfile::AppendCommandLine(
TextBuffer
* buffer) {
109
TextBuffer
* buffer) const {
141
DeepHeapProfile::
TextBuffer
* buffer) const {
335
TextBuffer
buffer(raw_buffer, buffer_size, fd);
450
int DeepHeapProfile::
TextBuffer
::Size() {
454
int DeepHeapProfile::
TextBuffer
::FilledBytes() {
458
void DeepHeapProfile::
TextBuffer
::Clear() {
462
void DeepHeapProfile::
TextBuffer
::Flush() {
468
bool DeepHeapProfile::
TextBuffer
::AppendChar(char value) {
473
bool DeepHeapProfile::
TextBuffer
::AppendString(const char* value, int width)
[
all
...]
/external/chromium_org/tools/measure_page_load_time/ff_ext/content/
measure_page_load_time.js
31
textBuffer
: '',
73
MPLT.
textBuffer
+= MPLT.scriptStream.read(count).replace('\r\n', '\n');
89
var firstCR = MPLT.
textBuffer
.indexOf('\n');
97
MPLT.
textBuffer
= '';
105
MPLT.URL = MPLT.
textBuffer
.substr(0, firstCR);
106
MPLT.
textBuffer
= MPLT.
textBuffer
.substr(firstCR + 1);
/external/javassist/src/main/javassist/compiler/
Lex.java
29
private StringBuffer
textBuffer
;
41
textBuffer
= new StringBuffer();
126
StringBuffer tbuf =
textBuffer
;
211
StringBuffer tbuf =
textBuffer
;
297
StringBuffer tbuf =
textBuffer
;
430
StringBuffer tbuf =
textBuffer
;
/prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0-sources.jar
jdom-1.0.jar
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
Support_SimpleDateFormat.java
64
StringBuffer
textbuffer
= new StringBuffer(
local
66
textbuffer
68
textbuffer
.append(" PM 5 005 GMT-05:00 GMT-05:00 -0500 GMT-05:00");
71
super.text =
textbuffer
.toString();
/frameworks/base/core/java/android/text/method/
MetaKeyKeyListener.java
66
* private char getUnicodeChar(TextKeyListener listener, KeyEvent event, Editable
textBuffer
) {
68
* int metaState = event.getMetaState() | listener.getMetaState(
textBuffer
);
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar
/prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar
Completed in 865 milliseconds