HomeSort by relevance Sort by last modified time
    Searched full:given (Results 376 - 400 of 7380) sorted by null

<<11121314151617181920>>

  /external/proguard/src/proguard/classfile/visitor/
ClassVersionFilter.java 27 * another given <code>ClassVisitor</code>, but only when the class version
28 * number of the visited program class lies in a given range.
ExceptClassFilter.java 26 * This <code>ClassVisitor</code> delegates its visits to another given
27 * <code>ClassVisitor</code>, except for one given class.
ExceptClassesFilter.java 26 * This <code>ClassVisitor</code> delegates its visits to another given
27 * <code>ClassVisitor</code>, except for classes are in a given list.
ExceptionExcludedOffsetFilter.java 28 * This <code>ExceptionInfoVisitor</code> delegates its visits to another given
30 * does not cover the instruction at the given offset.
ExceptionHandlerFilter.java 28 * This <code>ExceptionInfoVisitor</code> delegates its visits to another given
30 * targets an instruction in the given range of offsets.
ExceptionOffsetFilter.java 28 * This <code>ExceptionInfoVisitor</code> delegates its visits to another given
30 * covers the instruction at the given offset.
ExceptionRangeFilter.java 28 * This <code>ExceptionInfoVisitor</code> delegates its visits to another given
30 * overlaps with the given instruction range.
ImplementedClassConstantFilter.java 30 * to another given <code>ConstantVisitor</code>, except for classes that
31 * extend or implement a given class. This exception includes the class itself.
ImplementedClassFilter.java 26 * This <code>ClassVisitor</code> delegates its visits to another given
28 * a given class.
ImplementingClassConstantFilter.java 30 * to another given <code>ConstantVisitor</code>, except for classes that
31 * are extended or implemented by a given class. This exception includes the
SubclassFilter.java 26 * This <code>ClassVisitor</code> delegates its visits to another given
27 * <code>ClassVisitor</code>, except for classes that have a given class as
  /external/proguard/src/proguard/gui/
SwingUtil.java 37 * Invokes the given Runnable in the AWT event dispatching thread,
65 * Invokes the given Runnable in the AWT event dispatching thread, not
  /external/proguard/src/proguard/gui/splash/
ColorSprite.java 26 * This Sprite colors another given sprite.
38 * @param color the variable color of the given sprite.
FontSprite.java 26 * This Sprite sets the font for another given sprite.
38 * @param font the variable Font of the given sprite.
  /external/proguard/src/proguard/obfuscate/
AttributeUsageMarker.java 54 * Marks the given VisitorAccepter as being used (or useful).
64 * Returns whether the given VisitorAccepter has been marked as being used.
  /external/proguard/src/proguard/preverify/
Preverifier.java 29 * This class can preverify methods in program class pools, according to a given
49 * Performs preverification of the given program class pool.
  /external/skia/include/core/
SkComposeShader.h 32 /** Create a new compose shader, given shaders A, B, and a combining xfermode mode.
33 When the xfermode is called, it will be given the result from shader A as its
  /external/v8/tools/
splaytree.py 82 """Remove the node with the given key from the SplayTree."""
86 # Splay on the key to move the node with the given key to the top.
109 """Returns the node with the given key or None if no such node exists."""
136 """Returns node with greatest key less than or equal to the given key."""
139 # Splay on the key to move the node with the given key or the last
169 Perform the splay operation for the given key. Moves the node with
170 the given key to the top of the tree. If no node has the given
  /frameworks/base/core/java/android/security/
MessageDigest.java 35 * is given.
58 * Produces a message digest for the given input.
  /frameworks/base/core/java/android/webkit/
UrlInterceptHandler.java 31 * Given an URL, returns the CacheResult which contains the
45 * Given an URL, returns the PluginData which contains the
  /frameworks/base/native/include/android/
bitmap.h 49 * Given a java bitmap object, fill out the AndroidBitmap struct for it.
56 * Given a java bitmap object, attempt to lock the pixel address.
  /ndk/build/platforms/android-8/arch-arm/usr/include/android/
bitmap.h 49 * Given a java bitmap object, fill out the AndroidBitmap struct for it.
56 * Given a java bitmap object, attempt to lock the pixel address.
  /ndk/build/platforms/android-8/arch-x86/usr/include/android/
bitmap.h 49 * Given a java bitmap object, fill out the AndroidBitmap struct for it.
56 * Given a java bitmap object, attempt to lock the pixel address.
  /packages/apps/Camera/src/com/android/camera/
PreferenceGroup.java 60 * Finds the preference with the given key recursively. Returns
64 // Find a leaf preference with the given key. Currently, the base
  /packages/inputmethods/PinyinIME/jni/include/
lpicache.h 41 // Test if the LPI list of the given splid has been cached.
53 // Get the cached list for the given half id.

Completed in 159 milliseconds

<<11121314151617181920>>