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

1 2

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
sort_b_n.s 4 .section .text3
5 text3: label
sort_b_a.s 5 .section .text3
7 text3: label
sort_b_n-1.s 5 text3: label
sort_b_a-1.s 7 text3: label
sort_n_a-a.s 5 .section .text3
sort_n_a-b.s 5 .section .text3
sort_b_a.d 7 0[0-9a-f]* t text3
sort_b_n.d 13 0[0-9a-f]* t text3
sort_b_a-1.d 7 0[0-9a-f]* t text3
sort_b_n-1.d 13 0[0-9a-f]* t text3
sort_no-1.d 11 0[0-9a-f]* t text3
sort_no-2.d 11 0[0-9a-f]* t text3
overlay-size.s 12 .section .text3, "ax", "progbits"
overlay-size-map.d 18 \.text3 *0x0*10020 *0x20 load address 0x0*300e0
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodenormalize01.java 84 Text text3; local
103 text3 = newDoc.createTextNode("text3");
113 appendedChild = element2.appendChild(text3);
128 text3 = (Text) text3.cloneNode(false);
131 appendedChild = element5.appendChild(text3);
134 text3 = (Text) text3.cloneNode(false);
137 appendedChild = element6.appendChild(text3);
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NodeNormalize.java 101 Text text3; local
121 text3 = newDoc.createTextNode("text3");
131 element2.appendChild(text3);
146 text3 = (Text) text3.cloneNode(false);
149 element5.appendChild(text3);
152 text3 = (Text) text3.cloneNode(false);
155 element6.appendChild(text3);
    [all...]
  /external/skia/gm/
fontcache.cpp 61 SkString text3("TUVWXYZ012");
62 draw_string(canvas, text3, x, y, paint);
69 draw_string(canvas, text3, x, y, paint);
  /development/samples/ApiDemos/src/com/example/android/apis/text/
Link.java 52 // text3 shows creating text with links from HTML in the Java
59 TextView t3 = (TextView) findViewById(R.id.text3);
62 "<b>text3: Constructed from HTML programmatically.</b> Text with a " +
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 280 final String text3 = mText3; local
293 drawText(canvas, text3, TEXT3_Y + mTotalAnimatedDistance, textPaintLight);
304 drawText(canvas, text3, TEXT3_Y + mTotalAnimatedDistance, textPaintDark);
320 drawText(canvas, text3, TEXT3_Y + mTotalAnimatedDistance, textPaintLight);
  /external/pdfium/fpdfsdk/
fpdfedit_embeddertest.cpp 367 FPDF_PAGEOBJECT text3 = FPDFPageObj_NewTextObj(doc, "Courier-Bold", 20.0f); local
368 EXPECT_TRUE(text3);
369 EXPECT_TRUE(FPDFText_SetText(text3, "Can you read me? <:)>"));
370 FPDFPageObj_Transform(text3, 1, 1.5, 2, 0.5, 200, 200);
371 FPDFPage_InsertObject(page, text3);
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java 182 Editable text3 = mConnection.getEditable(); local
183 assertEquals(strLength - 1, text3.length());
185 assertEquals(expectedDelString, text3.toString());
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
CdmaSmsTest.java 973 String text3 = sUnicodeChars + sUnicodeChars + sUnicodeChars; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_minidom.py     [all...]
  /external/python/cpython2/Lib/test/
test_minidom.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_minidom.py     [all...]

Completed in 707 milliseconds

1 2