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

1 23 4 5 6 7 8 91011

  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Index/
IndexSymbol.h 95 Reference = 1 << 2,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 167 public List<Reference> getIncludedBy(IResource included) {
179 List<Reference> references = new ArrayList<Reference>(result.size());
181 references.add(new Reference(mProject, s));
956 String reference = mId; local
1076 Reference reference = queue.removeFirst(); local
    [all...]
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 37 class Reference;
251 Reference operator[](size_t i) const;
265 Reference operator[](size_t i) const;
289 Reference operator[](size_t i) const;
312 Reference operator[](const char *key) const;
313 Reference operator[](const std::string &key) const;
338 class Reference {
340 Reference(const uint8_t *data, uint8_t parent_width, uint8_t byte_width,
345 Reference(const uint8_t *data, uint8_t parent_width, uint8_t packed_type)
694 template<> inline bool Reference::As<bool>() { return AsBool();
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 133 //! Reference to (const) GenericMember
134 typedef typename BaseType::reference Reference;
191 Reference operator*() const { return *ptr_; }
193 Reference operator[](DifferenceType n) const { return ptr_[n]; }
231 //! Reference to a constant string (not taking a copy)
262 //! Create string reference from \c const character array
264 This constructor implicitly creates a constant string reference from
289 //! Explicitly create string reference from \c const character pointer
291 This constructor can be used to \b explicitly create a reference to
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessTests.hpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 343 case DeclaratorChunk::Reference:
357 case DeclaratorChunk::Reference:
437 case DeclaratorChunk::Reference:
468 case DeclaratorChunk::Reference:
532 case DeclaratorChunk::Reference:
    [all...]
  /external/swiftshader/src/Reactor/
Reactor.hpp 98 class Reference
101 explicit Reference(Value *pointer, int alignment = 1);
104 RValue<T> operator=(const Reference<T> &ref) const;
168 RValue(const Reference<T> &rhs);
192 Bool(const Reference<Bool> &rhs);
197 RValue<Bool> operator=(const Reference<Bool> &rhs);
220 Byte(const Reference<Byte> &rhs);
225 RValue<Byte> operator=(const Reference<Byte> &rhs);
276 SByte(const Reference<SByte> &rhs);
281 RValue<SByte> operator=(const Reference<SByte> &rhs)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/24.5.0/
chartlib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0/
chartlib-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-alpha1/
chartlib-25.0.0-alpha1.jar 

Completed in 2111 milliseconds

1 23 4 5 6 7 8 91011