Home
last modified time | relevance | path

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

12345678910>>...13

/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/
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
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
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()
/external/libpng/contrib/libtests/
Dpngstest.c1203 gpc_noop(Pixel *out, const Pixel *in, const Background *back) in gpc_noop()
1214 gpc_nop8(Pixel *out, const Pixel *in, const Background *back) in gpc_nop8()
1233 gpc_nop6(Pixel *out, const Pixel *in, const Background *back) in gpc_nop6()
1253 gpc_bckg(Pixel *out, const Pixel *in, const Background *back) in gpc_bckg()
1273 gpc_bckc(Pixel *out, const Pixel *in, const Background *back) in gpc_bckc()
1303 gpc_g8(Pixel *out, const Pixel *in, const Background *back) in gpc_g8()
1319 gpc_g8b(Pixel *out, const Pixel *in, const Background *back) in gpc_g8b()
1348 gpc_lin(Pixel *out, const Pixel *in, const Background *back) in gpc_lin()
1384 gpc_pre(Pixel *out, const Pixel *in, const Background *back) in gpc_pre()
1420 gpc_preq(Pixel *out, const Pixel *in, const Background *back) in gpc_preq()
[all …]
/external/xz-java/src/org/tukaani/xz/lzma/
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()
/external/slf4j/log4j-over-slf4j/src/test/java/org/apache/log4j/
DNDCTest.java44 String back = NDC.pop(); in testSmoke() local
50 String back = NDC.peek(); in testPop() local
/external/eigen/unsupported/Eigen/CXX11/src/util/
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
DMaxSizeVector.h109 T& back() { in back() function
115 const T& back() const { in back() function
/external/icu/icu4c/source/layoutex/
DLXUtilities.cpp79 le_int32 front, back; in reverse() local
91 le_int32 front, back; in reverse() local
/external/libchrome/base/task/sequence_manager/
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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
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
/external/skia/include/private/
DSkDeque.h41 const void* back() const { return fBack; } in back() function
47 void* back() { in back() function
/external/curl/lib/
Dhttp.h180 struct back { struct
181 curl_read_callback fread_func; /* backup storage for fread pointer */
182 void *fread_in; /* backup storage for fread_in pointer */
183 const char *postdata;
184 curl_off_t postsize;
/external/perfetto/include/perfetto/ext/base/
Dsmall_vector.h113 T& back() { in back() function
117 const T& back() const { in back() function
/external/rust/crates/plotters/benches/benches/
Dparallel.rs93 let mut back = BitMapBackend::with_buffer(&mut buffer, (s, s)); in draw_func_4x4() localVariable
155 let mut back = BitMapBackend::with_buffer(&mut buffer, (s, s)); in draw_func_2x1() localVariable
/external/clang/include/clang/Serialization/
DContinuousRangeMap.h104 reference back() { return Rep.back(); } in back() function
105 const_reference back() const { return Rep.back(); } in back() function
/external/crosvm/protos/tests/common/
Dmod.rs30 let mut back = T::new(); in test_round_trip() localVariable
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/
DTestJDKSerializability.java38 Base64Variant back = jdkDeserialize(stuff); in testBase64Variant() local
46 PrettyPrinter back = jdkDeserialize(stuff); in testPrettyPrinter() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_list.h75 Item *back() { return last_; } in back() function
76 const Item *back() const { return last_; } in back() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DBasicBlock.h242 inline const Instruction &back() const { return InstList.back(); } in back() function
243 inline Instruction &back() { return InstList.back(); } in back() function
/external/mesa3d/src/compiler/nir/
Dnir_lower_two_sided_color.c38 nir_variable *back; /* BFCn */ member
191 nir_ssa_def *front, *back; in nir_lower_two_sided_color_block() local
/external/deqp-deps/SPIRV-Tools/source/util/
Dilist.h296 NodeType& IntrusiveList<NodeType>::back() { in back() function
310 const NodeType& IntrusiveList<NodeType>::back() const { in back() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/util/
Dilist.h296 NodeType& IntrusiveList<NodeType>::back() { in back() function
310 const NodeType& IntrusiveList<NodeType>::back() const { in back() function
/external/angle/src/common/
DFixedVector.h283 typename FixedVector<T, N, Storage>::reference FixedVector<T, N, Storage>::back() in back() function
290 typename FixedVector<T, N, Storage>::const_reference FixedVector<T, N, Storage>::back() const in back() function
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dilist.h296 NodeType& IntrusiveList<NodeType>::back() { in back() function
310 const NodeType& IntrusiveList<NodeType>::back() const { in back() function
/external/OpenCSD/decoder/source/etmv4/
Dtrc_etmv4_stack_elem.cpp39 …P0, const ocsd_etmv4_i_pkt_type root_pkt, const ocsd_trc_index_t root_index, bool back /*= false*/) in createParamElemNoParam()
93 …_index_t root_index, const etmv4_context_t &context, const uint8_t IS, const bool back /*= false*/) in createContextElem()

12345678910>>...13