Home
last modified time | relevance | path

Searched refs:mod (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/tests/RenderScriptTests/ShadersTest/res/raw/
Dvignette_fs.glsl16 if (mod(gl_FragCoord.x, 6.0) >= 3.0) {
23 int channel = int(floor(mod(gl_FragCoord.x, 3.0)));
25 crt *= clamp(floor(mod(vShift, 4.0)), 0.0, 1.0);
/frameworks/av/media/common_time/
Dlocal_clock.cpp36 const hw_module_t* mod; in LocalClock() local
43 res = hw_get_module_by_class(LOCAL_TIME_HARDWARE_MODULE_ID, NULL, &mod); in LocalClock()
47 res = local_time_hw_device_open(mod, &dev_); in LocalClock()
/frameworks/base/rs/java/android/renderscript/
DLong2.java251 public void mod(Long2 a) { in mod() method in Long2
263 public static Long2 mod(Long2 a, Long2 b) { in mod() method in Long2
276 public void mod(long value) { in mod() method in Long2
288 public static Long2 mod(Long2 a, long b) { in mod() method in Long2
DInt2.java251 public void mod(Int2 a) { in mod() method in Int2
263 public static Int2 mod(Int2 a, Int2 b) { in mod() method in Int2
276 public void mod(int value) { in mod() method in Int2
288 public static Int2 mod(Int2 a, int b) { in mod() method in Int2
DShort2.java254 public void mod(Short2 a) { in mod() method in Short2
266 public static Short2 mod(Short2 a, Short2 b) { in mod() method in Short2
279 public void mod(short value) { in mod() method in Short2
291 public static Short2 mod(Short2 a, short b) { in mod() method in Short2
DInt3.java270 public void mod(Int3 a) { in mod() method in Int3
283 public static Int3 mod(Int3 a, Int3 b) { in mod() method in Int3
297 public void mod(int value) { in mod() method in Int3
310 public static Int3 mod(Int3 a, int b) { in mod() method in Int3
DShort3.java270 public void mod(Short3 a) { in mod() method in Short3
283 public static Short3 mod(Short3 a, Short3 b) { in mod() method in Short3
297 public void mod(short value) { in mod() method in Short3
310 public static Short3 mod(Short3 a, short b) { in mod() method in Short3
DLong3.java270 public void mod(Long3 a) { in mod() method in Long3
283 public static Long3 mod(Long3 a, Long3 b) { in mod() method in Long3
297 public void mod(long value) { in mod() method in Long3
310 public static Long3 mod(Long3 a, long b) { in mod() method in Long3
DInt4.java289 public void mod(Int4 a) { in mod() method in Int4
303 public static Int4 mod(Int4 a, Int4 b) { in mod() method in Int4
318 public void mod(int value) { in mod() method in Int4
332 public static Int4 mod(Int4 a, int b) { in mod() method in Int4
DLong4.java289 public void mod(Long4 a) { in mod() method in Long4
303 public static Long4 mod(Long4 a, Long4 b) { in mod() method in Long4
318 public void mod(long value) { in mod() method in Long4
332 public static Long4 mod(Long4 a, long b) { in mod() method in Long4
DShort4.java289 public void mod(Short4 a) { in mod() method in Short4
303 public static Short4 mod(Short4 a, Short4 b) { in mod() method in Short4
318 public void mod(short value) { in mod() method in Short4
332 public static Short4 mod(Short4 a, short b) { in mod() method in Short4
/frameworks/base/tests/CoreTests/android/core/
DHeapTest.java163 int mod = 0; in xxtestSoftRefPartialClean() local
169 if (++mod % 16 == 0) { in xxtestSoftRefPartialClean()
/frameworks/av/services/soundtrigger/
DSoundTriggerHwService.cpp57 const hw_module_t *mod; in onFirstRef() local
61 rc = hw_get_module_by_class(SOUND_TRIGGER_HARDWARE_MODULE_ID, HW_MODULE_PREFIX, &mod); in onFirstRef()
67 rc = sound_trigger_hw_device_open(mod, &dev); in onFirstRef()
/frameworks/av/services/radio/
DRadioService.cpp54 const hw_module_t *mod; in onFirstRef() local
60 rc = hw_get_module_by_class(RADIO_HARDWARE_MODULE_ID, RADIO_HARDWARE_MODULE_ID_FM, &mod); in onFirstRef()
66 rc = radio_hw_device_open(mod, &dev); in onFirstRef()
/frameworks/base/tools/aidl/
DAST.cpp5 WriteModifiers(FILE* to, int mod, int mask) in WriteModifiers() argument
7 int m = mod & mask; in WriteModifiers()
DAST.h31 void WriteModifiers(FILE* to, int mod, int mask);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifInterface.java1069 ExifModifier mod = null; in rewriteExif() local
1071 mod = new ExifModifier(buf, this); in rewriteExif()
1073 mod.modifyTag(t); in rewriteExif()
1075 return mod.commit(); in rewriteExif()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp142 const hw_module_t *mod; in load_audio_interface() local
145 rc = hw_get_module_by_class(AUDIO_HARDWARE_MODULE_ID, if_name, &mod); in load_audio_interface()
151 rc = audio_hw_device_open(mod, dev); in load_audio_interface()
/frameworks/base/core/java/com/android/internal/app/
DProcessStats.java1182 static int printArrayEntry(PrintWriter pw, String[] array, int value, int mod) { in printArrayEntry() argument
1183 int index = value/mod; in printArrayEntry()
1189 return value - index*mod; in printArrayEntry()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/base/api/
Dcurrent.txt45432 method public java.math.BigInteger mod(java.math.BigInteger);
Dsystem-current.txt48038 method public java.math.BigInteger mod(java.math.BigInteger);