HomeSort by relevance Sort by last modified time
    Searched refs:Reference (Results 226 - 250 of 378) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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;
158 //if this is a constructor, then set the "this" register to an uninitialized reference of the current class
165 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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 49 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.IncludeFinder.Reference;
    [all...]
OutlinePage.java 48 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.IncludeFinder.Reference;
    [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",
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /art/patchoat/
patchoat.cc 42 #include "mirror/reference.h"
684 mirror::Reference* ref) const {
685 MemberOffset off = mirror::Reference::ReferentOffset();
    [all...]
  /art/runtime/mirror/
object-inl.h 35 #include "reference.h"
288 inline Reference* Object::AsReference() {
290 return down_cast<Reference*>(this);
    [all...]
  /external/libavc/common/arm/
ih264_intra_pred_luma_8x8_a9q.s 67 @* Reference sample filtering process for Intra_8x8 sample prediction
70 @* Perform Reference sample filtering process for Intra_8x8 sample prediction ,described in sec 8.3.2.2.1
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 72 import java.lang.ref.Reference;
624 Reference<Bitmap> bitmapRef;
638 * as they come from the database. Each holder has a soft reference to the
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdosys.h 441 virtual HRESULT WINAPI AddRelatedBodyPart(BSTR URL,BSTR Reference,CdoReferenceType ReferenceType,BSTR UserName,BSTR Password,IBodyPart **ppBody) = 0;
509 HRESULT (WINAPI *AddRelatedBodyPart)(IMessage *This,BSTR URL,BSTR Reference,CdoReferenceType ReferenceType,BSTR UserName,BSTR Password,IBodyPart **ppBody);
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 208 // reference to a string that is about to be swept.
210 // Enable the reference processing slow path, needs to be done with mutators paused since there
224 // following happens during a reference write:
229 // This causes the GC to age the card but not necessarily mark the reference which the mutator
232 // reference write are visible to the GC before the card is scanned (this is due to locks being
638 void operator()(mirror::Class* klass, mirror::Reference* ref) const
    [all...]
  /art/runtime/gc/space/
image_space.cc 762 // There could be overlap between ranges, we must avoid visiting the same reference twice.
794 // java.lang.ref.Reference visitor.
795 void operator()(mirror::Class* klass ATTRIBUTE_UNUSED, mirror::Reference* ref) const
799 mirror::Reference::ReferentOffset(),
    [all...]
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java 57 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.IncludeFinder.Reference;
479 * Sets the reference to the file being edited.
    [all...]
  /art/compiler/driver/
compiler_driver.cc 727 // just grab a reference to it that we use without holding the mutex.
    [all...]
  /art/compiler/
image_writer.cc     [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 751 case DeclaratorChunk::Reference:
    [all...]
  /external/eigen/blas/testing/
dblat1.f 40 * -- Reference BLAS test routine (version 3.4.1) --
41 * -- Reference BLAS is a software package provided by Univ. of Tennessee, --
    [all...]
sblat1.f 40 * -- Reference BLAS test routine (version 3.4.1) --
41 * -- Reference BLAS is a software package provided by Univ. of Tennessee, --
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedCollator.java     [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
RuleBasedCollator.java     [all...]
  /frameworks/base/tools/aapt2/
ResourceParser_test.cpp 375 " <attr name=\"bat\" format=\"string|reference\"/>\n"
441 EXPECT_NE(nullptr, valueCast<Reference>(array->items[0].get()));
504 <attr name="barName" format="string|reference" />
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/
parboiled-core-1.0.2.jar 

Completed in 1795 milliseconds

1 2 3 4 5 6 7 8 91011>>