HomeSort by relevance Sort by last modified time
    Searched refs:who (Results 151 - 175 of 241) sorted by null

1 2 3 4 5 67 8 910

  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/sys/
linux-unistd.h 41 int getrusage (int who, struct rusage* r_usage);
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 41 int getrusage (int who, struct rusage* r_usage);
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 41 int getrusage (int who, struct rusage* r_usage);
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 41 int getrusage (int who, struct rusage* r_usage);
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h 41 int getrusage (int who, struct rusage* r_usage);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LayerDrawableTest.java 424 public void invalidateDrawable(Drawable who) {
428 public void scheduleDrawable(Drawable who, Runnable what, long when) {
432 public void unscheduleDrawable(Drawable who, Runnable what) {
448 public int getResolvedLayoutDirection(Drawable who) {
    [all...]
  /device/samsung/crespo/
device_base.mk 32 # vendor tree and is used by engineers who have access to it. The other
34 # and is used by people who have access to binary versions of the drivers
  /external/bluetooth/bluez/gdbus/
NOTICE 144 entire whole, and thus to each and every part regardless of who wrote it.
198 However, parties who have received copies, or rights, from you under
228 all those who receive copies directly or indirectly through you, then
253 original copyright holder who places the Program under this License
293 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  /external/bluetooth/bluez/input/
NOTICE 144 entire whole, and thus to each and every part regardless of who wrote it.
198 However, parties who have received copies, or rights, from you under
228 all those who receive copies directly or indirectly through you, then
253 original copyright holder who places the Program under this License
293 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  /external/bluetooth/bluez/plugins/
NOTICE 144 entire whole, and thus to each and every part regardless of who wrote it.
198 However, parties who have received copies, or rights, from you under
228 all those who receive copies directly or indirectly through you, then
253 original copyright holder who places the Program under this License
293 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  /external/bluetooth/bluez/src/
NOTICE 146 entire whole, and thus to each and every part regardless of who wrote it.
200 However, parties who have received copies, or rights, from you under
230 all those who receive copies directly or indirectly through you, then
255 original copyright holder who places the Program under this License
295 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  /external/iproute2/genl/
ctrl.c 180 static int print_ctrl(const struct sockaddr_nl *who, struct nlmsghdr *n,
  /external/iproute2/tc/
tc_class.c 151 int print_class(const struct sockaddr_nl *who,
tc_filter.c 184 int print_filter(const struct sockaddr_nl *who,
tc_qdisc.c 197 int print_qdisc(const struct sockaddr_nl *who,
  /external/valgrind/main/coregrind/
m_redir.c 296 static void show_redir_state ( HChar* who );
    [all...]
  /frameworks/base/core/java/android/app/
LoadedApk.java 506 String who, String what) {
514 what + " " + who + " has leaked IntentReceiver "
537 what + " " + who + " has leaked ServiceConnection "
    [all...]
Activity.java     [all...]
ContextImpl.java 1525 mPackageInfo.removeContextRegistrations(getOuterContext(), who, what); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java 742 protected boolean verifyDrawable(Drawable who) {
743 return who == mActivatedBackgroundDrawable || super.verifyDrawable(who);
    [all...]
  /external/valgrind/main/exp-ptrcheck/
sg_main.c 480 static void pp_StackTree ( WordFM* sitree, HChar* who )
483 VG_(printf)("<<< BEGIN pp_StackTree %s\n", who );
490 VG_(printf)(">>> END pp_StackTree %s\n", who );
640 HChar* who )
644 VG_(printf)("<<< GlobalBlockTree (%s)\n", who);
966 static void QCache__pp ( QCache* qc, HChar* who )
969 VG_(printf)("<<< QCache with %ld elements (%s)\n", qc->nInUse, who);
    [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 497 result.who = intent.getComponent();
500 if (result.who != null) {
501 System.out.println("Activity: " + result.who.flattenToShortString());
    [all...]
  /external/iproute2/ip/
ipneigh.c 184 int print_neigh(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
  /frameworks/base/drm/libdrmframework/
DrmManagerClientImpl.cpp 342 void DrmManagerClientImpl::DeathNotifier::binderDied(const wp<IBinder>& who) {
  /frameworks/base/libs/binder/
IMemory.cpp 46 virtual void binderDied(const wp<IBinder>& who);

Completed in 6769 milliseconds

1 2 3 4 5 67 8 910