HomeSort by relevance Sort by last modified time
    Searched defs:Accessor (Results 1 - 17 of 17) sorted by null

  /art/libdexfile/dex/
compact_offset_table.h 38 class Accessor {
41 explicit Accessor(const uint8_t* data_begin);
43 Accessor(const uint8_t* data_begin, uint32_t minimum_offset, uint32_t table_offset);
compact_offset_table.cc 26 CompactOffsetTable::Accessor::Accessor(const uint8_t* data_begin,
33 CompactOffsetTable::Accessor::Accessor(const uint8_t* data_begin)
34 : Accessor(data_begin + 2 * sizeof(uint32_t),
38 uint32_t CompactOffsetTable::Accessor::GetOffset(uint32_t index) const {
  /external/clang/test/SemaCXX/
operator-arrow-temporary.cpp 13 struct Accessor {
18 void f() { Accessor acc; acc->doit(); } // expected-note {{requested here}}
  /external/swiftshader/src/Common/
Resource.hpp 22 enum Accessor
37 void *lock(Accessor claimer);
38 void *lock(Accessor relinquisher, Accessor claimer);
40 void unlock(Accessor relinquisher);
52 volatile Accessor accessor; member in class:sw::Resource
  /external/swiftshader/src/System/
Resource.hpp 22 enum Accessor
37 void *lock(Accessor claimer);
38 void *lock(Accessor relinquisher, Accessor claimer);
40 void unlock(Accessor relinquisher);
52 volatile Accessor accessor; member in class:sw::Resource
  /frameworks/av/media/bufferpool/1.0/
Accessor.h 43 struct Accessor;
55 void add(int64_t connectionId, const sp<Accessor> &accessor);
73 std::map<int64_t, const wp<Accessor>> mAccessors;
77 * A buffer pool accessor which enables a buffer pool to communicate with buffer
78 * pool clients. 1:1 correspondense holds between a buffer pool and an accessor.
80 struct Accessor : public IAccessor {
85 * Creates a buffer pool accessor which uses the specified allocator.
89 explicit Accessor(const std::shared_ptr<BufferPoolAllocator> &allocator);
91 /** Destructs a buffer pool accessor. *
    [all...]
Accessor.cpp 18 #include "Accessor.h"
31 const sp<Accessor> &accessor) {
34 mAccessors.insert(std::make_pair(connectionId, accessor));
76 std::map<int64_t, const wp<Accessor>> connectionsToClose;
95 sp<Accessor> accessor; local
97 accessor = it->second.promote();
99 if (accessor) {
100 accessor->close(it->first)
    [all...]
  /frameworks/av/media/bufferpool/2.0/
Accessor.h 44 struct Accessor;
56 void add(int64_t connectionId, const sp<Accessor> &accessor);
74 std::map<int64_t, const wp<Accessor>> mAccessors;
78 * A buffer pool accessor which enables a buffer pool to communicate with buffer
79 * pool clients. 1:1 correspondense holds between a buffer pool and an accessor.
81 struct Accessor : public IAccessor {
86 * Creates a buffer pool accessor which uses the specified allocator.
90 explicit Accessor(const std::shared_ptr<BufferPoolAllocator> &allocator);
92 /** Destructs a buffer pool accessor. *
    [all...]
Accessor.cpp 18 #include "Accessor.h"
31 const sp<Accessor> &accessor) {
34 mAccessors.insert(std::make_pair(connectionId, accessor));
76 std::map<int64_t, const wp<Accessor>> connectionsToClose;
95 sp<Accessor> accessor; local
97 accessor = it->second.promote();
99 if (accessor) {
100 accessor->close(it->first)
    [all...]
  /art/runtime/mirror/
object.h 271 // Accessor for Java type fields.
588 class Accessor {
590 virtual ~Accessor() {
596 // Getter method that exposes the raw address of a primitive value-type field to an Accessor
597 // instance. This are used by VarHandle accessor methods to read fields with a wider range of
600 void GetPrimitiveFieldViaAccessor(MemberOffset field_offset, Accessor<T>* accessor)
603 // Update methods that expose the raw address of a primitive value-type to an Accessor instance
604 // that will attempt to update the field. These are used by VarHandle accessor methods to
609 void UpdateFieldBooleanViaAccessor(MemberOffset field_offset, Accessor<uint8_t>* accessor
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldDescriptor.cs 47 private IFieldAccessor accessor; field in class:Google.Protobuf.Reflection.FieldDescriptor
94 // We can't create the accessor until we've cross-linked, unfortunately, as we
110 /// Returns the accessor for this field.
116 /// that is the responsibility of the accessor.
123 /// reflection API. There are never instances of those "hidden" messages, so no accessor is provided
127 public IFieldAccessor Accessor => accessor;
322 accessor = CreateAccessor();
327 // If we're given no property name, that's because we really don't want an accessor.
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DisplayModifier.java 444 public static class Accessor {
464 public Accessor(int mask) {
  /art/runtime/interpreter/
interpreter_switch_impl-inl.h 101 shadow_frame.GetThisObject(Accessor().InsSize()),
233 Accessor(),
305 const CodeItemDataAccessor& accessor,
319 shadow_frame.GetThisObject(accessor.InsSize()),
485 shadow_frame.GetThisObject(Accessor().InsSize()),
512 shadow_frame.GetThisObject(Accessor().InsSize()),
540 shadow_frame.GetThisObject(Accessor().InsSize()),
567 shadow_frame.GetThisObject(Accessor().InsSize()),
614 shadow_frame.GetThisObject(Accessor().InsSize()),
2627 const CodeItemDataAccessor& accessor = ctx->accessor; local
    [all...]
  /external/mockito/lib/
byte-buddy-agent-1.8.15.jar 
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/kotlinc/lib/
kotlin-stdlib.jar 
kotlin-reflect.jar 

Completed in 728 milliseconds