Searched refs:mod (Results 1 - 24 of 24) sorted by relevance

/frameworks/av/media/common_time/
H A Dlocal_clock.cpp36 const hw_module_t* mod; local
43 res = hw_get_module_by_class(LOCAL_TIME_HARDWARE_MODULE_ID, NULL, &mod);
47 res = local_time_hw_device_open(mod, &dev_);
/frameworks/av/media/libaudiohal/2.0/
H A DDevicesFactoryHalLocal.cpp32 const hw_module_t *mod; local
35 rc = hw_get_module_by_class(AUDIO_HARDWARE_MODULE_ID, if_name, &mod);
41 rc = audio_hw_device_open(mod, dev);
/frameworks/av/media/libaudiohal/4.0/
H A DDevicesFactoryHalLocal.cpp33 const hw_module_t *mod; local
36 rc = hw_get_module_by_class(AUDIO_HARDWARE_MODULE_ID, if_name, &mod);
42 rc = audio_hw_device_open(mod, dev);
/frameworks/ml/nn/runtime/test/specs/
H A Dslicing.sh4 # The sliced model would be <model>_sliced_<number of operations>.mod.py
14 echo "The sliced model would be <model>_sliced_<number of operations>.mod.py"
29 DIR_AND_NAME=${INPUT/.mod.py/}
34 FINAL=${DIR_AND_NAME}_sliced_$1.mod.py
46 echo "collecting_data = True" > ${DIR_AND_NAME}_tmp.mod.py
47 cat $MODEL_ONLY $INPUT_ONLY >> ${DIR_AND_NAME}_tmp.mod.py
48 generate_wrapper "log" $SAVED_OUTPUT_FILE ${DIR_AND_NAME}_tmp.mod.py
68 rm ${DIR_AND_NAME}_tmp.mod.py
H A Dgenerate_test.sh43 local BASENAME=`basename -s .mod.py $1`
116 FILES=${ANDROID_BUILD_TOP}/${TEST_DIR}/specs/V*/*.mod.py
H A Dgenerate_vts_test.sh26 BASENAME=`basename -s .mod.py $1`
56 FILES=*.mod.py
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHalLegacy.cpp35 const hw_module_t *mod; local
42 rc = hw_get_module_by_class(SOUND_TRIGGER_HARDWARE_MODULE_ID, mModuleName, &mod);
48 rc = sound_trigger_hw_device_open(mod, &mHwDevice);
/frameworks/base/rs/java/android/renderscript/
H A DInt2.java251 public void mod(Int2 a) { method in class:Int2
263 public static Int2 mod(Int2 a, Int2 b) { method in class:Int2
276 public void mod(int value) { method in class:Int2
288 public static Int2 mod(Int2 a, int b) { method in class:Int2
H A DLong2.java251 public void mod(Long2 a) { method in class:Long2
263 public static Long2 mod(Long2 a, Long2 b) { method in class:Long2
276 public void mod(long value) { method in class:Long2
288 public static Long2 mod(Long2 a, long b) { method in class:Long2
H A DShort2.java254 public void mod(Short2 a) { method in class:Short2
266 public static Short2 mod(Short2 a, Short2 b) { method in class:Short2
279 public void mod(short value) { method in class:Short2
291 public static Short2 mod(Short2 a, short b) { method in class:Short2
H A DInt3.java270 public void mod(Int3 a) { method in class:Int3
283 public static Int3 mod(Int3 a, Int3 b) { method in class:Int3
297 public void mod(int value) { method in class:Int3
310 public static Int3 mod(Int3 a, int b) { method in class:Int3
H A DInt4.java289 public void mod(Int4 a) { method in class:Int4
303 public static Int4 mod(Int4 a, Int4 b) { method in class:Int4
318 public void mod(int value) { method in class:Int4
332 public static Int4 mod(Int4 a, int b) { method in class:Int4
H A DLong3.java270 public void mod(Long3 a) { method in class:Long3
283 public static Long3 mod(Long3 a, Long3 b) { method in class:Long3
297 public void mod(long value) { method in class:Long3
310 public static Long3 mod(Long3 a, long b) { method in class:Long3
H A DLong4.java289 public void mod(Long4 a) { method in class:Long4
303 public static Long4 mod(Long4 a, Long4 b) { method in class:Long4
318 public void mod(long value) { method in class:Long4
332 public static Long4 mod(Long4 a, long b) { method in class:Long4
H A DShort3.java270 public void mod(Short3 a) { method in class:Short3
283 public static Short3 mod(Short3 a, Short3 b) { method in class:Short3
297 public void mod(short value) { method in class:Short3
310 public static Short3 mod(Short3 a, short b) { method in class:Short3
H A DShort4.java289 public void mod(Short4 a) { method in class:Short4
303 public static Short4 mod(Short4 a, Short4 b) { method in class:Short4
318 public void mod(short value) { method in class:Short4
332 public static Short4 mod(Short4 a, short b) { method in class:Short4
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DDumpUtils.java127 "norm", "mod", "low", "crit"
399 public static int printArrayEntry(PrintWriter pw, String[] array, int value, int mod) { argument
400 int index = value/mod;
406 return value - index*mod;
410 int[] enums, int value, int mod) {
411 int index = value/mod;
415 return value - index*mod;
409 printProto(ProtoOutputStream proto, long fieldId, int[] enums, int value, int mod) argument
/frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/
H A DGridModelTest.java373 int mod = mSeparatorPosition % mNumColumns;
376 return mod > 0 ? mod : mNumColumns;
381 int finalRowCount = (mNumChildren - mod) % mNumColumns;
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java165 final long mod = time % mBucketDuration;
166 if (mod > 0) {
167 time -= mod;
180 final long mod = time % mBucketDuration;
181 if (mod > 0) {
182 time -= mod;
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DSecureBox.java102 // Parameters for the NIST P-256 curve y^2 = x^3 + ax + b (mod p)
429 // Points on the curve satisfy y^2 = x^3 + ax + b (mod p)
434 .mod(EC_PARAM_P) // This will speed up the next multiplication
437 .mod(EC_PARAM_P);
/frameworks/base/tools/bit/
H A Dmain.cpp638 map<string,Module>::iterator mod = modules.find(target->name); local
639 if (mod != modules.end()) {
640 target->module = mod->second;
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java1069 ExifModifier mod = null;
1071 mod = new ExifModifier(buf, this);
1073 mod.modifyTag(t);
1075 return mod.commit();
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 373 milliseconds