HomeSort by relevance Sort by last modified time
    Searched full:callers (Results 126 - 150 of 966) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/guava/guava/src/com/google/common/util/concurrent/
TimeLimiter.java 71 * callers are willing to wait on each method call to the proxy
73 * callers are willing to wait on each method call to the proxy
  /external/libpng/contrib/pngminim/decoder/
makefile 43 # Headers callers use
64 # Headers callers use
  /external/libpng/contrib/pngminim/encoder/
makefile 41 # Headers callers use
64 # Headers callers use
  /external/libpng/contrib/pngminim/preader/
makefile 59 # Headers callers use
80 # Headers callers use
  /external/v8/tools/
profile_view.js 92 * profile they can be either callees or callers.)
154 * profile they can be either callees or callers.)
  /frameworks/base/core/java/android/app/backup/
IRestoreSession.aidl 43 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
59 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
SerializedFrame.java 53 * An unsynchronized output stream that writes data to an accessible byte array. Callers are
115 * An unsynchronized input stream that reads data directly from a provided byte array. Callers
  /libcore/luni/src/main/java/org/apache/harmony/security/fortress/
Services.java 45 * information. It is used by external callers to validate their
140 * Callers can cache the returned service information but such caches should
  /system/bt/osi/include/
fixed_queue.h 75 // This function returns a valid file descriptor. Callers may perform one
82 // This function returns a valid file descriptor. Callers may perform one
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 115 * Callers should not dispose it.
128 * Callers should not dispose it.
156 * Callers should not dispose it.
169 * Callers should not dispose it.
201 * Callers should not dispose it.
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 153 // all callers that use those return values with the constant value. This will
158 // callers will be updated to use the value they pass in directly instead of
165 // propagate information about its results into callers.
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4.h 82 /* Callers of this ralloc-based new need not call delete. It's
120 /* Callers of this ralloc-based new need not call delete. It's
149 /* Callers of this ralloc-based new need not call delete. It's
  /libcore/luni/src/test/java/libcore/icu/
ICUTest.java 27 // Check that corrupting our array doesn't affect other callers.
34 // Check that corrupting our array doesn't affect other callers.
41 // Check that corrupting our array doesn't affect other callers.
  /art/runtime/
oat_file.h 115 // Returns OatQuickMethodHeader for debugging. Most callers should
184 // callers should use GetOatMethod.
189 // is present. Note that most callers should use GetOatMethod.
399 // Returns the offset to the OatClass information. Most callers should use GetOatClass.
  /development/samples/NotePad/src/com/example/android/notepad/
NotePad.java 87 * The content URI base for a single note. Callers must
  /development/tools/mkstubs/src/com/android/mkstubs/
AsmAnalyzer.java 35 * This is mostly a helper extracted for convenience. Callers will want to use
StubGenerator.java 39 * This is an helper extracted for convenience. Callers just need to use
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
LL1Analyzer.java 113 Set<Rule> callers = g.ruleSensitivity.get(r);
115 if ( callers!=null ) {
116 rules.addAll(callers);
117 //System.out.println(g.name+" rules "+callers+" sensitive to "+r+"; dup 'em");
  /external/clang/lib/StaticAnalyzer/Checkers/
ReturnPointerRangeChecker.cpp 11 // which looks for an out-of-bound pointer being returned to callers.
  /external/clang/test/Driver/
darwin-embedded.c 45 // callers we're compiling will expect.
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLContextImpl.java 53 /** Allows outside callers to get the preferred SSLContext. */
  /external/glide/third_party/disklrucache/
README.md 40 error occurs while writing a cache value, the edit will fail silently. Callers
  /external/google-breakpad/src/common/linux/
elfutils.h 85 // Internal helper method, exposed for convenience for callers
  /external/guava/guava/src/com/google/common/collect/
ImmutableEnumMap.java 132 // All callers of the constructor are restricted to <K extends Enum<K>>.
ImmutableEnumSet.java 99 // All callers of the constructor are restricted to <E extends Enum<E>>.

Completed in 1782 milliseconds

1 2 3 4 56 7 8 91011>>