HomeSort by relevance Sort by last modified time
    Searched defs:pe (Results 76 - 100 of 235) sorted by null

1 2 34 5 6 7 8 910

  /external/mksh/src/
misc.c 653 const char *se, *pe; local
661 pe = p + strlen(p);
666 if (!isfile && !has_globbing(p, pe)) {
667 size_t len = pe - p + 1;
679 pe = pnew + strlen(pnew);
682 (const unsigned char *)pnew, (const unsigned char *)pe);
708 const unsigned char *pe = (const unsigned char *) xpe; local
715 for (; p < pe; p++) {
766 const unsigned char *p, const unsigned char *pe)
774 while (p < pe) {
    [all...]
  /external/opencv3/modules/core/test/
test_ds.cpp 1821 int pe = cvRound( exp(t * CV_LOG2) ) - 1; \/\/ pure_elem_size==0 does also make sense local
    [all...]
  /external/toybox/toys/pending/
fdisk.c 207 struct part_entry *pe; local
212 pe = &partitions[i];
213 px = pe->part;
215 first[i] = swap_le32toh(px->start4) + pe->start_offset;
303 struct part_entry *pe = &partitions[i]; local
304 pe->part = part_offset(MBRbuf, i);
305 pe->start_offset = 0;
306 pe->sec_buffer = MBRbuf;
307 pe->modified = change;
576 struct part_entry *pe = &partitions[i] local
662 struct part_entry *pe; local
883 struct part_entry *pe = &partitions[i]; local
918 struct part_entry *pe = &partitions[idx]; local
980 struct part_entry *pe; local
1043 struct part_entry *pe; local
1086 struct part_entry *pe; local
1148 struct part_entry *pe = &partitions[idx]; local
1175 struct part_entry *pe; local
1191 struct part_entry *pe; local
1222 struct part_entry *pe; local
    [all...]
  /frameworks/base/core/java/android/content/
IntentFilter.java 1011 final PatternMatcher pe = mDataSchemeSpecificParts.get(i); local
1026 final PatternMatcher pe = mDataSchemeSpecificParts.get(i); local
1190 final PatternMatcher pe = mDataPaths.get(i); local
1205 final PatternMatcher pe = mDataPaths.get(i); local
1575 PatternMatcher pe = mDataSchemeSpecificParts.get(i); local
1602 PatternMatcher pe = mDataPaths.get(i); local
1720 PatternMatcher pe = it.next(); local
1742 PatternMatcher pe = it.next(); local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_demangle.cpp 2865 const char* pe = pf + s.size(); local
    [all...]
  /system/bt/bta/dm/
bta_dm_act.c 1595 tSDP_PROTOCOL_ELEM pe; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp 396 UParseError pe; local
402 REPattern = RegexPattern::compile(patString, 0, pe, status);
459 UParseError pe; local
465 REPattern = RegexPattern::compile(&pattern, 0, pe, status);
549 UParseError pe; local
556 callerPattern = RegexPattern::compile(patString, 0, pe, status);
561 if (pe.line != errLine || pe.offset != errCol) {
563 line, errLine, errCol, pe.line, pe.offset)
786 UParseError pe; local
932 UParseError pe; local
991 UParseError pe; local
1045 UParseError pe; local
1353 UParseError pe; local
1545 UParseError pe; local
1850 UParseError pe; local
2008 UParseError pe; local
2153 UParseError pe; local
2214 UParseError pe; local
2449 UParseError pe; local
2825 UParseError pe; local
3382 UParseError pe; local
3840 UParseError pe; local
4035 UParseError pe; local
4393 UParseError pe; local
5506 UParseError pe; local
    [all...]
transtst.cpp 1495 UParseError pe; local
2101 UParseError pe; local
2205 UParseError pe; local
2230 UParseError pe; local
2258 UParseError pe; local
2287 UParseError pe; local
2341 UParseError pe; local
2383 UParseError pe; local
2481 UParseError pe; local
2885 UParseError pe; local
2910 UParseError pe; local
2937 UParseError pe; local
2960 UParseError pe; local
2998 UParseError pe; local
3017 UParseError pe; local
3035 UParseError pe; local
3085 UParseError pe; local
3174 UParseError pe; local
3200 UParseError pe; local
3404 UParseError pe; local
3497 UParseError pe; local
3637 UParseError pe; local
3663 UParseError pe; local
3694 UParseError pe; local
3762 UParseError pe; local
3938 UParseError pe; local
3975 UParseError pe; local
4010 UParseError pe; local
4675 UParseError pe; local
    [all...]
  /external/pcre/dist/
pcregrep.c 2497 char *pe = end_of_line(ps, eop, &ellength); local
    [all...]
  /external/skia/src/core/
SkPaint.cpp 1689 SkPathEffect* pe = this->getPathEffect(); local
1722 SkPathEffect* pe = this->getPathEffect(); local
2328 SkPathEffect* pe = nullptr; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coffcode.h 118 The Microsoft PE variants of the Coff object file format add
120 extension is defined in section 4 of the Microsoft PE/COFF
137 and in practice it works, although some tools that parse PE files
646 /* The PE version; see above for the general comments. The non-PE
647 case seems to be more guessing, and breaks PE format; specifically,
671 COFF files. IMAGE_SCN_* are the PE section flags which appear in
672 PE files. The STYP_* flags and the IMAGE_SCN_* flags overlap,
904 /* Unfortunately, the PE format stores essential information in
4326 struct pe_tdata *pe = pe_data (abfd); local
    [all...]
libcoff.h 31 #define obj_pe(bfd) (coff_data (bfd)->pe)
90 /* Is this a PE format coff file? */
91 int pe; member in struct:coff_tdata
95 /* Used by the pe linker for PowerPC. */
118 /* Tdata for pe image files. */
243 /* Tdata for sections in PE files. */
249 /* The PE section flags. */
284 /* Symbol is a PE section symbol. */
621 /* Functions in coff-ppc.c. FIXME: These are called by pe.em in the
697 /* PE section symbol. *
    [all...]
peXXigen.c 1 /* Support for the generic parts of PE/PEI; the common executable parts.
25 PE/PEI rearrangement (and code added): Donn Terry
35 "Peering Inside the PE: A Tour of the Win32 Portable Executable
38 The *sole* difference between the pe format and the pei format is that the
42 Are there more subtle differences between pe and pei formats?
48 because the `i' in `pei' also refers to "image". The `pe' format can
57 depending on whether we're compiling for straight PE or PE+. */
73 in what's supposed to be general (to PE/PEI) code. However, that's
75 within PE/PEI, so we get them from there. FIXME: The lack o
628 pe_data_type *pe = pe_data (abfd); local
1267 pe_data_type *pe = pe_data (abfd); local
1602 pe_data_type *pe = pe_data (abfd); local
2467 pe_data_type * pe; local
2574 pe_data_type *pe = pe_data (abfd); local
2690 pe_data_type *pe = pe_data (abfd); local
4058 pe_data_type * pe; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
script.cc 2331 Exact::const_iterator pe = exact->find(name_to_match); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cloctst.c 2488 UParseError pe; local
    [all...]
  /external/libvncserver/rfb/
rfbproto.h 1456 rfbPointerEventMsg pe; member in union:__anon16375
    [all...]
  /external/skia/src/utils/
SkLua.cpp 1149 SkPathEffect* pe = paint->getPathEffect(); local
1150 if (pe) {
1151 push_ref(L, pe);
1306 SkPathEffect* pe = get_ref<SkPathEffect>(L, 1); local
    [all...]
  /external/tcpdump/
print-isakmp.c 1360 struct protoent *pe; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objcopy.c 37 header in generic PE code. */
39 #include "coff/pe.h"
589 --file-alignment <num> Set PE file alignment to <num>\n\
590 --heap <reserve>[,<commit>] Set PE reserve/commit heap to <reserve>/\n\
592 --image-base <address> Set PE image base to <address>\n\
593 --section-alignment <num> Set PE section alignment to <num>\n\
594 --stack <reserve>[,<commit>] Set PE reserve/commit stack to <reserve>/\n\
597 Set PE subsystem to <name> [& <version>]\n\
1703 pe_data_type *pe = pe_data (obfd); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar 
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c 2740 pe (expressionS *e) function
    [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 33 /* extra stuff in a PE header. */
37 /* DOS header data follows for PE stuff */
65 struct internal_extra_pe_filehdr pe; member in struct:internal_filehdr
96 F_DLL PE format DLL
181 /* Extra stuff in a PE aouthdr */
212 /* PE stuff */
226 long SizeOfHeaders; /* Size of PE header and section table. */
290 struct internal_extra_pe_aouthdr pe; member in struct:internal_aouthdr
604 unsigned long x_checksum; /* section COMDAT checksum for PE */
605 unsigned short x_associated; /* COMDAT associated section index for PE */
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 3065 milliseconds

1 2 34 5 6 7 8 910