HomeSort by relevance Sort by last modified time
    Searched refs:rawText (Results 1 - 25 of 25) 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;
  /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;
  /prebuilts/go/darwin-x86/src/encoding/json/
encode_test.go 750 rawText = RawMessage([]byte(`"foo"`))
803 {rawText, `"foo"`, true}, // Issue6458
804 {&rawText, `"foo"`, true},
805 {[]interface{}{rawText}, `["foo"]`, true}, // Issue6458
806 {&[]interface{}{rawText}, `["foo"]`, true}, // Issue6458
807 {[]interface{}{&rawText}, `["foo"]`, true},
808 {&[]interface{}{&rawText}, `["foo"]`, true},
809 {struct{ M RawMessage }{rawText}, `{"M":"foo"}`, true}, // Issue6458
810 {&struct{ M RawMessage }{rawText}, `{"M":"foo"}`, true},
811 {struct{ M *RawMessage }{&rawText}, `{"M":"foo"}`, true}
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
encode_test.go 750 rawText = RawMessage([]byte(`"foo"`))
803 {rawText, `"foo"`, true}, // Issue6458
804 {&rawText, `"foo"`, true},
805 {[]interface{}{rawText}, `["foo"]`, true}, // Issue6458
806 {&[]interface{}{rawText}, `["foo"]`, true}, // Issue6458
807 {[]interface{}{&rawText}, `["foo"]`, true},
808 {&[]interface{}{&rawText}, `["foo"]`, true},
809 {struct{ M RawMessage }{rawText}, `{"M":"foo"}`, true}, // Issue6458
810 {&struct{ M RawMessage }{rawText}, `{"M":"foo"}`, true},
811 {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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/
doxia-sink-api-1.0-alpha-7.jar 
  /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) {
  /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 
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintSettings.java     [all...]
  /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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.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 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 2626 milliseconds