HomeSort by relevance Sort by last modified time
    Searched refs:appendText (Results 126 - 150 of 219) sorted by null

1 2 3 4 56 7 8 9

  /prebuilts/misc/common/robolectric/3.4.2/lib/
hamcrest-core-1.3.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
hamcrest-core-1.3.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
hamcrest-core-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3.jar 
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 157 static const UChar appendText[]={ 0x61, 0x62, 0x63, 0 }; /* "abc" */
166 u_strcat(buffer, appendText); /* buffer=="Aabc" */
  /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
ActionReplacingCallbackTest.java 87 description.appendText("Has no actions");
110 description.appendText("Has only 4 actions expected on root");
KeyboardInterceptorTest.java 216 description.appendText("Matches key event");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DynamicSensorDiscoveryTestActivity.java 319 * This function serves as a proxy as appendText is marked to be deprecated.
320 * When appendText is removed, this function will have a different implementation.
324 appendText(s);
RVCVXCheckTestActivity.java 357 * This function serves as a proxy as appendText is marked to be deprecated.
358 * When appendText is removed, this function will have a different implementation.
362 appendText(s);
  /external/mockito/src/test/java/org/mockito/internal/verification/checkers/
NumberOfInvocationsCheckerTest.java 175 description.appendText("containing '" + expected + "' exactly " + amount + " times");
NumberOfInvocationsInOrderCheckerTest.java 219 description.appendText("containing '" + expected + "' exactly " + amount + " times");
  /external/skia/src/gpu/text/
GrAtlasTextContext.h 76 void appendText(const SkGlyph& glyph, int count, const char* text, SkPoint glyphPos);
GrAtlasTextContext.cpp 471 fallbackTextHelper.appendText(*iterGlyph, iter.getText() - lastText, lastText, pos);
525 fallbackTextHelper.appendText(glyph, text - lastText, lastText, loc);
    [all...]
  /frameworks/support/car/src/androidTest/java/androidx/car/widget/
PagedListViewTest.java 791 description.appendText("with top margin: " + topMargin);
813 description.appendText("with top padding: " + topPadding);
    [all...]
  /frameworks/support/percent/src/androidTest/java/androidx/percentlayout/widget/
PercentDynamicLayoutTest.java 67 description.appendText("has parent");
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
DrawerDynamicLayoutTest.java 74 description.appendText("has parent");
  /system/libvintf/
parse_xml.cpp 82 inline void appendText(NodeType *parent, const std::string &text, DocType *d) {
219 appendText(c, text, d);
229 appendText(c, text, d);
391 appendText(root, ::android::vintf::to_string(object), d);
415 appendText(root, ::android::vintf::to_string(object.transport), d);
438 appendText(root, ::android::vintf::to_string(object), d);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
BaseSensorTestActivity.java 261 protected void appendText(int resId) {
266 protected void appendText(String text) {
  /libcore/ojluni/src/main/java/java/time/format/
DateTimeFormatter.java     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
BaseGnssTestActivity.java 225 protected void appendText(String text) {
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
UiBot.java 281 description.appendText("with toolbar title: ");
  /cts/tests/tests/text/src/android/text/cts/
HtmlTest.java 603 description.appendText("is equal to ")
604 .appendText(mStrippedString)
605 .appendText(" ignoring tailing whitespaces");
  /cts/tests/tests/widget/src/android/widget/cts/util/
TestUtils.java 353 description.appendText("doesn't match " + formatColorToHex(color));
  /packages/apps/Contacts/tests/src/com/android/contacts/
DynamicShortcutsTests.java 263 description.appendText("Should be a shortcut for contact with _ID=" + id +
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityGestureDispatchTest.java 643 description.appendText("Matching to action " + MotionEvent.actionToString(mAction));
661 description.appendText("Matching to point " + point);

Completed in 962 milliseconds

1 2 3 4 56 7 8 9