Searched defs:Reference (Results 1 - 25 of 43) sorted by relevance

12

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/reference/
H A DReference.java38 public interface Reference { interface
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
H A Dreference.py14 'Reference',
18 class Reference(base_symbol.AnnotatedSymbol): class in inherits:base_symbol.AnnotatedSymbol
44 super(Reference, self).__init__(-1, children)
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DSharedObject.java36 * // Either use the nest class Reference (which costs an extra allocation),
42 * private SharedObject.Reference<S> s;
101 public static final class Reference<T extends SharedObject> implements Cloneable { class in class:SharedObject
104 public Reference(T r) { method in class:SharedObject.Reference
113 public Reference<T> clone() {
114 Reference<T> c;
116 c = (Reference<T>)super.clone();
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DSharedObject.java35 * // Either use the nest class Reference (which costs an extra allocation),
41 * private SharedObject.Reference&lt;S&gt; s;
99 public static final class Reference<T extends SharedObject> implements Cloneable { class in class:SharedObject
102 public Reference(T r) { method in class:SharedObject.Reference
111 public Reference<T> clone() {
112 Reference<T> c;
114 c = (Reference<T>)super.clone();
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestExprVisitor.cpp165 bool VisitDeclRefExpr(DeclRefExpr *Reference) { argument
166 Match(Reference->getNameInfo().getAsString(), Reference->getLocation());
/external/clang/lib/Format/
H A DSortJavaScriptImports.cpp155 JsModuleReference Reference = References[Indices[i]]; variable
156 if (appendReference(ReferencesText, Reference))
163 if (!Reference.IsExport &&
164 (Reference.IsExport != References[Indices[i + 1]].IsExport ||
165 Reference.Category != References[Indices[i + 1]].Category))
239 // Appends ``Reference`` to ``Buffer``, returning true if text within the
240 // ``Reference`` changed (e.g. symbol order).
241 bool appendReference(std::string &Buffer, JsModuleReference &Reference) { argument
244 SmallVector<JsImportedSymbol, 1> Symbols = Reference.Symbols;
250 if (Symbols == Reference
300 JsModuleReference Reference; local
328 parseModuleReference(const AdditionalKeywords &Keywords, JsModuleReference &Reference) argument
369 parseModuleBindings(const AdditionalKeywords &Keywords, JsModuleReference &Reference) argument
376 parseStarBinding(const AdditionalKeywords &Keywords, JsModuleReference &Reference) argument
391 parseNamedBindings(const AdditionalKeywords &Keywords, JsModuleReference &Reference) argument
[all...]
/external/clang/test/SemaCXX/
H A Dast-print.cpp10 struct Reference struct
17 Reference r;
/external/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp356 StatementMatcher Reference = local
369 "}", Reference));
378 "}", Reference));
/external/google-breakpad/src/common/
H A Dtest_assembler.h449 struct Reference { struct in class:google_breakpad::test_assembler::Section
450 Reference(size_t set_offset, Endianness set_endianness, size_t set_size, function in struct:google_breakpad::test_assembler::Section::Reference
475 vector<Reference> references_;
/external/libchrome/base/metrics/
H A Dpersistent_memory_allocator.h52 typedef uint32_t Reference; typedef in class:base::PersistentMemoryAllocator
77 Reference starting_after);
83 Reference GetNext(uint32_t* type_return);
89 Reference GetNextOfType(uint32_t type_match);
99 const T* GetAsObject(Reference ref, uint32_t type_id) const {
108 std::atomic<Reference> last_record_;
122 enum : Reference {
223 T* GetAsObject(Reference ref, uint32_t type_id) {
229 const T* GetAsObject(Reference ref, uint32_t type_id) const {
240 size_t GetAllocSize(Reference re
[all...]
H A Dpersistent_memory_allocator_unittest.cc33 typedef PersistentMemoryAllocator::Reference Reference; typedef in namespace:base
110 Reference block1 = allocator_->Allocate(sizeof(TestObject1), 1);
133 Reference block2 = allocator_->Allocate(sizeof(TestObject2), 2);
230 Reference block1 = allocator_->Allocate(TEST_MEMORY_PAGE / 2, 1);
235 Reference block2 =
240 Reference block3 = allocator_->Allocate(2 * kAllocAlignment + 99, 3);
261 Reference block = allocator_.Allocate(size, type);
377 Reference block = allocator_->Allocate(size, type);
477 Reference block
[all...]
/external/clang/include/clang/Index/
H A DIndexSymbol.h77 Reference = 1 << 2, member in class:clang::index::SymbolRole
/external/clang/test/SemaTemplate/
H A Dconstexpr-instantiate.cpp69 namespace Reference { namespace
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeMultiset.java107 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>>();
500 private static final class Reference<T> { class in class:TreeMultiset
/external/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp37 struct Reference { struct in namespace:__anon13158
38 Reference() function in struct:__anon13158::Reference
41 Reference &operator|=(const Reference &Other) {
73 Reference getRegReferences(MachineInstr &MI, unsigned Reg);
130 Reference SystemZElimCompare::getRegReferences(MachineInstr &MI, unsigned Reg) {
131 Reference Ref;
343 Reference CCRefs;
344 Reference SrcRefs;
/external/guava/guava/src/com/google/common/collect/
H A DTreeMultiset.java111 private final transient Reference<AvlNode<E>> rootReference;
115 TreeMultiset(Reference<AvlNode<E>> rootReference, GeneralRange<E> range, AvlNode<E> endLink) {
127 this.rootReference = new Reference<AvlNode<E>>();
504 private static final class Reference<T> { class in class:TreeMultiset
976 new Reference<AvlNode<E>>());
/external/flatbuffers/include/flatbuffers/
H A Dflexbuffers.h30 class Reference;
240 Reference operator[](size_t i) const;
254 Reference operator[](size_t i) const;
278 Reference operator[](size_t i) const;
301 Reference operator[](const char *key) const;
302 Reference operator[](const std::string &key) const;
327 class Reference { class in namespace:flexbuffers
329 Reference(const uint8_t *data, uint8_t parent_width, uint8_t byte_width, function in class:flexbuffers::Reference
334 Reference(const uint8_t *data, uint8_t parent_width, uint8_t packed_type) function in class:flexbuffers::Reference
643 inline Reference Vecto
[all...]
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp471 void *getPointerToGlobal(GlobalValue *GV, void *Reference,
473 void *getPointerToGVIndirectSym(GlobalValue *V, void *Reference);
701 void *JITEmitter::getPointerToGlobal(GlobalValue *V, void *Reference, argument
740 void *JITEmitter::getPointerToGVIndirectSym(GlobalValue *V, void *Reference) { argument
743 void *GVAddress = getPointerToGlobal(V, Reference, false);
/external/clang/include/clang/Sema/
H A DDeclSpec.h1103 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren, Pipe enumerator in enum:clang::DeclaratorChunk::__anon950
1458 case DeclaratorChunk::Reference: return Ref.destroy();
1500 I.Kind = Reference;
2075 case DeclaratorChunk::Reference:
/external/clang/lib/Sema/
H A DSemaType.cpp343 case DeclaratorChunk::Reference:
357 case DeclaratorChunk::Reference:
437 case DeclaratorChunk::Reference:
468 case DeclaratorChunk::Reference:
532 case DeclaratorChunk::Reference:
2577 case DeclaratorChunk::Reference:
2741 case DeclaratorChunk::Reference:
3306 case DeclaratorChunk::Reference:
3539 case DeclaratorChunk::Reference:
3621 case DeclaratorChunk::Reference
5626 Reference, enumerator in enum:__anon1531::FunctionTypeUnwrapper::WrapKind
[all...]
/external/swiftshader/src/Reactor/
H A DNucleus.hpp303 class Reference class in namespace:sw
306 explicit Reference(llvm::Value *pointer, int alignment = 1);
309 RValue<T> operator=(const Reference<T> &ref) const;
367 RValue(const Reference<T> &rhs);
397 Bool(const Reference<Bool> &rhs);
402 RValue<Bool> operator=(const Reference<Bool> &rhs) const;
425 Byte(const Reference<Byte> &rhs);
430 RValue<Byte> operator=(const Reference<Byte> &rhs) const;
481 SByte(const Reference<SByte> &rhs);
486 RValue<SByte> operator=(const Reference<SByt
2556 Reference<T>::Reference(llvm::Value *pointer, int alignment) : alignment(alignment) function in class:sw::Reference
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 3880 milliseconds

12