OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ppi
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/lcov/contrib/galaxy/
posterize.pl
48
my $
ppi
= 72;
62
# Sizes in
ppi
63
my $PPI_WIDTH = ($PAPER_WIDTH * $
ppi
);
64
my $PPI_HEIGHT = ($PAPER_HEIGHT * $
ppi
);
/external/clang/test/SemaCXX/
direct-initializer.cpp
48
int *
ppi
= d;
local
/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/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
) {}
/frameworks/base/core/java/android/widget/
OverScroller.java
643
final float
ppi
= context.getResources().getDisplayMetrics().density * 160.0f;
local
646
*
ppi
[
all
...]
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java
647
final float
ppi
= context.getResources().getDisplayMetrics().density * 160.0f;
local
650
*
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/qemu/
qemu-char.c
64
#include <dev/ppbus/
ppi
.h>
71
#include <dev/misc/
ppi
/
ppi
.h>
[
all
...]
Completed in 580 milliseconds