HomeSort by relevance Sort by last modified time
    Searched defs:reference (Results 1 - 25 of 2144) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/reference/
DexBackedReference.java 32 package org.jf.dexlib2.dexbacked.reference;
36 import org.jf.dexlib2.iface.reference.Reference;
42 public static Reference makeReference(@Nonnull DexBackedDexFile dexFile, int referenceType, int referenceIndex) {
55 throw new ExceptionWithContext("Invalid reference type: %d", referenceType);
DexBackedStringReference.java 32 package org.jf.dexlib2.dexbacked.reference;
34 import org.jf.dexlib2.base.reference.BaseStringReference;
DexBackedTypeReference.java 32 package org.jf.dexlib2.dexbacked.reference;
34 import org.jf.dexlib2.base.reference.BaseTypeReference;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/reference/
Reference.java 32 package org.jf.dexlib2.iface.reference;
38 public interface Reference {
StringReference.java 32 package org.jf.dexlib2.iface.reference;
38 * This class represents a reference to an arbitrary string.
41 * used in those cases where a generic Reference is needed
47 public interface StringReference extends Reference, CharSequence, Comparable<CharSequence> {
TypeReference.java 32 package org.jf.dexlib2.iface.reference;
38 * This class represents a reference to a type.
41 * in those cases where a generic Reference is needed
50 public interface TypeReference extends Reference, CharSequence, Comparable<CharSequence> {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/
ImmutableReference.java 32 package org.jf.dexlib2.immutable.reference;
35 import org.jf.dexlib2.iface.reference.*;
40 public interface ImmutableReference extends Reference {
ImmutableReferenceFactory.java 32 package org.jf.dexlib2.immutable.reference;
35 import org.jf.dexlib2.iface.reference.*;
42 public static ImmutableReference of(Reference reference) {
43 if (reference instanceof StringReference) {
44 return ImmutableStringReference.of((StringReference)reference);
46 if (reference instanceof TypeReference) {
47 return ImmutableTypeReference.of((TypeReference)reference);
49 if (reference instanceof FieldReference) {
50 return ImmutableFieldReference.of((FieldReference)reference);
    [all...]
ImmutableStringReference.java 32 package org.jf.dexlib2.immutable.reference;
34 import org.jf.dexlib2.base.reference.BaseStringReference;
35 import org.jf.dexlib2.iface.reference.StringReference;
  /external/libcxx/test/std/containers/container.adaptors/priority.queue/
types.pass.cpp 20 // typedef typename container_type::reference reference;
49 typedef int& reference; typedef in struct:C
59 static_assert(( std::is_same<std::priority_queue<int>::reference, std::vector<int>::reference>::value), "");
  /external/libcxx/test/std/containers/container.adaptors/queue/queue.defn/
types.pass.cpp 18 // typedef typename container_type::reference reference;
42 typedef int& reference; typedef in struct:C
52 static_assert(( std::is_same<std::queue<int>::reference, std::deque<int>::reference>::value), "");
  /external/libcxx/test/std/containers/container.adaptors/stack/stack.defn/
types.pass.cpp 18 // typedef typename container_type::reference reference;
43 typedef int& reference; typedef in struct:C
53 static_assert(( std::is_same<std::stack<int>::reference, std::deque<int>::reference>::value), "");
  /external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
iterator.pass.cpp 18 // typedef typename Iter::reference reference;
32 typedef A& reference; typedef in struct:test_iterator
  /external/mesa3d/src/gallium/winsys/i915/sw/
i915_sw_fence.c 9 struct pipe_reference reference; member in struct:i915_sw_fence
17 pipe_reference_init(&fence->reference, 1);
30 if (pipe_reference(&((struct i915_sw_fence *)(*ptr))->reference, &f->reference)) {
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
AnnotationElementNameReferenceTest.java 48 PsiReference reference = configureByFileText("" + local
55 PsiElement resolved = reference.resolve();
69 PsiReference reference = configureByFileText("" + local
76 PsiElement resolved = reference.resolve();
93 PsiReference reference = configureByFileText("" + local
97 PsiElement resolved = reference.resolve();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/branch_policy/
null_node_metadata.hpp 61 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumnode_const_iterator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/branch_policy/
null_node_metadata.hpp 61 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumnode_const_iterator
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/branch_policy/
null_node_metadata.hpp 61 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumnode_const_iterator
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/branch_policy/
null_node_metadata.hpp 61 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumnode_const_iterator
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/branch_policy/
null_node_metadata.hpp 61 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumnode_const_iterator
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/
types.pass.cpp 19 // typedef typename container_type::reference reference;
44 typedef int& reference; typedef in struct:C
54 static_assert((std::is_same<std::priority_queue<int>::reference, std::vector<int>::reference>::value), "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/
types.pass.cpp 18 // typedef typename container_type::reference reference;
42 typedef int& reference; typedef in struct:C
52 static_assert((std::is_same<std::queue<int>::reference, std::deque<int>::reference>::value), "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.defn/
types.pass.cpp 18 // typedef typename container_type::reference reference;
43 typedef int& reference; typedef in struct:C
53 static_assert((std::is_same<std::stack<int>::reference, std::deque<int>::reference>::value), "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.traits/
iterator.pass.cpp 18 // typedef typename Iter::reference reference;
32 typedef A& reference; typedef in struct:test_iterator
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/branch_policy/
null_node_metadata.hpp 61 typedef const_reference reference; typedef in struct:__gnu_pbds::detail::dumnode_const_iterator

Completed in 1137 milliseconds

1 2 3 4 5 6 7 8 91011>>