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

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
attr-merge-vfp-5r.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-vfp-6.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-vfp-6r.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-vfp-7.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-vfp-7r.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-vfp-8.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-vfp-8r.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-vfp-9.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-vfp-9r.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-wchar-00.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-wchar-02.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-wchar-04.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-wchar-20.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-wchar-22.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-wchar-40.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-wchar-44.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
eabi-hard-float.d 6 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
eabi-soft-float-ABI4.d 6 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
eabi-soft-float-r.d 6 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
eabi-soft-float.d 6 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
gc-hidden-1.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
  /cts/tests/tests/security/jni/
android_security_cts_NativeCodeTest.cpp 73 struct perf_event_attr pe[2]; local
75 memset(pe, 0, sizeof(pe));
76 pe[0].type = 2;
77 pe[0].config = 72;
78 pe[0].size = 80;
79 pe[1].type = PERF_TYPE_RAW;
80 pe[1].size = 80;
81 fd[0]=syscall(__NR_perf_event_open, &pe[0], 0, 0, -1, 0);
82 fd[1]=syscall(__NR_perf_event_open, &pe[1], 0, 0, fd[0], 0)
    [all...]
  /system/bt/bta/sdp/
bta_sdp_act.cc 54 tSDP_PROTOCOL_ELEM pe; local
81 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe)) {
82 record->mns.hdr.rfcomm_channel_number = pe.params[0];
94 tSDP_PROTOCOL_ELEM pe; local
134 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe)) {
135 record->mas.hdr.rfcomm_channel_number = pe.params[0];
148 tSDP_PROTOCOL_ELEM pe; local
180 if (SDP_FindProtocolListElemInRec(p_rec, UUID_PROTOCOL_RFCOMM, &pe)) {
181 record->pse.hdr.rfcomm_channel_number = pe.params[0];
193 tSDP_PROTOCOL_ELEM pe; local
278 tSDP_PROTOCOL_ELEM pe; local
307 tSDP_PROTOCOL_ELEM pe; local
    [all...]
  /external/guice/core/test/com/google/inject/
ProvisionListenerTest.java 61 } catch(ProvisionException pe) {
62 assertEquals(1, pe.getErrorMessages().size());
63 assertContains(pe.getMessage(),
68 assertEquals("boo", pe.getCause().getMessage());
82 } catch(ProvisionException pe) {
83 assertEquals(1, pe.getErrorMessages().size());
84 assertContains(pe.getMessage(),
89 assertEquals("boo", pe.getCause().getMessage());
103 } catch(ProvisionException pe) {
104 assertEquals(1, pe.getErrorMessages().size())
    [all...]
  /external/harfbuzz_ng/src/
hb-buffer-deserialize-text.hh 325 const char *p = buf, *pe = buf + buf_len; local
330 while (p < pe && ISSPACE (*p))
332 if (p < pe && *p == (buffer->len ? '|' : '['))
337 const char *eof = pe, *tok = NULL;
353 if ( p == pe )
485 if ( ++p != pe )
568 return p == pe && *(p-1) != ']';

Completed in 1197 milliseconds

1 2 3 4 5 6 78 91011>>