HomeSort by relevance Sort by last modified time
    Searched refs:text16 (Results 1 - 13 of 13) sorted by null

  /frameworks/base/libs/androidfw/tests/
StringPiece_test.cpp 79 StringPiece16 text16(u"I am a leaf on the wind.");
87 EXPECT_TRUE(text16.contains(start_needle16));
88 EXPECT_TRUE(text16.contains(end_needle16));
89 EXPECT_TRUE(text16.contains(middle_needle16));
90 EXPECT_TRUE(text16.contains(empty_needle16));
91 EXPECT_FALSE(text16.contains(missing_needle16));
92 EXPECT_FALSE(text16.contains(long_needle16));
  /external/syslinux/gpxe/src/arch/i386/scripts/
i386.lds 48 .text16 0x0 : AT ( _text16_lma ) {
50 *(.text16.null)
52 *(.text16)
53 *(.text16.*)
55 } .bss.text16 (NOLOAD) : AT ( _end_lma ) {
i386-kir.lds 69 .text16 : AT ( _text16_load_offset + __text16 ) {
72 *(.text16)
73 *(.text16.*)
  /external/skia/tests/
UnicodeTest.cpp 46 uint16_t text16[sizeof(text8)]; local
54 text32[i] = text16[i] = text8[i];
67 int count16 = paint.textToGlyphs(text16, len16, glyphs16);
  /external/syslinux/gpxe/src/arch/i386/include/
librm.h 105 * Access to variables in .data16 and .text16
110 extern char *text16;
129 __attribute__ (( section ( ".text16.data" ) )) \
133 __attribute__ (( section ( ".text16.data" ) )) \
142 & ( text16 [ ( size_t ) & ( _text16_ ## variable ) ] ) ) )
150 ( ( ( void * ) (pointer) ) - ( ( void * ) text16 ) ) )
180 /* TEXT16_CODE: declare a fragment of code that resides in .text16 */
182 ".section \".text16\", \"ax\", @progbits\n\t" \
  /external/syslinux/gpxe/src/arch/i386/transitions/
librm.S 96 * %cs : .text16 segment
101 .section ".text16", "ax", @progbits
151 .section ".text16", "ax", @progbits
179 .section ".text16", "ax", @progbits
233 /* Publish virt_offset, text16 and data16 for PM code to use */
235 popl text16
298 .section ".text16", "ax", @progbits
326 * vector used by prot_to_real. rm_ds is located in .text16
336 .section ".text16.data", "aw", @progbits
380 .section ".text16", "ax", @progbit
579 text16: .long 0 label
    [all...]
  /external/syslinux/core/
pxelinux.asm 71 section .text16
169 section .text16
274 section .text16
280 section .text16
443 section .text16
532 section .text16
syslinux.ld 105 .text16 : {
108 *(.text16)
isolinux.asm 1108 section .text16
1178 section .text16
1206 section .text16
  /external/syslinux/core/i386/
syslinux.ld 105 .text16 : {
108 *(.text16)
  /external/syslinux/core/x86_64/
syslinux.ld 105 .text16 : {
108 *(.text16)
  /frameworks/base/tools/aapt2/compile/
PseudolocaleGenerator.cpp 123 const std::u16string text16 = util::Utf8ToUtf16(string->value->value); local
126 const StringPiece16 text(text16);
  /external/skia/src/core/
SkPaint.cpp 463 const uint16_t* text16 = (const uint16_t*)text; local
465 while (text16 < stop16) {
466 *gptr++ = cache->unicharToGlyph(SkUTF16_NextUnichar(&text16));
    [all...]

Completed in 281 milliseconds