HomeSort by relevance Sort by last modified time
    Searched defs:val (Results 351 - 375 of 3953) sorted by null

<<11121314151617181920>>

  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
PublicFinalWithObservableTestVo.java 31 private int val = R.string.app_name; field in class:PublicFinalWithObservableTestVo.MyVo
34 return val;
37 public void setVal(int val) {
38 this.val = val;
39 notifyPropertyChanged(BR.val);
  /frameworks/native/services/batteryservice/
IBatteryPropertiesRegistrar.cpp 48 status_t getProperty(int id, struct BatteryProperty *val) {
60 val->readFromParcel(&reply);
92 struct BatteryProperty val; local
93 status_t result = getProperty(id, &val);
97 val.writeToParcel(reply);
  /frameworks/support/core-utils/java/android/support/v4/content/res/
TypedArrayUtils.java 33 boolean val = a.getBoolean(fallbackIndex, defaultValue);
34 return a.getBoolean(index, val);
39 Drawable val = a.getDrawable(index); local
40 if (val == null) {
41 val = a.getDrawable(fallbackIndex);
43 return val;
48 int val = a.getInt(fallbackIndex, defaultValue); local
49 return a.getInt(index, val);
54 int val = a.getResourceId(fallbackIndex, defaultValue); local
55 return a.getResourceId(index, val);
60 String val = a.getString(index); local
69 CharSequence[] val = a.getTextArray(index); local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
miniopt.h 47 bool good_int; /* 'val' member is the result of a sucessful
57 int val; /* strtol translation of valstr */ member in struct:miniopt
  /hardware/bsp/intel/peripheral/libmraa/examples/java/
HelloEdison.java 65 int val = gpio182.read(); local
68 gpio182.getPin(), val, val == 0 ? 1 : 0));
70 gpio182.write(val == 0 ? 1 : 0);
  /hardware/bsp/intel/peripheral/libupm/src/mg811/
mg811.cxx 61 int val = m_aio.read(); local
63 return(float(val) * (m_aref / float(1 << m_aRes)));
82 float val = volts(); local
84 if ((val / dcGain) >= m_zeroPointValue)
87 return powf(10.0, ((val/dcGain)-m_zeroPointValue) /
  /hardware/bsp/intel/peripheral/libupm/src/ta12200/
ta12200.cxx 88 unsigned int val; local
94 val = mraa_aio_read(m_aio);
95 if (val > hiVal)
96 hiVal = val;
102 float TA12200::milliAmps(unsigned int val, int res)
110 //ampCurrent = float(val) / float(res) * 5.0 / 800.0 * 2000000.0;
111 ampCurrent = float(val) / float(res) * 12500.0;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_quant_common.c 99 int i, val = 4; local
106 ac_qlookup[0] = val;
107 dc_qlookup[0] = val;
108 val += 4;
111 const int ac_val = val;
113 val = (int)(val * 1.01975);
114 if (val == ac_val)
115 ++val;
  /hardware/ti/omap4-aah/domx/mm_osal/src/
timm_osal_trace.c 96 char *val = getenv("TIMM_OSAL_DEBUG_TRACE_LEVEL"); local
98 if (val)
100 trace_level = strtol(val, NULL, 0);
106 int val; local
109 val = atoi(value);
110 if ( (!val) || (val < 0) )
115 trace_level = val;
127 char *val = getenv("TIMM_OSAL_DEBUG_TRACE_LEVEL"); local
129 val ? strtol(val, NULL, 0) : DEFAULT_TRACE_LEVEL
    [all...]
  /hardware/ti/omap4-aah/libtiutils/
Semaphore.cpp 171 int val; local
180 sem_getvalue(mSemaphore, &val);
182 return val;
  /hardware/ti/omap4xxx/libtiutils/
Semaphore.cpp 170 int val; local
179 sem_getvalue(mSemaphore, &val);
181 return val;
  /libcore/ojluni/src/main/java/java/security/cert/
PolicyQualifierInfo.java 103 DerValue val = new DerValue(mEncoded); local
104 if (val.tag != DerValue.tag_Sequence)
107 mId = (val.data.getDerValue()).getOID().toString();
108 byte [] tmp = val.data.toByteArray();
  /libcore/ojluni/src/main/native/
ProcessEnvironment_md.c 71 jbyteArray var, val; local
77 val = (*env)->NewByteArray(env, valLength);
78 if (val == NULL) return NULL;
81 (*env)->SetByteArrayRegion(env, val, 0, valLength,
84 (*env)->SetObjectArrayElement(env, result, 2*j+1, val);
86 (*env)->DeleteLocalRef(env, val);
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-message.h 115 inline Message& operator <<(const T& val) {
131 *ss_ << val;
165 Message& operator <<(BasicNarrowIoManip val) {
166 *ss_ << val; local
  /ndk/tests/device/test-gnustl-full/unit/
config_test.cpp 55 int val = 0x01020304; local
56 char *ptr = (char*)(&val);
  /ndk/tests/device/test-stlport/unit/
config_test.cpp 55 int val = 0x01020304; local
56 char *ptr = (char*)(&val);
  /packages/apps/Camera2/src/com/android/camera/
Exif.java 39 Integer val = exif.getTagIntValue(ExifInterface.TAG_ORIENTATION); local
40 if (val == null) {
43 return ExifInterface.getRotationForOrientationValue(val.shortValue());
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
Exif.java 39 Integer val = exif.getTagIntValue(ExifInterface.TAG_ORIENTATION); local
40 if (val == null) {
43 return ExifInterface.getRotationForOrientationValue(val.shortValue());
70 Integer val = exif.getTagIntValue(ExifInterface.TAG_ORIENTATION); local
71 if (val == null) {
74 return ExifInterface.getRotationForOrientationValue(val.shortValue());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
getopt.h 96 to the value given in the field `val' when the option is found, but
101 option's `flag' field to zero and its `val' field to a nonzero
104 returns the contents of the `val' field. */
113 int val; member in struct:option
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/tc_ematch/
tc_em_cmp.h 9 __u32 val; member in struct:tcf_em_cmp
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
getopt.h 96 to the value given in the field `val' when the option is found, but
101 option's `flag' field to zero and its `val' field to a nonzero
104 returns the contents of the `val' field. */
113 int val; member in struct:option
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/tc_ematch/
tc_em_cmp.h 8 __u32 val; member in struct:tcf_em_cmp
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
getopt.h 67 int val; /* its associated status value */ member in struct:option
  /prebuilts/go/darwin-x86/src/go/constant/
value_test.go 161 x, x0 = val(a[0]), val(a[0])
173 y, y0 := val(a[i+1]), val(a[i+1])
176 want := val(a[i+3])
201 func val(lit string) Value { func
309 x := val(a[0])
310 n := val(a[1])
311 d := val(a[2])
332 x := val(test
    [all...]
  /prebuilts/go/darwin-x86/test/
method2.go 18 func (p P) val() int { return 1 } // ERROR "receiver.* pointer|invalid pointer or interface receiver" func
19 func (p *P1) val() int { return 1 } // ERROR "receiver.* pointer|invalid pointer or interface receiver" func
24 func (p I) val() int { return 1 } // ERROR "receiver.*interface|invalid pointer or interface receiver" func
25 func (p *I1) val() int { return 1 } // ERROR "receiver.*interface|invalid pointer or interface receiver" func
27 type Val interface {
28 val() int
31 var _ = (*Val).val // ERROR "method"
33 var v Val
36 var _ = pv.val() // ERROR "method
    [all...]

Completed in 533 milliseconds

<<11121314151617181920>>