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

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
vle-multiseg-6b.s 1 .text
vle-multiseg-6c.s 1 .text
reloc.s 2 .long .text
5 .long .text
7 .text
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
size-2.s 1 .text
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
ldr1.s 1 .text
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
reloc-overflow-pcr-s12.s 1 .text
reloc-overflow-pcr-s21.s 1 .text
  /external/clang/test/SemaCXX/
goto2.cpp 5 int subfun(const char *text) {
6 const char *tmp = text;
10 void fun(const char* text) {
16 const char *end = text;
40 const char *text = "some text"; variable
43 const char *ptr = text;
overloaded-name.cpp 22 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
1-1.c 26 char text[256]; local
30 strftime(text, sizeof(text), nl_langinfo(D_T_FMT), local_t);
31 printf("STRING IS: %s\n\n", text);
35 result = strftime(text, sizeof(text), "%a", local_t);
36 printf("a Bytes %i %s ", result, text);
44 result = strftime(text, sizeof(text), "%A", local_t);
45 printf("A Bytes %i %s ", result, text);
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
loc2.d 6 # Two text files.
11 0+1000 l d \.text 0+ (|\.text)
12 0+1004 g \.text 0+ _start
13 0+1000 g \.text 0+ loc1
14 0+1000 g \*ABS\* 0+ __\.MMIX\.start\.\.text
15 2000000000000000 g \.text 0+ __bss_start
16 2000000000000000 g \.text 0+ _edata
17 2000000000000000 g \.text 0+ _end
18 0+1004 g \.text 0+ _start\
    [all...]
loc3.d 6 # Two text files in opposite order.
11 0+1000 l d \.text 0+ (|\.text)
12 0+1000 g \.text 0+ _start
13 0+1004 g \.text 0+ loc1
14 0+1000 g \*ABS\* 0+ __\.MMIX\.start\.\.text
15 2000000000000000 g \.text 0+ __bss_start
16 2000000000000000 g \.text 0+ _edata
17 2000000000000000 g \.text 0+ _end
18 0+1000 g \.text 0+ _start\
    [all...]
loc1.d 5 # Single text file.
10 0+1000 l d \.text 0+ (|\.text)
11 0+1000 g \.text 0+ loc1
12 0+1000 g \*ABS\* 0+ __\.MMIX\.start\.\.text
13 2000000000000000 g \.text 0+ __bss_start
14 2000000000000000 g \.text 0+ _edata
15 2000000000000000 g \.text 0+ _end
16 0+1000 g \.text 0+ _start\.
18 Contents of section \.text
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
align-1.d 6 0000000000000000 l d \.text 0000000000000000 (|\.text)
9 0000000000000002 l \.text 0000000000000000 a
10 0000000000000008 l \.text 0000000000000000 b
11 0000000000000010 l \.text 0000000000000000 c
12 000000000000001c g F \.text 0000000000000000 Main
15 Contents of section \.text:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_textwrap.py 36 def check_wrap(self, text, width, expect, **kwargs):
37 result = wrap(text, width, **kwargs)
40 def check_split(self, text, expect):
41 result = self.wrapper._split(text)
55 text = "Hello there, how are you this fine day? I'm glad to hear it!"
57 self.check_wrap(text, 12,
64 self.check_wrap(text, 42,
67 self.check_wrap(text, 80, [text])
82 text = """
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_textwrap.py 36 def check_wrap(self, text, width, expect, **kwargs):
37 result = wrap(text, width, **kwargs)
40 def check_split(self, text, expect):
41 result = self.wrapper._split(text)
55 text = "Hello there, how are you this fine day? I'm glad to hear it!"
57 self.check_wrap(text, 12,
64 self.check_wrap(text, 42,
67 self.check_wrap(text, 80, [text])
82 text = """
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 36 def check_wrap(self, text, width, expect, **kwargs):
37 result = wrap(text, width, **kwargs)
40 def check_split(self, text, expect):
41 result = self.wrapper._split(text)
55 text = "Hello there, how are you this fine day? I'm glad to hear it!"
57 self.check_wrap(text, 12,
64 self.check_wrap(text, 42,
67 self.check_wrap(text, 80, [text])
82 text = """
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 36 def check_wrap(self, text, width, expect, **kwargs):
37 result = wrap(text, width, **kwargs)
40 def check_split(self, text, expect):
41 result = self.wrapper._split(text)
55 text = "Hello there, how are you this fine day? I'm glad to hear it!"
57 self.check_wrap(text, 12,
64 self.check_wrap(text, 42,
67 self.check_wrap(text, 80, [text])
82 text = """
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/iq2000/
allinsn.s 3 .text
5 .text
9 .text
13 .text
17 .text
21 .text
25 .text
29 .text
33 .text
37 .text
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_textwrap.py 36 def check_wrap(self, text, width, expect, **kwargs):
37 result = wrap(text, width, **kwargs)
40 def check_split(self, text, expect):
41 result = self.wrapper._split(text)
55 text = "Hello there, how are you this fine day? I'm glad to hear it!"
57 self.check_wrap(text, 12,
64 self.check_wrap(text, 42,
67 self.check_wrap(text, 80, [text])
73 text = """\
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
charptr.c 47 zzcr_attr(Attrib *a,int token,char *text)
49 zzcr_attr(a,token,text)
52 char *text;
55 *a = (char *) malloc(strlen(text)+1); /* MR6 */
57 strcpy(*a, text);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
charptr.c 47 zzcr_attr(Attrib *a,int token,char *text)
49 zzcr_attr(a,token,text)
52 char *text;
55 *a = (char *) malloc(strlen(text)+1); /* MR6 */
57 strcpy(*a, text);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DictionaryMatcher.java 10 package android.icu.text;
12 import java.text.CharacterIterator;
20 * Find dictionary words that match the text.
22 * @param text A CharacterIterator representing the text. The iterator is
29 * @return The number of characters in text that were matched.
31 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths,
34 public int matches(CharacterIterator text, int maxLength, int[] lengths,
36 return matches(text, maxLength, lengths, count, limit, null);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DictionaryMatcher.java 9 package com.ibm.icu.text;
11 import java.text.CharacterIterator;
19 * Find dictionary words that match the text.
21 * @param text A CharacterIterator representing the text. The iterator is
28 * @return The number of characters in text that were matched.
30 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths,
33 public int matches(CharacterIterator text, int maxLength, int[] lengths,
35 return matches(text, maxLength, lengths, count, limit, null);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue55/
Post.java 20 private String text; field in class:Post
30 public Post(String title, String text) {
32 this.text = text;
40 return text;

Completed in 1271 milliseconds

1 2 3 4 5 67 8 91011>>