Home
last modified time | relevance | path

Searched refs:invocations (Results 1 – 25 of 42) sorted by relevance

12

/aosp12/system/netd/server/
H A DNFLogListenerTest.cpp116 int invocations = 0; in TEST_F() local
118 const auto dispatchFn = [&invocations, kType](const nlmsghdr&, const nfgenmsg& nfmsg, in TEST_F()
121 ++invocations; in TEST_F()
125 EXPECT_EQ(1, invocations); in TEST_F()
/aosp12/build/blueprint/bootstrap/
H A Dcommand.go196 var invocations []PrimaryBuilderInvocation
199 invocations = args.PrimaryBuilderInvocations
204 invocations = []PrimaryBuilderInvocation{{
218 primaryBuilderInvocations: invocations,
/aosp12/system/core/fs_mgr/libfiemap/
H A Dfiemap_writer_test.cpp124 size_t invocations = 0; in TEST_F() local
126 if (invocations >= expected.size()) { in TEST_F()
129 EXPECT_EQ(done, expected[invocations]); in TEST_F()
131 invocations++; in TEST_F()
139 EXPECT_EQ(invocations, expected.size()); in TEST_F()
/aosp12/art/test/953-invoke-polymorphic-compiler/
H A Dinfo.txt1 Tests for method handle invocations.
/aosp12/art/test/956-methodhandles/
H A Dinfo.txt1 Tests for method handle invocations.
/aosp12/art/test/955-methodhandles-smali/
H A Dinfo.txt1 Smali-based tests for method handle invocations.
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVSyncDispatchTimerQueue.cpp275 std::vector<Invocation> invocations; in timerCallback() local
292 invocations.emplace_back(Invocation{callback, *callback->lastExecutedVsyncTarget(), in timerCallback()
301 for (auto const& invocation : invocations) { in timerCallback()
/aosp12/packages/apps/Car/tests/tools/rro/
H A DREADME3 Sample invocations (Media Center as an example).
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DBluetoothDeviceConnectionPolicyTest.java244 Collection<Invocation> invocations = in getNumberOfConnectDevicesCalls() local
247 return invocations.stream() in getNumberOfConnectDevicesCalls()
/aosp12/build/bazel/
H A Dcommon.bazelrc81 build:results --bes_results_url=https://source.cloud.google.com/results/invocations
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/provisioning/
H A DProvisioningActivityTest.java256 final Collection<Invocation> invocations = in getNumberOfInvocations() local
258 return (int) invocations.stream() in getNumberOfInvocations()
/aosp12/frameworks/compile/slang/
H A DREADME.rst263 other invocations from Java. Thus the script will not change due
308 accessors. Globals are persistent across invocations of a script and
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dadbd.te188 # invocations.
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dadbd.te199 # invocations.
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dadbd.te199 # invocations.
/aosp12/system/sepolicy/private/
H A Dadbd.te199 # invocations.
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/animation/
H A DPhysicsAnimatorTest.kt591 for (invocation in Mockito.mockingDetails(mockUpdateListener).invocations) {
/aosp12/frameworks/base/core/proto/android/server/alarm/
H A Dalarmmanagerservice.proto100 // send/complete/timeout invocations.
/aosp12/art/runtime/
H A Dmutator_gc_coord.md121 the resulting `RequestCheckpoint()` invocations.
/aosp12/system/bt/gd/docs/testing/
H A Dcert_test.md46 RPC requests into invocations of device specific automation hook using a
/aosp12/hardware/interfaces/biometrics/face/1.0/
H A DIBiometricsFace.hal35 * invocations in the case where multiple sensors exist.
/aosp12/system/bt/gd/docs/architecture/
H A Darchitecture.md100 Function invocations between different components are abstracted as control
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadioIndication.hal38 * Redundent or extraneous invocations are tolerated
/aosp12/build/make/
H A Denvsetup.sh10 invocations of 'm' etc.
/aosp12/build/
H A Denvsetup.sh10 invocations of 'm' etc.

12