Searched defs:val (Results 176 - 183 of 183) sorted by relevance

12345678

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4861 int64_t val = 0; local
4894 val = (val*16) + get_hex(s[i], &error);
4897 if (val > std::numeric_limits<uint32_t>::max()) {
4910 val = (val*10) + s[i]-'0';
4913 if ((neg && -val < std::numeric_limits<int32_t>::min()) ||
4914 (!neg && val > std::numeric_limits<int32_t>::max())) {
4920 if (neg) val = -val;
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java769 native void rsnScriptSetVarI(long con, long id, int slot, int val); argument
770 synchronized void nScriptSetVarI(long id, int slot, int val) { argument
772 rsnScriptSetVarI(mContext, id, slot, val);
780 native void rsnScriptSetVarJ(long con, long id, int slot, long val); argument
781 synchronized void nScriptSetVarJ(long id, int slot, long val) { argument
783 rsnScriptSetVarJ(mContext, id, slot, val);
791 native void rsnScriptSetVarF(long con, long id, int slot, float val); argument
792 synchronized void nScriptSetVarF(long id, int slot, float val) { argument
794 rsnScriptSetVarF(mContext, id, slot, val);
801 native void rsnScriptSetVarD(long con, long id, int slot, double val); argument
802 nScriptSetVarD(long id, int slot, double val) argument
811 rsnScriptSetVarV(long con, long id, int slot, byte[] val) argument
812 nScriptSetVarV(long id, int slot, byte[] val) argument
816 rsnScriptGetVarV(long con, long id, int slot, byte[] val) argument
817 nScriptGetVarV(long id, int slot, byte[] val) argument
821 rsnScriptSetVarVE(long con, long id, int slot, byte[] val, long e, int[] dims) argument
823 nScriptSetVarVE(long id, int slot, byte[] val, long e, int[] dims) argument
828 rsnScriptSetVarObj(long con, long id, int slot, long val) argument
829 nScriptSetVarObj(long id, int slot, long val) argument
[all...]
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1784 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val) argument
1787 ALOGD("nScriptSetVarI, con(%p), s(%p), slot(%i), val(%i)", (RsContext)con, (void *)script,
1788 slot, val);
1790 rsScriptSetVarI((RsContext)con, (RsScript)script, slot, val);
1805 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) argument
1808 ALOGD("nScriptSetVarObj, con(%p), s(%p), slot(%i), val(%" PRId64 ")", (RsContext)con, (void *)script,
1809 slot, val);
1811 rsScriptSetVarObj((RsContext)con, (RsScript)script, slot, (RsObjectBase)val);
1815 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) argument
1818 ALOGD("nScriptSetVarJ, con(%p), s(%p), slot(%i), val(
1836 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val) argument
1857 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val) argument
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java693 native void rsnScriptSetVarI(long con, long id, int slot, int val, boolean mUseInc); argument
694 synchronized void nScriptSetVarI(long id, int slot, int val, boolean mUseInc) { argument
700 rsnScriptSetVarI(curCon, id, slot, val, mUseInc);
702 native void rsnScriptSetVarJ(long con, long id, int slot, long val, boolean mUseInc); argument
703 synchronized void nScriptSetVarJ(long id, int slot, long val, boolean mUseInc) { argument
709 rsnScriptSetVarJ(curCon, id, slot, val, mUseInc);
711 native void rsnScriptSetVarF(long con, long id, int slot, float val, boolean mUseInc); argument
712 synchronized void nScriptSetVarF(long id, int slot, float val, boolean mUseInc) { argument
718 rsnScriptSetVarF(curCon, id, slot, val, mUseInc);
720 native void rsnScriptSetVarD(long con, long id, int slot, double val, boolea argument
721 nScriptSetVarD(long id, int slot, double val, boolean mUseInc) argument
729 rsnScriptSetVarV(long con, long id, int slot, byte[] val, boolean mUseInc) argument
730 nScriptSetVarV(long id, int slot, byte[] val, boolean mUseInc) argument
738 rsnScriptSetVarVE(long con, long id, int slot, byte[] val, long e, int[] dims, boolean mUseInc) argument
740 nScriptSetVarVE(long id, int slot, byte[] val, long e, int[] dims, boolean mUseInc) argument
749 rsnScriptSetVarObj(long con, long id, int slot, long val, boolean mUseInc) argument
750 nScriptSetVarObj(long id, int slot, long val, boolean mUseInc) argument
[all...]
/frameworks/base/core/java/android/os/
H A DBatteryStats.java763 private void appendHex(long val, int topOffset, StringBuilder out) { argument
766 int digit = (int)( (val>>topOffset) & 0xf );
3251 int val = u.getUserActivityCount(i, which);
3252 args[i] = val;
3253 if (val != 0) hasData = true;
4317 final int val = u.getUserActivityCount(i, which);
4318 if (val != 0) {
4326 sb.append(val);
4698 int val = (newval&bd.mask)>>bd.shift;
4699 if (bd.values != null && val >
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
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 443 milliseconds

12345678