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

1 2 3 4 5 6 7 8

  /external/clang/lib/AST/
InheritViz.cpp 138 QualType Self = Context.getTypeDeclType(this);
143 Self.getAsString(), "dot", FD, Filename)) {
153 Writer.WriteGraph(Self);
  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntry.h 40 typedef HashEntry<KeyType, ValueType, KeyCompare> Self;
41 friend class EntryFactory<Self>;
HashBase.h 74 typedef HashTableImpl<HashEntryTy, HashFunctionTy> Self;
113 friend class ChainIteratorBase<Self>;
114 friend class ChainIteratorBase<const Self>;
115 friend class EntryIteratorBase<Self>;
116 friend class EntryIteratorBase<const Self>;
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuThread.h 97 THREAD_THUNK_SELF Self;
  /external/clang/test/SemaTemplate/
enum-argument.cpp 6 typedef C<v> Self;
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorStorage.h 75 typedef TensorStorage<T, DSizes<IndexType, NumIndices_>, Options_> Self;
95 EIGEN_DEVICE_FUNC TensorStorage(const Self& other)
101 EIGEN_DEVICE_FUNC Self& operator=(const Self& other)
104 Self tmp(other);
111 EIGEN_DEVICE_FUNC void swap(Self& other)
  /art/runtime/
scoped_thread_state_change.h 44 ALWAYS_INLINE ScopedThreadStateChange(Thread* self, ThreadState new_thread_state)
49 ALWAYS_INLINE Thread* Self() const {
71 Thread* Self() const {
107 ALWAYS_INLINE explicit ScopedObjectAccessAlreadyRunnable(Thread* self)
123 // Self thread, can be null.
150 ALWAYS_INLINE explicit ScopedObjectAccessUnchecked(Thread* self)
175 ALWAYS_INLINE explicit ScopedObjectAccess(Thread* self)
196 ALWAYS_INLINE explicit ScopedThreadSuspension(Thread* self, ThreadState suspended_state)
handle_scope.h 264 explicit ALWAYS_INLINE StackHandleScope(Thread* self, mirror::Object* fill_value = nullptr);
267 Thread* Self() const {
284 explicit VariableSizedHandleScope(Thread* const self);
  /external/clang/include/clang/Serialization/
ContinuousRangeMap.h 110 ContinuousRangeMap &Self;
116 explicit Builder(ContinuousRangeMap &Self) : Self(Self) { }
119 std::sort(Self.Rep.begin(), Self.Rep.end(), Compare());
120 std::unique(Self.Rep.begin(), Self.Rep.end(),
131 Self.Rep.push_back(Val);
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 46 CodeGeneratorImpl &Self;
48 HandlingTopLevelDeclRAII(CodeGeneratorImpl &Self,
50 : Self(Self), EmitDeferred(EmitDeferred) {
51 ++Self.HandlingTopLevelDecls;
54 unsigned Level = --Self.HandlingTopLevelDecls;
56 Self.EmitDeferredDecls();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ContinuousRangeMap.h 110 ContinuousRangeMap &Self;
116 explicit Builder(ContinuousRangeMap &Self) : Self(Self) { }
119 std::sort(Self.Rep.begin(), Self.Rep.end(), Compare());
120 std::unique(Self.Rep.begin(), Self.Rep.end(),
131 Self.Rep.push_back(Val);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/
ContinuousRangeMap.h 110 ContinuousRangeMap &Self;
116 explicit Builder(ContinuousRangeMap &Self) : Self(Self) { }
119 std::sort(Self.Rep.begin(), Self.Rep.end(), Compare());
120 std::unique(Self.Rep.begin(), Self.Rep.end(),
131 Self.Rep.push_back(Val);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Serialization/
ContinuousRangeMap.h 110 ContinuousRangeMap &Self;
116 explicit Builder(ContinuousRangeMap &Self) : Self(Self) { }
119 std::sort(Self.Rep.begin(), Self.Rep.end(), Compare());
120 std::unique(Self.Rep.begin(), Self.Rep.end(),
131 Self.Rep.push_back(Val);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Serialization/
ContinuousRangeMap.h 110 ContinuousRangeMap &Self;
116 explicit Builder(ContinuousRangeMap &Self) : Self(Self) { }
119 std::sort(Self.Rep.begin(), Self.Rep.end(), Compare());
120 std::unique(Self.Rep.begin(), Self.Rep.end(),
131 Self.Rep.push_back(Val);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Serialization/
ContinuousRangeMap.h 110 ContinuousRangeMap &Self;
116 explicit Builder(ContinuousRangeMap &Self) : Self(Self) { }
119 std::sort(Self.Rep.begin(), Self.Rep.end(), Compare());
120 std::unique(Self.Rep.begin(), Self.Rep.end(),
131 Self.Rep.push_back(Val);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Serialization/
ContinuousRangeMap.h 110 ContinuousRangeMap &Self;
116 explicit Builder(ContinuousRangeMap &Self) : Self(Self) { }
119 std::sort(Self.Rep.begin(), Self.Rep.end(), Compare());
120 std::unique(Self.Rep.begin(), Self.Rep.end(),
131 Self.Rep.push_back(Val);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Serialization/
ContinuousRangeMap.h 110 ContinuousRangeMap &Self;
116 explicit Builder(ContinuousRangeMap &Self) : Self(Self) { }
119 std::sort(Self.Rep.begin(), Self.Rep.end(), Compare());
120 std::unique(Self.Rep.begin(), Self.Rep.end(),
131 Self.Rep.push_back(Val);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ContinuousRangeMap.h 110 ContinuousRangeMap &Self;
116 explicit Builder(ContinuousRangeMap &Self) : Self(Self) { }
119 std::sort(Self.Rep.begin(), Self.Rep.end(), Compare());
120 std::unique(Self.Rep.begin(), Self.Rep.end(),
131 Self.Rep.push_back(Val);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Serialization/
ContinuousRangeMap.h 110 ContinuousRangeMap &Self;
116 explicit Builder(ContinuousRangeMap &Self) : Self(Self) { }
119 std::sort(Self.Rep.begin(), Self.Rep.end(), Compare());
120 std::unique(Self.Rep.begin(), Self.Rep.end(),
131 Self.Rep.push_back(Val);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Serialization/
ContinuousRangeMap.h 110 ContinuousRangeMap &Self;
116 explicit Builder(ContinuousRangeMap &Self) : Self(Self) { }
119 std::sort(Self.Rep.begin(), Self.Rep.end(), Compare());
120 std::unique(Self.Rep.begin(), Self.Rep.end(),
131 Self.Rep.push_back(Val);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Serialization/
ContinuousRangeMap.h 110 ContinuousRangeMap &Self;
116 explicit Builder(ContinuousRangeMap &Self) : Self(Self) { }
119 std::sort(Self.Rep.begin(), Self.Rep.end(), Compare());
120 std::unique(Self.Rep.begin(), Self.Rep.end(),
131 Self.Rep.push_back(Val);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Serialization/
ContinuousRangeMap.h 110 ContinuousRangeMap &Self;
116 explicit Builder(ContinuousRangeMap &Self) : Self(Self) { }
119 std::sort(Self.Rep.begin(), Self.Rep.end(), Compare());
120 std::unique(Self.Rep.begin(), Self.Rep.end(),
131 Self.Rep.push_back(Val);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Serialization/
ContinuousRangeMap.h 110 ContinuousRangeMap &Self;
116 explicit Builder(ContinuousRangeMap &Self) : Self(Self) { }
119 std::sort(Self.Rep.begin(), Self.Rep.end(), Compare());
120 std::unique(Self.Rep.begin(), Self.Rep.end(),
131 Self.Rep.push_back(Val);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Serialization/
ContinuousRangeMap.h 110 ContinuousRangeMap &Self;
116 explicit Builder(ContinuousRangeMap &Self) : Self(Self) { }
119 std::sort(Self.Rep.begin(), Self.Rep.end(), Compare());
120 std::unique(Self.Rep.begin(), Self.Rep.end(),
131 Self.Rep.push_back(Val);
  /external/brotli/c/enc/
hash_longest_match_quickly_inc.h 41 static BROTLI_INLINE HashLongestMatchQuickly* FN(Self)(HasherHandle handle) {
53 HashLongestMatchQuickly* self = FN(Self)(handle); local
60 memset(&self->buckets_[key], 0, BUCKET_SWEEP * sizeof(self->buckets_[0]));
67 memset(&self->buckets_[0], 0, sizeof(self->buckets_));
88 FN(Self)(handle)->buckets_[key + off] = (uint32_t)ix;
133 HashLongestMatchQuickly* self = FN(Self)(handle) local
    [all...]

Completed in 3063 milliseconds

1 2 3 4 5 6 7 8