HomeSort by relevance Sort by last modified time
    Searched defs:Reference (Results 26 - 50 of 269) sorted by null

12 3 4 5 6 7 8 91011

  /external/clang/test/SemaCXX/
ast-print.cpp 10 struct Reference
17 Reference r;
  /external/clang/test/SemaTemplate/
constexpr-instantiate.cpp 69 namespace Reference {
80 // We follow g++ in treating any reference to a constexpr function template
  /external/clang/unittests/ASTMatchers/
ASTMatchersNodeTest.cpp 356 StatementMatcher Reference =
369 "}", Reference));
378 "}", Reference));
    [all...]
  /external/libchrome/base/metrics/
persistent_memory_allocator.h 97 typedef uint32_t Reference;
125 // reference will not be returned twice.
144 // As above but resuming from the |starting_after| reference. The first call
145 // to GetNext() will return the next object found after that reference. The
146 // reference must be to an "iterable" object; references to non-iterable
150 Reference starting_after);
155 // Resets the iterator, resuming from the |starting_after| reference.
156 void Reset(Reference starting_after);
158 // Returns the previously retrieved reference, or kReferenceNull if none.
161 Reference GetLast()
    [all...]
persistent_memory_allocator_unittest.cc 33 typedef PersistentMemoryAllocator::Reference Reference;
116 Reference block1 = allocator_->GetAsReference(obj1);
156 Reference block2 = allocator_->GetAsReference(obj2);
268 Reference block1 = allocator_->Allocate(TEST_MEMORY_PAGE / 2, 1);
273 Reference block2 =
278 Reference block3 = allocator_->Allocate(2 * kAllocAlignment + 99, 3);
299 Reference block = allocator_.Allocate(size, type);
415 Reference block = allocator_->Allocate(size, type);
515 Reference block1 = allocator_->Allocate(sizeof(TestObject1), 1)
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp 37 struct Reference {
38 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/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
Graph.java 154 // Instances of the Reference class should be used to ensure the Graph has not been closed
156 class Reference implements AutoCloseable {
157 private Reference() {
190 Reference ref() {
191 return new Reference();
204 Graph.Reference reference = this.graph.ref(); local
209 long[] nativeReturn = nextOperation(reference.nativeHandle(), this.position);
216 reference.close();
Session.java 67 Graph.Reference r = g.ref();
294 Reference runRef = new Reference();
330 private class Reference implements AutoCloseable {
331 public Reference() {
412 private final Graph.Reference graphRef;
  /frameworks/base/tools/aapt2/
ResourceValues.cpp 97 Reference::Reference() : reference_type(Type::kResource) {}
99 Reference::Reference(const ResourceNameRef& n, Type t)
102 Reference::Reference(const ResourceId& i, Type type)
105 Reference::Reference(const ResourceNameRef& n, const ResourceId& i)
108 bool Reference::Equals(const Value* value) const {
109 const Reference* other = ValueCast<Reference>(value)
    [all...]
ResourceValues.h 147 // A reference to another resource. This maps to android::Res_value::TYPE_REFERENCE.
148 // A reference can be symbolic (with the name set to a valid resource name) or be
150 struct Reference : public BaseItem<Reference> {
158 Reference::Type reference_type;
162 Reference();
163 explicit Reference(const ResourceNameRef& n, Type type = Type::kResource);
164 explicit Reference(const ResourceId& i, Type type = Type::kResource);
165 Reference(const ResourceNameRef& n, const ResourceId& i);
169 Reference* Clone(StringPool* new_pool) const override
    [all...]
  /external/clang/include/clang/Index/
IndexSymbol.h 77 Reference = 1 << 2,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 91 Reference = 1 << 2,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Index/
IndexSymbol.h 92 Reference = 1 << 2,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Index/
IndexSymbol.h 92 Reference = 1 << 2,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 91 Reference = 1 << 2,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Index/
IndexSymbol.h 92 Reference = 1 << 2,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Index/
IndexSymbol.h 92 Reference = 1 << 2,
  /frameworks/ml/nn/tools/test_generator/
test_generator.py 235 def Reference(self):
240 return [ x.Reference() for x in operands ]
250 # Holds reference to all Inputs; used by Topoligcal sort as starting nodes.
407 def Reference(self):
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Index/
IndexSymbol.h 95 Reference = 1 << 2,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Index/
IndexSymbol.h 95 Reference = 1 << 2,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Index/
IndexSymbol.h 95 Reference = 1 << 2,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Index/
IndexSymbol.h 95 Reference = 1 << 2,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Index/
IndexSymbol.h 95 Reference = 1 << 2,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Index/
IndexSymbol.h 95 Reference = 1 << 2,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Index/
IndexSymbol.h 95 Reference = 1 << 2,

Completed in 3942 milliseconds

12 3 4 5 6 7 8 91011