/aosp12/system/bt/gd/cert/ |
H A D | metadata.py | 17 import inspect 66 args = {arg: values[arg] for arg in inspect.getfullargspec(metadata).args}
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ |
H A D | MenuManager.java | 206 MenuItem inspect = menu.findItem(R.id.dir_menu_inspect); in updateContextMenu() local 215 Menus.setEnabledAndVisible(inspect, selectionDetails.size() == 1); in updateContextMenu() 229 MenuItem inspect = menu.findItem(R.id.dir_menu_inspect); in updateContextMenuForContainer() local 236 updateInspect(inspect); in updateContextMenuForContainer() 340 protected void updateInspect(MenuItem inspect, SelectionDetails selectionDetails) { in updateInspect() argument 341 Menus.setEnabledAndVisible(inspect, false); in updateInspect()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/files/ |
H A D | MenuManager.java | 263 protected void updateInspect(MenuItem inspect) { 265 Menus.setEnabledAndVisible(inspect, visible && mDirDetails.canInspectDirectory()); 269 protected void updateInspect(MenuItem inspect, SelectionDetails selectionDetails) { 271 Menus.setEnabledAndVisible(inspect, visible);
|
/aosp12/frameworks/rs/tests/lldb/tests/ |
H A D | run_test.py | 23 import inspect 232 for name, klass in inspect.getmembers(module, inspect.isclass):
|
/aosp12/frameworks/rs/tests/lldb/ |
H A D | run_tests.py | 19 import inspect 115 for member_name, member_obj in inspect.getmembers(Config): 116 if (inspect.isdatadescriptor(member_obj) and 340 for name, value in inspect.getmembers(config_module): 341 if (inspect.isclass(value)
|
/aosp12/frameworks/rs/ |
H A D | update-prebuilts.py | 22 import inspect 42 description=inspect.getdoc(sys.modules[__name__]))
|
/aosp12/frameworks/rs/tests/lldb/tests/harness/ |
H A D | test_base.py | 23 import inspect 101 method for name, method in inspect.getmembers(self, predicate)
|
H A D | decorators.py | 19 import inspect
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | webview_zygote.te | 39 # be able to inspect them so that it can reopen them on fork 67 # Read and inspect temporary files (like system properties) managed by zygote.
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | app_zygote.te | 24 # be able to inspect them so that it can reopen them on fork 44 # Read and inspect temporary files managed by zygote.
|
H A D | webview_zygote.te | 42 # be able to inspect them so that it can reopen them on fork 70 # Read and inspect temporary files (like system properties) managed by zygote.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | app_zygote.te | 24 # be able to inspect them so that it can reopen them on fork 44 # Read and inspect temporary files managed by zygote.
|
H A D | webview_zygote.te | 42 # be able to inspect them so that it can reopen them on fork 70 # Read and inspect temporary files (like system properties) managed by zygote.
|
/aosp12/system/sepolicy/private/ |
H A D | app_zygote.te | 24 # be able to inspect them so that it can reopen them on fork 44 # Read and inspect temporary files managed by zygote.
|
H A D | webview_zygote.te | 42 # be able to inspect them so that it can reopen them on fork 70 # Read and inspect temporary files (like system properties) managed by zygote.
|
/aosp12/system/core/init/ |
H A D | perfboot.py | 44 import inspect 396 description=inspect.getdoc(sys.modules[__name__]),
|
/aosp12/hardware/google/interfaces/media/c2/1.0/ |
H A D | IComponentStore.hal | 102 * not inspect this value. 118 * inspect this value.
|
/aosp12/system/extras/simpleperf/scripts/test/ |
H A D | do_test.py | 30 import inspect 83 for member_name, member in inspect.getmembers(value):
|
/aosp12/packages/modules/Virtualization/docs/getting_started/ |
H A D | index.md | 29 If you run into problems, inspect the logs produced by `atest`. Their location is printed at the
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | bitfield.rscript | 23 // one of these structures, it is permitted to inspect the common
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | bitfield.rscript | 25 // one of these structures, it is permitted to inspect the common
|
/aosp12/frameworks/compile/slang/lit-tests/padding/ |
H A D | bitfield.rscript | 29 // one of these structures, it is permitted to inspect the common
|
/aosp12/system/sepolicy/prebuilts/api/26.0/private/ |
H A D | webview_zygote.te | 36 # be able to inspect them so that it can reopen them on fork
|
/aosp12/system/sepolicy/prebuilts/api/27.0/private/ |
H A D | webview_zygote.te | 36 # be able to inspect them so that it can reopen them on fork
|
/aosp12/system/libhidl/vintfdata/ |
H A D | README.md | 80 manually inspect the frozen compatibility matrix. Modify the `optional`
|