| /frameworks/native/cmds/lshal/ |
| D | Timeout.h | 32 explicit BackgroundTaskState(std::function<void(void)> &&func) in BackgroundTaskState() 64 bool timeout(std::chrono::duration<R, P> delay, std::function<void(void)> &&func) { in timeout() 82 timeoutIPC(std::chrono::duration<R, P> wait, const sp<I> &interfaceObject, Function &&func, in timeoutIPC() 99 timeoutIPC(const sp<I> &interfaceObject, Function &&func, Args &&... args) { in timeoutIPC()
|
| /frameworks/rs/tests/lldb/tests/harness/ |
| D | decorators.py | 44 def __call__(self, func): argument 75 def wimpy(func): argument 91 def __call__(self, func): argument 130 def __call__(self, func): argument
|
| /frameworks/base/tools/aapt2/cmd/ |
| D | Command.cpp | 56 auto func = [value, flags](const StringPiece& arg) -> bool { in AddRequiredFlag() local 66 auto func = [value, flags](const StringPiece& arg) -> bool { in AddRequiredFlagList() local 76 auto func = [value, flags](const StringPiece& arg) -> bool { in AddOptionalFlag() local 86 auto func = [value, flags](const StringPiece& arg) -> bool { in AddOptionalFlagList() local 96 auto func = [value](const StringPiece& arg) -> bool { in AddOptionalFlagList() local 106 auto func = [value](const StringPiece& arg) -> bool { in AddOptionalSwitch() local
|
| /frameworks/base/cmds/idmap2/libidmap2/ |
| D | CommandLineOptions.cpp | 41 auto func = [value](const std::string& arg ATTRIBUTE_UNUSED) -> void { *value = true; }; in OptionalFlag() local 50 auto func = [value](const std::string& arg) -> void { *value = arg; }; in MandatoryOption() local 59 auto func = [value](const std::string& arg) -> void { value->push_back(arg); }; in MandatoryOption() local 68 auto func = [value](const std::string& arg) -> void { *value = arg; }; in OptionalOption() local 77 auto func = [value](const std::string& arg) -> void { value->push_back(arg); }; in OptionalOption() local
|
| /frameworks/rs/rsov/compiler/spirit/ |
| D | builder.cpp | 32 FunctionDefinition *func, const char *name) { in MakeEntryPointDefinition() 43 FunctionInst *func = MakeFunction(retType, ctrl, funcType); in MakeFunctionDefinition() local
|
| /frameworks/base/libs/hwui/thread/ |
| D | WorkQueue.h | 83 void postAt(nsecs_t time, F&& func) { in postAt() 88 void postDelayed(nsecs_t delay, F&& func) { in postDelayed() 93 void post(F&& func) { in post()
|
| /frameworks/wilhelm/src/ |
| D | assert.cpp | 30 void __assert2(const char *file, int line, const char *func, const char *failedexpr) in __assert2()
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/textservices/ |
| D | LazyIntToIntMapTest.java | 42 final IntUnaryOperator func = mock(IntUnaryOperator.class); in testLaziness() local
|
| /frameworks/rs/cpp/ |
| D | RenderScript.cpp | 276 void RS::setErrorHandler(ErrorHandlerFunc_t func) { in setErrorHandler() 280 void RS::setMessageHandler(MessageHandlerFunc_t func) { in setMessageHandler()
|
| /frameworks/native/opengl/libagl/ |
| D | state.cpp | 226 void glStencilFunc(GLenum func, GLint /*ref*/, GLuint /*mask*/) { in glStencilFunc() 249 void glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc() 544 void glDepthFunc(GLenum func) { in glDepthFunc() 554 void glAlphaFuncx(GLenum func, GLclampx ref) { in glAlphaFuncx()
|
| /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
| D | math_agree.rs | 47 volatile type func##_rand_##abbrev##1_##abbrev##1; \ typedef
|
| /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
| D | math_agree.rs | 31 volatile type func##_rand_##abbrev##1_##abbrev##1; \ typedef
|
| /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
| D | math_agree.rs | 49 volatile type func##_rand_##abbrev##1_##abbrev##1; \ typedef
|
| /frameworks/base/tests/backup/ |
| D | backup_helper_test.cpp | 32 test_func func; member
|
| /frameworks/native/libs/binder/ |
| D | Debug.cpp | 150 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) in printTypeCode() 161 debugPrintFunc func, void* cookie) in printHexData()
|
| /frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/tests/ |
| D | BasePerfTest.java | 92 protected void runPerfFunction(LongSupplier func) { in runPerfFunction()
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/ |
| D | writer_test.js | 49 function assertFails(func) { argument
|
| /frameworks/base/cmds/incidentd/src/ |
| D | Reporter.cpp | 206 void ReportBatch::forEachPersistedRequest(const function<void (const sp<ReportRequest>&)>& func) { in forEachPersistedRequest() 213 void ReportBatch::forEachStreamingRequest(const function<void (const sp<ReportRequest>&)>& func) { in forEachStreamingRequest() 221 const function<void (const sp<IIncidentReportStatusListener>&)>& func) { in forEachListener() 239 const function<void (const sp<IIncidentReportStatusListener>&)>& func) { in forEachListener()
|
| /frameworks/rs/cpu_ref/ |
| D | rsCpuScriptGroup2.h | 24 CPUClosure(const Closure* closure, RsdCpuScriptImpl* si, ExpandFuncTy func) : in CPUClosure()
|
| /frameworks/native/cmds/servicemanager/ |
| D | binder.h | 26 void (*func)(struct binder_state *bs, void *ptr); member
|
| /frameworks/base/libs/hwui/renderthread/ |
| D | CacheManager.cpp | 88 virtual void add(std::function<void(void)> func) override { CommonPool::post(std::move(func)); } in add()
|
| /frameworks/native/libs/binder/include/binder/ |
| D | BpBinder.h | 104 IBinder::object_cleanup_func func; member
|
| /frameworks/ml/nn/common/operations/ |
| D | LogicalAndOr.cpp | 37 bool compute(const std::function<bool(bool, bool)>& func, const bool8* aData, const Shape& aShape, in compute() argument
|
| /frameworks/rs/rsov/compiler/ |
| D | GlobalAllocSPIRITPass.cpp | 142 FunctionInst *func = in transform() local
|
| /frameworks/native/cmds/dumpstate/ |
| D | utils.cpp | 332 for_each_pid_func *func = (for_each_pid_func*) arg; in for_each_pid_helper() local 336 void for_each_pid(for_each_pid_func func, const char *header) { in for_each_pid() 349 for_each_tid_func *func = (for_each_tid_func *) arg; in for_each_tid_helper() local 399 void for_each_tid(for_each_tid_func func, const char *header) { in for_each_tid()
|