HomeSort by relevance Sort by last modified time
    Searched refs:rawText (Results 1 - 25 of 28) sorted by null

1 2

  /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 62 const char* rawText = (const char*) data->data();
66 if ('\r' == rawText[index]) {
75 char ch = rawText[index];
76 if ('\r' == rawText[index]) {
78 if ('\n' == rawText[index + 1]) {
86 rawText = &fLFOnly[name].front();
89 fStart = rawText;
90 fLine = rawText;
91 fChar = rawText;
92 fEnd = rawText + dataSize
    [all...]
  /external/skqp/tools/bookmaker/
parserCommon.cpp 62 const char* rawText = (const char*) data->data();
66 if ('\r' == rawText[index]) {
75 char ch = rawText[index];
76 if ('\r' == rawText[index]) {
78 if ('\n' == rawText[index + 1]) {
86 rawText = &fLFOnly[name].front();
89 fStart = rawText;
90 fLine = rawText;
91 fChar = rawText;
92 fEnd = rawText + dataSize
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardTextsSet.java 80 public String resolveTextReference(final String rawText) {
81 if (TextUtils.isEmpty(rawText)) {
85 String text = rawText;
  /packages/apps/Settings/src/com/android/settings/utils/
AnnotationSpan.java 56 public static CharSequence linkify(CharSequence rawText, LinkInfo... linkInfos) {
57 SpannableString msg = new SpannableString(rawText);
  /prebuilts/go/darwin-x86/src/encoding/json/
encode_test.go 897 rawText = RawMessage([]byte(`"foo"`))
950 {rawText, `"foo"`, true}, // Issue6458
951 {&rawText, `"foo"`, true},
952 {[]interface{}{rawText}, `["foo"]`, true}, // Issue6458
953 {&[]interface{}{rawText}, `["foo"]`, true}, // Issue6458
954 {[]interface{}{&rawText}, `["foo"]`, true},
955 {&[]interface{}{&rawText}, `["foo"]`, true},
956 {struct{ M RawMessage }{rawText}, `{"M":"foo"}`, true}, // Issue6458
957 {&struct{ M RawMessage }{rawText}, `{"M":"foo"}`, true},
958 {struct{ M *RawMessage }{&rawText}, `{"M":"foo"}`, true}
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
encode_test.go 897 rawText = RawMessage([]byte(`"foo"`))
950 {rawText, `"foo"`, true}, // Issue6458
951 {&rawText, `"foo"`, true},
952 {[]interface{}{rawText}, `["foo"]`, true}, // Issue6458
953 {&[]interface{}{rawText}, `["foo"]`, true}, // Issue6458
954 {[]interface{}{&rawText}, `["foo"]`, true},
955 {&[]interface{}{&rawText}, `["foo"]`, true},
956 {struct{ M RawMessage }{rawText}, `{"M":"foo"}`, true}, // Issue6458
957 {&struct{ M RawMessage }{rawText}, `{"M":"foo"}`, true},
958 {struct{ M *RawMessage }{&rawText}, `{"M":"foo"}`, true}
    [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);
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0/
doxia-sink-api-1.0.jar 
  /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) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
SmartReplyView.java 388 final String rawText = button.getText().toString();
393 rawText : transformation.getTransformation(rawText, button).toString();
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/
doxia-module-xhtml-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/reporting/maven-reporting-impl/2.0.5/
maven-reporting-impl-2.0.5.jar 
  /external/zxing/core/
core.jar 
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerNotificationWarnings.java 526 final CharSequence rawText = mContext.getText(
528 final SpannableString message = new SpannableString(rawText);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java 236 final String rawText = event.getTextToCommit().toString();
242 commitCurrentAutoCorrection(settingsValues, rawText, handler);
247 final String text = performSpecificTldProcessingOnTextInput(rawText);
    [all...]
  /development/tools/bugreport/src/com/android/bugreport/html/
Renderer.java 519 hdf.setValue("rawText", line.rawText);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/
doxia-module-apt-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-core/1.0/
doxia-core-1.0.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 

Completed in 307 milliseconds

1 2