HomeSort by relevance Sort by last modified time
    Searched full:invocations (Results 1 - 25 of 360) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/io/
IndexType.java 44 /** inline method index (for inline linked method invocations) */
47 /** direct vtable offset (for static linked method invocations) */
  /system/core/adb/
mutex_list.h 18 // After modifying adb.h::D() to count invocations:
  /external/chromium/base/win/
pe_image_unittest.cc 14 // Just counts the number of invocations.
27 // Just counts the number of invocations.
40 // Just counts the number of invocations.
51 // Just counts the number of invocations.
61 // Just counts the number of invocations.
72 // Just counts the number of invocations.
  /development/samples/Spinner/
_index.html 16 management of state across invocations and power cycles.
  /external/chromium/chrome/browser/search_engines/
search_provider_install_state_message_filter.h 43 // Used to schedule invocations of ReplyWithProviderInstallState.
  /external/bluetooth/glib/docs/reference/glib/
compiling.sgml 37 following <application>pkg-config</application> invocations:
45 returned by one of the following <application>pkg-config</application> invocations:
  /external/proguard/src/proguard/optimize/
DuplicateInitializerInvocationFixer.java 36 * initialization method invocations that it visits.
86 // Fix any duplicate constructor invocations.
  /external/clang/utils/
CaptureCmd 4 invocations of another program.
  /libcore/luni/src/main/java/java/lang/reflect/
Proxy.java 29 * invocations to an {@code InvocationHandler}.
69 * is relevant. Invocations of this method with the same interfaces but
185 * interfaces. Method invocations on the returned instance are forwarded to
198 * invocations
  /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
  /external/proguard/src/proguard/gui/
boilerplate.pro 93 # Remove - System method calls. Remove all invocations of System
107 # Remove - Math method calls. Remove all invocations of Math
156 # Remove - Number method calls. Remove all invocations of Number
280 # Remove - String method calls. Remove all invocations of String
348 # Remove - StringBuffer method calls. Remove all invocations of StringBuffer
368 # Remove - StringBuilder method calls. Remove all invocations of StringBuilder
388 # Remove debugging - Throwable_printStackTrace calls. Remove all invocations of
394 # Remove debugging - Thread_dumpStack calls. Remove all invocations of
400 # Remove debugging - All logging API calls. Remove all invocations of the
406 # Remove debugging - All Log4j API calls. Remove all invocations of th
    [all...]
default.pro 32 # Remove - System method calls. Remove all invocations of System
46 # Remove - Math method calls. Remove all invocations of Math
95 # Remove - Number method calls. Remove all invocations of Number
212 # Remove - String method calls. Remove all invocations of String
280 # Remove - StringBuffer method calls. Remove all invocations of StringBuffer
300 # Remove - StringBuilder method calls. Remove all invocations of StringBuilder
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/command/
CtsConsole.java 143 helpBuilder.append("invocations are complete\n");
161 helpBuilder.append(" l/list i/invocations: list invocations aka CTS test runs currently");
172 helpBuilder.append(" d/dump l/logs: dump the tradefed logs for all running invocations\n");
  /external/proguard/src/proguard/optimize/peephole/
MemberPrivatizer.java 31 * they have been marked by a NonPrivateMemberMarker. The invocations of
  /external/valgrind/main/none/tests/
shell 3 # Testing various shell script invocations.
  /libcore/luni/src/main/java/java/util/concurrent/
CountDownLatch.java 17 * zero due to invocations of the {@link #countDown} method, after which
18 * all waiting threads are released and any subsequent invocations of
189 * <li>The count reaches zero due to invocations of the
222 * <li>The count reaches zero due to invocations of the
  /external/bison/lib/
verify.h 77 But this has the problem that two invocations of verify from
79 would be the same for both invocations.
  /external/proguard/docs/manual/
optimizations.html 91 <dd>Propagates the values of method parameters from method invocations to
97 invocations.</dd>
  /ndk/sources/host-tools/sed-4.2.1/lib/
verify.h 76 But this has the problem that two invocations of verify from
78 would be the same for both invocations.
  /libcore/support/src/test/java/tests/io/
MockOs.java 85 * Returns the invocation handlers to handle upcoming invocations of
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizard.java 141 // TBD: Call setDialogSettings etc to store persistent state between wizard invocations.
  /external/bison/build-aux/
ylwrap 2 # ylwrap - wrapper for lex/yacc invocations.
48 Wrapper for lex/yacc invocations, renaming files as desired.
  /external/proguard/docs/
downloads.html 67 <li>Fixed preverification of invocations of super constructors with arguments
121 <li>Fixed optimization of subroutine invocations.
142 <li>Fixed optimization of invocations of methods in same class that are
144 <li>Fixed optimization of invocations of synchronized methods without other
216 <li>Fixed optimization of invocations of methods in same class that are
218 <li>Fixed optimization of invocations of synchronized methods without other

Completed in 687 milliseconds

1 2 3 4 5 6 7 8 91011>>