OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:who
(Results
76 - 100
of
1918
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
TransitionDrawableTest.java
327
public void invalidateDrawable(Drawable
who
) {
331
public void scheduleDrawable(Drawable
who
, Runnable what, long when) {
334
public void unscheduleDrawable(Drawable
who
, Runnable what) {
/frameworks/base/core/java/android/widget/
CompoundButton.java
278
protected boolean verifyDrawable(Drawable
who
) {
279
return super.verifyDrawable(
who
) ||
who
== mButtonDrawable;
/frameworks/base/graphics/java/android/graphics/drawable/
AnimatedRotateDrawable.java
161
public void invalidateDrawable(Drawable
who
) {
167
public void scheduleDrawable(Drawable
who
, Runnable what, long when) {
173
public void unscheduleDrawable(Drawable
who
, Runnable what) {
ClipDrawable.java
108
public void invalidateDrawable(Drawable
who
) {
114
public void scheduleDrawable(Drawable
who
, Runnable what, long when) {
120
public void unscheduleDrawable(Drawable
who
, Runnable what) {
InsetDrawable.java
131
public void invalidateDrawable(Drawable
who
) {
137
public void scheduleDrawable(Drawable
who
, Runnable what, long when) {
143
public void unscheduleDrawable(Drawable
who
, Runnable what) {
RotateDrawable.java
117
public void invalidateDrawable(Drawable
who
) {
123
public void scheduleDrawable(Drawable
who
, Runnable what, long when) {
129
public void unscheduleDrawable(Drawable
who
, Runnable what) {
ScaleDrawable.java
124
public void invalidateDrawable(Drawable
who
) {
130
public void scheduleDrawable(Drawable
who
, Runnable what, long when) {
136
public void unscheduleDrawable(Drawable
who
, Runnable what) {
/bionic/libc/include/
dirent.h
51
*
who
assume to be able to access it directly. sad...
/development/pdk/docs/porting/
index.jd
17
<p>This guide is intended for engineers
who
are proficient with building and running Linux on embedded devices. It aims to provide explanation of the Android platform rather than Linux or embedded development in general.</p>
/development/simulator/wrapsim/
SysPower.c
42
* Figure out
who
we are, based on "pathName".
/external/blktrace/
blktrace_api.h
102
__u32 pid; /*
who
did it */
/external/bluetooth/bluez/scripts/
bluetooth-serial.rules
28
# Compaq iPAQ Bluetooth Sleeve, Belkin F8T020, any other muppet
who
used an OXCF950 and didn't bother to program it appropriately.
/external/dropbear/
SMALL
26
who
will be connecting and what clients they will be using.
/external/e2fsprogs/lib/ext2fs/
bitops.c
24
* For the benefit of those
who
are trying to port Linux to another
/external/icu4c/layout/
TibetanLayoutEngine.cpp
10
* by Jens Herden and Javier Sola
who
have given all their possible rights to IBM and the Governement of Bhutan
/external/iproute2/ip/
ipprefix.c
36
int print_prefix(const struct sockaddr_nl *
who
, struct nlmsghdr *n, void *arg)
/external/jdiff/
README.txt
50
Many thanks to the reviewers at Sun and Vitria
who
gave feedback on early
/external/webkit/WebCore/bindings/objc/
DOMObject.mm
45
// Prevent creation of DOM objects by clients
who
just "[[xxx alloc] init]".
/external/webkit/WebCore/loader/
CachedResourceClient.h
50
* a client
who
wants to load stylesheets, images or scripts from the web has to
/frameworks/base/cmds/bootanimation/
BootAnimation.h
52
virtual void binderDied(const wp<IBinder>&
who
);
/frameworks/base/cmds/system_server/library/
system_init.cpp
42
virtual void binderDied(const wp<IBinder>&
who
)
/frameworks/base/core/java/android/app/
Application.java
25
* Base class for those
who
need to maintain global application state. You can
/frameworks/base/include/binder/
MemoryHeapPmem.h
55
/* make the whole heap visible (you know
who
you are) */
/frameworks/base/include/media/
mediametadataretriever.h
97
virtual void binderDied(const wp<IBinder>&
who
);
/frameworks/base/media/libmedia/
IMediaDeathNotifier.cpp
78
IMediaDeathNotifier::DeathNotifier::binderDied(const wp<IBinder>&
who
) {
Completed in 767 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>