/system/tools/xsdc/tests/src/com/android/xsdc/tests/ |
D | XmlParserTest.java | 52 instance = xmlParser.getMethod("read", InputStream.class).invoke(null, in); in testPurchaseSimple() 54 Object billTo = purchaseOrderType.getMethod("getBillTo").invoke(instance); in testPurchaseSimple() 55 List shipToList = (List) purchaseOrderType.getMethod("getShipTo").invoke(instance); in testPurchaseSimple() 57 String name = (String) usAddress.getMethod("getName").invoke(billTo); in testPurchaseSimple() 58 BigInteger zip = (BigInteger) usAddress.getMethod("getZip").invoke(billTo); in testPurchaseSimple() 59 String street = (String) usAddress.getMethod("getStreet").invoke(shipToList.get(0)); in testPurchaseSimple() 60 BigInteger largeZip = (BigInteger) usAddress.getMethod("getZip").invoke(shipToList.get(1)); in testPurchaseSimple() 62 "getOrderDate").invoke(instance); in testPurchaseSimple() 89 instance = xmlParser.getMethod("read", InputStream.class).invoke(null, in); in testNestedType() 92 String name = (String) employee.getMethod("getName").invoke(instance); in testNestedType() [all …]
|
/system/core/init/ |
D | epoll.cpp | 82 std::invoke(*reinterpret_cast<std::function<void()>*>(ev.data.ptr)); in Wait()
|
D | ueventd_parser.cpp | 197 return std::invoke(*parser, this, std::move(args)); in ParseLineSection()
|
D | service.h | 270 return std::invoke(function, s) == value;
|
D | builtins.cpp | 103 if (service->classnames().count(classname)) std::invoke(function, service); in ForEachServiceInClass()
|
/system/sepolicy/private/ |
D | netd.te | 15 # in order to invoke side effect of close() on such a socket calling synchronize_rcu()
|
D | untrusted_app_27.te | 39 # The ability to invoke dex2oat. Historically required by ART, now only
|
D | untrusted_app_25.te | 55 # The ability to invoke dex2oat. Historically required by ART, now only
|
D | zygote.te | 109 # Handle --invoke-with command when launching Zygote with a wrapper command.
|
D | app_neverallows.te | 61 # Do not allow untrusted apps to invoke dex2oat. This was historically required
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | netd.te | 15 # in order to invoke side effect of close() on such a socket calling synchronize_rcu()
|
D | untrusted_app_27.te | 39 # The ability to invoke dex2oat. Historically required by ART, now only
|
D | untrusted_app_25.te | 55 # The ability to invoke dex2oat. Historically required by ART, now only
|
D | zygote.te | 109 # Handle --invoke-with command when launching Zygote with a wrapper command.
|
D | app_neverallows.te | 61 # Do not allow untrusted apps to invoke dex2oat. This was historically required
|
/system/extras/perfprofd/tests/ |
D | perfprofd_test.cc | 363 int invoke() in invoke() function in PerfProfdRunner 496 int daemon_main_return_code = runner.invoke(); in TEST_F() 535 int daemon_main_return_code = runner.invoke(); in TEST_F() 572 int daemon_main_return_code = runner.invoke(); in TEST_F() 612 int daemon_main_return_code = runner.invoke(); in TEST_F() 648 int daemon_main_return_code = runner.invoke(); in TEST_F() 1322 int daemon_main_return_code = runner.invoke(); in TEST_F() 1394 int daemon_main_return_code = runner.invoke(); in SetupAndInvoke() 1536 int daemon_main_return_code = runner.invoke(); in TEST_F() 1612 int daemon_main_return_code = runner.invoke(); in TEST_F()
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | zygote.te | 92 # Handle --invoke-with command when launching Zygote with a wrapper command.
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | zygote.te | 91 # Handle --invoke-with command when launching Zygote with a wrapper command.
|
D | app.te | 45 # Notify zygote of the wrapped process PID when using --invoke-with.
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | zygote.te | 91 # Handle --invoke-with command when launching Zygote with a wrapper command.
|
/system/media/audio_utils/ |
D | Doxyfile | 644 # doxygen should invoke to get the current version for each file (typically from 645 # the version control system). Doxygen will invoke the program by executing (via 837 # invoke to filter for each input file. Doxygen will invoke the filter program 952 # Doxygen will invoke htags (and that will in turn invoke gtags), so these 1485 # which needs to be processed by an external indexer. Doxygen will invoke an
|
D | Doxyfile.orig | 644 # doxygen should invoke to get the current version for each file (typically from 645 # the version control system). Doxygen will invoke the program by executing (via 837 # invoke to filter for each input file. Doxygen will invoke the filter program 952 # Doxygen will invoke htags (and that will in turn invoke gtags), so these 1485 # which needs to be processed by an external indexer. Doxygen will invoke an
|
/system/chre/pal/doc/ |
D | Doxyfile | 667 # doxygen should invoke to get the current version for each file (typically from 668 # the version control system). Doxygen will invoke the program by executing (via 870 # invoke to filter for each input file. Doxygen will invoke the filter program 993 # Doxygen will invoke htags (and that will in turn invoke gtags), so these 1530 # which needs to be processed by an external indexer. Doxygen will invoke an
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 667 # doxygen should invoke to get the current version for each file (typically from 668 # the version control system). Doxygen will invoke the program by executing (via 870 # invoke to filter for each input file. Doxygen will invoke the filter program 993 # Doxygen will invoke htags (and that will in turn invoke gtags), so these 1530 # which needs to be processed by an external indexer. Doxygen will invoke an
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | app.te | 40 # Notify zygote of the wrapped process PID when using --invoke-with.
|