OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rawText
(Results
1 - 8
of
8
) sorted by null
/development/tools/bugreport/src/com/android/bugreport/logcat/
LogLine.java
34
public String
rawText
;
LogcatParser.java
64
ll.
rawText
= text;
73
ll.
rawText
= text;
/external/skia/tools/bookmaker/
parserCommon.cpp
125
const char*
rawText
= (const char*) data->data();
129
if ('\r' ==
rawText
[index]) {
138
char ch =
rawText
[index];
139
if ('\r' ==
rawText
[index]) {
141
if ('\n' ==
rawText
[index + 1]) {
149
rawText
= &fLFOnly[name].front();
152
fStart =
rawText
;
153
fLine =
rawText
;
154
fChar =
rawText
;
155
fEnd =
rawText
+ dataSize
[
all
...]
/external/skqp/tools/bookmaker/
parserCommon.cpp
125
const char*
rawText
= (const char*) data->data();
129
if ('\r' ==
rawText
[index]) {
138
char ch =
rawText
[index];
139
if ('\r' ==
rawText
[index]) {
141
if ('\n' ==
rawText
[index + 1]) {
149
rawText
= &fLFOnly[name].front();
152
fStart =
rawText
;
153
fLine =
rawText
;
154
fChar =
rawText
;
155
fEnd =
rawText
+ dataSize
[
all
...]
/external/mdnsresponder/mDNSPosix/
Responder.c
519
char
rawText
[1024];
575
if (!ReadALine(
rawText
, sizeof(
rawText
), fp, mDNSfalse)) break;
577
fprintf(stderr, "Text string: \"%s\"\n",
rawText
);
578
len = strlen(
rawText
);
584
mDNSPlatformMemCopy(text + textLen + 1,
rawText
, len);
/development/tools/bugreport/src/com/android/bugreport/inspector/
Inspector.java
662
synthetic.
rawText
= synthetic.text = "--------- beginning of event";
685
synthetic.
rawText
= synthetic.text = "--------- beginning of event";
743
if ((m = Utils.match(mBufferBeginRe, line.
rawText
)) != null) {
/external/zxing/core/
core.jar
/development/tools/bugreport/src/com/android/bugreport/html/
Renderer.java
519
hdf.setValue("
rawText
", line.
rawText
);
Completed in 549 milliseconds