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

1 2 3 4 56 7 8 91011>>

  /external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/
StandardBean.java 29 private String text = "none"; field in class:StandardBean
36 public StandardBean(String text) {
37 this.text = text;
41 return text;
44 public void setText(String text) {
45 this.text = text;
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowClipboardManager.java 3 import android.text.ClipboardManager;
9 private CharSequence text; field in class:ShadowClipboardManager
12 public void setText(CharSequence text) {
13 this.text = text;
18 return text;
23 return text != null && text.length() > 0;
  /frameworks/base/core/java/android/text/
ClipboardManager.java 17 package android.text;
20 * @deprecated Old text-only interface to the clipboard. See
26 * Returns the text on the clipboard. It will eventually be possible
27 * to store types other than text too, in which case this will return
28 * null if the type cannot be coerced to text.
33 * Sets the contents of the clipboard to the specified text.
35 public abstract void setText(CharSequence text);
38 * Returns true if the clipboard contains text; false otherwise.
  /frameworks/base/core/java/android/text/style/
SuggestionSpan.aidl 17 package android.text.style;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
adr_1.s 3 .text
advsimd-mov-bad.s 1 .text
ldr_1.s 3 .text
tbz_1.s 3 .text
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
incbin.s 1 .text
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
bad-size.s 1 .text
4 .section .text.entry.continue, "xa"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
arch-4.s 1 .text
bad-size.s 1 .text
4 .section .text.entry.continue, "xa"
debug1.s 2 .text
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
24k-triple-stores-10.s 1 .text
7 .text
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
group-1.s 1 .section .text,"axG",@progbits,.foo,comdat
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
reg-prefix.s 1 .text
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/vax/
quad.s 1 .text
quad_elf.s 1 .text
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z8k/
dec.s 1 .text
inc.s 1 .text
ldk.s 1 .text
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
sec-8a.s 1 .section .text.1
sec-8b.s 1 .section .text.1
sec-8d.s 1 .section .text.1
sec-8m.s 1 .section .text.1

Completed in 383 milliseconds

1 2 3 4 56 7 8 91011>>