Home
last modified time | relevance | path

Searched +defs:file +defs:handler (Results 151 – 175 of 1510) sorted by relevance

12345678910>>...61

/aosp_15_r20/external/libchrome/ipc/
H A Dipc_channel_mojo_unittest.cc415 static void WriteFile(IPC::Message* message, base::File& file) { in WriteFile()
423 static void WriteFileThenSend(IPC::Sender* sender, base::File& file) { in WriteFileThenSend()
431 base::File& file, in WriteFileAndPipeThenSend()
447 base::File file( in ReadReceivedFile() local
1005 void set_ping_handler(const base::RepeatingClosure& handler) { in set_ping_handler()
1666 base::File file(HandleSendingHelper::GetSendingFilePath(temp_dir.GetPath()), in TEST_F() local
1715 base::File file(HandleSendingHelper::GetSendingFilePath(temp_dir.GetPath()), in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dslave_req_handler.rs491 let file = take_single_file(files).ok_or(Error::IncorrectFds)?; in handle_request() localVariable
636 let file = take_single_file(files).ok_or(Error::InvalidMessage)?; in set_slave_req_fd() localVariable
667 let file = take_single_file(files); in handle_vring_fd_request() localVariable
826 let mut handler = SlaveReqHandler::new(endpoint, backend); in test_slave_req_handler_new() localVariable
/aosp_15_r20/external/clang/tools/c-index-test/
H A Dc-index-test.c122 static unsigned CreateTranslationUnit(CXIndex Idx, const char *file, in CreateTranslationUnit()
966 CXFile file; in GetCursorSource() local
988 CXFile file; in PrintDiagnostic() local
1151 CXFile file; in FunctionScanVisitor() local
1598 int perform_test_load_tu(const char *file, const char *filter, in perform_test_load_tu()
1796 CXFile file; in perform_file_scan() local
1971 FILE *file) { in print_completion_string()
2006 FILE *file) { in print_completion_result()
2078 void print_completion_contexts(unsigned long long contexts, FILE *file) { in print_completion_contexts()
2293 cursor_handler_t handler) { in inspect_cursor_at()
[all …]
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/net/
H A DURLTest.java261 String protocol, String host, int port, String authority, String file) { in assertFields()
461 URLStreamHandler handler = in testCommonProtocolsAreHandledByBuiltinHandlers() local
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_cpp_ffi/
Dnearby_protocol.cc37 void (*handler)(PanicReason); member
53 void _assert_panic(bool condition, const char* func, const char* file, in _assert_panic()
/aosp_15_r20/external/guice/extensions/struts2/lib/
HDjetty-6.1.0.jar ... String pvalue ClassNotFoundException e String classpath java.io.File tmp java.io.File scratch Exception e int ...
/aosp_15_r20/external/cronet/ipc/
H A Dipc_channel_mojo_unittest.cc435 static void WriteFile(IPC::Message* message, base::File& file) { in WriteFile()
443 static void WriteFileThenSend(IPC::Sender* sender, base::File& file) { in WriteFileThenSend()
451 base::File& file, in WriteFileAndPipeThenSend()
467 base::File file( in ReadReceivedFile() local
1041 void set_ping_handler(const base::RepeatingClosure& handler) { in set_ping_handler()
1848 base::File file(HandleSendingHelper::GetSendingFilePath(temp_dir.GetPath()), in TEST_F() local
1897 base::File file(HandleSendingHelper::GetSendingFilePath(temp_dir.GetPath()), in TEST_F() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/asyncio/
Devents.py368 async def sendfile(self, transport, file, offset=0, count=None, argument
567 async def sock_sendfile(self, sock, file, offset=0, count=None, argument
592 def set_exception_handler(self, handler): argument
/aosp_15_r20/external/python/cpython3/Lib/asyncio/
Devents.py368 async def sendfile(self, transport, file, offset=0, count=None, argument
567 async def sock_sendfile(self, sock, file, offset=0, count=None, argument
592 def set_exception_handler(self, handler): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/asyncio/
H A Devents.py368 async def sendfile(self, transport, file, offset=0, count=None, argument
567 async def sock_sendfile(self, sock, file, offset=0, count=None, argument
592 def set_exception_handler(self, handler): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/asyncio/
Devents.py368 async def sendfile(self, transport, file, offset=0, count=None, argument
567 async def sock_sendfile(self, sock, file, offset=0, count=None, argument
592 def set_exception_handler(self, handler): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/asyncio/
Devents.py368 async def sendfile(self, transport, file, offset=0, count=None, argument
567 async def sock_sendfile(self, sock, file, offset=0, count=None, argument
592 def set_exception_handler(self, handler): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/asyncio/
Devents.py368 async def sendfile(self, transport, file, offset=0, count=None, argument
567 async def sock_sendfile(self, sock, file, offset=0, count=None, argument
592 def set_exception_handler(self, handler): argument
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DGenerateItemCounts.java588 String file = parts[0]; in doSummary() local
924 MyHandler handler = check(file.toString(), name, isFinal); in summarizeFiles() local
/aosp_15_r20/frameworks/base/test-mock/src/android/test/mock/
H A DMockContext.java155 public SharedPreferences getSharedPreferences(File file, int mode) { in getSharedPreferences()
261 public SQLiteDatabase openOrCreateDatabase(String file, int mode, in openOrCreateDatabase()
267 public SQLiteDatabase openOrCreateDatabase(String file, int mode, in openOrCreateDatabase()
979 public IServiceConnection getServiceDispatcher(ServiceConnection conn, Handler handler, in getServiceDispatcher()
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/
H A Dhandler.rs279 let file = file.ok_or(VhostError::InvalidParam)?; in set_vring_kick() localVariable
296 let file = file.ok_or(VhostError::InvalidParam)?; in set_vring_call() localVariable
1200 let mut handler = DeviceRequestHandler::new(FakeBackend::new()); in test_vhost_user_lifecycle_parameterized() localVariable
/aosp_15_r20/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreManagerService.java201 final Handler handler = new Handler(handlerThread.getLooper()); in initializeMessageHandler() local
1016 final File file = BlobStoreConfig.prepareSessionIndexFile(); in prepareSessionsIndexFile() local
1024 final File file = BlobStoreConfig.prepareBlobsIndexFile(); in prepareBlobsIndexFile() local
/aosp_15_r20/tools/deviceinfra/prebuilts/
Dats_console_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp_15_r20/external/cronet/third_party/netty4/src/jar/all-in-one/
HDnetty-all-4.1.9.Final.jar ... netty/handler/proxy/ io/netty/handler/logging/ io/netty/handler/codec ...
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DApplicationExitInfoTest.java1193 private static void createRandomFile(File file, int size) throws IOException { in createRandomFile()
1324 Handler handler) { in getAppOpsService()
/aosp_15_r20/frameworks/base/core/java/android/content/
H A DContextWrapper.java228 public SharedPreferences getSharedPreferences(File file, int mode) { in getSharedPreferences()
935 Handler handler, UserHandle user) { in bindServiceAsUser()
942 @NonNull BindServiceFlags flags, Handler handler, UserHandle user) { in bindServiceAsUser()
1344 Handler handler, long flags) { in getServiceDispatcher()
/aosp_15_r20/external/cronet/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc1176 base::File file(GetReadonlyPnaclFd(kFilename, false /* is_executable */, in GetPnaclResourceInfo() local
1394 base::File file, in DownloadFileCompletion()
1678 const PPP_PexeStreamHandler* handler, in StreamPexe()
/aosp_15_r20/prebuilts/tools/common/m2/repository/io/grpc/grpc-netty-shaded/1.56.0/
HDgrpc-netty-shaded-1.56.0.jar ... grpc.netty.shaded.io.netty.handler.ssl.SslHandler handler Throwable t io.grpc ...
/aosp_15_r20/prebuilts/bazel/common/android_tools/android_tools/
Ddesugar_jdk_libs.jar ... .fs.DesugarBasicFileAttributes create (java.io.File) java.io.File file java.nio ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/io/grpc/grpc-netty-shaded/1.16.1/
HDgrpc-netty-shaded-1.16.1.jar ... shaded.io.grpc.netty.ProtocolNegotiator$Handler { private final io.grpc.netty.shaded ...

12345678910>>...61