Searched defs:local (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/libs/common_time/
H A Dcommon_clock.cpp67 status_t CommonClock::localToCommon(int64_t local, int64_t *common_out) const { argument
73 if (!cur_trans_.doForwardTransform(local, common_out))
97 void CommonClock::setBasis(int64_t local, int64_t common) { argument
100 cur_trans_.a_zero = local;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp33 MipsGOT::GOTMultipart::GOTMultipart(size_t local, size_t global) argument
34 : m_LocalNum(local),
52 "Consumed too many local GOT entries");
136 // FIXME: (simon) Do not count local entries for non-pic.
/frameworks/rs/
H A DrsScriptC_Lib.cpp88 tm* rsrLocalTime(Context *rsc, tm *local, time_t *timer) { argument
89 if (!local) {
98 memcpy(local, tmp, sizeof(*tmp));
101 memcpy(local, tmp, sizeof(int)*9);
104 return local;
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDelegateMethodAdapter.java384 public void visitFrame(int type, int nLocal, Object[] local, int nStack, Object[] stack) { argument
386 mOrgWriter.visitFrame(type, nLocal, local, nStack, stack);
H A DStubMethodAdapter.java299 public void visitFrame(int type, int nLocal, Object[] local, int nStack, Object[] stack) { argument
301 mParentVisitor.visitFrame(type, nLocal, local, nStack, stack);
H A DAsmAnalyzer.java658 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) { argument
703 // desc is the type descriptor of this local variable.
705 // signature is the type signature of this local variable. May be null if the local
775 // pass -- local variable instruction
H A DDependencyFinder.java535 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) { argument
580 // desc is the type descriptor of this local variable.
582 // signature is the type signature of this local variable. May be null if the local
648 // pass -- local variable instruction
/frameworks/native/libs/binder/
H A DParcel.cpp88 LOG_REFS("Parcel %p acquiring reference on local %p", who, obj.cookie);
125 LOG_REFS("Parcel %p releasing reference on local %p", who, obj.cookie);
168 IBinder *local = binder->localBinder(); local
169 if (!local) {
181 obj.binder = reinterpret_cast<uintptr_t>(local->getWeakRefs());
182 obj.cookie = reinterpret_cast<uintptr_t>(local);
202 IBinder *local = real->localBinder(); local
203 if (!local) {
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp680 tm* SC_LocalTime(tm *local, time_t *timer) { argument
682 return rsrLocalTime(rsc, local, timer);
1567 rs_tm* rsLocaltime(rs_tm* local, const int *timer) { argument
1568 return (rs_tm*)(SC_LocalTime((tm*)local, (long*)timer));
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java1382 st.local = getContext().getDrawable(resId);
1397 st.local = loadImageURI(uri);
1410 if (st.local != drawable) {
1411 st.local = drawable;
3939 drawable = st.local;
4307 Drawable local; field in class:PhoneWindow.DrawableFeatureState

Completed in 277 milliseconds