Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/av/media/codec2/core/include/
D_C2MacroUtils.h80 #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/opt/net/wifi/libwifi_hal/
Dwifi_hal_fallback.cpp19 wifi_error init_wifi_vendor_hal_func_table(wifi_hal_fn *fn) { in init_wifi_vendor_hal_func_table()
/frameworks/base/core/java/com/android/internal/infra/
DAndroidFuture.java309 @NonNull Function<? super T, ? extends CompletionStage<U>> fn) { in thenCompose()
315 @NonNull Function<? super T, ? extends CompletionStage<U>> fn, in thenComposeAsync()
327 @NonNull Function<? super T, ? extends CompletionStage<U>> fn, in ThenComposeAsync()
370 public <U> AndroidFuture<U> thenApply(@NonNull Function<? super T, ? extends U> fn) { in thenApply()
375 public <U> AndroidFuture<U> thenApplyAsync(@NonNull Function<? super T, ? extends U> fn, in thenApplyAsync()
387 @NonNull Function<? super T, ? extends U> fn, in ThenApplyAsync()
/frameworks/minikin/tools/
Dmk_hyb_file.py275 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/rs/cpu_ref/
DrsCpuCore.cpp395 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/minikin/tests/perftests/
Dmain.cpp26 const char* fn = "/apex/com.android.i18n/etc/icu/" U_ICUDATA_NAME ".dat"; in main() local
/frameworks/minikin/tests/unittest/
DICUEnvironment.h40 const char* fn = "/apex/com.android.i18n/etc/icu/" U_ICUDATA_NAME ".dat"; in SetUp() local
/frameworks/libs/native_bridge_support/overriding/libc/
Dmalloc_init.cpp38 static fn_t fn = reinterpret_cast<fn_t>( in malloc_info_impl() local
D__cxa_thread_atexit_impl.cpp26 thread_atexit_fn_t fn; member
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DToastTest.java57 private static String readFile(String fn) { in readFile()
/frameworks/minikin/app/
DHyphTool.cpp13 Hyphenator* loadHybFile(const char* fn, int minPrefix, int minSuffix, const char* language) { in loadHybFile()
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp57 #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/rs/
DrsDriverLoader.cpp51 static bool LoadHalTable(Context *rsc, HalQueryHal fn, bool loadGraphics) { in LoadHalTable()
/frameworks/base/core/tests/coretests/src/android/os/
DBinderThreadPriorityTest.java97 String fn = "/proc/" + Process.myPid() + "/task/" + Process.myTid() + "/cgroup"; in getSchedulerGroup() local
/frameworks/compile/libbcc/include/bcc/
DScript.h82 void setLinkRuntimeCallback(RSLinkRuntimeCallback fn) { in setLinkRuntimeCallback()
/frameworks/base/native/graphics/jni/
Dbitmap.cpp103 AndroidBitmap_CompressWriteFunc fn) { in AndroidBitmap_compress()
/frameworks/base/libs/hwui/apex/
Dandroid_bitmap.cpp187 CompressWriter(void* userContext, AndroidBitmap_CompressWriteFunc fn) in CompressWriter()
210 AndroidBitmap_CompressWriteFunc fn) { in ABitmap_compress()
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
DTokenBucketTest.java172 void assertThrow(Fn fn) { in assertThrow()
/frameworks/rs/driver/
DrsdShader.cpp173 const char *fn = e->mHal.state.fieldNames[field]; in appendAttributes() local
283 const char *fn = e->mHal.state.fieldNames[field]; in appendUserConstants() local
/frameworks/rs/driver/runtime/
Drs_cl.c1580 #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/base/cmds/screencap/
Dscreencap.cpp170 const char* fn = NULL; in main() local
/frameworks/native/libs/gui/include/gui/
DITransactionCompletedListener.h45 FrameEventHistoryStats(uint64_t fn, const sp<Fence>& gpuCompFence, CompositorTiming compTiming, in FrameEventHistoryStats()
/frameworks/base/tools/bit/
Dmake.cpp257 string fn = module.installed[i]; in read_modules() local
/frameworks/base/tests/net/java/android/net/
DConnectivityManagerTest.java334 static void mustFail(Runnable fn) { in mustFail()
/frameworks/base/libs/hwui/utils/
DColor.cpp161 skcms_TransferFunction fn; in ColorSpaceToADataSpace() local

12