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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
text.c 2 const char *text = "Hello world!\n"; variable
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
default-script.s 1 .text
2 .global text
3 text: label
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/X64/
InterruptTable.asm 9 ; full text of the license may be found at
17 text SEGMENT label
  /external/jsoncpp/test/
generate_expected.py 5 text = file(path,'rt').read() variable
11 file(target,'wt').write(text)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/
no_update_pos.pass.cpp 25 // of the text.
27 const char *text = "aaa\naa"; local
29 std::cregex_iterator it{text, text+6, re};
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-discard/
exit.s 4 .globl text
5 .section .text.exit,"ax"
6 text: label
  /external/icu/icu4c/source/common/unicode/
schriter.h 74 * "textBegin" and "textEnd" don't form a valid range on "text" (i.e.,
75 * textBegin >= textEnd or either is negative or greater than text.size()),
146 * @param result Receives a copy of the text under iteration.
184 UnicodeString text; member in class:StringCharacterIterator
uchriter.h 40 * text is only aliased, not adopted (the
51 * text is only aliased, not adopted (the
67 * text is only aliased, not adopted (the
197 * in the text-storage object the iterator refers to, and
199 * @param position the position within the text-storage object
208 * in the text-storage object the iterator refers to, and
212 * @param position the position within the text-storage object
340 * Sets the iterator to iterate over a new range of text
349 * @param result Receives a copy of the text under iteration.
375 * Protected member text
378 const UChar* text; member in class:UCharCharacterIterator
    [all...]
  /external/libcxx/test/std/re/re.alg/re.alg.search/
no_update_pos.pass.cpp 26 // of the text.
28 const char *text = "aaa\naa"; local
30 std::cregex_iterator it(text, text+6, re);
  /external/strace/tests/
memfd_create.c 13 static const char text[] = "strace"; local
14 int rc = syscall(__NR_memfd_create, text, 7);
17 text, "MFD_CLOEXEC|MFD_ALLOW_SEALING|0x4", rc, errno2name());
  /external/strace/tests-m32/
memfd_create.c 13 static const char text[] = "strace"; local
14 int rc = syscall(__NR_memfd_create, text, 7);
17 text, "MFD_CLOEXEC|MFD_ALLOW_SEALING|0x4", rc, errno2name());
  /external/strace/tests-mx32/
memfd_create.c 13 static const char text[] = "strace"; local
14 int rc = syscall(__NR_memfd_create, text, 7);
17 text, "MFD_CLOEXEC|MFD_ALLOW_SEALING|0x4", rc, errno2name());
  /external/v8/gypfiles/
coverage_wrapper.py 26 text = ' '.join(sys.argv[2:]) variable
28 if re.search(r'\-o obj/%s[^ ]*\.o' % exclusion, text):
  /frameworks/base/core/java/android/text/
GetChars.java 17 package android.text;
NoCopySpan.java 17 package android.text;
TextDirectionHeuristic.java 17 package android.text;
20 * Interface for objects that use a heuristic for guessing at the paragraph direction by examining text.
  /frameworks/base/core/java/android/text/style/
ParagraphStyle.java 17 package android.text.style;
20 * The classes that affect paragraph-level text formatting implement
UpdateAppearance.java 17 package android.text.style;
20 * The classes that affect character-level text in a way that modifies their
UpdateLayout.java 17 package android.text.style;
20 * The classes that affect character-level text formatting in a way that
21 * triggers a text layout update when one is added or removed must implement
WrapTogetherSpan.java 17 package android.text.style;
  /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);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
package-info.java 4 package android.filterpacks.text;
  /packages/inputmethods/LatinIME/tools/dicttool/compat/android/text/
Spanned.java 17 package android.text;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.alg/re.alg.search/
no_update_pos.pass.cpp 26 // of the text.
28 const char *text = "aaa\naa"; local
30 std::cregex_iterator it(text, text+6, re);

Completed in 419 milliseconds

1 2 3 4 5 6 7 8 91011>>