Home
last modified time | relevance | path

Searched refs:inspect (Results 1 – 25 of 65) sorted by relevance

123

/aosp12/system/bt/gd/cert/
H A Dmetadata.py17 import inspect
66 args = {arg: values[arg] for arg in inspect.getfullargspec(metadata).args}
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DMenuManager.java206 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 DMenuManager.java263 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 Drun_test.py23 import inspect
232 for name, klass in inspect.getmembers(module, inspect.isclass):
/aosp12/frameworks/rs/tests/lldb/
H A Drun_tests.py19 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 Dupdate-prebuilts.py22 import inspect
42 description=inspect.getdoc(sys.modules[__name__]))
/aosp12/frameworks/rs/tests/lldb/tests/harness/
H A Dtest_base.py23 import inspect
101 method for name, method in inspect.getmembers(self, predicate)
H A Ddecorators.py19 import inspect
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dwebview_zygote.te39 # 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 Dapp_zygote.te24 # be able to inspect them so that it can reopen them on fork
44 # Read and inspect temporary files managed by zygote.
H A Dwebview_zygote.te42 # 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 Dapp_zygote.te24 # be able to inspect them so that it can reopen them on fork
44 # Read and inspect temporary files managed by zygote.
H A Dwebview_zygote.te42 # 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 Dapp_zygote.te24 # be able to inspect them so that it can reopen them on fork
44 # Read and inspect temporary files managed by zygote.
H A Dwebview_zygote.te42 # 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 Dperfboot.py44 import inspect
396 description=inspect.getdoc(sys.modules[__name__]),
/aosp12/hardware/google/interfaces/media/c2/1.0/
H A DIComponentStore.hal102 * not inspect this value.
118 * inspect this value.
/aosp12/system/extras/simpleperf/scripts/test/
H A Ddo_test.py30 import inspect
83 for member_name, member in inspect.getmembers(value):
/aosp12/packages/modules/Virtualization/docs/getting_started/
H A Dindex.md29 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 Dbitfield.rscript23 // 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 Dbitfield.rscript25 // one of these structures, it is permitted to inspect the common
/aosp12/frameworks/compile/slang/lit-tests/padding/
H A Dbitfield.rscript29 // one of these structures, it is permitted to inspect the common
/aosp12/system/sepolicy/prebuilts/api/26.0/private/
H A Dwebview_zygote.te36 # be able to inspect them so that it can reopen them on fork
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Dwebview_zygote.te36 # be able to inspect them so that it can reopen them on fork
/aosp12/system/libhidl/vintfdata/
H A DREADME.md80 manually inspect the frozen compatibility matrix. Modify the `optional`

123