/build/core/ |
envsetup.mk | 15 # people who haven't re-run those will have to do so before they
|
/external/ceres-solver/docs/ |
introduction.tex | 12 While there is some debate as to who invented of the method of Least Squares~\cite{stigler1981gauss}. There is no debate that it was Carl Friedrich Gauss's prediction of the orbit of the newly discovered asteroid Ceres based on just 41 days of observations that brought it to the attention of the world~\cite{tennenbaum-director}. We named our solver after Ceres to celebrate this seminal event in the history of astronomy, statistics and optimization.
|
/external/dnsmasq/contrib/dnslist/ |
dnslist.pl | 390 entire whole, and thus to each and every part regardless of who wrote it. 444 However, parties who have received copies, or rights, from you under 474 all those who receive copies directly or indirectly through you, then 499 original copyright holder who places the Program under this License 539 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
/external/iproute2/ip/ |
xfrm_policy.c | 422 int xfrm_policy_print(const struct sockaddr_nl *who, struct nlmsghdr *n, 648 static int xfrm_policy_keep(const struct sockaddr_nl *who,
|
xfrm_state.c | 696 int xfrm_state_print(const struct sockaddr_nl *who, struct nlmsghdr *n, 871 static int xfrm_state_keep(const struct sockaddr_nl *who,
|
ipntable.c | 352 int print_ntable(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
|
/frameworks/av/media/libmedia/ |
AudioSystem.cpp | 409 void AudioSystem::AudioFlingerClient::binderDied(const wp<IBinder>& who) { 776 void AudioSystem::AudioPolicyServiceClient::binderDied(const wp<IBinder>& who) {
|
/frameworks/av/services/camera/libcameraservice/ |
CameraService.cpp | [all...] |
/frameworks/native/libs/gui/ |
SurfaceComposerClient.cpp | 64 virtual void binderDied(const wp<IBinder>& who) { 66 who.unsafe_get());
|
/frameworks/base/services/java/com/android/server/am/ |
ActivityStack.java | [all...] |
/dalvik/vm/ |
Thread.cpp | 447 static void lockThreadSuspend(const char* who, SuspendCause why) 481 self->threadId, who, getSuspendCauseStr(why)); 493 self->threadId, who, getSuspendCauseStr(why)); [all...] |
/external/valgrind/main/coregrind/ |
m_mallocfree.c | 705 void VG_(out_of_memory_NORETURN) ( HChar* who, SizeT szB ) 734 VG_(message)(Vg_UserMsg, s1, who, (ULong)szB, tot_alloc); 736 VG_(debugLog)(0,"mallocfree", s1, who, (ULong)szB, tot_alloc); [all...] |
/frameworks/base/core/java/android/app/ |
FragmentManager.java | [all...] |
ContextImpl.java | 1933 mPackageInfo.removeContextRegistrations(getOuterContext(), who, what); local [all...] |
ActivityThread.java | 520 String who; field in class:ActivityThread.ContextCleanupInfo 2737 final String who = s.getClassName(); local [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
FragmentManager.java | [all...] |
/external/iproute2/misc/ |
ifstat.c | 80 static int get_nlmsg(const struct sockaddr_nl *who,
|
/external/iproute2/tc/ |
m_action.c | 331 int print_action(const struct sockaddr_nl *who,
|
/frameworks/av/media/libstagefright/ |
CameraSource.cpp | 876 void CameraSource::DeathNotifier::binderDied(const wp<IBinder>& who) {
|
/frameworks/av/services/audioflinger/ |
AudioFlinger.h | 345 virtual void binderDied(const wp<IBinder>& who);
|
Threads.h | 107 virtual void binderDied(const wp<IBinder>& who); [all...] |
/frameworks/base/cmds/bootanimation/ |
BootAnimation.cpp | 89 void BootAnimation::binderDied(const wp<IBinder>& who)
|
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 817 INTERCEPTOR(int, getrusage, int who, void *usage) { 819 int res = REAL(getrusage)(who, usage);
|
/external/valgrind/main/cachegrind/ |
cg_merge.c | 132 static void mallocFail ( SOURCE* s, char* who ) 134 fprintf(stderr, "%s: out of memory in %s\n", argv0, who ); [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
tytypes.c | 201 void ML_(pp_TyEnts)( XArray* tyents, HChar* who ) 204 VG_(printf)("------ %s ------\n", who);
|