HomeSort by relevance Sort by last modified time
    Searched refs:pe (Results 226 - 250 of 890) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
mrs-msr-thumb-v7-m.d 4 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
mrs-msr-thumb-v7e-m.d 4 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
pic.d 4 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
thumb-w-good.d 3 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* *-*-vxworks
thumb2_ldr_immediate_armv6.d 4 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
tls_vxworks.d 4 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
attr-merge-wchar-00-nowarn.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-wchar-02-nowarn.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-wchar-04-nowarn.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-wchar-20-nowarn.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-wchar-22-nowarn.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-wchar-24-nowarn.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-wchar-40-nowarn.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-wchar-42-nowarn.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-wchar-44-nowarn.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
section-match-1.d 4 #notarget: *-*-osf* *-*-aix* *-*-pe *-*-*aout *-*-*oldld *-*-ecoff *-*-netbsd *-*-vms h8300-*-* tic30-*-*
weak.exp 24 # This test only works for ELF targets and some PE targets.
31 # Weak symbols are broken for most PE targets.
33 setup_xfail *-*-pe*
  /external/harfbuzz_ng/src/
hb-buffer-deserialize-json.hh 448 const char *p = buf, *pe = buf + buf_len; local
453 while (p < pe && ISSPACE (*p))
455 if (p < pe && *p == (buffer->len ? ',' : '['))
476 if ( p == pe )
629 if ( ++p != pe )
640 return p == pe && *(p-1) != ']';
  /external/skia/src/gpu/
GrStyle.cpp 106 void GrStyle::initPathEffect(sk_sp<SkPathEffect> pe) {
110 if (!pe) {
114 if (SkPathEffect::kDash_DashType == pe->asADash(&info)) {
121 pe->asADash(&info);
122 fPathEffect = std::move(pe);
125 fPathEffect = std::move(pe);
  /external/skia/third_party/harfbuzz/
hb-buffer-deserialize-json.hh 448 const char *p = buf, *pe = buf + buf_len; local
453 while (p < pe && ISSPACE (*p))
455 if (p < pe && *p == (buffer->len ? ',' : '['))
476 if ( p == pe )
629 if ( ++p != pe )
640 return p == pe && *(p-1) != ']';
  /external/skia/tools/lua/
count_dashes.lua 26 local pe = paint:getPathEffect()
27 if pe then
28 if t.verb == "drawPath" and pe:asADash() then
  /external/skqp/src/gpu/
GrStyle.cpp 106 void GrStyle::initPathEffect(sk_sp<SkPathEffect> pe) {
110 if (!pe) {
114 if (SkPathEffect::kDash_DashType == pe->asADash(&info)) {
121 pe->asADash(&info);
122 fPathEffect = std::move(pe);
125 fPathEffect = std::move(pe);
  /external/skqp/third_party/harfbuzz/
hb-buffer-deserialize-json.hh 448 const char *p = buf, *pe = buf + buf_len; local
453 while (p < pe && ISSPACE (*p))
455 if (p < pe && *p == (buffer->len ? ',' : '['))
476 if ( p == pe )
629 if ( ++p != pe )
640 return p == pe && *(p-1) != ']';
  /external/skqp/tools/lua/
count_dashes.lua 26 local pe = paint:getPathEffect()
27 if pe then
28 if t.verb == "drawPath" and pe:asADash() then
  /external/syslinux/gpxe/src/util/
efirom.c 72 * Read information from PE headers
74 * @v pe PE file
78 static void read_pe_info ( void *pe, uint16_t *machine,
87 dos = pe;
88 nt = ( pe + dos->e_lfanew );
90 /* Parse out PE information */
108 * @v pe EFI file
111 static void make_efi_rom ( FILE *pe, FILE *rom, struct options *opts ) {
125 /* Determine PE file size *
    [all...]

Completed in 549 milliseconds

1 2 3 4 5 6 7 8 91011>>