Home
last modified time | relevance | path

Searched +defs:file +defs:handler (Results 76 – 100 of 1510) sorted by relevance

12345678910>>...61

/aosp_15_r20/art/tools/signal_dumper/
H A Dsignal_dumper.cc143 const std::string file; // The file addr2line is working on, so that we know when to close member
447 bool WaitLoop(uint32_t max_wait_micros, const T& handler) { in WaitLoop()
462 auto handler = [&](bool* res) { in WaitForMainSigStop() local
474 auto handler = [&](bool* res) { in WaitForSigStopped() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenMediaRecorder.java105 Handler handler, in ScreenMediaRecorder()
375 File file = File.createTempFile("temp", ".mp4", in save() local
435 protected SavedRecording(Uri uri, File file, Size thumbnailSize) { in SavedRecording()
/aosp_15_r20/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java1204 public @Nullable StorageVolume getStorageVolume(@NonNull File file) { in getStorageVolume()
1240 public static @Nullable StorageVolume getStorageVolume(File file, int userId) { in getStorageVolume()
1246 private static @Nullable StorageVolume getStorageVolume(StorageVolume[] volumes, File file) { in getStorageVolume()
1375 public void mkdirs(File file) { in mkdirs()
1704 public boolean isEncrypted(File file) { in isEncrypted()
1777 public File translateAppToSystem(File file, int pid, int uid) { in translateAppToSystem()
1787 public File translateSystemToApp(File file, int pid, int uid) { in translateSystemToApp()
1938 int mode, ProxyFileDescriptorCallback callback, Handler handler, ThreadFactory factory) in openProxyFileDescriptor()
2020 int mode, ProxyFileDescriptorCallback callback, Handler handler) in openProxyFileDescriptor()
2392 final File file = ParcelFileDescriptor.getFile(fd); in allocateBytes() local
/aosp_15_r20/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler_unittest.cc103 string file = dir + "/exception-handler-unittest.XXXXXX"; in CreateTMPFile() local
165 ExceptionHandler handler( in TEST() local
177 ExceptionHandler handler(MinidumpDescriptor(fd), NULL, NULL, NULL, true, -1); in TEST() local
227 google_breakpad::scoped_ptr<ExceptionHandler> handler; in ChildCrash() local
283 google_breakpad::scoped_ptr<ExceptionHandler> handler( in TEST() local
382 ExceptionHandler handler( in CrashWithCallbacks() local
466 ExceptionHandler handler( in TEST() local
562 ExceptionHandler handler( in TEST() local
954 ExceptionHandler handler( in TEST() local
1115 ExceptionHandler handler(MinidumpDescriptor(temp_dir.path()), NULL, NULL, in TEST() local
[all …]
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/
DBugleApplication.java190 final Handler handler = new Handler(getMainLooper()); in uncaughtException() local
212 final File file = DebugUtils.getDebugFile("startup.trace", true); in maybeStartProfiling() local
/aosp_15_r20/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java124 AtomicFile file = createFileForUser(user.id); in findOrCreateUserLocked() local
170 Handler handler = BackgroundThread.getHandler(); in RegisteredServicesCache() local
280 public void setListener(RegisteredServicesCacheListener<V> listener, Handler handler) { in setListener()
295 Handler handler; in notifyListener() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/windows/
Dtransmit_file.cpp34 random_access_handle& file, Handler handler) in transmit_file()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dcgitb.py272 def __init__(self, display=1, logdir=None, context=5, file=None, argument
324 handler = Hook().handle variable
/aosp_15_r20/external/python/cpython3/Lib/
Dcgitb.py272 def __init__(self, display=1, logdir=None, context=5, file=None, argument
324 handler = Hook().handle variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dcgitb.py272 def __init__(self, display=1, logdir=None, context=5, file=None, argument
324 handler = Hook().handle variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dcgitb.py272 def __init__(self, display=1, logdir=None, context=5, file=None, argument
324 handler = Hook().handle variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dcgitb.py272 def __init__(self, display=1, logdir=None, context=5, file=None, argument
324 handler = Hook().handle variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dcgitb.py272 def __init__(self, display=1, logdir=None, context=5, file=None, argument
324 handler = Hook().handle variable
/aosp_15_r20/external/python/cpython2/Lib/
Dcgitb.py262 def __init__(self, display=1, logdir=None, context=5, file=None, argument
315 handler = Hook().handle variable
/aosp_15_r20/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbConfigStore.java212 public UwbConfigStore(Context context, Handler handler, UwbInjector uwbInjector, in UwbConfigStore()
467 File file = new File(storeDir, STORE_ID_TO_FILE_NAME.get(fileId)); in createFile() local
809 public StoreFile(File file, @StoreFileId int fileId) { in StoreFile()
/aosp_15_r20/cts/tests/tests/webkit/src/android/webkit/cts/
H A DWebViewTest.java1229 private void deleteIfExists(File file) throws IOException { in deleteIfExists()
1235 private String readTextFile(File file, Charset encoding) in readTextFile()
1467 final DocumentHasImageCheckHandler handler = in testDocumentHasImages() local
1725 final HrefCheckHandler handler = new HrefCheckHandler(mWebView.getHandler().getLooper()); in testRequestFocusNodeHref() local
1819 final HrefCheckHandler handler = new HrefCheckHandler(mWebView.getHandler().getLooper()); in testRequestImageRef() local
2343 final File file = mContext.getFileStreamPath(PRINTER_TEST_FILE); in testPrinting() local
2391 final File file = mContext.getFileStreamPath(PRINTER_TEST_FILE); in testPrintingPagesCount() local
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/
H A Dcheck.h17 static AbortHandlerT* handler = &std::abort; in GetAbortHandler() local
30 CheckHandler(const char* check, const char* file, const char* func, int line) in CheckHandler()
/aosp_15_r20/external/selinux/sandbox/
H A Dseunshare.c93 static void handler(int sig) { in handler() function
171 static int check_owner_uid(uid_t uid, const char *file, struct stat *st) { in check_owner_uid()
183 static int check_owner_gid(gid_t gid, const char *file, struct stat *st) { in check_owner_gid()
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
H A DContentTest.java236 public UriObserver(Handler handler) { in UriObserver()
281 final File file = new File(filename); in getUriWithTextInFile() local
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A DparserInternals.c115 xmlCtxtSetErrorHandler(xmlParserCtxtPtr ctxt, xmlStructuredErrorFunc handler, in xmlCtxtSetErrorHandler()
221 const char *file = NULL; in xmlCtxtVErr() local
940 xmlCharEncodingHandlerPtr handler; in xmlDetectEBCDIC() local
1029 xmlCharEncodingHandlerPtr handler = NULL; in xmlSwitchEncoding() local
1077 xmlCharEncodingHandlerPtr handler; in xmlSwitchInputEncodingName() local
1126 xmlCharEncodingHandlerPtr handler) in xmlSwitchInputEncoding()
1218 xmlSwitchToEncoding(xmlParserCtxtPtr ctxt, xmlCharEncodingHandlerPtr handler) in xmlSwitchToEncoding()
/aosp_15_r20/external/libxml2/
H A DparserInternals.c115 xmlCtxtSetErrorHandler(xmlParserCtxtPtr ctxt, xmlStructuredErrorFunc handler, in xmlCtxtSetErrorHandler()
312 const char *file = NULL; in xmlCtxtVErr() local
1087 xmlCharEncodingHandlerPtr handler; in xmlDetectEBCDIC() local
1179 xmlCharEncodingHandlerPtr handler = NULL; in xmlSwitchEncoding() local
1212 xmlCharEncodingHandlerPtr handler; in xmlSwitchInputEncodingName() local
1274 xmlCharEncodingHandlerPtr handler) { in xmlInputSetEncodingHandler()
1366 xmlCharEncodingHandlerPtr handler) { in xmlSwitchInputEncoding()
1390 xmlSwitchToEncoding(xmlParserCtxtPtr ctxt, xmlCharEncodingHandlerPtr handler) in xmlSwitchToEncoding()
1505 xmlCharEncodingHandlerPtr handler; in xmlDetectEncoding() local
1536 xmlCharEncodingHandlerPtr handler; in xmlSetDeclaredEncoding() local
[all …]
/aosp_15_r20/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.cc548 const wchar_t* file, in HandleInvalidParameter()
775 ExceptionHandler handler(dump_path, NULL, callback, callback_context, in WriteMinidump() local
818 ExceptionHandler handler(dump_path, NULL, callback, callback_context, in WriteMinidumpForChild() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/tracing/
H A DLegacyTransitionTracer.java105 public void logDispatched(int transitionId, Transitions.TransitionHandler handler) { in logDispatched()
242 private void writeTraceToFileLocked(@Nullable PrintWriter pw, File file) { in writeTraceToFileLocked()
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DWallpaperManager.java588 @Nullable Handler handler, int userId, int displayId) { in addOnColorsChangedListener()
680 Handler handler = listener.second; in onWallpaperColorsChanged() local
934 Handler handler) { in WallpaperManager()
1825 @NonNull Handler handler) { in addOnColorsChangedListener()
1839 @NonNull Handler handler, int userId) { in addOnColorsChangedListener()
3399 File file = new File(path); in getDefaultSystemWallpaperFile() local
3413 final File file = new File(path); in getWallpaperInputStream() local
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DMediaPlayer.java1236 final File file = new File(path); in setDataSource() local
1684 Handler handler) { in addOnRoutingChangedListener()
2848 Handler handler = new Handler(thread.getLooper()); in setSubtitleAnchor() local
2959 Handler handler = new Handler(thread.getLooper()); in addSubtitleSource() local
3065 final File file = new File(path); in addTimedTextSource() local
3198 Handler handler = new Handler(thread.getLooper()); in addTimedTextSource() local
4126 @NonNull Handler handler) { in setOnSubtitleDataListener()
4164 @Nullable OnSubtitleDataListener listener, @Nullable Handler handler) { in setOnSubtitleDataListenerInt()
4211 @NonNull OnMediaTimeDiscontinuityListener listener, @NonNull Handler handler) { in setOnMediaTimeDiscontinuityListener()
4246 @Nullable OnMediaTimeDiscontinuityListener listener, @Nullable Handler handler) { in setOnMediaTimeDiscontinuityListenerInt()
[all …]

12345678910>>...61