Home
last modified time | relevance | path

Searched defs:back (Results 1 – 25 of 1320) sorted by relevance

12345678910>>...53

/aosp_15_r20/external/libpng/contrib/libtests/
H A Dpngstest.c1204 gpc_noop(Pixel *out, const Pixel *in, const Background *back) in gpc_noop()
1215 gpc_nop8(Pixel *out, const Pixel *in, const Background *back) in gpc_nop8()
1234 gpc_nop6(Pixel *out, const Pixel *in, const Background *back) in gpc_nop6()
1254 gpc_bckg(Pixel *out, const Pixel *in, const Background *back) in gpc_bckg()
1274 gpc_bckc(Pixel *out, const Pixel *in, const Background *back) in gpc_bckc()
1304 gpc_g8(Pixel *out, const Pixel *in, const Background *back) in gpc_g8()
1320 gpc_g8b(Pixel *out, const Pixel *in, const Background *back) in gpc_g8b()
1349 gpc_lin(Pixel *out, const Pixel *in, const Background *back) in gpc_lin()
1385 gpc_pre(Pixel *out, const Pixel *in, const Background *back) in gpc_pre()
1421 gpc_preq(Pixel *out, const Pixel *in, const Background *back) in gpc_preq()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/workbench/qi/
Dkeywords.hpp12 const std::string back = "test WeaBGNogxKwkyFilMHOp 1372 "; variable
18 const std::string back = "test yQbTUMoPqwKvpIzekhfY 1903 PhuXTxIQCijHnZgUkLMY 404 MAZjzUrtdRSmhNnqx… variable
24 const std::string back = "test yVaJUIlYvumSdpTEXhKB 1009 MJKlZWrFVBLoUfjDcREw 1585 dufrWGRjHqZOENKh… variable
30 const std::string back = "test pKcMQIkvriCLxfSDNEXA 1885 gWFzoLBUheNwlVrcOYbT 978 ogOdBYzCEJZqMHmuR… variable
36 const std::string back = "test pnlSjeQETKfRwNvOYDdJ 976 qFEHhLbeWpUtaozKCBSX 1787 mHOtuLrZKveTjsbzA… variable
42 const std::string back = "test KgdSxtYMlEqmPJkFRzWQ 364 WiPZTDXgxeAsKFwfamoy 176 ATRzQeVUgIJuCmcqSP… variable
48 const std::string back = "test ZIJokqupeBRrTlHNKChz 277 agKVtLdsSpPzTfOmNxWy 424 WHbLDZABtSFMElKJYP… variable
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
H A DRunQueue.h86 unsigned back = back_.load(std::memory_order_relaxed); in PushBack() local
103 unsigned back = back_.load(std::memory_order_relaxed); in PopBack() local
120 unsigned back = back_.load(std::memory_order_relaxed); in PopBackHalf() local
197 unsigned back = back_.load(std::memory_order_acquire); in SizeOrNotEmpty() local
218 unsigned CalculateSize(unsigned front, unsigned back) const { in CalculateSize()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dcopy_move_algo.hpp298 F back = r; in uninitialized_move_alloc() local
343 F back = r; in uninitialized_move_alloc_n() local
389 F back = r; in uninitialized_move_alloc_n_source() local
435 F back = r; in uninitialized_copy_alloc() local
480 F back = r; in uninitialized_copy_alloc_n() local
526 F back = r; in uninitialized_copy_alloc_n_source() local
570 F back = r; in uninitialized_value_init_alloc_n() local
620 F back = r; in uninitialized_default_init_alloc_n() local
657 F back = f; in uninitialized_fill_alloc() local
693 F back = r; in uninitialized_fill_alloc_n() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/
H A DBuilderWithBackRef2686Test.java45 private Container back; field in BuilderWithBackRef2686Test.Content
50 public Content(Container back, String contentValue) { in Content()
66 private Container back; field in BuilderWithBackRef2686Test.Content.Builder
70 Builder back(Container b) { in back() method in BuilderWithBackRef2686Test.Content.Builder
/aosp_15_r20/external/cronet/net/dns/
H A Dhost_cache_unittest.cc2043 HostCache::Entry back(OK, {kEndpointBack}, {"alias2", "alias4", "alias5"}, in TEST() local
2074 HostCache::Entry back(OK, back_addresses, /*aliases=*/{"back"}, in TEST() local
2099 HostCache::Entry back(OK, back_metadata_map, HostCache::Entry::SOURCE_DNS); in TEST() local
2196 HostCache::Entry back(OK, back_metadata_map, HostCache::Entry::SOURCE_DNS); in TEST() local
2239 HostCache::Entry back(OK, /*ip_endpoints=*/{}, in TEST() local
2262 HostCache::Entry back(OK, {kEndpointBack}, {"alias1", "alias2", "alias3"}, in TEST() local
2293 HostCache::Entry back(ERR_NAME_NOT_RESOLVED, HostCache::Entry::SOURCE_DNS); in TEST() local
2313 HostCache::Entry back(ERR_NAME_NOT_RESOLVED, HostCache::Entry::SOURCE_DNS); in TEST() local
2335 HostCache::Entry back(OK, {kEndpointBack}, {"alias1", "alias2", "alias3"}, in TEST() local
2353 HostCache::Entry back(ERR_NAME_NOT_RESOLVED, HostCache::Entry::SOURCE_DNS); in TEST() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/sequence/intrinsic/
Dback.hpp24 struct back struct
32 back(Sequence& seq) in back() function
40 back(Sequence const& seq) in back() function
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/util/
H A DEmulateArray.h39 EIGEN_STRONG_INLINE T& back() { return values[n-1]; } in back() function
41 EIGEN_STRONG_INLINE const T& back() const { return values[n-1]; } in back() function
160 EIGEN_STRONG_INLINE T& back() { in back() function
165 EIGEN_STRONG_INLINE const T& back() const { in back() function
/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_linalg.h260 int back; in db_ScalarProduct512_s() local
273 int back; in db_ScalarProduct32_s() local
295 int back; in db_ScalarProduct128_s() local
600 float back; in db_ScalarProduct128Aligned16_f() local
/aosp_15_r20/external/libchrome/base/task/sequence_manager/
H A Dlazily_deallocated_deque.h124 T& back() { in back() function
129 const T& back() const { in back() function
270 T& back() { in back() function
275 const T& back() const { in back() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/task/sequence_manager/
Dlazily_deallocated_deque.h127 T& back() { in back() function
132 const T& back() const { in back() function
273 T& back() { in back() function
278 const T& back() const { in back() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/task/sequence_manager/
Dlazily_deallocated_deque.h127 T& back() { in back() function
132 const T& back() const { in back() function
273 T& back() { in back() function
278 const T& back() const { in back() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/plain/
Dvector10.hpp29 typedef T0 back; typedef
97 typedef T1 back; typedef
169 typedef T2 back; typedef
242 typedef T3 back; typedef
320 typedef T4 back; typedef
400 typedef T5 back; typedef
485 typedef T6 back; typedef
571 typedef T7 back; typedef
662 typedef T8 back; typedef
754 typedef T9 back; typedef
Dvector20.hpp37 typedef T10 back; typedef
136 typedef T11 back; typedef
240 typedef T12 back; typedef
345 typedef T13 back; typedef
455 typedef T14 back; typedef
567 typedef T15 back; typedef
684 typedef T16 back; typedef
802 typedef T17 back; typedef
925 typedef T18 back; typedef
1049 typedef T19 back; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DDirectedGraph.h110 const EdgeType &back() const { return *Edges.back(); } in back() function
111 EdgeType &back() { return *Edges.back(); } in back() function
201 const NodeType &back() const { return *Nodes.back(); } in back() function
202 NodeType &back() { return *Nodes.back(); } in back() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DDirectedGraph.h110 const EdgeType &back() const { return *Edges.back(); } in back() function
111 EdgeType &back() { return *Edges.back(); } in back() function
201 const NodeType &back() const { return *Nodes.back(); } in back() function
202 NodeType &back() { return *Nodes.back(); } in back() function
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Object/
DSectionMap.h103 const_reference back() const { return m_InputList.back(); } in back() function
104 reference back() { return m_InputList.back(); } in back() function
184 const_reference back() const { return m_OutputDescList.back(); } in back() function
185 reference back() { return m_OutputDescList.back(); } in back() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DDirectedGraph.h110 const EdgeType &back() const { return *Edges.back(); } in back() function
111 EdgeType &back() { return *Edges.back(); } in back() function
201 const NodeType &back() const { return *Nodes.back(); } in back() function
202 NodeType &back() { return *Nodes.back(); } in back() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DDirectedGraph.h110 const EdgeType &back() const { return *Edges.back(); } in back() function
111 EdgeType &back() { return *Edges.back(); } in back() function
201 const NodeType &back() const { return *Nodes.back(); } in back() function
202 NodeType &back() { return *Nodes.back(); } in back() function
/aosp_15_r20/external/cronet/base/task/sequence_manager/
H A Dlazily_deallocated_deque.h145 T& back() { in back() function
150 const T& back() const { in back() function
290 T& back() { in back() function
295 const T& back() const { in back() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DDirectedGraph.h110 const EdgeType &back() const { return *Edges.back(); } in back() function
111 EdgeType &back() { return *Edges.back(); } in back() function
201 const NodeType &back() const { return *Nodes.back(); } in back() function
202 NodeType &back() { return *Nodes.back(); } in back() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DDirectedGraph.h103 const EdgeType &back() const { return *Edges.back(); } in back() function
104 EdgeType &back() { return *Edges.back(); } in back() function
194 const NodeType &back() const { return *Nodes.back(); } in back() function
195 NodeType &back() { return *Nodes.back(); } in back() function
/aosp_15_r20/external/xz-java/src/org/tukaani/xz/lzma/
H A DOptimum.java42 void set1(int newPrice, int optCur, int back) { in set1()
52 void set2(int newPrice, int optCur, int back) { in set2()
64 void set3(int newPrice, int optCur, int back2, int len2, int back) { in set3()
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/users/
H A DCreateUserDialogControllerTest.java101 Button back = dialog.findViewById(R.id.button_cancel); in positiveButton_MultipleAdminDisabled_shouldSkipGrantAdminStage() local
169 Button back = dialog.findViewById(R.id.button_cancel); in cancelCallback_isCalled_whenNegativeButtonClickedOnFirstStage() local
187 Button back = dialog.findViewById(R.id.button_cancel); in cancelCallback_isNotCalled_whenNegativeButtonClickedOnSecondStage() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/array/include/boost/
Darray.hpp140 reference back() in back() function in boost::array
145 BOOST_CONSTEXPR const_reference back() const in back() function in boost::array
269 reference back() in back() function in boost::array
274 BOOST_CONSTEXPR const_reference back() const in back() function in boost::array

12345678910>>...53