Searched refs:text (Results 1 - 25 of 3564) sorted by relevance

1234567891011>>

/external/llvm/test/tools/llvm-objdump/Inputs/
H A Dout-of-section-sym.s5 // .text : { _ftext = . ; *(.text) }
13 .text
/external/v8/test/mjsunit/regress/
H A Dregress-246.js30 assertTrue(/(?:text)/.test("text"));
31 assertEquals(["text"], /(?:text)/.exec("text"));
H A Dregress-is-contextual.js31 return text.charAt(index);
34 var text = "hi there"; variable
38 text = false;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/text/
H A DTestClipboardManager.java1 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) { argument
11 this.text = text;
15 return text;
19 return text != null && text.length() > 0;
/external/llvm/test/MC/ELF/
H A Dalign-text.s3 // Test that the .text directive doesn't cause alignment.
6 .text
10 // CHECK: Name: .text
H A Dpr19430.s5 .text
12 // CHECK-NEXT: 0x20 R_X86_64_PC32 .text 0x3E8
H A Dsection-unique-err1.s5 .section .text,"ax",@progbits,unique, "abc"
H A Dsection-unique-err2.s5 .section .text,"ax",@progbits,unique, -1
H A Dsection-unique-err3.s5 .section .text,"ax",@progbits,unique, 4294967295
H A Dsection-unique-err4.s5 .section .text,"ax",@progbits,unique 1
/external/llvm/test/MC/MachO/
H A Dprevious.s3 .text
H A Dsection-flags.s10 .text
H A Dzerofill-5.s3 .text
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransformTransliterator.java6 package com.ibm.icu.text;
33 // protected void handleTransliterate(Replaceable text,
40 // char c = text.charAt(start);
53 // text.getChars(start, offsets.limit, buf, 0);
85 // text.replace(start, start + segLen, newStr);
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dscanresultsitem.cpp15 return text(sortCol).toInt() < other.text(sortCol).toInt();
17 return text(sortCol) < other.text(sortCol);
/external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/
H A DStandardBean.java29 private String text = "none"; field in class:StandardBean
36 public StandardBean(String text) { argument
37 this.text = text;
41 return text;
44 public void setText(String text) { argument
45 this.text = text;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowClipboardManager.java3 import android.text.ClipboardManager;
9 private CharSequence text; field in class:ShadowClipboardManager
12 public void setText(CharSequence text) { argument
13 this.text = text;
18 return text;
23 return text != null && text.length() > 0;
/external/clang/test/SemaCXX/
H A Dgoto2.cpp5 int subfun(const char *text) { argument
6 const char *tmp = text;
10 void fun(const char* text) { argument
16 const char *end = text;
40 const char *text = "some text"; variable
43 const char *ptr = text;
H A Doverloaded-name.cpp22 const char* text(void);
24 f(text());
25 f(text); // expected-error {{reference to non-static member function must be called; did you mean to call it with no arguments?}}
26 f(text());
27 f(text); // expected-error {{reference to non-static member function must be called; did you mean to call it with no arguments?}}
/external/harfbuzz_ng/src/
H A Dhb-utf-private.hh4 * This is part of HarfBuzz, a text shaping library.
41 next (const uint8_t *text, argument
50 hb_codepoint_t c = *text++;
57 if (likely (text < end &&
58 (t1 = text[0] - 0x80u) <= 0x3Fu))
61 text++;
69 if (likely (1 < end - text &&
70 (t1 = text[0] - 0x80u) <= 0x3Fu &&
71 (t2 = text[1] - 0x80u) <= 0x3Fu))
76 text
110 prev(const uint8_t *text, const uint8_t *start, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
127 strlen(const uint8_t *text) argument
140 next(const uint16_t *text, const uint16_t *end, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
172 prev(const uint16_t *text, const uint16_t *start, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
198 strlen(const uint16_t *text) argument
213 next(const uint32_t *text, const uint32_t *end HB_UNUSED, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
230 prev(const uint32_t *text, const uint32_t *start HB_UNUSED, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
240 strlen(const uint32_t *text) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDictionaryMatcher.java7 package com.ibm.icu.text;
9 import java.text.CharacterIterator;
17 * Find dictionary words that match the text.
19 * @param text A CharacterIterator representing the text. The iterator is
26 * @return The number of characters in text that were matched.
28 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths, argument
31 public int matches(CharacterIterator text, int maxLength, int[] lengths, argument
33 return matches(text, maxLength, lengths, count, limit, null);
/external/icu/icu4c/source/common/
H A Dschriter.cpp27 text()
34 text(textStr)
37 UCharCharacterIterator::text = this->text.getBuffer(); member in class:UCharCharacterIterator
43 text(textStr)
46 UCharCharacterIterator::text = this->text.getBuffer(); member in class:UCharCharacterIterator
54 text(textStr)
57 UCharCharacterIterator::text = this->text member in class:UCharCharacterIterator
65 UCharCharacterIterator::text = this->text.getBuffer(); member in class:UCharCharacterIterator
76 UCharCharacterIterator::text = this->text.getBuffer(); member in class:UCharCharacterIterator
[all...]
/external/llvm/test/MC/ARM/
H A Dldrd-strd-gnu-sp.s3 .text
/external/markdown/tests/misc/
H A Dheaders.txt15 Some other text
/external/mockito/src/org/mockito/internal/util/
H A DRemoveFirstLine.java10 * @param text to have the first line removed
13 public String of(String text) { argument
14 return text.replaceFirst(".*?\n", "");

Completed in 1267 milliseconds

1234567891011>>