OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extraBuffer
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/text/android/
HyphenationAndroid.cpp
97
static const int
extraBuffer
= 5;
99
char hyphens[maxWordLen +
extraBuffer
];
/external/proguard/src/proguard/retrace/
ReTrace.java
395
StringBuffer
extraBuffer
= new StringBuffer();
398
extraBuffer
.append(' ');
404
extraBuffer
.append(fieldInfo.type).append(' ');
406
extraBuffer
.append(fieldInfo.originalName);
409
extraOutLines.add(
extraBuffer
);
474
StringBuffer
extraBuffer
= new StringBuffer();
477
extraBuffer
.append(' ');
483
extraBuffer
.append(methodInfo.type).append(' ');
485
extraBuffer
.append(methodInfo.originalName);
488
extraBuffer
.append('(').append(methodInfo.arguments).append(')')
[
all
...]
Completed in 51 milliseconds