Searched refs:val (Results 151 - 175 of 289) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/
H A DAnyMotionDetector.java352 public Vector3 times(float val) { argument
353 return new Vector3(timeMillisSinceBoot, x * val, y * val, z * val);
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
H A DCodeGenUtil.kt43 val value = it.getChild().toCode().generate();
96 val bracketType = it.getAccessor()!!
/frameworks/data-binding/library/src/main/java/android/databinding/
H A DObservableArrayMap.java53 V val = super.put(k, v);
/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp188 int32_t val; local
189 if (meta->findInt32(kKeyIsSyncFrame, &val) && val != 0) {
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dc2t64fx.c58 Word16 alp, val, exp, k_cn, k_dn; local
116 val = dn[i];
126 dn[i] = -val;
/frameworks/base/core/java/android/content/pm/
H A DIntentFilterVerificationInfo.java187 public static String getStatusStringFromValue(long val) { argument
189 switch ((int)(val >> 32)) {
192 sb.append(Long.toHexString(val & 0x00000000FFFFFFFF));
/frameworks/base/core/java/android/util/
H A DLongSparseArray.java162 Object val = values[i];
164 if (val != DELETED) {
167 values[o] = val;
H A DSparseArray.java193 Object val = values[i];
195 if (val != DELETED) {
198 values[o] = val;
/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java259 static protected int next(int x, int val, boolean isRtl) { argument
260 return isRtl ? x - val : x + val;
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java194 Object val = mLocation.getExtras().get(key);
195 if (val != null) {
196 debugBuilder.append(String.format("%s=%s; ", key, val
/frameworks/base/tools/aapt/tests/
H A DResourceFilter_test.cpp159 AaptLocaleValue val; local
160 ASSERT_TRUE(val.initFromFilterString(String8("kok_IN")));
161 val.writeTo(&config);
/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dbitcode_wrapperer.cpp235 uint32_t val; member in struct:IntFieldHelper
243 android_compiler_version_ = tempIntField.val;
249 android_optimization_level_ = tempIntField.val;
/frameworks/support/v4/java/android/support/v4/util/
H A DLongSparseArray.java154 Object val = values[i];
156 if (val != DELETED) {
159 values[o] = val;
H A DSparseArrayCompat.java147 Object val = values[i];
149 if (val != DELETED) {
152 values[o] = val;
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAbsActionBarView.java259 static protected int next(int x, int val, boolean isRtl) { argument
260 return isRtl ? x - val : x + val;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DPositionMap.java157 Object val = values[i];
159 if (val != DELETED) {
162 values[o] = val;
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java663 native void rsnScriptSetVarI(long con, long id, int slot, int val, boolean mUseInc); argument
664 synchronized void nScriptSetVarI(long id, int slot, int val, boolean mUseInc) { argument
670 rsnScriptSetVarI(curCon, id, slot, val, mUseInc);
672 native void rsnScriptSetVarJ(long con, long id, int slot, long val, boolean mUseInc); argument
673 synchronized void nScriptSetVarJ(long id, int slot, long val, boolean mUseInc) { argument
679 rsnScriptSetVarJ(curCon, id, slot, val, mUseInc);
681 native void rsnScriptSetVarF(long con, long id, int slot, float val, boolean mUseInc); argument
682 synchronized void nScriptSetVarF(long id, int slot, float val, boolean mUseInc) { argument
688 rsnScriptSetVarF(curCon, id, slot, val, mUseInc);
690 native void rsnScriptSetVarD(long con, long id, int slot, double val, boolea argument
691 nScriptSetVarD(long id, int slot, double val, boolean mUseInc) argument
699 rsnScriptSetVarV(long con, long id, int slot, byte[] val, boolean mUseInc) argument
700 nScriptSetVarV(long id, int slot, byte[] val, boolean mUseInc) argument
708 rsnScriptSetVarVE(long con, long id, int slot, byte[] val, long e, int[] dims, boolean mUseInc) argument
710 nScriptSetVarVE(long id, int slot, byte[] val, long e, int[] dims, boolean mUseInc) argument
719 rsnScriptSetVarObj(long con, long id, int slot, long val, boolean mUseInc) argument
720 nScriptSetVarObj(long id, int slot, long val, boolean mUseInc) argument
[all...]
/frameworks/av/services/audioflinger/
H A DAudioResamplerFirGen.h153 double val = x * maxval; local
154 double ival = floor(val + 0.5 + err*0.2);
155 err = val - ival;
287 double val = Poly4(A, B, C, D, x, x2);
289 return val + Poly4(E, F, G, H, x, x2) * x4 + I * (x4 * x4);
/frameworks/base/tools/aapt2/
H A DConfigDescription.cpp46 const char* val = c; local
52 if (c-val != 3) return false;
54 int d = atoi(val);
76 const char* val = c; local
82 if (c-val == 0 || c-val > 3) return false;
85 out->mnc = atoi(val);
/frameworks/minikin/tools/
H A Dmk_hyb_file.py319 for c, val in ch_map.items():
320 data[ord(c) - min_ch] = val
328 for c, val in sorted(ch_map.items()):
329 data = (ord(c) << 11) | val
434 for val in alphabet_map.values():
435 chs = [ch for ch in alphabet_map if alphabet_map[ch] == val]
439 # print(val, `lowercase`, `uppercase`)
442 ch_map[val] = lowercase[0]
/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java522 public static boolean isValidHour(int val) { argument
523 return val >= 0 && val < 24;
526 public static boolean isValidMinute(int val) { argument
527 return val >= 0 && val < 60;
535 final String val = parser.getAttributeValue(null, att);
536 if (TextUtils.isEmpty(val)) return defValue;
537 return Boolean.valueOf(val);
541 final String val
[all...]
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp418 int val = 0; local
420 val *= 16;
422 if (c >= '0' && c <= '9') val += c - '0';
423 else if (c >= 'A' && c <= 'F') val += (c - 'A') + 10;
424 else if (c >= 'a' && c <= 'f') val += (c - 'a') + 10;
427 tmpColor[i] = static_cast<float>(val) / 255.0f;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWspTypeDecoder.java645 byte val = mWspData[index];
646 if (0 <= val && val <= WAP_PDU_SHORT_LENGTH_MAX) {
648 } else if (val == WAP_PDU_LENGTH_QUOTE) {
653 } else if (WAP_PDU_LENGTH_QUOTE < val && val <= 127) {
/frameworks/av/media/libstagefright/
H A DDRMExtractor.cpp107 int32_t val; local
108 if (params && params->findInt32(kKeyWantsNALFragments, &val)
109 && val != 0) {
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG4ElementaryAssembler.cpp71 AString val; local
72 if (!GetAttribute(s, key, &val)) {
76 s = val.c_str();

Completed in 565 milliseconds

1234567891011>>