Home
last modified time | relevance | path

Searched +defs:file +defs:handler (Results 101 – 125 of 1510) sorted by relevance

12345678910>>...61

/aosp_15_r20/libcore/luni/src/test/java/libcore/xml/
H A DDomTest.java860 RecordingHandler handler = new RecordingHandler(); in testUserDataHandlerNotifiedOfShallowClones() local
880 RecordingHandler handler = new RecordingHandler(); in testUserDataHandlerNotifiedOfDeepClones() local
903 RecordingHandler handler = new RecordingHandler(); in testUserDataHandlerNotifiedOfShallowImports() local
924 RecordingHandler handler = new RecordingHandler(); in testUserDataHandlerNotifiedOfDeepImports() local
1060 RecordingHandler handler = new RecordingHandler(); in testUserDataHandlerNotifiedOfOnlyShallowAdoptions() local
1079 File file = File.createTempFile("DomTest.java", "xml"); in testBaseUriRelativeUriResolution() local
1323 RecordingHandler handler = new RecordingHandler(); in testUserDataHandlerNotifiedOfRenames() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessTestResultsParser.java326 public void parseFile(File file) { in parseFile()
369 EventHandler handler = mHandlerMap.get(matcher.group(2)); in parse() local
560 LogFile file = assosInfo.mLoggedFile; in handleEvent() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/net/
H A DOldURLStreamHandlerTest.java32 MockURLStreamHandler handler = null; field in OldURLStreamHandlerTest
216 String file, in setURL()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowTextToSpeech.java129 Handler handler = new Handler(Looper.getMainLooper()); in speak() local
210 protected int synthesizeToFile(CharSequence text, Bundle params, File file, String utteranceId) in synthesizeToFile()
/aosp_15_r20/out/soong/.intermediates/external/jarjar/jarjar/linux_glibc_common/javac/
Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/avb/test/
H A Dat_auth_unlock_unittest.py31 def dataPath(file): argument
279 def handler(args, *extraArgs, **kwargs): function
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/
H A DDockObserver.java110 try (FileReader file = new FileReader(stateFilePath)) { in fromFile()
444 public DeviceProvisionedObserver(Handler handler) { in DeviceProvisionedObserver()
/aosp_15_r20/external/ow2-asm/tools/retrofitter/src/main/java/org/objectweb/asm/tools/
H A DRetrofitter.java161 private List<File> getAllClasses(final File file, final List<File> allClasses) in getAllClasses()
344 final Label start, final Label end, final Label handler, final String type) { in visitMethod()
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Ddump_symbols.cc221 StabsToModule handler(module); in LoadStabs() local
253 DwarfRangeListHandler handler(ranges); in ReadRanges() local
283 DwarfLineToModule handler(module, compilation_dir_, lines, files); in ReadProgram() local
587 DwarfCFIToModule handler(module, register_names, &module_reporter); in LoadDwarfCFI() local
839 void set_debuglink_file(string file) { in set_debuglink_file()
/aosp_15_r20/external/ltp/include/
H A Dtst_safe_macros.h256 #define SAFE_IOCTL_(file, lineno, fd, request, ...) \ argument
275 static inline void *safe_mmap(const char *file, const int lineno, in safe_mmap()
312 #define SAFE_SIGNAL(signum, handler) \ argument
351 #define SAFE_EXECLP(file, arg, ...) do { \ argument
357 #define SAFE_EXECL(file, arg, ...) do { \ argument
363 #define SAFE_EXECVP(file, arg) do { \ argument
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DMediaRecorder.java1214 public void setOutputFile(File file) in setOutputFile()
1277 public void setNextOutputFile(File file) throws IOException in setNextOutputFile()
1305 RandomAccessFile file = new RandomAccessFile(mPath, "rw"); in prepare() local
1314 RandomAccessFile file = new RandomAccessFile(mFile, "rw"); in prepare() local
1763 Handler handler) { in addOnRoutingChangedListener()
/aosp_15_r20/out/soong/.intermediates/packages/modules/CaptivePortalLogin/CaptivePortalLoginLib/android_common/javac/
DCaptivePortalLoginLib.jar ... .webkit.WebView view android.webkit.SslErrorHandler handler android.net.http.SslError error String strErrorUrl ...
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/
Dtest_unistd.rs643 let file = NamedTempFile::new().unwrap(); in test_acct() localVariable
791 let mut file = File::create(&path).unwrap(); in test_ftruncate() localVariable
824 let handler = SigHandler::Handler(alarm_signal_handler); in test_alarm() localVariable
1210 let file = tempfile::NamedTempFile::new_in("/var/tmp").unwrap(); in test_setfsuid() localVariable
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/display/
H A DBrightnessTracker.java558 AtomicFile file = mInjector.getFile(filename); in getFileWithLegacyFallback() local
985 public SettingsObserver(Handler handler) { in SettingsObserver()
1103 SensorEventListener sensorListener, Sensor lightSensor, Handler handler) { in registerSensorListener()
1257 DisplayManager.DisplayListener listener, Handler handler) { in registerDisplayListener()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/asyncio/
Dbase_events.py874 async def sock_sendfile(self, sock, file, offset=0, count=None, argument
889 async def _sock_sendfile_native(self, sock, file, offset, count): argument
896 async def _sock_sendfile_fallback(self, sock, file, offset, count): argument
922 def _check_sendfile_params(self, sock, file, offset, count): argument
1152 async def sendfile(self, transport, file, offset=0, count=None, argument
1199 async def _sendfile_native(self, transp, file, offset, count): argument
1203 async def _sendfile_fallback(self, transp, file, offset, count): argument
1706 def set_exception_handler(self, handler): argument
/aosp_15_r20/external/python/cpython3/Lib/asyncio/
Dbase_events.py874 async def sock_sendfile(self, sock, file, offset=0, count=None, argument
889 async def _sock_sendfile_native(self, sock, file, offset, count): argument
896 async def _sock_sendfile_fallback(self, sock, file, offset, count): argument
922 def _check_sendfile_params(self, sock, file, offset, count): argument
1152 async def sendfile(self, transport, file, offset=0, count=None, argument
1199 async def _sendfile_native(self, transp, file, offset, count): argument
1203 async def _sendfile_fallback(self, transp, file, offset, count): argument
1706 def set_exception_handler(self, handler): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/asyncio/
H A Dbase_events.py874 async def sock_sendfile(self, sock, file, offset=0, count=None, argument
889 async def _sock_sendfile_native(self, sock, file, offset, count): argument
896 async def _sock_sendfile_fallback(self, sock, file, offset, count): argument
922 def _check_sendfile_params(self, sock, file, offset, count): argument
1152 async def sendfile(self, transport, file, offset=0, count=None, argument
1199 async def _sendfile_native(self, transp, file, offset, count): argument
1203 async def _sendfile_fallback(self, transp, file, offset, count): argument
1706 def set_exception_handler(self, handler): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/asyncio/
Dbase_events.py874 async def sock_sendfile(self, sock, file, offset=0, count=None, argument
889 async def _sock_sendfile_native(self, sock, file, offset, count): argument
896 async def _sock_sendfile_fallback(self, sock, file, offset, count): argument
922 def _check_sendfile_params(self, sock, file, offset, count): argument
1152 async def sendfile(self, transport, file, offset=0, count=None, argument
1199 async def _sendfile_native(self, transp, file, offset, count): argument
1203 async def _sendfile_fallback(self, transp, file, offset, count): argument
1706 def set_exception_handler(self, handler): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/asyncio/
Dbase_events.py874 async def sock_sendfile(self, sock, file, offset=0, count=None, argument
889 async def _sock_sendfile_native(self, sock, file, offset, count): argument
896 async def _sock_sendfile_fallback(self, sock, file, offset, count): argument
922 def _check_sendfile_params(self, sock, file, offset, count): argument
1152 async def sendfile(self, transport, file, offset=0, count=None, argument
1199 async def _sendfile_native(self, transp, file, offset, count): argument
1203 async def _sendfile_fallback(self, transp, file, offset, count): argument
1706 def set_exception_handler(self, handler): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/asyncio/
Dbase_events.py874 async def sock_sendfile(self, sock, file, offset=0, count=None, argument
889 async def _sock_sendfile_native(self, sock, file, offset, count): argument
896 async def _sock_sendfile_fallback(self, sock, file, offset, count): argument
922 def _check_sendfile_params(self, sock, file, offset, count): argument
1152 async def sendfile(self, transport, file, offset=0, count=None, argument
1199 async def _sendfile_native(self, transp, file, offset, count): argument
1203 async def _sendfile_fallback(self, transp, file, offset, count): argument
1706 def set_exception_handler(self, handler): argument
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/audio/
H A DSoundEffectsHelper.java379 String file = parser.getAttributeValue(null, ATTR_ASSET_FILE); in loadSoundAssets() local
515 void addHandler(OnEffectsLoadCompleteHandler handler) { in addHandler()
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowContentResolverTest.java453 File file = temporaryFolder.newFile(); in openInputStream_returnsFileUriStream() local
1272 public TestContentObserver(Handler handler) { in TestContentObserver()
1323 final File file = in openFile() local
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DContextImpl.java599 File file; in getSharedPreferences() local
614 public SharedPreferences getSharedPreferences(File file, int mode) { in getSharedPreferences()
809 private static File ensurePrivateDirExists(File file) { in ensurePrivateDirExists()
813 private static File ensurePrivateCacheDirExists(File file, String xattr) { in ensurePrivateCacheDirExists()
818 private static File ensurePrivateDirExists(File file, int mode, int gid, String xattr) { in ensurePrivateDirExists()
2158 Handler handler, UserHandle user) { in bindServiceAsUser()
2168 @NonNull BindServiceFlags flags, Handler handler, UserHandle user) { in bindServiceAsUser()
2178 public IServiceConnection getServiceDispatcher(ServiceConnection conn, Handler handler, in getServiceDispatcher()
2203 String instanceName, Handler handler, Executor executor, UserHandle user) { in bindServiceCommon()
3377 File file = makeFilename(getDataDir(), name); in getDir() local
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dbackend_server.rs547 let file = into_single_file(files).ok_or(Error::IncorrectFds)?; in process_message() localVariable
572 let file = into_single_file(files).ok_or(Error::InvalidParam)?; in process_message() localVariable
805 let file = into_single_file(files).ok_or(Error::InvalidMessage)?; in set_backend_req_fd() localVariable
832 let file = into_single_file(files); in handle_vring_fd_request() localVariable
918 let handler = BackendServer::new(p1, backend); in test_backend_server_new() localVariable
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java283 @NonNull Handler handler) { in CoexManager()
825 final File file = new File(filepath); in readTableFromXml() local

12345678910>>...61