HomeSort by relevance Sort by last modified time
    Searched refs:raw (Results 401 - 425 of 1040) sorted by null

<<11121314151617181920>>

  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Convolve3x3.java 58 mScript = new ScriptC_convolve3x3(mRS, res, R.raw.convolve3x3);
  /frameworks/rs/java/tests/LatencyBenchmark/src/com/example/android/rs/computebench/
Benchmark.java 30 mScript = new ScriptC_compute_benchmark(mRS, res, R.raw.compute_benchmark);
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
UT_primitives.java 92 ScriptC_primitives s = new ScriptC_primitives(pRS, mRes, R.raw.primitives);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
UT_primitives.java 92 ScriptC_primitives s = new ScriptC_primitives(pRS, mRes, R.raw.primitives);
UT_refcount.java 43 ScriptC_refcount s = new ScriptC_refcount(pRS, mRes, R.raw.refcount);
  /libcore/luni/src/main/java/java/util/
TimeZone.java 50 * The {@link #getRawOffset} method will return a raw offset of (in this case) -8 hours from UTC,
52 * actual offset from UTC <i>for a given point in time</i>; this is the raw offset plus (if the
57 * and the raw and actual offsets will always be the same.
95 * Returns a new time zone with the same ID, raw offset, and daylight
318 * an object with a raw offset of +5 hours from UTC, and which does <i>not</i> use daylight
383 int raw = (hour * 3600000) + (minute * 60000); local
385 raw = -raw;
389 return new SimpleTimeZone(raw, cleanId);
396 * raw offset
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hdsmart.h 32 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hdsmart.h 32 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hdsmart.h 32 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s

Completed in 2346 milliseconds

<<11121314151617181920>>