/aosp_15_r20/external/skia/src/sksl/ir/ |
H A D | SkSLFunctionCall.cpp | 346 static double pun_value(double val) { in pun_value() 364 double coalesce_distance(double a, double b, double c) { b -= c; return a + (b * b); } in coalesce_distance() 367 double coalesce_dot(double a, double b, double c) { return a + (b * c); } in coalesce_dot() 414 double evaluate_fma(double a, double b, double c) { return a * b + c; } in evaluate_fma() 902 for (int c = 0; c < returnType.columns(); ++c) { in optimize_intrinsic_call() local 913 for (int c = 0; c < returnType.columns(); ++c) { in optimize_intrinsic_call() local
|
/aosp_15_r20/external/error_prone/error_prone/ |
HD | error_prone_core-2.36.0-with-dependencies.jar | META-INF/
META-INF/MANIFEST.MF
api_diff.proto
META-INF/services ... |
/aosp_15_r20/out/soong/.intermediates/external/error_prone/error_prone_core_jars/linux_glibc_common/local-combined/ |
D | error_prone_core_jars.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 1764 template <typename T> static void ConvertIntToBytes(unsigned char *p, T val) { in ConvertIntToBytes() 1771 static void ConvertFloatToBytes(unsigned char *p, float val) { in ConvertFloatToBytes() 1778 static void ConvertDoubleToBytes(unsigned char *p, double val) { in ConvertDoubleToBytes() 1804 unsigned char c = (unsigned char)cast<ConstantInt>(CPV)->getZExtValue(); in bufferLEByte() local
|
/aosp_15_r20/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 1785 template <typename T> static void ConvertIntToBytes(unsigned char *p, T val) { in ConvertIntToBytes() 1792 static void ConvertFloatToBytes(unsigned char *p, float val) { in ConvertFloatToBytes() 1799 static void ConvertDoubleToBytes(unsigned char *p, double val) { in ConvertDoubleToBytes() 1826 unsigned char c = (unsigned char)cast<ConstantInt>(CPV)->getZExtValue(); in bufferLEByte() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentSkipListMap.java | 362 V val; field in ConcurrentSkipListMap.Node 392 static int cpr(Comparator c, Object x, Object y) { in cpr() 437 private void addCount(long c) { in addCount() 448 LongAdder a; long c; in getAdderCount() local 511 Node<K,V> n; K k; V v; int c; in findNode() local 547 Node<K,V> p; K k; V v; int c; in doGet() local 566 V v; int c; in doGet() local 634 Node<K,V> n, p; K k; V v; int c; in doPut() local 709 Index<K,V> r, d; int c; in addIndices() local 767 Node<K,V> n; K k; V v; int c; in doRemove() local [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/ |
H A D | ConcurrentSkipListMap.java | 362 V val; field in ConcurrentSkipListMap.Node 392 static int cpr(Comparator c, Object x, Object y) { in cpr() 437 private void addCount(long c) { in addCount() 448 LongAdder a; long c; in getAdderCount() local 511 Node<K,V> n; K k; V v; int c; in findNode() local 547 Node<K,V> p; K k; V v; int c; in doGet() local 566 V v; int c; in doGet() local 634 Node<K,V> n, p; K k; V v; int c; in doPut() local 709 Index<K,V> r, d; int c; in addIndices() local 767 Node<K,V> n; K k; V v; int c; in doRemove() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentSkipListMap.java | 362 V val; field in ConcurrentSkipListMap.Node 392 static int cpr(Comparator c, Object x, Object y) { in cpr() 437 private void addCount(long c) { in addCount() 448 LongAdder a; long c; in getAdderCount() local 511 Node<K,V> n; K k; V v; int c; in findNode() local 547 Node<K,V> p; K k; V v; int c; in doGet() local 566 V v; int c; in doGet() local 634 Node<K,V> n, p; K k; V v; int c; in doPut() local 709 Index<K,V> r, d; int c; in addIndices() local 767 Node<K,V> n; K k; V v; int c; in doRemove() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/WallpaperCropper/WallpaperCropper/android_common/javac/ |
D | WallpaperCropper.jar | ... .io.IOException t
java.io.Closeable c
public static int compare (long, long)
long ... |
/aosp_15_r20/out/target/common/obj/APPS/WallpaperCropper_intermediates/ |
D | classes.jar | ... .io.IOException t
java.io.Closeable c
public static int compare (long, long)
long ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/WallpaperCropper/WallpaperCropper/android_common/repackaged-jarjar/javac/ |
D | WallpaperCropper.jar | ... .lang.Runnable)
android.content.Context c
String filePath
android.graphics.RectF cropBounds
int rotation ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/WallpaperCropper/WallpaperCropper/android_common/combined/ |
D | WallpaperCropper.jar | ... .io.IOException t
java.io.Closeable c
public static int compare (long, long)
long ... |
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | SpirvShaderDebugger.cpp | 132 std::shared_ptr<vk::dbg::Value> makeDbgValue(const T &val) in makeDbgValue() 166 void store(const rr::RValue<rr::Pointer<rr::Byte>> &ptr, const rr::RValue<T> &val) in store() 173 void store(const rr::RValue<rr::Pointer<rr::Byte>> &ptr, const T &val) in store() 188 void store(const rr::RValue<rr::Pointer<rr::Byte>> &ptr, const std::array<T, N> &val) in store() 229 auto val = create(); in getOrCreate() local 257 if(auto val = locals->get(name)) in get() local 273 if(auto val = children->get(name)) in get() local 1672 for(size_t i = 6, c = insn.wordCount(); i < c; i++) in process() local 1965 auto val = SpirvShader::Operand(shader, state, objId).Int(i); in create() local 2396 void SpirvShader::Impl::Debugger::State::Data::buildGlobal(const char *name, const T &val) in buildGlobal() [all …]
|
/aosp_15_r20/prebuilts/bazel/common/remote_java_tools/java_tools/ |
D | turbine_direct_binary_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
D | GenClass_deploy.jar | ... {
final synthetic java.nio.file.Path val$directory
final synthetic com.google.devtools. ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/support/android-support-v7-recyclerview-nodeps/android_common/aar/ |
D | android-support-v7-recyclerview-nodeps.jar | android/support/v7/widget/AdapterHelper$Callback.class
AdapterHelper.java
package android. ... |
D | classes.jar | android/support/v7/widget/AdapterHelper$Callback.class
AdapterHelper.java
package android. ... |
/aosp_15_r20/external/libjpeg-turbo/ |
H A D | jchuff.c | 103 bit_buf_type c; member 340 #define emit_byte(state, val, action) { \ argument
|
H A D | jcphuff.c | 306 #define emit_byte(entropy, val) { \ argument 359 int c = (int)((put_buffer >> 16) & 0xFF); in emit_bits() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/p2p/ |
H A D | p2p_build.c | 179 struct p2p_reg_class *c = &chan->reg_class[i]; in p2p_buf_add_channel_list() local 831 const char *val) in p2p_add_wps_string()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/ |
H A D | io_uring_zerocopy_tx.c | 337 static void do_setsockopt(int fd, int level, int optname, int val) in do_setsockopt() 500 int c; in parse_opts() local
|
/aosp_15_r20/external/kmod/tools/ |
H A D | modprobe.c | 195 const char *val; in show_config() local 853 int c, idx = 0; in do_modprobe() local
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_mediump.c | 227 nir_def *val = intr->src[0].ssa; in nir_lower_mediump_io() local 642 nir_tex_src_type_constraint c = constraints[tex->src[i].src_type]; in legalize_16bit_sampler_srcs() local
|
/aosp_15_r20/external/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 654 for (char c : S) { in FormatDiagnostic() local 871 intptr_t val = reinterpret_cast<intptr_t>(&TDT); in FormatDiagnostic() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_draw.c | 232 const struct util_format_channel_description *c = desc->channel + i; in lima_pipe_format_to_attrib_type() local 773 int val; in lima_pack_render_state() local
|