Home
last modified time | relevance | path

Searched defs:G (Results 1 – 25 of 1872) sorted by relevance

12345678910>>...75

/aosp_15_r20/external/angle/src/image_util/
H A Dimageformats.h86 uint8_t G; member
98 uint8_t G; member
111 uint8_t G; member
146 uint8_t G; member
159 uint8_t G; member
173 uint8_t G; member
185 uint8_t G; member
199 uint8_t G; member
213 uint8_t G; member
282 uint16_t G; member
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DPostOrderIterator.h146 static po_iterator begin(const GraphT &G) { in begin()
149 static po_iterator end(const GraphT &G) { return po_iterator(); } in end()
151 static po_iterator begin(const GraphT &G, SetType &S) { in begin()
154 static po_iterator end(const GraphT &G, SetType &S) { return po_iterator(S); } in end()
187 po_iterator<T> po_begin(const T &G) { return po_iterator<T>::begin(G); } in po_begin()
189 po_iterator<T> po_end (const T &G) { return po_iterator<T>::end(G); } in po_end()
191 template <class T> iterator_range<po_iterator<T>> post_order(const T &G) { in post_order()
203 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin()
208 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end()
213 iterator_range<po_ext_iterator<T, SetType>> post_order_ext(const T &G, SetType &S) { in post_order_ext()
[all …]
H A DDepthFirstIterator.h152 static df_iterator begin(const GraphT &G) { in begin()
155 static df_iterator end(const GraphT &G) { return df_iterator(); } in end()
158 static df_iterator begin(const GraphT &G, SetType &S) { in begin()
161 static df_iterator end(const GraphT &G, SetType &S) { return df_iterator(S); } in end()
218 df_iterator<T> df_begin(const T& G) { in df_begin()
223 df_iterator<T> df_end(const T& G) { in df_end()
229 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first()
241 df_ext_iterator<T, SetTy> df_ext_begin(const T& G, SetTy &S) { in df_ext_begin()
246 df_ext_iterator<T, SetTy> df_ext_end(const T& G, SetTy &S) { in df_ext_end()
251 iterator_range<df_ext_iterator<T, SetTy>> depth_first_ext(const T& G, in depth_first_ext()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DPostOrderIterator.h148 static po_iterator begin(const GraphT &G) { in begin()
151 static po_iterator end(const GraphT &G) { return po_iterator(); } in end()
153 static po_iterator begin(const GraphT &G, SetType &S) { in begin()
156 static po_iterator end(const GraphT &G, SetType &S) { return po_iterator(S); } in end()
189 po_iterator<T> po_begin(const T &G) { return po_iterator<T>::begin(G); } in po_begin()
191 po_iterator<T> po_end (const T &G) { return po_iterator<T>::end(G); } in po_end()
193 template <class T> iterator_range<po_iterator<T>> post_order(const T &G) { in post_order()
205 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin()
210 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end()
215 iterator_range<po_ext_iterator<T, SetType>> post_order_ext(const T &G, SetType &S) { in post_order_ext()
[all …]
DDepthFirstIterator.h152 static df_iterator begin(const GraphT &G) { in begin()
155 static df_iterator end(const GraphT &G) { return df_iterator(); } in end()
158 static df_iterator begin(const GraphT &G, SetType &S) { in begin()
161 static df_iterator end(const GraphT &G, SetType &S) { return df_iterator(S); } in end()
218 df_iterator<T> df_begin(const T& G) { in df_begin()
223 df_iterator<T> df_end(const T& G) { in df_end()
229 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first()
241 df_ext_iterator<T, SetTy> df_ext_begin(const T& G, SetTy &S) { in df_ext_begin()
246 df_ext_iterator<T, SetTy> df_ext_end(const T& G, SetTy &S) { in df_ext_end()
251 iterator_range<df_ext_iterator<T, SetTy>> depth_first_ext(const T& G, in depth_first_ext()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DPostOrderIterator.h148 static po_iterator begin(const GraphT &G) { in begin()
151 static po_iterator end(const GraphT &G) { return po_iterator(); } in end()
153 static po_iterator begin(const GraphT &G, SetType &S) { in begin()
156 static po_iterator end(const GraphT &G, SetType &S) { return po_iterator(S); } in end()
189 po_iterator<T> po_begin(const T &G) { return po_iterator<T>::begin(G); } in po_begin()
191 po_iterator<T> po_end (const T &G) { return po_iterator<T>::end(G); } in po_end()
193 template <class T> iterator_range<po_iterator<T>> post_order(const T &G) { in post_order()
205 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin()
210 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end()
215 iterator_range<po_ext_iterator<T, SetType>> post_order_ext(const T &G, SetType &S) { in post_order_ext()
[all …]
DDepthFirstIterator.h152 static df_iterator begin(const GraphT &G) { in begin()
155 static df_iterator end(const GraphT &G) { return df_iterator(); } in end()
158 static df_iterator begin(const GraphT &G, SetType &S) { in begin()
161 static df_iterator end(const GraphT &G, SetType &S) { return df_iterator(S); } in end()
218 df_iterator<T> df_begin(const T& G) { in df_begin()
223 df_iterator<T> df_end(const T& G) { in df_end()
229 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first()
241 df_ext_iterator<T, SetTy> df_ext_begin(const T& G, SetTy &S) { in df_ext_begin()
246 df_ext_iterator<T, SetTy> df_ext_end(const T& G, SetTy &S) { in df_ext_end()
251 iterator_range<df_ext_iterator<T, SetTy>> depth_first_ext(const T& G, in depth_first_ext()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DPostOrderIterator.h148 static po_iterator begin(const GraphT &G) { in begin()
151 static po_iterator end(const GraphT &G) { return po_iterator(); } in end()
153 static po_iterator begin(const GraphT &G, SetType &S) { in begin()
156 static po_iterator end(const GraphT &G, SetType &S) { return po_iterator(S); } in end()
189 po_iterator<T> po_begin(const T &G) { return po_iterator<T>::begin(G); } in po_begin()
191 po_iterator<T> po_end (const T &G) { return po_iterator<T>::end(G); } in po_end()
193 template <class T> iterator_range<po_iterator<T>> post_order(const T &G) { in post_order()
205 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin()
210 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end()
215 iterator_range<po_ext_iterator<T, SetType>> post_order_ext(const T &G, SetType &S) { in post_order_ext()
[all …]
DDepthFirstIterator.h152 static df_iterator begin(const GraphT &G) { in begin()
155 static df_iterator end(const GraphT &G) { return df_iterator(); } in end()
158 static df_iterator begin(const GraphT &G, SetType &S) { in begin()
161 static df_iterator end(const GraphT &G, SetType &S) { return df_iterator(S); } in end()
218 df_iterator<T> df_begin(const T& G) { in df_begin()
223 df_iterator<T> df_end(const T& G) { in df_end()
229 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first()
241 df_ext_iterator<T, SetTy> df_ext_begin(const T& G, SetTy &S) { in df_ext_begin()
246 df_ext_iterator<T, SetTy> df_ext_end(const T& G, SetTy &S) { in df_ext_end()
251 iterator_range<df_ext_iterator<T, SetTy>> depth_first_ext(const T& G, in depth_first_ext()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DPostOrderIterator.h148 static po_iterator begin(const GraphT &G) { in begin()
151 static po_iterator end(const GraphT &G) { return po_iterator(); } in end()
153 static po_iterator begin(const GraphT &G, SetType &S) { in begin()
156 static po_iterator end(const GraphT &G, SetType &S) { return po_iterator(S); } in end()
189 po_iterator<T> po_begin(const T &G) { return po_iterator<T>::begin(G); } in po_begin()
191 po_iterator<T> po_end (const T &G) { return po_iterator<T>::end(G); } in po_end()
193 template <class T> iterator_range<po_iterator<T>> post_order(const T &G) { in post_order()
205 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin()
210 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end()
215 iterator_range<po_ext_iterator<T, SetType>> post_order_ext(const T &G, SetType &S) { in post_order_ext()
[all …]
DDepthFirstIterator.h152 static df_iterator begin(const GraphT &G) { in begin()
155 static df_iterator end(const GraphT &G) { return df_iterator(); } in end()
158 static df_iterator begin(const GraphT &G, SetType &S) { in begin()
161 static df_iterator end(const GraphT &G, SetType &S) { return df_iterator(S); } in end()
218 df_iterator<T> df_begin(const T& G) { in df_begin()
223 df_iterator<T> df_end(const T& G) { in df_end()
229 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first()
241 df_ext_iterator<T, SetTy> df_ext_begin(const T& G, SetTy &S) { in df_ext_begin()
246 df_ext_iterator<T, SetTy> df_ext_end(const T& G, SetTy &S) { in df_ext_end()
251 iterator_range<df_ext_iterator<T, SetTy>> depth_first_ext(const T& G, in depth_first_ext()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPostOrderIterator.h140 static po_iterator begin(GraphT G) { in begin()
143 static po_iterator end(GraphT G) { return po_iterator(); } in end()
145 static po_iterator begin(GraphT G, SetType &S) { in begin()
148 static po_iterator end(GraphT G, SetType &S) { return po_iterator(S); } in end()
181 po_iterator<T> po_begin(const T &G) { return po_iterator<T>::begin(G); } in po_begin()
183 po_iterator<T> po_end (const T &G) { return po_iterator<T>::end(G); } in po_end()
185 template <class T> iterator_range<po_iterator<T>> post_order(const T &G) { in post_order()
197 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin()
202 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end()
207 iterator_range<po_ext_iterator<T, SetType>> post_order_ext(const T &G, SetType &S) { in post_order_ext()
[all …]
H A DDepthFirstIterator.h152 static df_iterator begin(const GraphT &G) { in begin()
155 static df_iterator end(const GraphT &G) { return df_iterator(); } in end()
158 static df_iterator begin(const GraphT &G, SetType &S) { in begin()
161 static df_iterator end(const GraphT &G, SetType &S) { return df_iterator(S); } in end()
218 df_iterator<T> df_begin(const T& G) { in df_begin()
223 df_iterator<T> df_end(const T& G) { in df_end()
229 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first()
241 df_ext_iterator<T, SetTy> df_ext_begin(const T& G, SetTy &S) { in df_ext_begin()
246 df_ext_iterator<T, SetTy> df_ext_end(const T& G, SetTy &S) { in df_ext_end()
251 iterator_range<df_ext_iterator<T, SetTy>> depth_first_ext(const T& G, in depth_first_ext()
[all …]
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DPostOrderIterator.h137 static po_iterator begin(GraphT G) { in begin()
140 static po_iterator end(GraphT G) { return po_iterator(); } in end()
142 static po_iterator begin(GraphT G, SetType &S) { in begin()
145 static po_iterator end(GraphT G, SetType &S) { return po_iterator(S); } in end()
178 po_iterator<T> po_begin(const T &G) { return po_iterator<T>::begin(G); } in po_begin()
180 po_iterator<T> po_end (const T &G) { return po_iterator<T>::end(G); } in po_end()
182 template <class T> iterator_range<po_iterator<T>> post_order(const T &G) { in post_order()
194 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin()
199 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end()
204 iterator_range<po_ext_iterator<T, SetType>> post_order_ext(const T &G, SetType &S) { in post_order_ext()
[all …]
H A DDepthFirstIterator.h133 static df_iterator begin(const GraphT &G) { in begin()
136 static df_iterator end(const GraphT &G) { return df_iterator(); } in end()
139 static df_iterator begin(const GraphT &G, SetType &S) { in begin()
142 static df_iterator end(const GraphT &G, SetType &S) { return df_iterator(S); } in end()
201 df_iterator<T> df_begin(const T& G) { in df_begin()
206 df_iterator<T> df_end(const T& G) { in df_end()
212 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first()
224 df_ext_iterator<T, SetTy> df_ext_begin(const T& G, SetTy &S) { in df_ext_begin()
229 df_ext_iterator<T, SetTy> df_ext_end(const T& G, SetTy &S) { in df_ext_end()
234 iterator_range<df_ext_iterator<T, SetTy>> depth_first_ext(const T& G, in depth_first_ext()
[all …]
/aosp_15_r20/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp27 typedef std::minstd_rand G; in main() typedef
44 typedef std::minstd_rand G; in main() typedef
62 typedef std::minstd_rand G; in main() typedef
80 typedef std::minstd_rand G; in main() typedef
98 typedef std::minstd_rand G; in main() typedef
116 typedef std::minstd_rand G; in main() typedef
134 typedef std::minstd_rand G; in main() typedef
155 typedef std::minstd_rand G; in main() typedef
176 typedef std::minstd_rand G; in main() typedef
197 typedef std::minstd_rand G; in main() typedef
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/doc/js/
Djquery-1.3.2.min.js12 …s[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1… argument
19 …i[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;… argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp32 typedef std::minstd_rand G; in tests() typedef
50 typedef std::minstd_rand G; in tests() typedef
69 typedef std::minstd_rand G; in tests() typedef
88 typedef std::minstd_rand G; in tests() typedef
107 typedef std::minstd_rand G; in tests() typedef
126 typedef std::minstd_rand G; in tests() typedef
145 typedef std::minstd_rand G; in tests() typedef
167 typedef std::minstd_rand G; in tests() typedef
189 typedef std::minstd_rand G; in tests() typedef
211 typedef std::minstd_rand G; in tests() typedef
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/lock_api/src/
Dremutex.rs237 pub const fn new(val: T) -> ReentrantMutex<R, G, T> { in new() argument
252 pub fn new(val: T) -> ReentrantMutex<R, G, T> { in new() argument
278 pub const fn const_new(raw_mutex: R, get_thread_id: G, val: T) -> ReentrantMutex<R, G, T> { in const_new()
301 pub unsafe fn make_guard_unchecked(&self) -> ReentrantMutexGuard<'_, R, G, T> { in make_guard_unchecked() argument
319 pub fn lock(&self) -> ReentrantMutexGuard<'_, R, G, T> { in lock() argument
333 pub fn try_lock(&self) -> Option<ReentrantMutexGuard<'_, R, G, T>> { in try_lock() argument
420 pub unsafe fn make_arc_guard_unchecked(self: &Arc<Self>) -> ArcReentrantMutexGuard<R, G, T> { in make_arc_guard_unchecked() argument
433 pub fn lock_arc(self: &Arc<Self>) -> ArcReentrantMutexGuard<R, G, T> { in lock_arc() argument
445 pub fn try_lock_arc(self: &Arc<Self>) -> Option<ArcReentrantMutexGuard<R, G, T>> { in try_lock_arc() argument
480 pub fn try_lock_for(&self, timeout: R::Duration) -> Option<ReentrantMutexGuard<'_, R, G, T>> { in try_lock_for() argument
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp28 Create(ObjectLinkingLayer &ObjLinkingLayer, std::unique_ptr<LinkGraph> G) { in Create()
41 static Interface scanLinkGraph(ExecutionSession &ES, LinkGraph &G) { in scanLinkGraph()
67 static SymbolStringPtr makeInitSymbol(ExecutionSession &ES, LinkGraph &G) { in makeInitSymbol()
75 std::unique_ptr<LinkGraph> G, Interface LGI) in LinkGraphMaterializationUnit()
90 std::unique_ptr<LinkGraph> G; member in __anonbdfc329c0111::LinkGraphMaterializationUnit
119 void notifyMaterializing(LinkGraph &G) { in notifyMaterializing()
182 Error notifyResolved(LinkGraph &G) override { in notifyResolved()
303 return [this](LinkGraph &G) { return markResponsibilitySymbolsLive(G); }; in getMarkLivePass()
309 Config.PrePrunePasses.push_back([this](LinkGraph &G) { in modifyPassConfig()
316 [this](LinkGraph &G) { return computeNamedSymbolDependencies(G); }); in modifyPassConfig()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/JITLink/
Dloongarch.h173 inline Error applyFixup(LinkGraph &G, Block &B, const Edge &E) { in applyFixup()
261 inline ArrayRef<char> getGOTEntryBlockContent(LinkGraph &G) { in getGOTEntryBlockContent()
276 inline ArrayRef<char> getStubBlockContent(LinkGraph &G) { in getStubBlockContent()
304 inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G, in createAnonymousPointerJumpStub()
319 bool visitEdge(LinkGraph &G, Block *B, Edge &E) { in visitEdge()
343 Symbol &createEntry(LinkGraph &G, Symbol &Target) { in createEntry()
348 Section &getGOTSection(LinkGraph &G) { in getGOTSection()
365 bool visitEdge(LinkGraph &G, Block *B, Edge &E) { in visitEdge()
378 Symbol &createEntry(LinkGraph &G, Symbol &Target) { in createEntry()
384 Section &getStubsSection(LinkGraph &G) { in getStubsSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dloongarch.h173 inline Error applyFixup(LinkGraph &G, Block &B, const Edge &E) { in applyFixup()
261 inline ArrayRef<char> getGOTEntryBlockContent(LinkGraph &G) { in getGOTEntryBlockContent()
276 inline ArrayRef<char> getStubBlockContent(LinkGraph &G) { in getStubBlockContent()
304 inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G, in createAnonymousPointerJumpStub()
319 bool visitEdge(LinkGraph &G, Block *B, Edge &E) { in visitEdge()
343 Symbol &createEntry(LinkGraph &G, Symbol &Target) { in createEntry()
348 Section &getGOTSection(LinkGraph &G) { in getGOTSection()
365 bool visitEdge(LinkGraph &G, Block *B, Edge &E) { in visitEdge()
378 Symbol &createEntry(LinkGraph &G, Symbol &Target) { in createEntry()
384 Section &getStubsSection(LinkGraph &G) { in getStubsSection()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/JITLink/
Dloongarch.h173 inline Error applyFixup(LinkGraph &G, Block &B, const Edge &E) { in applyFixup()
261 inline ArrayRef<char> getGOTEntryBlockContent(LinkGraph &G) { in getGOTEntryBlockContent()
276 inline ArrayRef<char> getStubBlockContent(LinkGraph &G) { in getStubBlockContent()
304 inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G, in createAnonymousPointerJumpStub()
319 bool visitEdge(LinkGraph &G, Block *B, Edge &E) { in visitEdge()
343 Symbol &createEntry(LinkGraph &G, Symbol &Target) { in createEntry()
348 Section &getGOTSection(LinkGraph &G) { in getGOTSection()
365 bool visitEdge(LinkGraph &G, Block *B, Edge &E) { in visitEdge()
378 Symbol &createEntry(LinkGraph &G, Symbol &Target) { in createEntry()
384 Section &getStubsSection(LinkGraph &G) { in getStubsSection()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/JITLink/
Dloongarch.h173 inline Error applyFixup(LinkGraph &G, Block &B, const Edge &E) { in applyFixup()
261 inline ArrayRef<char> getGOTEntryBlockContent(LinkGraph &G) { in getGOTEntryBlockContent()
276 inline ArrayRef<char> getStubBlockContent(LinkGraph &G) { in getStubBlockContent()
304 inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G, in createAnonymousPointerJumpStub()
319 bool visitEdge(LinkGraph &G, Block *B, Edge &E) { in visitEdge()
343 Symbol &createEntry(LinkGraph &G, Symbol &Target) { in createEntry()
348 Section &getGOTSection(LinkGraph &G) { in getGOTSection()
365 bool visitEdge(LinkGraph &G, Block *B, Edge &E) { in visitEdge()
378 Symbol &createEntry(LinkGraph &G, Symbol &Target) { in createEntry()
384 Section &getStubsSection(LinkGraph &G) { in getStubsSection()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/JITLink/
Dloongarch.h173 inline Error applyFixup(LinkGraph &G, Block &B, const Edge &E) { in applyFixup()
261 inline ArrayRef<char> getGOTEntryBlockContent(LinkGraph &G) { in getGOTEntryBlockContent()
276 inline ArrayRef<char> getStubBlockContent(LinkGraph &G) { in getStubBlockContent()
304 inline Symbol &createAnonymousPointerJumpStub(LinkGraph &G, in createAnonymousPointerJumpStub()
319 bool visitEdge(LinkGraph &G, Block *B, Edge &E) { in visitEdge()
343 Symbol &createEntry(LinkGraph &G, Symbol &Target) { in createEntry()
348 Section &getGOTSection(LinkGraph &G) { in getGOTSection()
365 bool visitEdge(LinkGraph &G, Block *B, Edge &E) { in visitEdge()
378 Symbol &createEntry(LinkGraph &G, Symbol &Target) { in createEntry()
384 Section &getStubsSection(LinkGraph &G) { in getStubsSection()

12345678910>>...75