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

<<11121314151617181920>>

  /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.6/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.6/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.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-w64-mingw32-4.8/x86_64-w64-mingw32/include/
getopt.h 67 int val; /* its associated status value */ member in struct:option
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
getopt.h 54 /* if not NULL, set *flag to val when option found */
57 int val; member in struct:option
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/tc_ematch/
tc_em_cmp.h 25 __u32 val; member in struct:tcf_em_cmp
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
getopt.h 54 /* if not NULL, set *flag to val when option found */
57 int val; member in struct:option
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/tc_ematch/
tc_em_cmp.h 25 __u32 val; member in struct:tcf_em_cmp
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
getopt.h 54 /* if not NULL, set *flag to val when option found */
57 int val; member in struct:option
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/tc_ematch/
tc_em_cmp.h 25 __u32 val; member in struct:tcf_em_cmp
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
getopt.h 54 /* if not NULL, set *flag to val when option found */
57 int val; member in struct:option
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/tc_ematch/
tc_em_cmp.h 25 __u32 val; member in struct:tcf_em_cmp
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
getopt.h 54 /* if not NULL, set *flag to val when option found */
57 int val; member in struct:option
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/tc_ematch/
tc_em_cmp.h 25 __u32 val; member in struct:tcf_em_cmp
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
getopt.h 54 /* if not NULL, set *flag to val when option found */
57 int val; member in struct:option
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/tc_ematch/
tc_em_cmp.h 25 __u32 val; member in struct:tcf_em_cmp
  /sdk/emulator/opengl/shared/emugl/common/
id_to_object_map_unittest.cpp 28 Foo(int val) : mVal(val) {}
30 int val() const { return mVal; } function in class:emugl::__anon63353::Foo
31 void setVal(int val) { mVal = val; }
62 EXPECT_EQ(static_cast<int>(n), foo->val()) << "For key " << n;
110 EXPECT_EQ(static_cast<int>(n), foo->val());
  /system/core/include/cutils/
sockets.h 50 const char *val; local
65 val = getenv(key);
66 if (!val)
70 fd = strtol(val, NULL, 10);
  /system/core/toolbox/upstream-netbsd/bin/sleep/
sleep.c 71 double fval, ival, val; local
111 val = atof(arg);
112 if (val <= 0)
114 ival = floor(val);
115 fval = (1000000000 * (val-ival));
  /system/vold/
CheckBattery.cpp 70 BatteryProperty val; local
72 ->getProperty(android::BATTERY_PROP_CAPACITY, &val);
74 SLOGD("Capacity is %d", (int)val.valueInt64);
75 last_result = val.valueInt64;
  /libcore/luni/src/main/java/java/math/
BitLevel.java 41 static int bitLength(BigInteger val) {
42 val.prepareJavaRepresentation();
43 if (val.sign == 0) {
46 int bLength = (val.numberLength << 5);
47 int highDigit = val.digits[val.numberLength - 1];
49 if (val.sign < 0) {
50 int i = val.getFirstNonzeroDigit();
52 if (i == val.numberLength - 1) {
62 static int bitCount(BigInteger val) {
117 int val = source[i]; local
    [all...]
  /art/test/003-omnibus-opcodes/src/
MethodCall.java 28 int val = super.tryThing(); local
29 Main.assertTrue(val == 7);
30 return val;
  /bionic/libc/kernel/uapi/linux/
selinux_netlink.h 45 __s32 val; member in struct:selnl_msg_setenforce

Completed in 2651 milliseconds

<<11121314151617181920>>