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

/frameworks/base/libs/common_time/
H A Dcommon_clock.cpp68 status_t CommonClock::localToCommon(int64_t local, int64_t *common_out) const { argument
74 if (!cur_trans_.doForwardTransform(local, common_out))
98 void CommonClock::setBasis(int64_t local, int64_t common) { argument
101 cur_trans_.a_zero = local;
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DRefactorClassAdapter.java100 public void visitFrame(int type, int nLocal, Object[] local, int nStack, Object[] stack) { argument
101 super.visitFrame(type, nLocal, renameFrame(local), nStack, renameFrame(stack));
H A DDelegateMethodAdapter.java389 public void visitFrame(int type, int nLocal, Object[] local, int nStack, Object[] stack) { argument
391 mOrgWriter.visitFrame(type, nLocal, local, nStack, stack);
H A DStubMethodAdapter.java306 public void visitFrame(int type, int nLocal, Object[] local, int nStack, Object[] stack) { argument
308 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
776 // pass -- local variable instruction
H A DDependencyFinder.java536 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) { argument
581 // desc is the type descriptor of this local variable.
583 // signature is the type signature of this local variable. May be null if the local
650 // pass -- local variable instruction
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserRestrictionsUtils.java253 @NonNull Bundle local) {
264 local.putBoolean(key, true);
252 sortToGlobalAndLocal(@ullable Bundle in, @NonNull Bundle global, @NonNull Bundle local) argument
H A DUserManagerService.java1073 void setDevicePolicyUserRestrictionsInner(int userId, @NonNull Bundle local, argument
1075 Preconditions.checkNotNull(local);
1087 // in getUserRestrictionSource on who set local policies.
1099 // Update local.
1101 localChanged = !UserRestrictionsUtils.areEqual(prev, local);
1103 mDevicePolicyLocalUserRestrictions.put(userId, local);
1110 + " local=" + local + (localChanged ? " (changed)" : "")
1137 final Bundle local = mDevicePolicyLocalUserRestrictions.get(userId);
1139 if (UserRestrictionsUtils.isEmpty(global) && UserRestrictionsUtils.isEmpty(local)) {
[all...]
/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 assert(m_ConsumedLocal < m_LocalNum && "Consumed too many local GOT entries");
138 // 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) {
97 memcpy(local, tmp, sizeof(int)*9);
99 return local;
/frameworks/av/services/audioflinger/
H A DTracks.cpp1101 ExtendedTimestamp local = timeStamp; local
1106 if (local.mTimeNs[i] > 0) {
1107 local.mPosition[i] = mFrameMap.findX(local.mPosition[i]);
1111 local.mPosition[i] >= mAudioTrackServerProxy->framesReleased());
1120 local.mFlushed = mAudioTrackServerProxy->framesFlushed();
1121 mServerProxy->setTimestamp(local);
1646 ExtendedTimestamp local = timestamp; local
1651 if (local.mTimeNs[i] != 0) {
1652 const int64_t relativeServerFrames = local
[all...]
/frameworks/native/libs/binder/
H A DParcel.cpp135 LOG_REFS("Parcel %p acquiring reference on local %p", who, obj.cookie);
187 LOG_REFS("Parcel %p releasing reference on local %p", who, obj.cookie);
249 IBinder *local = binder->localBinder(); local
250 if (!local) {
262 obj.binder = reinterpret_cast<uintptr_t>(local->getWeakRefs());
263 obj.cookie = reinterpret_cast<uintptr_t>(local);
283 IBinder *local = real->localBinder(); local
284 if (!local) {
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp764 rs_tm* rsLocaltime(rs_tm* local, const int *timer) { argument
766 rs_tm* rsLocaltime(rs_tm* local, const time_t *timer) {
769 return (rs_tm*)rsrLocalTime(rsc, (tm*)local, (time_t *)timer);
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java1473 st.local = getContext().getDrawable(resId);
1488 st.local = loadImageURI(uri);
1501 if (st.local != drawable) {
1502 st.local = drawable;
2944 drawable = st.local;
3319 Drawable local; field in class:PhoneWindow.DrawableFeatureState
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 4878 milliseconds