/frameworks/av/media/codec2/core/include/ |
D | _C2MacroUtils.h | 80 #define _C2_MAP_64(fn, arg, head, ...) fn(head, arg), _C2_MAP_63(fn, arg, ##__VA_ARGS__) argument 81 #define _C2_MAP_63(fn, arg, head, ...) fn(head, arg), _C2_MAP_62(fn, arg, ##__VA_ARGS__) argument 82 #define _C2_MAP_62(fn, arg, head, ...) fn(head, arg), _C2_MAP_61(fn, arg, ##__VA_ARGS__) argument 83 #define _C2_MAP_61(fn, arg, head, ...) fn(head, arg), _C2_MAP_60(fn, arg, ##__VA_ARGS__) argument 84 #define _C2_MAP_60(fn, arg, head, ...) fn(head, arg), _C2_MAP_59(fn, arg, ##__VA_ARGS__) argument 85 #define _C2_MAP_59(fn, arg, head, ...) fn(head, arg), _C2_MAP_58(fn, arg, ##__VA_ARGS__) argument 86 #define _C2_MAP_58(fn, arg, head, ...) fn(head, arg), _C2_MAP_57(fn, arg, ##__VA_ARGS__) argument 87 #define _C2_MAP_57(fn, arg, head, ...) fn(head, arg), _C2_MAP_56(fn, arg, ##__VA_ARGS__) argument 88 #define _C2_MAP_56(fn, arg, head, ...) fn(head, arg), _C2_MAP_55(fn, arg, ##__VA_ARGS__) argument 89 #define _C2_MAP_55(fn, arg, head, ...) fn(head, arg), _C2_MAP_54(fn, arg, ##__VA_ARGS__) argument [all …]
|
/frameworks/minikin/rust/ |
D | hyphenator.rs | 207 pub const fn new(bytes: &'a [u8]) -> Self { in new() constant 308 pub const fn new(bytes: &'a [u8]) -> Self { in new() constant 440 pub const fn new(entry_value: u32) -> Self { in new() constant 459 pub const fn new(bytes: &'a [u8]) -> Self { in new() constant 524 pub const fn new(bytes: &'a [u8], pattern_offset: u32, entry: u32) -> Self { in new() constant
|
/frameworks/base/core/java/com/android/internal/infra/ |
D | AndroidFuture.java | 314 @NonNull Function<? super T, ? extends CompletionStage<U>> fn) { in thenCompose() 320 @NonNull Function<? super T, ? extends CompletionStage<U>> fn, in thenComposeAsync() 332 @NonNull Function<? super T, ? extends CompletionStage<U>> fn, in ThenComposeAsync() 375 public <U> AndroidFuture<U> thenApply(@NonNull Function<? super T, ? extends U> fn) { in thenApply() 380 public <U> AndroidFuture<U> thenApplyAsync(@NonNull Function<? super T, ? extends U> fn, in thenApplyAsync() 392 @NonNull Function<? super T, ? extends U> fn, in ThenApplyAsync()
|
/frameworks/libs/modules-utils/java/com/android/modules/utils/ |
D | AndroidFuture.java | 317 @NonNull Function<? super T, ? extends CompletionStage<U>> fn) { in thenCompose() 323 @NonNull Function<? super T, ? extends CompletionStage<U>> fn, in thenComposeAsync() 335 @NonNull Function<? super T, ? extends CompletionStage<U>> fn, in ThenComposeAsync() 378 public <U> AndroidFuture<U> thenApply(@NonNull Function<? super T, ? extends U> fn) { in thenApply() 383 public <U> AndroidFuture<U> thenApplyAsync(@NonNull Function<? super T, ? extends U> fn, in thenApplyAsync() 395 @NonNull Function<? super T, ? extends U> fn, in ThenApplyAsync()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuCore.cpp | 395 ForEachFunc_t fn = mtls->kernel; in walk_general_foreach() local 422 ForEachFunc_t fn = mtls->kernel; in walk_2d_foreach() local 447 ForEachFunc_t fn = mtls->kernel; in walk_1d_foreach() local 544 const ReduceAccumulatorFunc_t fn = mtls->accumFunc; in walk_1d_reduce() local 583 const ReduceAccumulatorFunc_t fn = mtls->accumFunc; in walk_2d_reduce() local 622 const ReduceAccumulatorFunc_t fn = mtls->accumFunc; in walk_3d_reduce() local 692 const ReduceAccumulatorFunc_t fn = mtls->accumFunc; in launchReduceSerial() local 898 ForEachFunc_t fn = mtls->kernel; in launchForEach() local
|
/frameworks/opt/net/wifi/libwifi_hal/ |
D | wifi_hal_fallback.cpp | 19 wifi_error init_wifi_vendor_hal_func_table(wifi_hal_fn *fn) { in init_wifi_vendor_hal_func_table()
|
/frameworks/minikin/tools/ |
D | mk_hyb_file.py | 275 def load(fn): argument 285 def load_chr(fn): argument 305 def load_hyp(hyph, fn): argument 427 def verify_file_sorted(lines, fn): argument
|
/frameworks/native/libs/binder/ |
D | RpcTlsUtils.cpp | 35 bssl::UniquePtr<T> fromPem(const std::vector<uint8_t>& data, PemReadBioFn fn) { in fromPem() 44 bssl::UniquePtr<T> fromDer(const std::vector<uint8_t>& data, D2iFn fn) { in fromDer()
|
/frameworks/libs/binary_translation/guest_loader/ |
D | guest_loader_impl.h | 75 T* fn, in FindSymbol()
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | ToastTest.java | 57 private static String readFile(String fn) { in readFile()
|
/frameworks/base/libs/hwui/apex/ |
D | android_bitmap.cpp | 194 CompressWriter(void* userContext, AndroidBitmap_CompressWriteFunc fn) in CompressWriter() 217 AndroidBitmap_CompressWriteFunc fn) { in ABitmap_compress() 225 void* userContext, AndroidBitmap_CompressWriteFunc fn) { in ABitmap_compressWithGainmap()
|
/frameworks/av/media/libstagefright/omx/ |
D | OMXNodeInstance.cpp | 57 #define CLOG_ERROR_IF(cond, fn, err, fmt, ...) \ argument 60 #define CLOG_ERROR(fn, err, fmt, ...) CLOG_ERROR_IF(true, fn, err, fmt, ##__VA_ARGS__) argument 61 #define CLOG_IF_ERROR(fn, err, fmt, ...) \ argument 64 #define CLOGI_(level, fn, fmt, ...) \ argument 66 #define CLOGD_(level, fn, fmt, ...) \ argument 69 #define CLOG_LIFE(fn, fmt, ...) CLOGI_(ADebug::kDebugLifeCycle, fn, fmt, ##__VA_ARGS__) argument 70 #define CLOG_STATE(fn, fmt, ...) CLOGI_(ADebug::kDebugState, fn, fmt, ##__VA_ARGS__) argument 71 #define CLOG_CONFIG(fn, fmt, ...) CLOGI_(ADebug::kDebugConfig, fn, fmt, ##__VA_ARGS__) argument 72 #define CLOG_INTERNAL(fn, fmt, ...) CLOGD_(ADebug::kDebugInternalState, fn, fmt, ##__VA_ARGS__) argument 74 #define CLOG_DEBUG_IF(cond, fn, fmt, ...) \ argument [all …]
|
/frameworks/libs/native_bridge_support/android_api/libc/ |
D | __cxa_thread_atexit_impl.cpp | 28 thread_atexit_fn_t fn; member
|
/frameworks/minikin/app/ |
D | HyphTool.cpp | 15 Hyphenator* loadHybFile(const char* fn, int minPrefix, int minSuffix, const char* language) { in loadHybFile()
|
/frameworks/rs/ |
D | rsDriverLoader.cpp | 51 static bool LoadHalTable(Context *rsc, HalQueryHal fn, bool loadGraphics) { in LoadHalTable()
|
/frameworks/base/services/core/java/com/android/server/utils/ |
D | Watchable.java | 78 final String fn = base.getClass().getName() + "." + f.getName(); in verifyWatchedAttributes() local
|
/frameworks/base/cmds/screencap/ |
D | screencap.cpp | 144 status_t saveImage(const char* fn, std::optional<AndroidBitmapCompressFormat> format, in saveImage() 428 const char* fn = nullptr; in main() local
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | BinderThreadPriorityTest.java | 118 String fn = "/proc/" + Process.myPid() + "/task/" + Process.myTid() + "/cgroup"; in getSchedulerGroup() local
|
/frameworks/compile/libbcc/include/bcc/ |
D | Script.h | 82 void setLinkRuntimeCallback(RSLinkRuntimeCallback fn) { in setLinkRuntimeCallback()
|
/frameworks/base/native/graphics/jni/ |
D | bitmap.cpp | 103 AndroidBitmap_CompressWriteFunc fn) { in AndroidBitmap_compress()
|
/frameworks/base/libs/hwui/utils/ |
D | Color.cpp | 181 skcms_TransferFunction fn; in ColorSpaceToADataSpace() local 411 skcms_TransferFunction fn = SkNamedTransferFn::kPQ; in GetPQSkTransferFunction() local
|
/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
D | TokenBucketTest.java | 187 void assertThrow(Fn fn) { in assertThrow()
|
/frameworks/rs/driver/runtime/ |
D | rs_cl.c | 1580 #define THUNK_NATIVE_F(fn) \ argument 1586 #define THUNK_NATIVE_F_F(fn) \ argument 1592 #define THUNK_NATIVE_F_FP(fn) \ argument 1598 #define THUNK_NATIVE_F_I(fn) \ argument 1689 #define HN_FUNC_HN(fn) \ argument 1707 #define HN_FUNC_HN_HN(fn) \ argument 1728 #define HN_FUNC_HN_H(fn) \ argument 1743 #define HN_FUNC_HN_HN_HN(fn) \ argument 1768 #define HN_FUNC_HN_IN(fn) \ argument 1786 #define H_FUNC_HN(fn) \ argument [all …]
|
/frameworks/rs/driver/ |
D | rsdShader.cpp | 173 const char *fn = e->mHal.state.fieldNames[field]; in appendAttributes() local 283 const char *fn = e->mHal.state.fieldNames[field]; in appendUserConstants() local
|
/frameworks/base/ravenwood/tools/hoststubgen/lib/com/android/hoststubgen/filters/ |
D | ImplicitOutputFilter.kt | 167 classes.findField(className, fieldName)?.let { fn -> in <lambda>() method
|