/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/ |
c-pretty-print.h | 100 #define pp_c_tree_identifier(PPI, ID) \ 101 pp_c_identifier (PPI, IDENTIFIER_POINTER (ID)) 103 #define pp_declaration(PPI, T) \ 104 pp_c_base (PPI)->declaration (pp_c_base (PPI), T) 105 #define pp_declaration_specifiers(PPI, D) \ 106 pp_c_base (PPI)->declaration_specifiers (pp_c_base (PPI), D) 109 #define pp_type_specifier_seq(PPI, D) \ 110 pp_c_base (PPI)->type_specifier_seq (pp_c_base (PPI), D [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/ |
c-pretty-print.h | 100 #define pp_c_tree_identifier(PPI, ID) \ 101 pp_c_identifier (PPI, IDENTIFIER_POINTER (ID)) 103 #define pp_declaration(PPI, T) \ 104 pp_c_base (PPI)->declaration (pp_c_base (PPI), T) 105 #define pp_declaration_specifiers(PPI, D) \ 106 pp_c_base (PPI)->declaration_specifiers (pp_c_base (PPI), D) 109 #define pp_type_specifier_seq(PPI, D) \ 110 pp_c_base (PPI)->type_specifier_seq (pp_c_base (PPI), D [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/ |
c-pretty-print.h | 100 #define pp_c_tree_identifier(PPI, ID) \ 101 pp_c_identifier (PPI, IDENTIFIER_POINTER (ID)) 103 #define pp_declaration(PPI, T) \ 104 pp_c_base (PPI)->declaration (pp_c_base (PPI), T) 105 #define pp_declaration_specifiers(PPI, D) \ 106 pp_c_base (PPI)->declaration_specifiers (pp_c_base (PPI), D) 109 #define pp_type_specifier_seq(PPI, D) \ 110 pp_c_base (PPI)->type_specifier_seq (pp_c_base (PPI), D [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/ |
c-pretty-print.h | 100 #define pp_c_tree_identifier(PPI, ID) \ 101 pp_c_identifier (PPI, IDENTIFIER_POINTER (ID)) 103 #define pp_declaration(PPI, T) \ 104 pp_c_base (PPI)->declaration (pp_c_base (PPI), T) 105 #define pp_declaration_specifiers(PPI, D) \ 106 pp_c_base (PPI)->declaration_specifiers (pp_c_base (PPI), D) 109 #define pp_type_specifier_seq(PPI, D) \ 110 pp_c_base (PPI)->type_specifier_seq (pp_c_base (PPI), D [all...] |
/external/blktrace/ |
blkparse.c | 73 * some duplicated effort here, we can unify this hash and the ppi hash later 643 static inline int ppi_hash(struct per_process_info *ppi) 645 struct process_pid_map *ppm = ppi->ppm; 653 static inline void add_ppi_to_hash(struct per_process_info *ppi) 655 const int hash_idx = ppi_hash(ppi); 657 ppi->hash_next = ppi_hash_table[hash_idx]; 658 ppi_hash_table[hash_idx] = ppi; 661 static inline void add_ppi_to_list(struct per_process_info *ppi) 663 ppi->list_next = ppi_list; 664 ppi_list = ppi; 671 struct per_process_info *ppi; local 689 struct per_process_info *ppi; local 706 struct per_process_info *ppi; local 1053 struct per_process_info *ppi = find_ppi(iot->ppm->pid); local 1090 struct per_process_info *ppi = find_ppi(iot->ppm->pid); local 1125 struct per_process_info *ppi = find_ppi(iot->ppm->pid); local 1144 struct per_process_info *ppi = find_ppi(pid); local 1717 struct per_process_info *ppi; local 1745 struct per_process_info *ppi; local [all...] |
/external/clang/test/SemaCXX/ |
direct-initializer.cpp | 48 int *ppi = d; local
|
/external/llvm/include/llvm/Analysis/ |
PathProfileInfo.h | 57 double countStdDev, PathProfileInfo* ppi);
|
/external/llvm/lib/Analysis/ |
PathProfileInfo.cpp | 113 double countStdDev, PathProfileInfo* ppi) 114 : _number(number) , _count(count), _countStdDev(countStdDev), _ppi(ppi) {}
|
/libcore/luni/src/main/files/cacerts/ |
bf64f35b.0 | 15 rb68j6xSlkuqUY3kEzEZ6E5Nn9uss2rVvDlUccp6en+Q3X0dgNmBu1kmwhH+5pPi
|
/external/libpcap/ |
CHANGES | 14 added DLT_MTP2_WITH_PHDR support (PPI) 39 Reserved a DLT_ and SAVEFILE_ value for PPI (Per Packet Info)
|
gencode.c | 1035 * At the moment we treat PPI as normal Radiotap encoded 1038 * Since this code generator of PPI supports bare 802.11 [all...] |
/external/libvpx/libvpx/vpx_scale/generic/ |
vpxscale.c | 966 /*if ( ppi->post_processing_level ) 967 update_umvborder ( ppi, frame_buffer );*/ [all...] |
/external/qemu/ |
qemu-char.c | 64 #include <dev/ppbus/ppi.h> 71 #include <dev/misc/ppi/ppi.h> [all...] |
/frameworks/base/core/java/android/widget/ |
OverScroller.java | 643 final float ppi = context.getResources().getDisplayMetrics().density * 160.0f; local 646 * ppi [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
OverScroller.java | 640 final float ppi = context.getResources().getDisplayMetrics().density * 160.0f; local 643 * ppi [all...] |
/external/clang/lib/Serialization/ |
ASTReader.cpp | [all...] |
/external/libnfc-nci/src/nfc/nfc/ |
nfc_ncif.c | [all...] |
/external/icu4c/i18n/ |
nfrule.cpp | 789 fprintf(stderr, "' pl: %d ppi: %d s1p: %d\n", prefixLength, pp.getIndex(), sub1->getPos()); [all...] |
/bionic/libc/zoneinfo/ |
tzdata | [all...] |
/packages/apps/Camera/perftests/panorama/input/ |
test_007.ppm | [all...] |
test_019.ppm | [all...] |
/packages/apps/Gallery2/perftests/panorama/input/ |
test_007.ppm | [all...] |
test_019.ppm | [all...] |