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

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/
relocs2.s 1 .text
3 text: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
tls-longplt.s 2 .text
3 text: label
tls-thumb1.s 3 .text
4 text: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-discard/
extern.s 4 .globl text
5 .section .text.exit,"ax"
6 text: label
7 .text
13 .long text
static.s 3 .section .text.exit,"ax"
4 text: label
5 .text
11 .long text
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
sort_b_a-1.s 1 .section .text.2
5 .section .text.3
9 .section .text.1
13 .text
14 text: label
sort_b_a.s 13 .text
14 text: label
sort_b_n-1.s 1 .section .text.2
4 .section .text.3
7 .section .text.1
10 .text
11 text: label
sort_b_n.s 10 .text
11 text: label
  /external/mockito/src/main/java/org/mockito/internal/matchers/text/
FormattedText.java 5 package org.mockito.internal.matchers.text;
8 * Contains text that has already been formatted
13 private final String text; field in class:FormattedText
15 public FormattedText(String text) {
16 this.text = text;
20 return text;
  /cts/tests/tests/text/src/android/text/cts/
EmojiConstants.java 17 package android.text.cts;
  /cts/tests/tests/text/src/android/text/method/cts/
CtsActivity.java 17 package android.text.method.cts;
20 import android.text.method.ArrowKeyMovementMethod;
21 import android.text.method.LinkMovementMethod;
22 import android.text.method.ScrollingMovementMethod;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
charbuf.h 1 /* ANTLR attribute definition -- constant width text
41 typedef struct { char text[D_TextSize]; } Attrib; member in struct:__anon6398
43 #define zzcr_attr(a,tok,t) strncpy((a)->text, t, D_TextSize-1); \
44 (a)->text[D_TextSize-1] = '\0';
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
charbuf.h 1 /* ANTLR attribute definition -- constant width text
41 typedef struct { char text[D_TextSize]; } Attrib; member in struct:__anon7672
43 #define zzcr_attr(a,tok,t) strncpy((a)->text, t, D_TextSize-1); \
44 (a)->text[D_TextSize-1] = '\0';
  /external/icu/android_icu4j/src/main/java/android/icu/text/
ArabicShapingException.java 11 package android.icu.text;
RbnfLenientScannerProvider.java 11 package android.icu.text;
StringTransform.java 10 package android.icu.text;
13 * Provide a base class for Transforms that focuses just on the transformation of the text. APIs that take Transliterator, but only depend on the text transformation should use this interface in the API instead.
21 * Transform the text in some way, to be determined by the subclass.
22 * @param source text to be transformed (eg lowercased)
Transform.java 10 package android.icu.text;
13 * Provide an interface for Transforms that focuses just on the transformation of the text.
  /external/libcap-ng/libcap-ng-0.7/bindings/python/test/
capng-test.py 24 text = capng.capng_print_caps_numeric(capng.CAPNG_PRINT_BUFFER, capng.CAPNG_SELECT_CAPS) variable
25 len = len(text)
  /external/libvpx/libvpx/build/make/
gen_msvs_def.sh 27 where <kind> is either 'text' or 'data'
49 text() { function
  /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...]
2-1.c 27 char text[256]; local
31 strftime(text, sizeof(text), nl_langinfo(D_T_FMT), local_t);
32 printf("STRING IS: %s\n\n", text);
37 * result = strftime(text, sizeof(text), "%Ec", local_t);
38 * printf("Ec Bytes %i %s ", result, text);
47 result = strftime(text, sizeof(text), "%EC", local_t);
48 printf("EC Bytes %i %s ", result, text);
    [all...]
  /external/skia/gm/
pdf_never_embed.cpp 13 const char* text,
16 size_t textLen = strlen(text);
18 paint.getTextWidths(text, textLen, &widths[0]);
24 canvas->drawPosText(text, textLen, &pos[0], paint);
37 const char text[] = "HELLO, WORLD!"; local
40 excercise_draw_pos_text(canvas, text, 30, 90, p);
45 excercise_draw_pos_text(canvas, text, 30, 45, p);
51 excercise_draw_pos_text(canvas, text, 15, 70, p);
56 canvas->drawText(text, strlen(text), 30, 700, p)
    [all...]
  /frameworks/base/core/java/android/text/method/
TransformationMethod2.java 16 package android.text.method;
  /frameworks/base/core/java/android/text/style/
LineBackgroundSpan.java 17 package android.text.style;
28 CharSequence text, int start, int end,

Completed in 242 milliseconds

12 3 4 5 6 7 8 91011>>