Home
last modified time | relevance | path

Searched defs:SendResult (Results 1 – 25 of 52) sorted by relevance

123

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp354 SendInitializerSequenceFn SendResult, JITDylib &JD, in getInitializersBuildSequencePhase()
376 SendInitializerSequenceFn SendResult, JITDylib &JD) { in getInitializersLookupPhase()
414 void ELFNixPlatform::rt_getInitializers(SendInitializerSequenceFn SendResult, in rt_getInitializers()
434 SendDeinitializerSequenceFn SendResult, ExecutorAddr Handle) { in rt_getDeinitializers()
463 void ELFNixPlatform::rt_lookupSymbol(SendSymbolAddressFn SendResult, in rt_lookupSymbol()
494 RtLookupNotifyComplete(SendSymbolAddressFn &&SendResult) in rt_lookupSymbol()
506 SendSymbolAddressFn SendResult; in rt_lookupSymbol() member in llvm::orc::ELFNixPlatform::rt_lookupSymbol::RtLookupNotifyComplete
H A DCOFFPlatform.cpp488 void COFFPlatform::pushInitializersLoop(PushInitializersSendResultFn SendResult, in pushInitializersLoop()
545 void COFFPlatform::rt_pushInitializers(PushInitializersSendResultFn SendResult, in rt_pushInitializers()
580 void COFFPlatform::rt_lookupSymbol(SendSymbolAddressFn SendResult, in rt_lookupSymbol()
610 RtLookupNotifyComplete(SendSymbolAddressFn &&SendResult) in rt_lookupSymbol()
622 SendSymbolAddressFn SendResult; in rt_lookupSymbol() member in llvm::orc::COFFPlatform::rt_lookupSymbol::RtLookupNotifyComplete
H A DMachOPlatform.cpp551 PushInitializersSendResultFn SendResult, JITDylibSP JD) { in pushInitializersLoop()
638 void MachOPlatform::rt_pushInitializers(PushInitializersSendResultFn SendResult, in rt_pushInitializers()
667 void MachOPlatform::rt_lookupSymbol(SendSymbolAddressFn SendResult, in rt_lookupSymbol()
697 RtLookupNotifyComplete(SendSymbolAddressFn &&SendResult) in rt_lookupSymbol()
709 SendSymbolAddressFn SendResult; in rt_lookupSymbol() member in llvm::orc::MachOPlatform::rt_lookupSymbol::RtLookupNotifyComplete
H A DExecutorProcessControl.cpp129 IncomingWFRHandler SendResult, in callWrapperAsync()
H A DSimpleRemoteEPC.cpp368 IncomingWFRHandler SendResult; in handleResult() local
/aosp_15_r20/external/cronet/testing/libfuzzer/fuzzers/mach/
H A Dmach_message_converter.h50 struct SendResult { struct
59 SendResult SendMessage(mach_port_t local_port, const MachMessage& proto); argument
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/sms/
DSmsSender.java70 public static class SendResult { class in SmsSender
83 public SendResult(final int numOfParts) { in SendResult() method in SmsSender.SendResult
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h324 SendResultT &&SendResult, const ArgTs &...Args) { in callSPSWrapperAsync()
338 void callSPSWrapperAsync(ExecutorAddr WrapperFnAddr, SendResultT &&SendResult, in callSPSWrapperAsync()
H A DCore.h1606 void callSPSWrapperAsync(ExecutorAddr WrapperFnAddr, SendResultT &&SendResult, in callSPSWrapperAsync()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DExecutorProcessControl.h362 SendResultT &&SendResult, const ArgTs &...Args) { in callSPSWrapperAsync()
376 void callSPSWrapperAsync(ExecutorAddr WrapperFnAddr, SendResultT &&SendResult, in callSPSWrapperAsync()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DExecutorProcessControl.h380 SendResultT &&SendResult, const ArgTs &...Args) { in callSPSWrapperAsync()
394 void callSPSWrapperAsync(ExecutorAddr WrapperFnAddr, SendResultT &&SendResult, in callSPSWrapperAsync()
DCore.h1676 void callSPSWrapperAsync(ExecutorAddr WrapperFnAddr, SendResultT &&SendResult, in callSPSWrapperAsync()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DExecutorProcessControl.h380 SendResultT &&SendResult, const ArgTs &...Args) { in callSPSWrapperAsync()
394 void callSPSWrapperAsync(ExecutorAddr WrapperFnAddr, SendResultT &&SendResult, in callSPSWrapperAsync()
DCore.h1676 void callSPSWrapperAsync(ExecutorAddr WrapperFnAddr, SendResultT &&SendResult, in callSPSWrapperAsync()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DExecutorProcessControl.h380 SendResultT &&SendResult, const ArgTs &...Args) { in callSPSWrapperAsync()
394 void callSPSWrapperAsync(ExecutorAddr WrapperFnAddr, SendResultT &&SendResult, in callSPSWrapperAsync()
DCore.h1673 void callSPSWrapperAsync(ExecutorAddr WrapperFnAddr, SendResultT &&SendResult, in callSPSWrapperAsync()
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DSendResult.java34 public class SendResult extends Activity class
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Doghttp2_session.h335 enum class SendResult { enum
/aosp_15_r20/frameworks/base/core/java/android/service/carrier/
H A DCarrierMessagingService.java415 public @interface SendResult {} annotation in CarrierMessagingService
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/Shared/
DWrapperFunctionUtils.h528 HandlerT &&Handler, SendResultT &&SendResult) { in handleAsync()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/Shared/
DWrapperFunctionUtils.h528 HandlerT &&Handler, SendResultT &&SendResult) { in handleAsync()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/Shared/
DWrapperFunctionUtils.h528 HandlerT &&Handler, SendResultT &&SendResult) { in handleAsync()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/Shared/
DWrapperFunctionUtils.h528 HandlerT &&Handler, SendResultT &&SendResult) { in handleAsync()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h528 HandlerT &&Handler, SendResultT &&SendResult) { in handleAsync()
/aosp_15_r20/packages/modules/adb/client/
Dincremental_server.cpp239 enum class SendResult { Sent, Skipped, Error }; enum in incremental::IncrementalServer

123