/libcore/ojluni/src/main/java/java/nio/channels/ |
SeekableByteChannel.java | 45 * channel upon which they are invoked. This allows method invocations to be 47 * so that method invocations on the implementation class can be chained.
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/ |
AbstractCommandHandler.java | 43 private List invocations = new ArrayList();
field in class:AbstractCommandHandler 67 invocations.add(invocationRecord);
189 return invocations.size();
205 return (InvocationRecord) invocations.get(index);
215 invocations.clear();
|
/external/deqp/modules/gles31/stress/ |
es31sTessellationGeometryInteractionTests.cpp | 266 << "\tNumber of invocations per primitive: " << geometryShaderInvocations << "\n" 494 "layout(triangles, invocations=" << numInstances << ") in;\n" 595 "Minimum maximum tessellation level and geometry shader invocations", 600 "Maximum tessellation level and geometry shader invocations supported by the implementation", 605 "Minimum maximum geometry shader output vertices and invocations", 610 "Maximum geometry shader output vertices and invocations invocations supported by the implementation",
|
/external/proguard/src/proguard/optimize/ |
Optimizer.java | 300 // method invocations. They may return dynamic implementations of 544 // parameters from method invocations, and making methods static 620 // Fix all invocations of tweaked initializers. 645 // Count all method invocations. 646 // Mark super invocations and other access of methods. [all...] |
/external/v8/test/unittests/interpreter/ |
bytecode-array-builder-unittest.cc | 116 // Emit binary operator invocations. 123 // Emit bitwise operator invocations 128 // Emit shift operator invocations 133 // Emit count operatior invocations 137 // Emit unary operator invocations. 148 // Emit test operator invocations. 160 // Emit cast operator invocations.
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
profile.rb | 138 report << '| ' << "Rule Invocations".center( 76 ) << " |\n" 140 report << "| %-66s | %7i |\n" % [ "Total Invocations", rule_invocations ] 141 report << "| %-66s | %7i |\n" % [ "``Guessing'' Invocations", guessing_rule_invocations ]
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/ |
CompatibilityConsole.java | 155 helpBuilder.append("invocations have completed.\n"); 181 helpBuilder.append(" l/list i/invocations: list invocations aka test runs currently in "); 187 helpBuilder.append(" d/dump l/logs: dump the tradefed logs for all running invocations\n");
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
RenderScriptSingleton.java | 66 * <p>Safe to call multiple times; subsequent invocations have no effect.</p>
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
CtsRemoteConnectionService.java | 33 * tell CtsRemoteConnectionService to forward any method invocations to that test's implementation.
|
/external/clang/test/CodeGenObjC/ |
attr-noreturn.m | 82 // Super invocations may never be used with a null pointer; this is a
|
/external/conscrypt/src/main/java/org/conscrypt/ |
DuckTypedPSKKeyManager.java | 43 * Gets an instance of {@code DuckTypedPSKKeyManager} which delegates all invocations of methods
|
/external/deqp/doc/testspecs/GLES31/ |
functional.compute.shared_var.txt | 54 all shader invocations passed the test.
|
/external/guava/guava/src/com/google/common/reflect/ |
Reflection.java | 78 * dispatching method invocations to {@code handler}. The class loader of
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
MinimalIterable.java | 27 * invocations of the {@link #iterator()} method after the first, and whose
|
/external/libchrome/base/ |
run_loop.h | 102 // Used to count how many nested Run() invocations are on the stack.
|
/external/selinux/libselinux/man/man3/ |
selinux_status_open.3 | 28 mode, then it informs some status without system call invocations.
|
/libcore/ojluni/src/main/java/java/text/ |
CharacterIteratorFieldDelegate.java | 40 * attributedStrings. Subsequent invocations of <code>formatted</code>
|
/libcore/support/src/test/java/tests/io/ |
MockOs.java | 85 * Returns the invocation handlers to handle upcoming invocations of
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
call | 29 # Test recursive invocations of call with different arguments
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
InputDensityDialog.java | 39 * across repeated invocations
|
/external/bison/build-aux/ |
ylwrap | 2 # ylwrap - wrapper for lex/yacc invocations. 46 Wrapper for lex/yacc invocations, renaming files as desired.
|
/external/guava/guava-tests/test/com/google/common/hash/ |
AbstractStreamingHasherTest.java | 138 * number of process()/processRemaining() invocations, due to alignment. 227 // ensures that the number of invocations looks sane
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/ |
AbstractCommandHandlerTest.java | 78 * @param expected - the expected number of invocations
81 assertEquals("number of invocations", expected, commandHandler.numberOfInvocations());
|
/external/testng/src/main/resources/ |
testng-1.0.dtd | 55 @attr skipfailedinvocationcounts Whether to skip failed invocations. 137 @attr skipfailedinvocationcounts Whether to skip failed invocations.
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
optimizations.html | 102 <dd>Propagates the values of method parameters from method invocations to 108 invocations.</dd>
|