/aosp_15_r20/out/soong/.intermediates/frameworks/libs/systemui/iconloaderlib/iconloader_base/android_common/repackaged-jarjar/turbine/ |
D | iconloader_base.jar | org/jspecify/annotations/package-info.class
<Unknown>
package org.jspecify. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/net/wifi/libs/WifiTrackerLib/WifiTrackerLib/android_common/turbine-combined/ |
D | WifiTrackerLib.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx.annotation_annotation- ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/systemui/motiontoollib/motion_tool_lib/android_common/repackaged-jarjar/turbine/ |
D | motion_tool_lib.jar | org/jspecify/annotations/package-info.class
<Unknown>
package org.jspecify. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/shared/WindowManager-Shell-shared/android_common/turbine-combined/ |
D | WindowManager-Shell-shared.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx.annotation_annotation- ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/shared/WindowManager-Shell-shared/android_common/repackaged-jarjar/turbine/ |
D | WindowManager-Shell-shared.jar | org/jspecify/annotations/package-info.class
<Unknown>
package org.jspecify. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/systemui/iconloaderlib/iconloader/android_common/turbine-combined/ |
D | iconloader.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx.annotation_annotation- ... |
/aosp_15_r20/out/target/common/obj/APPS/EasterEgg_intermediates/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/activity-compose_release. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/EasterEgg/EasterEgg/android_common/withres/ |
D | EasterEgg.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/activity-compose_release. ... |
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings/android_common/withres/ |
D | Settings.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/activity-compose_release. ... |
/aosp_15_r20/out/target/common/obj/APPS/Settings_intermediates/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/activity-compose_release. ... |
/aosp_15_r20/external/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_formats.c | 46 enum pipe_format f) in v3d_rt_format_supported() 57 v3d_get_rt_format(const struct v3d_device_info *devinfo, enum pipe_format f) in v3d_get_rt_format() 69 enum pipe_format f) in v3d_tex_format_supported() 77 v3d_get_tex_format(const struct v3d_device_info *devinfo, enum pipe_format f) in v3d_get_tex_format() 89 enum pipe_format f) in v3d_get_tex_return_size() 107 enum pipe_format f) in v3d_get_tex_return_channels() 118 v3d_get_format_swizzle(const struct v3d_device_info *devinfo, enum pipe_format f) in v3d_get_format_swizzle() 131 enum pipe_format f) in v3d_format_supports_tlb_msaa_resolve()
|
/aosp_15_r20/external/trusty/musl/src/internal/ |
D | stdio_impl.h | 10 #define FFINALLOCK(f) ((f)->lock>=0 ? __lockfile((f)) : 0) argument 11 #define FLOCK(f) int __need_unlock = ((f)->lock>=0 ? __lockfile((f)) : 0) argument 12 #define FUNLOCK(f) do { if (__need_unlock) __unlockfile((f)); } while (0) argument 18 #define FFINALLOCK(f) do { DEBUG_ASSERT((f)->lock == -1); } while (0) argument 19 #define FLOCK(f) do { DEBUG_ASSERT((f)->lock == -1); } while (0) argument 20 #define FUNLOCK(f) do { DEBUG_ASSERT((f)->lock == -1); } while (0) argument 109 #define feof(f) ((f)->flags & F_EOF) argument 110 #define ferror(f) ((f)->flags & F_ERR) argument 112 #define getc_unlocked(f) \ argument 115 #define putc_unlocked(c, f) \ argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | gradient_checker_v2_test.py | 117 def f(params): function 133 def f(params): function 153 def f(x): function 170 def f(x): function 187 def f(x): function 200 def f(x, y): function 227 def f(x): function 249 def f(x): function 263 def f(x): function 332 def f(inp, hidden_weight, hidden_bias, softmax_weight, softmax_bias): function
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/curve25519/ |
D | curve25519.c | 84 #define assert_fe(f) \ argument 101 #define assert_fe_loose(f) \ argument 123 #define assert_fe(f) \ argument 141 #define assert_fe_loose(f) \ argument 168 static void fe_tobytes(uint8_t s[32], const fe *f) { in fe_tobytes() 195 static void fe_add(fe_loose *h, const fe *f, const fe *g) { in fe_add() 204 static void fe_sub(fe_loose *h, const fe *f, const fe *g) { in fe_sub() 211 static void fe_carry(fe *h, const fe_loose* f) { in fe_carry() 226 static void fe_mul_ltt(fe_loose *h, const fe *f, const fe *g) { in fe_mul_ltt() 230 static void fe_mul_llt(fe_loose *h, const fe_loose *f, const fe *g) { in fe_mul_llt() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/curve25519/ |
D | curve25519.c | 84 #define assert_fe(f) \ argument 101 #define assert_fe_loose(f) \ argument 123 #define assert_fe(f) \ argument 141 #define assert_fe_loose(f) \ argument 168 static void fe_tobytes(uint8_t s[32], const fe *f) { in fe_tobytes() 195 static void fe_add(fe_loose *h, const fe *f, const fe *g) { in fe_add() 204 static void fe_sub(fe_loose *h, const fe *f, const fe *g) { in fe_sub() 211 static void fe_carry(fe *h, const fe_loose* f) { in fe_carry() 226 static void fe_mul_ltt(fe_loose *h, const fe *f, const fe *g) { in fe_mul_ltt() 230 static void fe_mul_llt(fe_loose *h, const fe_loose *f, const fe *g) { in fe_mul_llt() [all …]
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Wifi/OsuLogin/OsuLogin/android_common_apex30/withres/ |
D | OsuLogin.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/activity_release.kotlin_module
META ... |
/aosp_15_r20/external/arm-optimized-routines/pl/math/include/ |
H A D | pl_test.h | 11 #define PL_TEST_ULP(f, l) argument 17 #define PL_TEST_EXPECT_FENV(f, e) argument 18 #define PL_TEST_EXPECT_FENV_ALWAYS(f) argument 20 #define PL_TEST_INTERVAL(f, lo, hi, n) argument 21 #define PL_TEST_SYM_INTERVAL(f, lo, hi, n) argument 22 #define PL_TEST_INTERVAL_C(f, lo, hi, n, c) argument 23 #define PL_TEST_SYM_INTERVAL_C(f, lo, hi, n, c) argument 24 #define PL_TEST_INTERVAL2(f, xlo, xhi, ylo, yhi, n) argument
|
/aosp_15_r20/packages/modules/adb/ |
D | sysdeps_win32.cpp | 145 FH f; in _fh_from_int() local 167 static int _fh_to_int(FH f) { in _fh_to_int() 175 FH f = nullptr; in _fh_alloc() local 197 static int _fh_close(FH f) { in _fh_close() 242 static void _fh_file_init(FH f) { in _fh_file_init() 246 static int _fh_file_close(FH f) { in _fh_file_close() 252 static int _fh_file_read(FH f, void* buf, int len) { in _fh_file_read() 265 static int _fh_file_write(FH f, const void* buf, int len) { in _fh_file_write() 278 static int _fh_file_writev(FH f, const adb_iovec* iov, int iovcnt) { in _fh_file_writev() 304 static int64_t _fh_file_lseek(FH f, int64_t pos, int origin) { in _fh_file_lseek() [all …]
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | instantiate-expr-3.cpp | 8 void f(T &x) { in f() function 30 void f(T t, U u) { in f() function 53 void f(T t, U u) { in f() function 65 void f(T t) { in f() function 82 void f(T t, U u) { in f() function 96 void f(int n, ...) { in f() function 109 void f(int n, ...) { in f() function 124 void __attribute__((ms_abi)) f(int n, ...) { in f() function 137 void __attribute__((ms_abi)) f(int n, ...) { in f() function
|
/aosp_15_r20/out/soong/.intermediates/external/android_onboarding/java/com/android/onboarding/flags/android_onboarding.flags_hilt/android_common/repackaged-jarjar/turbine/ |
D | android_onboarding.flags_hilt.jar | org/jspecify/annotations/package-info.class
<Unknown>
package org.jspecify. ... |
/aosp_15_r20/out/soong/.intermediates/external/android_onboarding/java/com/android/onboarding/flags/android_onboarding.flags_hilt/android_common/turbine-combined/ |
D | android_onboarding.flags_hilt.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/activity_release.kotlin_module
META ... |
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/bind/detail/cpp03/preprocessed/ |
D | bind_function_object_40.hpp | 23 bind(F f, A0 const& a0) in bind() 47 bind(F f, A0 const& a0 , A1 const& a1) in bind() 71 bind(F f, A0 const& a0 , A1 const& a1 , A2 const& a2) in bind() 95 bind(F f, A0 const& a0 , A1 const& a1 , A2 const& a2 , A3 const& a3) in bind() 119 bind(F f, A0 const& a0 , A1 const& a1 , A2 const& a2 , A3 const& a3 , A4 const& a4) in bind() 143 … bind(F f, A0 const& a0 , A1 const& a1 , A2 const& a2 , A3 const& a3 , A4 const& a4 , A5 const& a5) in bind() 167 …bind(F f, A0 const& a0 , A1 const& a1 , A2 const& a2 , A3 const& a3 , A4 const& a4 , A5 const& a5 … in bind() 191 …bind(F f, A0 const& a0 , A1 const& a1 , A2 const& a2 , A3 const& a3 , A4 const& a4 , A5 const& a5 … in bind() 215 …bind(F f, A0 const& a0 , A1 const& a1 , A2 const& a2 , A3 const& a3 , A4 const& a4 , A5 const& a5 … in bind() 239 …bind(F f, A0 const& a0 , A1 const& a1 , A2 const& a2 , A3 const& a3 , A4 const& a4 , A5 const& a5 … in bind() [all …]
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate-android/2.9.0-alpha08/androidx.lifecycle_lifecycle-viewmodel-savedstate/android_common_apex34/aar/ |
D | androidx.lifecycle_lifecycle-viewmodel-savedstate.jar | ... .Bundle $this$createHandle_u24lambda_u240
int $i$f$read
android.os.Bundle $this$ ... |
D | classes.jar | ... .Bundle $this$createHandle_u24lambda_u240
int $i$f$read
android.os.Bundle $this$ ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-savedstate-android/2.9.0-alpha08/androidx.lifecycle_lifecycle-viewmodel-savedstate/android_common_apex30/aar/ |
D | classes.jar | ... .Bundle $this$createHandle_u24lambda_u240
int $i$f$read
android.os.Bundle $this$ ... |