Searched refs:text (Results 201 - 225 of 6287) sorted by relevance

1234567891011>>

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DTHardDelimiter.java10 public THardDelimiter(String text) argument
12 setText(text);
15 public THardDelimiter(String text, int line, int pos) argument
17 setText(text);
H A DTHexNumber.java10 public THexNumber(String text) argument
12 setText(text);
15 public THexNumber(String text, int line, int pos) argument
17 setText(text);
H A DTString.java10 public TString(String text) argument
12 setText(text);
15 public TString(String text, int line, int pos) argument
17 setText(text);
H A DTWord.java10 public TWord(String text) argument
12 setText(text);
15 public TWord(String text, int line, int pos) argument
17 setText(text);
/external/llvm/test/MC/ARM/
H A Ddwarf-asm-multiple-sections-dwarf-2.s5 .section .text, "ax"
56 // RELOC-NEXT: R_ARM_ABS32 .text
57 // RELOC-NEXT: R_ARM_ABS32 .text
58 // RELOC-NEXT: R_ARM_ABS32 .text
65 // RELOC-NEXT: 00000010 R_ARM_ABS32 .text
H A Ddwarf-asm-multiple-sections.s9 .section .text, "ax"
68 // RELOC-NEXT: R_ARM_ABS32 .text
72 // RELOC-NEXT: 00000004 R_ARM_ABS32 .text
77 // RELOC-NEXT: 00000010 R_ARM_ABS32 .text
H A Dmapping-within-section.s3 .text
27 @ CHECK: 00000000 .text 00000000 $a
28 @ CHECK-NEXT: 0000000c .text 00000000 $a
29 @ CHECK-NEXT: 00000018 .text 00000000 $a
30 @ CHECK-NEXT: 00000004 .text 00000000 $d
31 @ CHECK-NEXT: 00000012 .text 00000000 $d
32 @ CHECK-NEXT: 00000008 .text 00000000 $t
33 @ CHECK-NEXT: 00000010 .text 00000000 $t
/external/llvm/test/MC/AsmParser/
H A Dreassign.s3 .text
/external/llvm/test/MC/COFF/
H A Deh-frame.s7 .text
H A Dsecrel-variant.s10 .text
15 // CHECK-NEXT: Section (1) .text {
/external/llvm/test/MC/ELF/
H A Ddebug-loc.s26 .text
H A Ddiff2.s7 .text
H A Dgen-dwarf.s11 // 2. the debug_aranges has relocations to text and debug_line.
14 .text
29 // CHECK-NEXT: 0x10 R_386_32 .text 0x0
H A Dsleb.s6 .text
22 // ELF_32: Name: .text
26 // ELF_64: Name: .text
H A Dsymbol-names.s5 .text
/external/llvm/test/MC/MachO/AArch64/
H A Ddata-in-code.s2 .text
/external/llvm/test/MC/MachO/
H A Dx86-data-in-code.s4 .text
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.h41 const char *text,
/external/nist-sip/java/javax/sip/header/
H A DEncoding.java3 import java.text.ParseException;
H A DExtensionHeader.java3 import java.text.ParseException;
H A DOptionTag.java3 import java.text.ParseException;
/external/python/cpython2/Demo/tix/samples/
H A DPanedWin.py15 # of artical names and the size of the text widget that shows the body
40 p2 = pane.add('text', min=70)
44 text = Tix.ScrolledText(p2)
45 text.text['width'] = 80
46 text.text['height'] = 20
56 text.text['bg'] = list.listbox['bg']
57 text
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSmsManager.java5 import android.text.TextUtils;
27 String destinationAddress, String scAddress, String text,
33 if (TextUtils.isEmpty(text))
39 text,
55 private String text; field in class:ShadowSmsManager.TextSmsParams
60 String destinationAddress, String scAddress, String text,
64 this.text = text;
78 return text;
26 sendTextMessage( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
59 TextSmsParams( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowTextPaint.java3 import android.text.TextPaint;
/external/skia/gm/
H A Dpdf_never_embed.cpp13 const char* text,
16 size_t textLen = strlen(text);
18 paint.getTextWidths(text, textLen, &widths[0]);
24 canvas->drawPosText(text, textLen, &pos[0], paint);
37 const char text[] = "HELLO, WORLD!"; local
40 excercise_draw_pos_text(canvas, text, 30, 90, p);
45 excercise_draw_pos_text(canvas, text, 30, 45, p);
51 excercise_draw_pos_text(canvas, text, 15, 70, p);
56 canvas->drawString(text, 30, 700, p);
12 excercise_draw_pos_text(SkCanvas* canvas, const char* text, SkScalar x, SkScalar y, const SkPaint& paint) argument

Completed in 2216 milliseconds

1234567891011>>