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

<<11121314151617181920>>

  /frameworks/base/libs/androidfw/tests/
Idmap_test.cpp 72 Res_value val; local
73 ssize_t block = mTargetTable.getResource(base::R::string::test2, &val, false);
75 ASSERT_EQ(Res_value::TYPE_STRING, val.dataType);
78 ASSERT_LT(val.data, pool->size());
81 const char16_t* targetStr16 = pool->stringAt(val.data, &strLen);
87 ssize_t newBlock = mTargetTable.getResource(base::R::string::test2, &val, false);
90 ASSERT_EQ(Res_value::TYPE_STRING, val.dataType);
93 ASSERT_LT(val.data, pool->size());
95 targetStr16 = pool->stringAt(val.data, &strLen);
  /frameworks/base/libs/hwui/renderstate/
TextureState.cpp 68 float val = 1 - ratio; local
69 return exp(-val * val * 4.0) - 0.018;
  /frameworks/base/services/core/java/com/android/server/policy/
StatusBarController.java 178 float val = 0.5f; local
181 if (interpolator.getInterpolation(val) < 0.99f) {
182 val += adj;
184 val -= adj;
188 return val;
  /frameworks/base/tools/aapt2/flatten/
TableFlattener_test.cpp 79 Res_value val; local
81 if (table->getResource(expectedId.id, &val, false, 0, &specFlags, &config) < 0) {
85 if (expectedDataType != val.dataType) {
89 << (int) val.dataType << std::dec << " instead";
92 if (expectedData != val.data) {
96 << val.data << std::dec << " instead";
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/
GenericAdapter.java 71 for (T val : collection) {
77 stringBuilder.append(val.toString());
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_struct.java 38 int val = 100; local
39 i.x = val;
40 i.y = val;
43 s.invoke_struct_test(val);
47 val = 200;
48 p.set_x(0, val, true);
49 p.set_y(0, val, true);
50 s.invoke_struct_test(val);
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_struct.java 38 int val = 100; local
39 i.x = val;
40 i.y = val;
43 s.invoke_struct_test(val);
47 val = 200;
48 p.set_x(0, val, true);
49 p.set_y(0, val, true);
50 s.invoke_struct_test(val);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_struct.java 38 int val = 100; local
39 i.x = val;
40 i.y = val;
43 s.invoke_struct_test(val);
47 val = 200;
48 p.set_x(0, val, true);
49 p.set_y(0, val, true);
50 s.invoke_struct_test(val);
  /hardware/bsp/intel/peripheral/libupm/src/lsm303/
lsm303.cxx 198 uint8_t val = m_i2c.readReg(sregister); local
199 if (val != data) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
args.h 23 const char *val; member in struct:arg
30 int val; member in struct:arg_enum_list
  /libcore/luni/src/test/java/libcore/java/util/
OldFormatterTest.java 55 Double val = new Double(3.14); local
63 fLoc.format(Locale.US, "%f", val);
64 fNoL.format("%f", val);
69 fLoc.format(Locale.US, "%f", val);
70 fNoL.format("%f", val);
75 fLoc.format(Locale.US, "%f", val);
76 fNoL.format("%f", val);
117 fLoc.format(Locale.GERMAN, "%f", val);
  /libcore/ojluni/src/main/java/sun/net/
NetProperties.java 112 String val = null; local
115 val = System.getProperty(key, props.getProperty(key));
120 if (val != null) {
122 return Integer.decode(val);
141 String val = null; local
144 val = System.getProperty(key, props.getProperty(key));
149 if (val != null) {
151 return Boolean.valueOf(val);
  /libcore/ojluni/src/main/java/sun/security/util/
PropertyExpander.java 108 String val = System.getProperty(prop); local
109 if (val != null) {
111 // encode 'val' unless it's an absolute URI
115 !(new URI(val)).isAbsolute()) {
116 val = sun.net.www.ParseUtil.encodePath(val);
119 val = sun.net.www.ParseUtil.encodePath(val);
122 sb.append(val);
  /libcore/ojluni/src/main/java/sun/security/x509/
CertificateAlgorithmId.java 78 DerValue val = in.getDerValue(); local
79 algId = AlgorithmId.parse(val);
89 DerValue val = new DerValue(in); local
90 algId = AlgorithmId.parse(val);
  /packages/apps/Camera2/src/com/android/camera/data/
VideoRotationMetadataLoader.java 42 String val = retriever.extractMetadata( local
45 data.getMetadata().setVideoWidth(Integer.parseInt(val));
47 val = retriever.extractMetadata(
50 data.getMetadata().setVideoHeight(Integer.parseInt(val));
  /packages/apps/Nfc/nci/jni/extns/pn54x/inc/
phNxpExtns_Custom.h 37 uint8_t *val; member in struct:__anon36318
80 ** function. Input is type and len. Response is provied in *val.
96 ** function. Input is type, len, *val.
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraInfoDialogFragment.java 101 Object val = info.get(key); local
102 if (val.getClass().isArray()) {
105 int len = Array.getLength(val);
110 Array.get(val, i),
116 infoBuilder.append(String.format(Locale.US, "%s\n\n", val.toString()));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
selinux_netlink.h 41 __s32 val; member in struct:selnl_msg_setenforce
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/tc_act/
tc_pedit.h 21 __u32 val; /*XOR */ member in struct:tc_pedit_key
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
selinux_netlink.h 41 __s32 val; member in struct:selnl_msg_setenforce
virtio_balloon.h 56 u64 val; member in struct:virtio_balloon_stat
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/tc_act/
tc_pedit.h 19 __u32 val; /*XOR */ member in struct:tc_pedit_key
  /prebuilts/go/darwin-x86/src/expvar/
expvar_test.go 75 func (v *Float) val() float64 { func
91 if v := reqs.val(); v != 2.75 {
92 t.Errorf("reqs.val() = %v, want 2.75", v)
100 if v := reqs.val(); v != 0.75 {
101 t.Errorf("reqs.val() = %v, want 0.75", v)
166 if x := colors.m[`green "midori"`].(*Float).val(); x != 4.125 {
  /prebuilts/go/darwin-x86/test/
method.go 21 func (s S) val() int { return 1 } func
22 func (s *S1) val() int { return 2 } func
23 func (i I) val() int { return 3 } func
24 func (i *I1) val() int { return 4 } func
25 func (t T) val() int { return 7 } func
26 func (t *T1) val() int { return 8 } func
28 type Val interface {
29 val() int
32 func val(v Val) int { return v.val() func
    [all...]
  /prebuilts/go/linux-x86/src/expvar/
expvar_test.go 75 func (v *Float) val() float64 { func
91 if v := reqs.val(); v != 2.75 {
92 t.Errorf("reqs.val() = %v, want 2.75", v)
100 if v := reqs.val(); v != 0.75 {
101 t.Errorf("reqs.val() = %v, want 0.75", v)
166 if x := colors.m[`green "midori"`].(*Float).val(); x != 4.125 {

Completed in 2438 milliseconds

<<11121314151617181920>>