Home
last modified time | relevance | path

Searched refs:invoke (Results 1 – 25 of 33) sorted by relevance

12

/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DXmlParserTest.java52 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/
Depoll.cpp82 std::invoke(*reinterpret_cast<std::function<void()>*>(ev.data.ptr)); in Wait()
Dueventd_parser.cpp197 return std::invoke(*parser, this, std::move(args)); in ParseLineSection()
Dservice.h270 return std::invoke(function, s) == value;
Dbuiltins.cpp103 if (service->classnames().count(classname)) std::invoke(function, service); in ForEachServiceInClass()
/system/sepolicy/private/
Dnetd.te15 # in order to invoke side effect of close() on such a socket calling synchronize_rcu()
Duntrusted_app_27.te39 # The ability to invoke dex2oat. Historically required by ART, now only
Duntrusted_app_25.te55 # The ability to invoke dex2oat. Historically required by ART, now only
Dzygote.te109 # Handle --invoke-with command when launching Zygote with a wrapper command.
Dapp_neverallows.te61 # Do not allow untrusted apps to invoke dex2oat. This was historically required
/system/sepolicy/prebuilts/api/29.0/private/
Dnetd.te15 # in order to invoke side effect of close() on such a socket calling synchronize_rcu()
Duntrusted_app_27.te39 # The ability to invoke dex2oat. Historically required by ART, now only
Duntrusted_app_25.te55 # The ability to invoke dex2oat. Historically required by ART, now only
Dzygote.te109 # Handle --invoke-with command when launching Zygote with a wrapper command.
Dapp_neverallows.te61 # Do not allow untrusted apps to invoke dex2oat. This was historically required
/system/extras/perfprofd/tests/
Dperfprofd_test.cc363 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/
Dzygote.te92 # Handle --invoke-with command when launching Zygote with a wrapper command.
/system/sepolicy/prebuilts/api/26.0/private/
Dzygote.te91 # Handle --invoke-with command when launching Zygote with a wrapper command.
Dapp.te45 # Notify zygote of the wrapped process PID when using --invoke-with.
/system/sepolicy/prebuilts/api/27.0/private/
Dzygote.te91 # Handle --invoke-with command when launching Zygote with a wrapper command.
/system/media/audio_utils/
DDoxyfile644 # 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
DDoxyfile.orig644 # 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/
DDoxyfile667 # 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/
DDoxyfile667 # 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/
Dapp.te40 # Notify zygote of the wrapped process PID when using --invoke-with.

12