OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invocations
(Results
51 - 75
of
753
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/deqp/doc/testspecs/GLES31/
functional.synchronization.txt
30
- Test synchronization between work group
invocations
.
44
accessed by other
invocations
. Image accesses are synchronized using
functional.image_load_store.txt
79
operated on by multiple shader
invocations
. For the return value cases, the
86
for each set of related
invocations
.
92
corresponding to some other
invocations
are read, an expression is computed
114
the store or load&store cases (both variants exist). Multiple shader
invocations
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
RetrCommandHandler.java
90
* Set the file contents to return from subsequent command
invocations
102
* Set the file contents to return from subsequent command
invocations
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
RetrCommandHandler.java
89
* Set the file contents to return from subsequent command
invocations
99
* Set the file contents to return from subsequent command
invocations
/external/mockito/src/org/mockito/configuration/
IMockitoConfiguration.java
47
* Allows configuring the default return values of unstubbed
invocations
55
* Allows configuring the default answers of unstubbed
invocations
/external/mockito/src/org/mockito/internal/invocation/
InvocationMatcher.java
148
public static List<InvocationMatcher> createFrom(List<Invocation>
invocations
) {
151
for (Invocation i :
invocations
) {
/external/proguard/src/proguard/optimize/
DuplicateInitializerInvocationFixer.java
36
* initialization method
invocations
that it visits.
86
// Fix any duplicate constructor
invocations
.
/cts/tests/admin/app/src/android/admin/app/
CtsDeviceAdminActivationTestActivity.java
28
* enables tests to capture the
invocations
of its {@link #onActivityResult(int, int, Intent)} by
/external/autotest/scheduler/
drone_task_queue.py
33
have returned the result of their respective
invocations
of
/external/clang/utils/
CaptureCmd
4
invocations
of another program.
/external/mockftpserver/MockFtpServer/
README.txt
14
either success or failure scenarios. You can also verify expected command
invocations
.
/external/mockftpserver/MockFtpServer/src/site/apt/
stubftpserver-features.apt
17
* Can verify expected FTP server command
invocations
.
/external/mockftpserver/branches/1.x_Branch/
README.txt
7
codes, to simulate either success or failure scenarios. Expected command
invocations
can
/external/mockftpserver/branches/1.x_Branch/src/site/apt/
stubftpserver-features.apt
17
* Can verify expected FTP server command
invocations
.
/external/mockito/src/org/mockito/internal/debugging/
VerboseMockInvocationLogger.java
15
* Logs all
invocations
to standard output.
/external/mockito/src/org/mockito/internal/stubbing/answers/
CallsRealMethods.java
15
* {@link Answer} can be used to define the return values of unstubbed
invocations
.
/external/mockito/src/org/mockito/internal/verification/
AtLeast.java
59
return "Wanted
invocations
count: at least " + wantedCount;
Times.java
56
return "Wanted
invocations
count: " + wantedCount;
/external/valgrind/none/tests/ppc32/
opcodes.h
11
* 1. Use register numbers, not register names in macro
invocations
.
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingSessionCallback.java
96
* Create a blocking session listener without forwarding the session listener
invocations
104
* Create a blocking session listener; forward original listener
invocations
107
* @param listener a non-{@code null} listener to forward
invocations
into
130
*
invocations
fire and the session is available.
/libcore/support/src/test/java/tests/net/
DelegatingSocketFactory.java
26
* {@link SocketFactory} which delegates all
invocations
to the provided delegate
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FsObject.java
35
* filesystem. All
invocations
on methods (except this method and the
/external/easymock/src/org/easymock/
EasyMockSupport.java
103
* <code>null</code> or <code>false</code> for unexpected
invocations
.
119
* <code>null</code> or <code>false</code> for unexpected
invocations
.
162
* <code>null</code> or <code>false</code> for unexpected
invocations
.
IExpectationSetters.java
114
* the number of
invocations
expected.
124
* the minimum number of
invocations
expected.
126
* the maximum number of
invocations
expected.
/external/proguard/src/proguard/wtk/
default.pro
16
# Remove all
invocations
of System methods without side effects
30
# Remove all
invocations
of String methods without side effects
99
# Remove all
invocations
of StringBuffer methods without side effects
Completed in 1020 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>