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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/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.25/ld/testsuite/ld-plugin/
text.c 2 const char *text = "Hello world!\n"; variable
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
zeros.s 1 .text
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
k1om-inval.s 1 .text
l1om-inval.s 1 .text
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
simple.s 1 .text
  /toolchain/binutils/binutils-2.25/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;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
reloc.s 2 .long .text
5 .long .text
7 .text
  /toolchain/binutils/binutils-2.25/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/
SpannableStringBuilderTest.java 17 package android.text;
21 protected Spannable newSpannableWithText(String text) {
22 return new SpannableStringBuilder(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
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/text/
TestClipboardManager.java 1 package com.xtremelabs.robolectric.tester.android.text;
3 import android.text.ClipboardManager;
8 private CharSequence text; field in class:TestClipboardManager
10 public void setText(CharSequence text) {
11 this.text = text;
15 return text;
19 return text != null && text.length() > 0;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
package-info.java 4 package android.filterpacks.text;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
mapping4.s 1 .text
5 .text

Completed in 258 milliseconds

1 2 3 4 5 6 7 8 91011>>