HomeSort by relevance Sort by last modified time
    Searched defs:val (Results 26 - 50 of 1208) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_wide/d/
T_iget_wide_2.java 21 public double val = 123.0d; field in class:T_iget_wide_2
24 return val;
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_static/d/
T_invoke_static_4.java 21 static long val = 123456789l; field in class:T_invoke_static_4
24 return val;
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget/d/
T_sget_2.java 21 public static float val = 123.0f; field in class:T_sget_2
24 return val;
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_wide/d/
T_sget_wide_2.java 21 public static double val = 123.0d; field in class:T_sget_wide_2
24 return val;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget/d/
T_iget_2.java 21 public float val = 123.0f; field in class:T_iget_2
24 return val;
T_iget_9.java 21 public float val = 123.0f; field in class:T_iget_9
24 return val;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_wide/d/
T_iget_wide_2.java 21 public double val = 123.0d; field in class:T_iget_wide_2
24 return val;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/
T_invoke_static_4.java 21 static long val = 123456789l; field in class:T_invoke_static_4
24 return val;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget/d/
T_sget_2.java 21 public static float val = 123.0f; field in class:T_sget_2
24 return val;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_wide/d/
T_sget_wide_2.java 21 public static double val = 123.0d; field in class:T_sget_wide_2
24 return val;
  /development/ndk/platforms/android-3/include/
getopt.h 60 /* if not NULL, set *flag to val when option found */
63 int val; member in struct:option
  /development/ndk/platforms/android-3/include/linux/
swap.h 32 unsigned long val; member in struct:__anon1051
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncRound.java 46 final double val= obj.num(); local
47 if (val >= -0.5 && val < 0) return new XNumber(-0.0);
48 if (val == 0.0) return new XNumber(val);
49 return new XNumber(java.lang.Math.floor(val
  /external/chromium/testing/gtest/include/gtest/
gtest-message.h 120 inline Message& operator <<(const T& val) {
121 ::GTestStreamToHelper(ss_.get(), val);
155 Message& operator <<(BasicNarrowIoManip val) {
156 *ss_ << val; local
  /external/clang/test/CodeGen/
atomic.c 6 int val = 1; local
12 old = __sync_fetch_and_add(&val, 1);
13 // CHECK: atomicrmw add i32* %val, i32 1 seq_cst
18 old = __sync_fetch_and_min(&val, 3);
19 // CHECK: atomicrmw min i32* %val, i32 3 seq_cst
21 old = __sync_fetch_and_max(&val, 4);
22 // CHECK: atomicrmw max i32* %val, i32 4 seq_cst
30 old = __sync_lock_test_and_set(&val, 7);
31 // CHECK: atomicrmw xchg i32* %val, i32 7 seq_cst
33 old = __sync_swap(&val, 8)
    [all...]
  /external/clang/test/CodeGenCXX/
2006-09-12-OpaqueStructCrash.cpp 9 ~B () { delete [] val; }
11 Ty* val; member in struct:B
  /external/clang/test/Parser/
cxx-reference.cpp 6 int val; variable
16 int & const X = val; // expected-error {{'const' qualifier may not be applied to a reference}}
17 int & volatile Y = val; // expected-error {{'volatile' qualifier may not be applied to a reference}}
18 int & const volatile Z = val; /* expected-error {{'const' qualifier may not be applied}} \
  /external/collada/include/dae/
daeUtils.h 94 std::string toString(const T& val) {
96 stream << val; local
  /external/dbus/dbus/
dbus-sysdeps-util.c 84 double val; local
130 0, &val, &pos))
135 if (ABS(3.5 - val) > 1e-6)
137 _dbus_warn ("Failed to parse 3.5 correctly, got: %f", val);
148 0, &val, &pos))
  /external/e2fsprogs/include/nonunix/
getopt.h 73 to the value given in the field `val' when the option is found, but
78 option's `flag' field to zero and its `val' field to a nonzero
81 returns the contents of the `val' field. */
94 int val; member in struct:option
  /external/elfutils/libebl/
eblcorenote.c 52 unsigned long int val; local
59 val = auxv->a_un.a_val;
66 val = auxv->a_un.a_val;
128 printf (" %s: %" PRId64 "\n", at, (int64_t) val);
137 printf (" %s: %" PRIx64 "\n", at, (uint64_t) val);
  /external/grub/lib/
getopt.h 71 to the value given in the field `val' when the option is found, but
76 option's `flag' field to zero and its `val' field to a nonzero
79 returns the contents of the `val' field. */
92 int val; member in struct:option
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-message.h 120 inline Message& operator <<(const T& val) {
121 ::GTestStreamToHelper(ss_.get(), val);
155 Message& operator <<(BasicNarrowIoManip val) {
156 *ss_ << val; local
  /external/openssl/crypto/x509v3/
v3_bitst.c 108 CONF_VALUE *val; local
117 val = sk_CONF_VALUE_value(nval, i);
119 if(!strcmp(bnam->sname, val->name) ||
120 !strcmp(bnam->lname, val->name) ) {
133 X509V3_conf_err(val);
  /external/qemu/distrib/zlib-1.2.3/
inftrees.h 21 of the bit buffer. val is the actual byte to output in the case
27 unsigned short val; /* offset in table or code value */ member in struct:__anon9856

Completed in 1583 milliseconds

12 3 4 5 6 7 8 91011>>