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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
align.s 1 .text
empty-aligned.s 1 .text
extern.s 1 .text
default-script.s 1 .text
2 .global text
3 text: label
fill_0.s 1 .text
phdrs.s 1 .text
section-flags-1.s 1 .text
section-flags-2.s 1 .text
sort_b_n-1.s 1 .section .text.2
4 .section .text.3
7 .section .text.1
10 .text
11 text: label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
text.c 2 const char *text = "Hello world!\n"; variable
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic4x/
zeros.s 1 .text
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
codealign.s 1 .text
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
nps400-0.s 1 .text
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
k1om-inval.s 1 .text
l1om-inval.s 1 .text
note.s 1 .text
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
simple.s 1 .text
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-undefined/
dummy.s 1 .text
  /external/mockito/src/main/java/org/mockito/internal/matchers/text/
FormattedText.java 5 package org.mockito.internal.matchers.text;
8 * Contains text that has already been formatted
13 private final String text; field in class:FormattedText
15 public FormattedText(String text) {
16 this.text = text;
20 return text;
  /external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
CommentNode.java 33 String text; field in class:CommentNode
35 CommentNode(String text) {
36 this.text = text;
39 String text() { method in class:CommentNode
40 return text;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
reloc.s 2 .long .text
5 .long .text
7 .text
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
sym-2.d 12 0+ g[ ]+\.text Main
13 0+4 g[ ]+\.text a40
14 0+4 g[ ]+\.text a33
15 0+4 g[ ]+\.text a45
16 0+4 g[ ]+\.text a21
17 0+4 g[ ]+\.text a99
18 0+4 g[ ]+\.text a114
19 0+4 g[ ]+\.text a122
20 0+4 g[ ]+\.text a73
21 0+4 g[ ]+\.text a11
    [all...]
  /frameworks/base/core/tests/coretests/src/android/text/
SpannableStringTest.java 17 package android.text;
21 protected Spannable newSpannableWithText(String text) {
22 return new SpannableString(text);
  /development/samples/StackWidget/src/com/example/android/stackwidget/
WidgetItem.java 20 public String text; field in class:WidgetItem
22 public WidgetItem(String text) {
23 this.text = text;
  /external/llvm/test/tools/llvm-objdump/Inputs/
out-of-section-sym.s 5 // .text : { _ftext = . ; *(.text) }
13 .text

Completed in 1066 milliseconds

1 2 3 4 5 6 7 8 91011>>