OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invocation
(Results
176 - 200
of
2613
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/tools/common/m2/repository/aopalliance/aopalliance/1.0/
aopalliance-1.0.jar
/external/bison/lib/
stddef.in.h
33
/* Special
invocation
convention inside gcc header files. In
37
remember if special
invocation
has ever been used to obtain wint_t,
49
/* Normal
invocation
convention. */
/external/clang/tools/clang-fuzzer/
ClangFuzzer.cpp
35
std::unique_ptr<clang::CompilerInvocation>
Invocation
(
39
Invocation
->getPreprocessorOpts().addRemappedFile("./test.cc", Input.release());
44
action->runInvocation(
Invocation
.release(), Files.get(), PCHContainerOps,
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
AlloCommandHandler.java
30
* Each
invocation
record stored by this CommandHandler includes the following data element key/values:
33
* on the
invocation
(the first command parameter)
35
* on the
invocation
(the second command parameter)
EprtCommandHandler.java
31
* Each
invocation
record stored by this CommandHandler includes the following data element key/values:
33
* <li>{@link #HOST_KEY} ("host") - the client data host (InetAddress) submitted on the
invocation
(from parameters 1-4)
34
* <li>{@link #PORT_KEY} ("port") - the port number (Integer) submitted on the
invocation
(from parameter 5-6)
PortCommandHandler.java
31
* Each
invocation
record stored by this CommandHandler includes the following data element key/values:
33
* <li>{@link #HOST_KEY} ("host") - the client data host (InetAddress) submitted on the
invocation
(from parameters 1-4)
34
* <li>{@link #PORT_KEY} ("port") - the port number (Integer) submitted on the
invocation
(from parameter 5-6)
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
AlloCommandHandler.java
30
* Each
invocation
record stored by this CommandHandler includes the following data element key/values:
33
* on the
invocation
(the first command parameter)
35
* on the
invocation
(the second command parameter)
/external/mockito/src/org/mockito/stubbing/
DeprecatedOngoingStubbing.java
59
* @param throwable to be thrown on method
invocation
69
* public Integer answer(InvocationOnMock
invocation
) throws Throwable {
70
* return (Integer)
invocation
.getArguments()[0];
/external/parameter-framework/asio-1.10.6/include/asio/
handler_invoke_hook.hpp
41
*
invocation
strategy.
61
/// Default handler
invocation
hook used for non-const function objects.
68
/// Default handler
invocation
hook used for const function objects.
/libnativehelper/include/nativehelper/
JniInvocation.h
23
// the JNI
invocation
API to allow the JNI implementation to be
35
// Initialize JNI
invocation
API. library should specifiy a valid
36
// shared library for opening via dlopen providing a JNI
invocation
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
FakeSystemFacade.java
15
import org.mockito.
invocation
.InvocationOnMock;
75
public URLConnection answer(InvocationOnMock
invocation
) throws Throwable {
76
final URL url = (URL)
invocation
.getArguments()[0];
/cts/tests/tests/print/src/android/print/cts/
PrinterCapabilitiesTest.java
40
import org.mockito.
invocation
.InvocationOnMock;
191
public Void answer(InvocationOnMock
invocation
) throws Throwable {
192
LayoutResultCallback callback = (LayoutResultCallback)
invocation
200
layoutAttributes[0] = (PrintAttributes)
invocation
.getArguments()[1];
211
public Void answer(InvocationOnMock
invocation
) throws Throwable {
212
Object[] args =
invocation
.getArguments();
280
public Void answer(InvocationOnMock
invocation
) {
281
session[0] = ((PrinterDiscoverySessionCallbacks)
invocation
.getMock())
292
public Void answer(InvocationOnMock
invocation
) {
302
public PrinterDiscoverySessionCallbacks answer(InvocationOnMock
invocation
) {
[
all
...]
PrintServicesTest.java
60
import org.mockito.
invocation
.InvocationOnMock;
104
public Void answer(InvocationOnMock
invocation
) throws Throwable {
105
printAttributes[0] = (PrintAttributes)
invocation
.getArguments()[1];
106
LayoutResultCallback callback = (LayoutResultCallback)
invocation
122
public Void answer(InvocationOnMock
invocation
) throws Throwable {
123
Object[] args =
invocation
.getArguments();
139
public Void answer(InvocationOnMock
invocation
) throws Throwable {
156
public Void answer(InvocationOnMock
invocation
) {
158
mDiscoverySession = ((PrinterDiscoverySessionCallbacks)
invocation
.getMock())
196
public Void answer(InvocationOnMock
invocation
) throws Throwable
[
all
...]
/docs/source.android.com/src/devices/tech/test_infra/tradefed/fundamentals/
lifecycle.jd
34
>Test
Invocation
Listener</a>: Listens for test results, usually for the purpose of forwarding the
46
different Test
Invocation
Listener to store the test results in a database. A third Configuration
51
<code>ITestDevice</code> and executes it, the subsequent object is known as an <b>
Invocation
</b>.
52
In short, an
Invocation
encompasses a complete TF test execution, across its entire lifecycle.</p>
/external/autotest/client/site_tests/kernel_LTP/
control.sample
12
Sample
invocation
of ltp supplying a cmd file that
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
CaliperRun.java
20
* A single
invocation
of caliper.
/external/clang/cmake/caches/
README.txt
9
CMake
invocation
:
/external/clang/lib/StaticAnalyzer/Frontend/
ModelInjector.cpp
66
IntrusiveRefCntPtr<CompilerInvocation>
Invocation
(
69
FrontendOptions &FrontendOpts =
Invocation
->getFrontendOpts();
75
Invocation
->getDiagnosticOpts().VerifyDiagnostics = 0;
80
Instance.setInvocation(&*
Invocation
);
/external/clang/unittests/AST/
ExternalASTSourceTest.cpp
51
CompilerInvocation *
Invocation
= new CompilerInvocation;
52
Invocation
->getPreprocessorOpts().addRemappedFile(
55
CompilerInvocation::CreateFromArgs(*
Invocation
, Args,
58
Compiler.setInvocation(
Invocation
);
/external/deqp/doc/testspecs/GLES31/
functional.compute.shared_var.txt
58
work group first
invocation
initializes shared variable to a certain value.
59
Barrier is issued and after that each
invocation
issues atomic operation with
60
per-
invocation
value. Resulting values are written out into SSBO. Finally, one
61
invocation
per work group writes out the final shared variable value.
/external/javassist/src/main/javassist/tools/rmi/
RemoteException.java
20
* during remote method
invocation
.
/external/mockito/src/org/mockito/exceptions/
Reporter.java
19
import org.mockito.
invocation
.DescribedInvocation;
20
import org.mockito.
invocation
.
Invocation
;
21
import org.mockito.
invocation
.InvocationOnMock;
22
import org.mockito.
invocation
.Location;
293
"Actual
invocation
has different arguments:",
362
"But was " + pluralize(actualCount) + ". Undesired
invocation
:",
415
public void noMoreInteractionsWanted(
Invocation
undesired, List<VerificationAwareInvocation> invocations) {
428
public void noMoreInteractionsWantedInOrder(
Invocation
undesired) {
512
public void smartNullPointerException(String
invocation
, Location location)
[
all
...]
/external/mockito/src/org/mockito/internal/creation/
DelegatingMethod.java
9
import org.mockito.internal.
invocation
.MockitoMethod;
/external/mockito/src/org/mockito/internal/debugging/
LocationImpl.java
8
import org.mockito.
invocation
.Location;
/external/mockito/src/org/mockito/internal/invocation/realmethod/
FilteredCGLIBProxyRealMethod.java
5
package org.mockito.internal.
invocation
.realmethod;
Completed in 438 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>