HomeSort by relevance Sort by last modified time
    Searched refs:Reference (Results 251 - 275 of 458) sorted by null

<<111213141516171819

  /packages/apps/Dialer/java/com/android/contacts/common/
ContactPhotoManagerImpl.java 63 import java.lang.ref.Reference;
113 * database. Each holder has a soft reference to the actual bitmap.
224 * either by {@link #mBitmapCache} or by a soft reference in the holder, it will not be necessary
236 // Check the soft reference. If will be retained if the bitmap is also
555 // Soften the reference
780 Reference<Bitmap> bitmapRef;
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/24.5.0/
chartlib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0/
chartlib-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-alpha1/
chartlib-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-alpha3/
chartlib-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-alpha5/
chartlib-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-alpha7/
chartlib-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-alpha9/
chartlib-25.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-beta2/
chartlib-25.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-beta5/
chartlib-25.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-beta6/
chartlib-25.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-beta7/
chartlib-25.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-rc3/
chartlib-25.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.1.0/
chartlib-25.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.1.0-alpha3/
chartlib-25.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.1.0-alpha4/
chartlib-25.1.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.1.0-beta1/
chartlib-25.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.1.0-beta3/
chartlib-25.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.1.0-rc1/
chartlib-25.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.1.2/
chartlib-25.1.2.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 83 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.IncludeFinder.Reference;
241 * Session-property on files which specifies the inclusion-context (reference to another layout
247 /** Reference to the layout editor */
250 /** Reference to the file being edited. Can also be used to access the {@link IProject}. */
273 * The resource reference to a file that should surround this file (e.g. include this file
276 private Reference mIncludedWithin;
    [all...]
RenderPreviewManager.java 49 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.IncludeFinder.Reference;
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java 42 import org.jf.dexlib2.iface.reference.FieldReference;
43 import org.jf.dexlib2.iface.reference.MethodReference;
44 import org.jf.dexlib2.iface.reference.Reference;
45 import org.jf.dexlib2.iface.reference.TypeReference;
47 import org.jf.dexlib2.immutable.reference.ImmutableFieldReference;
48 import org.jf.dexlib2.immutable.reference.ImmutableMethodReference;
162 //if this is a constructor, then set the "this" register to an uninitialized reference of the current class
169 RegisterType.getRegisterType(RegisterType.REFERENCE,
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 133 //! Reference to (const) GenericMember
134 typedef typename BaseType::reference Reference;
191 Reference operator*() const { return *ptr_; }
193 Reference operator[](DifferenceType n) const { return ptr_[n]; }
231 //! Reference to a constant string (not taking a copy)
262 //! Create string reference from \c const character array
264 This constructor implicitly creates a constant string reference from
289 //! Explicitly create string reference from \c const character pointer
291 This constructor can be used to \b explicitly create a reference to
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
ClassPool.java 44 import org.jf.dexlib2.iface.reference.*;
146 Reference reference = ((ReferenceInstruction)instruction).getReference(); local
149 stringPool.intern((StringReference)reference);
152 typePool.intern((TypeReference)reference);
155 fieldPool.intern((FieldReference) reference);
158 methodPool.intern((MethodReference)reference);
161 throw new ExceptionWithContext("Unrecognized reference type: %d",

Completed in 142 milliseconds

<<111213141516171819