OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invocation
(Results
251 - 275
of
2613
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5-sources.jar
/external/clang/include/clang-c/
CXCompilationDatabase.h
34
* directory or the command line used for the compiler
invocation
.
52
* \brief Represents the command line
invocation
to compile a specific file.
135
* \brief Get the number of arguments in the compiler
invocation
.
151
* \brief Get the number of source mappings for the compiler
invocation
.
157
* \brief Get the I'th mapped source path for the compiler
invocation
.
163
* \brief Get the I'th mapped source content for the compiler
invocation
.
/libcore/ojluni/src/main/java/java/io/
StringWriter.java
118
* <p> An
invocation
of this method of the form <tt>out.append(csq)</tt>
119
* behaves in exactly the same way as the
invocation
150
* <p> An
invocation
of this method of the form <tt>out.append(csq, start,
152
* exactly the same way as the
invocation
188
* <p> An
invocation
of this method of the form <tt>out.append(c)</tt>
189
* behaves in exactly the same way as the
invocation
CharArrayWriter.java
144
* <p> An
invocation
of this method of the form <tt>out.append(csq)</tt>
145
* behaves in exactly the same way as the
invocation
174
* <p> An
invocation
of this method of the form <tt>out.append(csq, start,
176
* exactly the same way as the
invocation
212
* <p> An
invocation
of this method of the form <tt>out.append(c)</tt>
213
* behaves in exactly the same way as the
invocation
/prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker-mockito/1.0/
dexmaker-mockito-1.0.jar
/prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker-mockito/1.2/
dexmaker-mockito-1.2.jar
/cts/tests/tests/print/src/android/print/cts/
CustomPrintOptionsTest.java
44
import org.mockito.
invocation
.InvocationOnMock;
138
createMockPrinterDiscoverySessionCallbacks(
invocation
-> {
140
((PrinterDiscoverySessionCallbacks)
invocation
.getMock())
162
}, null, null, null, null, null,
invocation
-> {
168
invocation
-> {
169
LayoutResultCallback callback = (LayoutResultCallback)
invocation
177
layoutAttributes[0] = (PrintAttributes)
invocation
.getArguments()[1];
185
invocation
-> {
186
Object[] args =
invocation
.getArguments();
205
invocation
-> firstSessionCallbacks, null, null)
[
all
...]
PrintJobTest.java
43
import org.mockito.
invocation
.InvocationOnMock;
87
public Void answer(InvocationOnMock
invocation
) throws Throwable {
88
printAttributes[0] = (PrintAttributes)
invocation
.getArguments()[1];
89
LayoutResultCallback callback = (LayoutResultCallback)
invocation
102
public Void answer(InvocationOnMock
invocation
) throws Throwable {
103
Object[] args =
invocation
.getArguments();
116
public Void answer(InvocationOnMock
invocation
) throws Throwable {
130
public Void answer(InvocationOnMock
invocation
) {
132
mDiscoverySession = ((PrinterDiscoverySessionCallbacks)
invocation
.getMock())
158
public Void answer(InvocationOnMock
invocation
) throws Throwable
[
all
...]
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerServiceMigrationTest.java
31
import org.mockito.
invocation
.InvocationOnMock;
114
public Void answer(InvocationOnMock
invocation
) throws Throwable {
115
Integer userId = (Integer)
invocation
.getArguments()[0];
116
Bundle bundle = (Bundle)
invocation
.getArguments()[1];
229
public Void answer(InvocationOnMock
invocation
) throws Throwable {
230
Integer userId = (Integer)
invocation
.getArguments()[0];
231
Bundle bundle = (Bundle)
invocation
.getArguments()[1];
/packages/apps/TV/tests/unit/src/com/android/tv/data/
ChannelTest.java
32
import org.mockito.
invocation
.InvocationOnMock;
90
public ActivityInfo answer(InvocationOnMock
invocation
) {
95
((ComponentName)
invocation
.getArguments()[0]).getPackageName())
189
public Boolean answer(InvocationOnMock
invocation
) throws Throwable {
190
String inputId = (String)
invocation
.getArguments()[0];
235
public Boolean answer(InvocationOnMock
invocation
) throws Throwable {
236
String inputId = (String)
invocation
.getArguments()[0];
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTrackerTest.java
44
import org.mockito.
invocation
.InvocationOnMock;
89
public Void answer(InvocationOnMock
invocation
) throws Throwable {
100
public Void answer(InvocationOnMock
invocation
) throws Throwable {
102
int reasonCode = (int)
invocation
.getArguments()[0];
113
public Void answer(InvocationOnMock
invocation
) throws Throwable {
115
int reasonCode = (int)
invocation
.getArguments()[0];
125
public Void answer(InvocationOnMock
invocation
) throws Throwable {
153
public Integer answer(InvocationOnMock
invocation
) throws Throwable {
155
(ImsConnectionStateListener)
invocation
.getArguments()[2];
163
public ImsCall answer(InvocationOnMock
invocation
) throws Throwable
[
all
...]
/external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java
180
// subroutine
invocation
.
217
// subroutine
invocation
.
311
// Append a label at this offset instead of the subroutine
invocation
.
325
System.out.println("Replacing subroutine
invocation
at ["+offset+"] by a simple branch");
328
// Replace the subroutine
invocation
by a simple branch.
354
// by adding a try block before (and later on, after) each
invocation
.
362
// Is it a subroutine
invocation
?
370
// Append a try block that ends before the subroutine
invocation
.
376
// The next try block will start after the subroutine
invocation
.
/frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/
VpnTest.java
275
doAnswer(
invocation
-> {
276
final boolean excludeDying = (boolean)
invocation
.getArguments()[0];
286
doAnswer(
invocation
-> {
287
final int id = (int)
invocation
.getArguments()[0];
291
doAnswer(
invocation
-> {
292
final int id = (int)
invocation
.getArguments()[0];
302
doAnswer(
invocation
-> {
303
final String appName = (String)
invocation
.getArguments()[0];
304
final int userId = (int)
invocation
.getArguments()[1];
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
MicrobenchmarkAllocationWorker.java
66
// itself and also the method
invocation
path for calling that method.
78
* <p>The method
invocation
path, i.e. the code that the JVM executes to invoke the method, can
82
* for each subsequent
invocation
. If tests start to fail with lots of non-deterministic
87
// keep track of all the statistics generated while warming up the method
invocation
path.
90
// warm up the method
invocation
path by calling the benchmark multiple times with 0 reps.
/external/easymock/src/org/easymock/internal/
Invocation.java
29
public class
Invocation
implements Serializable {
42
public
Invocation
(Object mock, Method method, Object[] args) {
93
Invocation
other = (
Invocation
) o;
135
public boolean matches(
Invocation
actual, org.easymock.ArgumentsMatcher matcher) {
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
SimpleCompositeCommandHandler.java
30
* CommandHandler in the list, each
invocation
of this composite handler will invoke (delegate to)
34
* The first
invocation
of the CWD command will fail (reply code 500). The seconds will succeed.
81
* Return the CommandHandler corresponding to the specified
invocation
index. In other words, return
84
* @param index - the index of the desired
invocation
(zero-based).
101
Assert.isTrue(commandHandlers.size() > invocationIndex, "No CommandHandler defined for
invocation
#" + invocationIndex);
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
SimpleCompositeCommandHandler.java
30
* CommandHandler in the list, each
invocation
of this composite handler will invoke (delegate to)
34
* The first
invocation
of the CWD command will fail (reply code 500). The seconds will succeed.
81
* Return the CommandHandler corresponding to the specified
invocation
index. In other words, return
84
* @param index - the index of the desired
invocation
(zero-based).
101
Assert.isTrue(commandHandlers.size() > invocationIndex, "No CommandHandler defined for
invocation
#" + invocationIndex);
/libcore/ojluni/src/main/java/java/nio/channels/
ScatteringByteChannel.java
35
* <p> A <i>scattering</i> read operation reads, in a single
invocation
, a
57
* <p> An
invocation
of this method attempts to read up to <i>r</i> bytes
81
*
invocation
of this method will block until the first operation is
129
* <p> An
invocation
of this method of the form <tt>c.read(dsts)</tt>
130
* behaves in exactly the same manner as the
invocation
/packages/apps/ManagedProvisioning/tests/src/com/android/managedprovisioning/task/
InstallPackageTaskTest.java
42
import org.mockito.
invocation
.InvocationOnMock;
108
public Object answer(InvocationOnMock
invocation
) throws Throwable {
109
Object[] arguments =
invocation
.getArguments();
134
public Object answer(InvocationOnMock
invocation
) throws Throwable {
135
Object[] arguments =
invocation
.getArguments();
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
RecommendationUtils.java
26
import org.mockito.
invocation
.InvocationOnMock;
48
public Integer answer(InvocationOnMock
invocation
) throws Throwable {
54
public Collection<ChannelRecord> answer(InvocationOnMock
invocation
) throws Throwable {
60
public ChannelRecord answer(InvocationOnMock
invocation
) throws Throwable {
61
long channelId = (long)
invocation
.getArguments()[0];
/external/deqp/doc/testspecs/GLES31/
functional.ssbo.txt
58
Single compute shader
invocation
is issued. Shader reads and/or writes to
65
3x2x1 is issued and each
invocation
executes atomic operation with per-
66
invocation
data. Result values are then stored into SSBO. Results are
/external/mockito/
Android.mk
55
src/org/mockito/internal/
invocation
/realmethod/FilteredCGLIBProxyRealMethod.java \
56
src/org/mockito/internal/
invocation
/realmethod/CGLIBProxyRealMethod.java \
57
src/org/mockito/internal/
invocation
/realmethod/HasCGLIBMethodProxy.java
/external/proguard/src/proguard/classfile/attribute/
Attribute.java
87
// Delegate to the default
invocation
if the field is null anyway.
103
// Delegate to the default
invocation
if the method is null anyway.
119
// Delegate to the default
invocation
if the code attribute is null
/external/selinux/libselinux/man/man3/
selinux_status_open.3
6
without
invocation
of system calls
36
without system-call
invocation
or worker thread for monitoring.
69
except with or without system call
invocation
.
/packages/apps/Dialer/tests/src/com/android/dialer/filterednumber/
BlockedNumbersAutoMigratorTest.java
36
import org.mockito.
invocation
.InvocationOnMock;
194
public Void answer(InvocationOnMock
invocation
) throws Throwable {
195
((OnHasBlockedNumbersListener)
invocation
.getArguments()[0])
Completed in 1380 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>