Searched refs:Reference (Results 26 - 50 of 132) sorted by relevance

123456

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
H A Dmachotest.asm15 ; [9] Reference a NASM local label
18 ; [12] Reference a text-section symbol in the text section
19 ; [13] Reference a data-section symbol in the text section
20 ; [14] Reference a BSS-section symbol in the text section
21 ; [15] Reference a text-section symbol in the data section
22 ; [16] Reference a data-section symbol in the data section
23 ; [17] Reference a BSS-section symbol in the data section
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
H A Dmachotest64.asm15 ; [9] Reference a NASM local label
18 ; [12] Reference a text-section symbol in the text section
19 ; [13] Reference a data-section symbol in the text section
20 ; [14] Reference a BSS-section symbol in the text section
21 ; [15] Reference a text-section symbol in the data section
22 ; [16] Reference a data-section symbol in the data section
23 ; [17] Reference a BSS-section symbol in the data section
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/reference/
H A DMethodReference.java41 public interface MethodReference extends Reference, Comparable<MethodReference> {
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DRefQueueWorker.java33 import java.lang.ref.Reference;
43 * {@link Reference Reference}s can be
107 Reference<?> ref = refQueue.remove();
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
H A DDexBackedInstruction20bc.java39 import org.jf.dexlib2.iface.reference.Reference;
54 public Reference getReference() {
H A DDexBackedInstruction22c.java38 import org.jf.dexlib2.iface.reference.Reference;
62 public Reference getReference() {
H A DDexBackedInstruction35c.java38 import org.jf.dexlib2.iface.reference.Reference;
81 public Reference getReference() {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstruction20bc.java38 import org.jf.dexlib2.iface.reference.Reference;
53 @Nonnull Reference reference) {
H A DImmutableInstruction21c.java37 import org.jf.dexlib2.iface.reference.Reference;
52 @Nonnull Reference reference) {
H A DImmutableInstruction22c.java37 import org.jf.dexlib2.iface.reference.Reference;
54 @Nonnull Reference reference) {
H A DImmutableInstruction31c.java37 import org.jf.dexlib2.iface.reference.Reference;
52 @Nonnull Reference reference) {
H A DImmutableInstruction3rc.java37 import org.jf.dexlib2.iface.reference.Reference;
55 @Nonnull Reference reference) {
H A DImmutableInstructionFactory.java36 import org.jf.dexlib2.iface.reference.Reference;
43 public class ImmutableInstructionFactory implements InstructionFactory<Reference> {
77 @Nonnull Reference reference) {
88 @Nonnull Reference reference) {
126 @Nonnull Reference reference) {
164 @Nonnull Reference reference) {
193 @Nonnull Reference reference) {
201 @Nonnull Reference reference) {
H A DImmutableInstruction35c.java37 import org.jf.dexlib2.iface.reference.Reference;
62 @Nonnull Reference reference) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/
H A DImmutableReferenceFactory.java42 public static ImmutableReference of(Reference reference) {
59 public static ImmutableReference of(int referenceType, Reference reference) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
H A Delfso64.asm14 ; [9] Reference a NASM local label
17 ; [12] Reference a text-section symbol in the text section
18 ; [13] Reference a data-section symbol in the text section
19 ; [14] Reference a BSS-section symbol in the text section
20 ; [15] Reference a text-section symbol in the data section
21 ; [16] Reference a data-section symbol in the data section
22 ; [17] Reference a BSS-section symbol in the data section
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delfso.asm19 ; [9] Reference a NASM local label
22 ; [12] Reference a text-section symbol in the text section
23 ; [13] Reference a data-section symbol in the text section
24 ; [14] Reference a BSS-section symbol in the text section
25 ; [15] Reference a text-section symbol in the data section
26 ; [16] Reference a data-section symbol in the data section
27 ; [17] Reference a BSS-section symbol in the data section
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DReferenceFormatter.java47 Reference reference) throws IOException {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DReferenceType.java59 public static int getReferenceType(Reference reference) {
/external/clang/test/SemaCXX/
H A Dast-print.cpp10 struct Reference struct
17 Reference r;
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h57 uint64_t Reference(const DWARFCompileUnit* cu) const;
58 uint64_t Reference (dw_offset_t offset) const;
/external/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp38 struct Reference { struct in namespace:__anon26150
39 Reference() function in struct:__anon26150::Reference
42 Reference &operator|=(const Reference &Other) {
77 Reference getRegReferences(MachineInstr *MI, unsigned Reg);
139 Reference SystemZElimCompare::getRegReferences(MachineInstr *MI, unsigned Reg) {
140 Reference Ref;
332 Reference CCRefs;
333 Reference SrcRefs;
449 Reference CCRef
[all...]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
H A DMediaDataBox.java26 import java.lang.ref.Reference;
64 private Map<Long, Reference<ByteBuffer>> cache = new HashMap<Long, Reference<ByteBuffer>>();
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DSyntheticAccessorResolver.java44 import org.jf.dexlib2.iface.reference.Reference;
140 @Nonnull public final Reference accessedMember;
142 public AccessedMember(int accessedMemberType, @Nonnull Reference accessedMember) {
/external/emma/ant/ant14/com/vladium/emma/report/
H A DreportTask.java13 import org.apache.tools.ant.types.Reference;
90 public void setSourcepathRef (final Reference ref)

Completed in 353 milliseconds

123456