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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
mapping_5.d 7 [0]+00 l d .text [0]+00 .text
10 [0]+00 l .text [0]+00 \$x
11 [0]+04 l .text [0]+00 \$d
12 [0]+08 l .text [0]+00 \$x
13 [0]+10 l .text [0]+00 \$d
deprecated.s 3 .text
mapping_6.s 1 .text
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-metag/
stub.s 2 .text
7 .section .text.pad,"ax"
10 .section .text.far,"ax"
  /frameworks/base/core/tests/coretests/src/android/text/method/
WordIteratorTest.java 17 package android.text.method;
31 import java.text.BreakIterator;
34 // TODO(Bug: 24062099): Add more tests for non-ascii text.
153 final String text = "text"; local
157 wordIterator.setCharSequence(text, 100, 100);
163 wordIterator.setCharSequence(text, -100, -100);
169 wordIterator.setCharSequence(text, 0, text.length());
170 wordIterator.setCharSequence(text, 0, 0)
176 final String text = "aaaa bbbb cccc dddd eeee ffff gggg hhhh iiii jjjj kkkk llll mmmm nnnn"; local
193 final String text = "abc def-ghi. jkl"; local
233 final String text = "abc def-ghi. jkl"; local
273 final String text = "abc def-ghi. jkl"; local
301 final String text = "abc def-ghi. jkl"; local
348 final String text = "abc def-ghi. jkl"; local
395 final String text = "abc def-ghi. jkl"; local
423 final String text = "abc def-ghi. jkl"; local
446 final String text = "\\u3042\\u30A2\\u30A3\\u30A4"; local
469 final String text = "abc def-ghi. jkl"; local
497 final String text = "abc def-ghi. jkl"; local
520 final String text = "\\u3042\\u30A2\\u30A3\\u30A4"; local
543 final String text = "abc!? (^^;) def"; local
578 final String text = "abc!? (^^;) def"; local
610 final String text = "abc!? (^^;) def"; local
626 final String text = "abc!? (^^;) def"; local
646 final String text = "isn't he"; local
    [all...]
  /external/icu/icu4c/source/common/
schriter.cpp 29 text()
36 text(textStr)
39 UCharCharacterIterator::text = this->text.getBuffer(); member in class:UCharCharacterIterator
45 text(textStr)
48 UCharCharacterIterator::text = this->text.getBuffer(); member in class:UCharCharacterIterator
56 text(textStr)
59 UCharCharacterIterator::text = this->text.getBuffer() member in class:UCharCharacterIterator
67 UCharCharacterIterator::text = this->text.getBuffer(); member in class:UCharCharacterIterator
78 UCharCharacterIterator::text = this->text.getBuffer(); member in class:UCharCharacterIterator
    [all...]
  /external/libtextclassifier/util/strings/
split.cc 22 std::vector<StringPiece> Split(const StringPiece &text, char delim) {
25 if (!text.empty()) {
26 for (size_t i = 0; i < text.size() + 1; i++) {
27 if ((i == text.size()) || (text[i] == delim)) {
29 StringPiece(text.data() + token_start, i - token_start));
  /external/caliper/caliper/src/main/java/com/google/caliper/util/
Parser.java 19 import java.text.ParseException;
21 // TODO(kevinb): release common.text.Parser in Guava then nuke this
23 T parse(CharSequence text) throws ParseException;
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
UFormat.java 9 package com.ibm.icu.text;
11 import java.text.Format;
14 * An abstract class that extends {@link java.text.Format} to provide
  /external/llvm/test/MC/ARM/
ldrd-strd-gnu-sp.s 3 .text
  /external/llvm/test/MC/COFF/
label-undefined.s 4 .text
pr28462.s 3 .text
11 // CHECK: Name: .text (2E 74 65 78 74 00 00 00)
  /external/llvm/test/MC/MachO/
zerofill-5.s 3 .text
  /external/markdown/tests/misc/
headers.txt 13 Text
15 Some other text
  /external/pdfium/xfa/fwl/
cfwl_listitem.cpp 9 CFWL_ListItem::CFWL_ListItem(const WideString& text)
10 : m_dwStates(0), m_wsText(text) {
  /external/strace/tests/
membarrier.c 49 const char *text; local
58 text = "";
61 text = "MEMBARRIER_CMD_PRIVATE_EXPEDITED";
64 text = "MEMBARRIER_CMD_PRIVATE_EXPEDITED|"
69 text = "MEMBARRIER_CMD_GLOBAL_EXPEDITED|"
76 text = "MEMBARRIER_CMD_GLOBAL_EXPEDITED|"
89 rc, text_global, text[0] && text_global[0] ? "|" : "",
90 text);
  /external/strace/tests-m32/
membarrier.c 49 const char *text; local
58 text = "";
61 text = "MEMBARRIER_CMD_PRIVATE_EXPEDITED";
64 text = "MEMBARRIER_CMD_PRIVATE_EXPEDITED|"
69 text = "MEMBARRIER_CMD_GLOBAL_EXPEDITED|"
76 text = "MEMBARRIER_CMD_GLOBAL_EXPEDITED|"
89 rc, text_global, text[0] && text_global[0] ? "|" : "",
90 text);
  /external/strace/tests-mx32/
membarrier.c 49 const char *text; local
58 text = "";
61 text = "MEMBARRIER_CMD_PRIVATE_EXPEDITED";
64 text = "MEMBARRIER_CMD_PRIVATE_EXPEDITED|"
69 text = "MEMBARRIER_CMD_GLOBAL_EXPEDITED|"
76 text = "MEMBARRIER_CMD_GLOBAL_EXPEDITED|"
89 rc, text_global, text[0] && text_global[0] ? "|" : "",
90 text);
  /external/swiftshader/third_party/LLVM/test/MC/MachO/
zerofill-5.s 3 .text
  /packages/services/Car/car-lib/src/android/car/app/menu/
SearchBoxEditListener.java 22 public abstract void onSearch(String text);
25 * The user changed the text in the search box with the keyboard.
27 public abstract void onEdit(String text);
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
TLog.java 36 * @param text The text to print out, with optional formatting specifiers
39 synchronized static public void i(String text, Object... args) {
41 text = String.format(Locale.US, text, args);
43 android.util.Log.i(TAG, text);
45 mLogger.addToLog(text, false);
53 * @param text The text to print out, with optional formatting specifiers
56 synchronized static public void e(String text, Object... args)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
arm-idiv-bad.s 1 .text
thumb-nop.s 1 .text
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
group1.s 1 .section .text,"axG",%progbits,.foo_group,comdat
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m32r/
seth.s 1 .text

Completed in 1615 milliseconds

1 2 3 4 5 6 7 8 91011>>