HomeSort by relevance Sort by last modified time
    Searched defs:invocation (Results 26 - 43 of 43) sorted by null

12

  /external/mockito/src/org/mockito/internal/stubbing/
InvocationContainerImpl.java 7 import org.mockito.internal.invocation.InvocationMatcher;
8 import org.mockito.internal.invocation.StubInfoImpl;
14 import org.mockito.invocation.Invocation;
39 public void setInvocationForPotentialStubbing(InvocationMatcher invocation) {
40 registeredInvocations.add(invocation.getInvocation());
41 this.invocationForStubbing = invocation;
58 Invocation invocation = invocationForStubbing.getInvocation(); local
59 mockingProgress.stubbingCompleted(invocation);
    [all...]
  /external/mockito/src/org/mockito/internal/invocation/
SerializableMethod.java 5 package org.mockito.internal.invocation;
InvocationImpl.java 6 package org.mockito.internal.invocation;
11 import org.mockito.internal.invocation.realmethod.RealMethod;
13 import org.mockito.invocation.*;
24 * Contains stack trace of invocation
27 public class InvocationImpl implements Invocation, VerificationAwareInvocation {
InvocationsFinder.java 6 package org.mockito.internal.invocation;
14 import org.mockito.invocation.Invocation;
15 import org.mockito.invocation.Location;
19 public List<Invocation> findInvocations(List<Invocation> invocations, InvocationMatcher wanted) {
23 public List<Invocation> findAllMatchingUnverifiedChunks(List<Invocation> invocations, InvocationMatcher wanted, InOrderContext orderingContext) {
24 List<Invocation> unverified = removeVerifiedInOrder(invocations, orderingContext);
43 public List<Invocation> findMatchingChunk(List<Invocation> invocations, InvocationMatcher wanted, int wantedCount, InOrde (…)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
MainThread.cpp 146 FunctionWithContext invocation; local
152 invocation = functionQueue().takeFirst();
155 invocation.function(invocation.context);
156 if (invocation.syncFlag)
157 invocation.syncFlag->signal();
ThreadingPthreads.cpp 148 OwnPtr<ThreadFunctionInvocation> invocation = adoptPtr(static_cast<ThreadFunctionInvocation*>(arg)); local
153 ret = invocation->function(invocation->data);
164 OwnPtr<ThreadFunctionInvocation> invocation = adoptPtr(new ThreadFunctionInvocation(entryPoint, data)); local
166 if (pthread_create(&threadHandle, 0, runThreadWithRegistration, invocation.get())) {
171 // The thread will take ownership of invocation.
172 ThreadFunctionInvocation* unused = invocation.leakPtr();
ThreadingWin.cpp 196 OwnPtr<ThreadFunctionInvocation> invocation = adoptPtr(static_cast<ThreadFunctionInvocation*>(param)); local
197 void* result = invocation->function(invocation->data);
211 OwnPtr<ThreadFunctionInvocation> invocation = adoptPtr(new ThreadFunctionInvocation(entryPoint, data)); local
215 HANDLE threadHandle = CreateThread(0, 0, (LPTHREAD_START_ROUTINE)wtfThreadEntryPoint, invocation.get(), 0, (LPDWORD)&threadIdentifier);
217 HANDLE threadHandle = reinterpret_cast<HANDLE>(_beginthreadex(0, 0, wtfThreadEntryPoint, invocation.get(), 0, &threadIdentifier));
230 // The thread will take ownership of invocation.
231 invocation.leakPtr();
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 795 static int invocation; local
    [all...]
  /external/skia/legacy/src/opts/
SkBlitRow_opts_arm.cpp 1609 static int invocation; local
    [all...]
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
easymock-3.1-tests.jar 
  /prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 736 milliseconds

12