/frameworks/av/media/libaudiohal/impl/ |
D | DevicesFactoryHalLocal.cpp | 33 const hw_module_t *mod; in load_audio_interface() local 36 rc = hw_get_module_by_class(AUDIO_HARDWARE_MODULE_ID, if_name, &mod); in load_audio_interface() 42 rc = audio_hw_device_open(mod, dev); in load_audio_interface()
|
/frameworks/ml/nn/tools/test_generator/tests/P_backward_compatibility_quant8/ |
D | stdout.txt.expect | 2 // Generated file (from: depthwise_conv2d_quant8.mod.py). Do not edit 4 // Generated file (from: depthwise_conv2d_quant8.mod.py). Do not edit 6 // Generated file (from: depthwise_conv2d_quant8.mod.py). Do not edit 82 #include "../generated/tests/depthwise_conv2d_quant8.mod.py.cpp"
|
/frameworks/ml/nn/tools/test_generator/tests/P_float/ |
D | stdout.txt.expect | 2 // Generated file (from: conv_float.mod.py). Do not edit 4 // Generated file (from: conv_float.mod.py). Do not edit 6 // Generated file (from: conv_float.mod.py). Do not edit 85 #include "../generated/tests/conv_float.mod.py.cpp"
|
/frameworks/ml/nn/tools/test_generator/tests/P_quant8/ |
D | stdout.txt.expect | 2 // Generated file (from: conv_quant8.mod.py). Do not edit 4 // Generated file (from: conv_quant8.mod.py). Do not edit 6 // Generated file (from: conv_quant8.mod.py). Do not edit 85 #include "../generated/tests/conv_quant8.mod.py.cpp"
|
/frameworks/base/rs/java/android/renderscript/ |
D | Short2.java | 254 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
|
D | Long2.java | 251 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
|
D | Int2.java | 251 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
|
D | Short3.java | 270 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
|
D | Int3.java | 270 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
|
D | Long3.java | 270 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
|
D | Long4.java | 289 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
|
D | Short4.java | 289 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
|
D | Int4.java | 289 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
|
/frameworks/ml/nn/tools/test_generator/tests/P_internal/ |
D | stdout.txt.expect | 2 // Generated file (from: add_internal.mod.py). Do not edit 4 // Generated file (from: add_internal.mod.py). Do not edit 6 // Generated file (from: add_internal.mod.py). Do not edit 98 #include "../generated/tests/add_internal.mod.py.cpp"
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | visualize_random_graph.sh | 56 adb pull /data/local/tmp/${SPEC_NAME}.mod.py $LOG_DIR 57 $GENERATOR_DIR/spec_visualizer.py $LOG_DIR/${SPEC_NAME}.mod.py -o $LOG_DIR/${SPEC_NAME}.html
|
/frameworks/ml/nn/tools/test_generator/tests/P_vts_quant8/ |
D | stdout.txt.expect | 2 // Generated file (from: conv_quant8.mod.py). Do not edit 4 // Generated file (from: conv_quant8.mod.py). Do not edit 5 // Generated from: conv_quant8.mod.py.
|
/frameworks/ml/nn/tools/test_generator/tests/P_vts_float/ |
D | stdout.txt.expect | 2 // Generated file (from: conv_float.mod.py). Do not edit 4 // Generated file (from: conv_float.mod.py). Do not edit 5 // Generated from: conv_float.mod.py.
|
/frameworks/ml/nn/tools/test_generator/tests/P_vts_backward_compatibility_quant8/ |
D | stdout.txt.expect | 2 // Generated file (from: depthwise_conv2d_quant8.mod.py). Do not edit 4 // Generated file (from: depthwise_conv2d_quant8.mod.py). Do not edit 5 // Generated from: depthwise_conv2d_quant8.mod.py.
|
/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/ |
D | ObjectPrinter.java | 232 int mod = fld.getModifiers(); in printPublicFields() local 233 if ((mod & Modifier.PUBLIC) != 0 && (mod & Modifier.STATIC) == 0) { in printPublicFields()
|
/frameworks/ml/nn/tools/test_generator/tests/P_backward_compatibility_float/ |
D | stdout.txt.expect | 2 // Generated file (from: lstm_float.mod.py). Do not edit 4 // Generated file (from: lstm_float.mod.py). Do not edit 6 // Generated file (from: lstm_float.mod.py). Do not edit 107 #include "../generated/tests/lstm_float.mod.py.cpp"
|
/frameworks/ml/nn/tools/test_generator/tests/P_implicit_parameter/ |
D | stdout.txt.expect | 2 // Generated file (from: mean_implicit.mod.py). Do not edit 4 // Generated file (from: mean_implicit.mod.py). Do not edit 6 // Generated file (from: mean_implicit.mod.py). Do not edit 262 #include "../generated/tests/mean_implicit.mod.py.cpp"
|
/frameworks/ml/nn/runtime/test/specs/ |
D | visualize_spec.sh | 23 SPEC_NAME=`basename -s .mod.py $1`
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | DumpUtils.java | 484 public static int printArrayEntry(PrintWriter pw, String[] array, int value, int mod) { in printArrayEntry() argument 485 int index = value/mod; in printArrayEntry() 491 return value - index*mod; in printArrayEntry() 495 int[] enums, int value, int mod) { in printProto() argument 496 int index = value/mod; in printProto() 500 return value - index*mod; in printProto()
|
/frameworks/ml/nn/tools/test_generator/tests/P_vts_internal/ |
D | stdout.txt.expect | 2 // Generated file (from: add_internal.mod.py). Do not edit 4 // Generated file (from: add_internal.mod.py). Do not edit 5 // Generated from: add_internal.mod.py.
|
/frameworks/ml/nn/tools/test_generator/tests/P_vts_backward_compatibility_float/ |
D | stdout.txt.expect | 2 // Generated file (from: lstm_float.mod.py). Do not edit 4 // Generated file (from: lstm_float.mod.py). Do not edit 5 // Generated from: lstm_float.mod.py.
|