/external/proguard/src/proguard/optimize/ |
TailRecursionSimplifier.java | 146 // Is it a method invocation? 206 // The invocation itself is no longer necessary. 235 * invocation can be treated as tail-recursive. 246 * Returns whether the method invocation can be treated as
|
/external/testng/src/test/java/test/ |
InvocationAndSuccessPercentageTest.java | 98 System.out.println("[Invocation] " + s);
|
/external/testng/src/test/java/test/invocationcount/ |
FirstAndLastTimeTest.java | 15 * @AfterMethod(lastTimeOnly = true/false) with invocation counts and data
|
/external/v8/test/webkit/fast/js/ |
Promise-exception.js | 36 testFailed('Unexpected invocation of onFulfilled');
|
/external/v8/tools/ |
isolate_driver.py | 53 # isolated.py invocation later, store it in *.isolated.gen.json file.
|
/external/valgrind/none/tests/s390x/ |
rounding-1.c | 59 /* The next invocation needs to give cc=3. It used to give cc=1 when
|
/frameworks/compile/slang/lit-tests/ |
scriptc-filecheck-wrapper.sh | 3 # RS Invocation script to FileCheck, used to check generated Java
|
/libcore/dom/src/test/java/org/w3c/domts/ |
UserDataNotification.java | 17 * This class captures the parameters to one invocation of
|
/prebuilts/go/darwin-x86/src/sync/ |
once.go | 21 // even if f has a different value in each invocation. A new instance of
|
/prebuilts/go/linux-x86/src/sync/ |
once.go | 21 // even if f has a different value in each invocation. A new instance of
|
/system/connectivity/shill/bin/ |
set_wake_on_lan | 34 echo "Invalid invocation: $*"
|
/dalvik/docs/ |
hello-world.html | 3 <title>Basic Dalvik VM Invocation</title> 7 <h1>Basic Dalvik VM Invocation</h1> 52 invocation line above, an argument like:
|
/external/clang/tools/diagtool/ |
ShowEnabledWarnings.cpp | 70 std::unique_ptr<CompilerInvocation> Invocation( 72 if (!Invocation) 77 CompilerInstance::createDiagnostics(&Invocation->getDiagnosticOpts());
|
/external/deqp/doc/testspecs/GLES31/ |
functional.geometry_shading.txt | 74 shader invocation with name *_emit_N_end_M calls EmitVertex() N times and 93 on the circle is generated by a single geometry shader invocation and each 96 layered rendering. In invocation_per_layer cases, shader invocation writes only
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/ |
SimpleCompositeCommandHandlerTest.java | 61 * Test the handleCommand() method, with two CommandHandler defined, but with multiple invocation
77 * Test the handleCommand() method, with three CommandHandler defined, and multiple invocation
109 // Second invocation throws an exception
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/ |
_AbstractStubDataCommandHandlerTest.java | 71 // Send unique reply code so that we can verify proper method invocation and ordering
77 // Send unique reply code so that we can verify proper method invocation and ordering
83 // Send unique reply code so that we can verify proper method invocation and ordering
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/ |
PortCommandHandler.java | 34 * Each invocation record stored by this CommandHandler includes the following data element key/values:
36 * <li>{@link #HOST_KEY} ("host") - the client data host (InetAddress) submitted on the invocation (from parameters 1-4)
37 * <li>{@link #PORT_KEY} ("port") - the port number (Integer) submitted on the invocation (from parameter 5-6)
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/command/ |
SimpleCompositeCommandHandlerTest.java | 64 * Test the handleCommand() method, with two CommandHandler defined, but with multiple invocation
80 * Test the handleCommand() method, with three CommandHandler defined, and multiple invocation
112 // Second invocation throws an exception
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/ |
_AbstractStubDataCommandHandlerTest.java | 71 // Send unique reply code so that we can verify proper method invocation and ordering
77 // Send unique reply code so that we can verify proper method invocation and ordering
83 // Send unique reply code so that we can verify proper method invocation and ordering
|
/external/valgrind/auxprogs/ |
compare-build-logs | 53 # Hashes: relative filename -> compiler invocation 75 # Basically, we look at a compiler invocation as a sequence of blank-separated 128 # Return hash: relative (to build root) file name -> compiler invocation
|
/libcore/ojluni/src/main/java/sun/net/ftp/ |
FtpClientProvider.java | 103 * Returns the system wide default FtpClientProvider for this invocation of 106 * <p> The first invocation of this method locates the default provider 133 * returned by the first invocation. </p>
|
/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/ |
ComposeMessageViewTest.java | 46 import org.mockito.invocation.InvocationOnMock; 113 public Object answer(InvocationOnMock invocation) throws Throwable { 115 ((CheckDraftTaskCallback)invocation.getArguments()[2]).onDraftChecked(
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
ImsPhoneConnectionTest.java | 41 import org.mockito.invocation.InvocationOnMock; 196 public Void answer(InvocationOnMock invocation) throws Throwable { 197 Message msg = (Message) invocation.getArguments()[1]; 219 public Void answer(InvocationOnMock invocation) throws Throwable { 220 Message msg = (Message) invocation.getArguments()[1];
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
cpp.info | 53 * Invocation:: 199 Invocation::. 460 Invocation::. 675 Invocation::). [all...] |
/docs/source.android.com/src/devices/tech/test_infra/tradefed/ |
full_example.jd | 109 05-12 13:19:36 I/TestInvocation: Starting invocation for target stub on build 0 on device 004ad9880810a548 131 05-12 13:21:21 I/TestInvocation: Starting invocation for target stub on build 0 on device 004ad9880810a548 179 05-12 13:26:18 I/TestInvocation: Starting invocation for target stub on build 0 on device 004ad9880810a548 189 TF framework itself is responsible for reporting the start and end of each Invocation, (via 224 invocation to stdout. To illustrate, try running the hello-world config from the previous 228 05-16 20:03:15 I/TestInvocation: Starting invocation for target stub on build 0 on device 004ad9880810a548 236 <p>If you want to store the results of an invocation elsewhere, such as in a file, you need to 255 05-16 21:07:07 I/TestInvocation: Starting invocation for target stub on build 0 on device 004ad9880810a548 273 <p>You can also write your own custom invocation listeners. It just needs to implement the 277 <p>Also note that tradefed supports multiple invocation listeners, meaning that you can send tes [all...] |