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

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
gnu.go 14 // This form typically matches the syntax defined in the Power ISA Reference Manual.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMenuListener.java 36 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.IncludeFinder.Reference;
186 final List<Reference> includedBy = finder.getIncludedBy(chooser.getEditedFile());
  /art/runtime/gc/collector/
mark_compact.h 124 // Schedules an unmarked object for reference processing.
125 void DelayReferenceReferent(ObjPtr<mirror::Class> klass, ObjPtr<mirror::Reference> reference)
185 // Update a single heap reference.
186 void UpdateHeapReference(mirror::HeapReference<mirror::Object>* reference)
semi_space.h 159 // Schedules an unmarked object for reference processing.
160 void DelayReferenceReferent(ObjPtr<mirror::Class> klass, ObjPtr<mirror::Reference> reference)
concurrent_copying.cc 145 // no other threads which can trigger read barriers on the same referent during reference
401 void operator()(ObjPtr<mirror::Class> klass, ObjPtr<mirror::Reference> ref) const
406 mirror::Reference::ReferentOffset());
483 ObjPtr<mirror::Reference> ref) const
486 this->operator()(ref, mirror::Reference::ReferentOffset(), false);
753 // objects, aside from weak ref accesses with read barriers (Reference::GetReferent() and system
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkHii.h 15 @par Revision Reference:
674 @param Reference The identifier of the string to be added. If the
675 reference value is zero, then the string will be
691 IN OUT STRING_REF *Reference,
    [all...]
  /external/clang/test/SemaTemplate/
constexpr-instantiate.cpp 69 namespace Reference {
80 // We follow g++ in treating any reference to a constexpr function template
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
TreeMultiset.java 107 private final transient Reference<AvlNode<E>> rootReference;
111 TreeMultiset(Reference<AvlNode<E>> rootReference, GeneralRange<E> range, AvlNode<E> endLink) {
123 this.rootReference = new Reference<AvlNode<E>>();
255 int[] result = new int[1]; // used as a mutable int reference to hold result
268 int[] result = new int[1]; // used as a mutable int reference to hold result
301 int[] result = new int[1]; // used as a mutable int reference to hold result
324 int[] result = new int[1]; // used as a mutable int reference to hold result
500 private static final class Reference<T> {
  /external/libchrome/base/metrics/
sparse_histogram.cc 34 PersistentMemoryAllocator::Reference histogram_ref = 0;
  /frameworks/base/tools/aapt2/
ResourceValues_test.cpp 184 // by a default constructed Reference value.
187 ASSERT_TRUE(Reference().Flatten(&value));
ResourceParser.cpp 45 if (piece == "reference") {
541 << "invalid value for type '" << *parsed_type << "'. Expected a reference");
610 // Fix up the reference.
611 if (Reference* ref = ValueCast<Reference>(processed_item.get())) {
    [all...]
  /frameworks/base/tools/aapt2/compile/
InlineXmlFormatParser.cpp 66 Maybe<Reference> ref = ResourceUtils::ParseXmlAttributeName(attr->value);
  /frameworks/compile/mclinker/unittests/
NamePoolTest.cpp 171 LDSymbol::Type type = LDSymbol::Reference;
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java 40 import java.lang.ref.Reference;
1493 Reference<Object> reference = (Reference) entry; local
1524 Reference<Object> reference = (Reference) valueReference; local
1553 Reference<Object> reference = (Reference) entry; local
1585 Reference<Object> reference = (Reference) valueReference; local
    [all...]
  /external/doclava/res/assets/templates-sdk/components/
masthead.cs 37 <a href="<?cs var:toroot ?>ndk/reference/index.html" class="dac-header-tab"
43 es-lang="Referencia">Reference</a>
56 # For the reference only docs, include just one tab
60 <li><a href="<?cs var:toroot ?>reference/packages.html" class="dac-header-tab"><?cs
72 # End reference only docs, now the online DAC tabs...
105 # End if/else reference only docs
146 <li class="dac-nav-item reference">
147 <a class="dac-nav-link" href="<?cs var:toroot ?>ndk/reference/index.html"
153 es-lang="Referencia">Reference</a>
236 <li class="dac-nav-item reference">
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
InstructionWriter.java 43 import org.jf.dexlib2.iface.reference.FieldReference;
44 import org.jf.dexlib2.iface.reference.MethodProtoReference;
45 import org.jf.dexlib2.iface.reference.MethodReference;
46 import org.jf.dexlib2.iface.reference.Reference;
47 import org.jf.dexlib2.iface.reference.StringReference;
48 import org.jf.dexlib2.iface.reference.TypeReference;
485 private int getReferenceIndex(int referenceType, Reference reference) {
488 return fieldSection.getItemIndex((FieldRefKey) reference);
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Thread.java 30 import java.lang.ref.Reference;
271 * Returns a reference to the currently executing thread object.
777 /* Aggressively null out all reference fields: see bug 4006245 */
    [all...]
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodType.java 30 import java.lang.ref.Reference;
52 * The types (primitive, {@code void}, and reference) are represented by {@link Class} objects.
505 /** Return the leading parameter type, which must exist and be a reference.
512 throw newIllegalArgumentException("no leading reference parameter");
603 * The reference type {@code java.lang.Void} counts as a wrapper,
612 * Erases all reference types to {@code Object}.
615 * @return a version of the original type with all reference types replaced
622 * Erases all reference types to {@code Object}, and all subword types to {@code int}.
625 * @return a version of the original type with all reference and subword types replaced
639 * Converts all types, both reference and primitive, to {@code Object}
1213 Reference<? extends T> reference; local
    [all...]
  /prebuilts/go/darwin-x86/src/debug/macho/
macho.go 6 // http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptual/MachORuntime/Reference/reference.html
  /prebuilts/go/linux-x86/src/debug/macho/
macho.go 6 // http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptual/MachORuntime/Reference/reference.html
  /prebuilts/misc/common/swig/include/2.0.11/gcj/
javaprims.i 193 class Reference;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
HiiFramework.h 6 @par Revision Reference:
624 @param Reference The identifier of the string to be added. If the reference
640 IN OUT STRING_REF *Reference,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/
Hii.h 49 // Forward reference for pure ANSI compatability
516 IN OUT STRING_REF *Reference,
  /external/clang/lib/Index/
IndexingContext.cpp 286 Roles |= (unsigned)SymbolRole::Reference;
  /external/libvncserver/webclients/novnc/include/web-socket-js/
web_socket.js 3 // Reference: http://dev.w3.org/html5/websockets/
4 // Reference: http://tools.ietf.org/html/rfc6455

Completed in 636 milliseconds

1 2 3 4 5 6 7 891011>>