/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/ |
D | BuilderWithBackRef2686Test.java | 45 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/xz-java/src/org/tukaani/xz/lzma/ |
D | Optimum.java | 42 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/libpng/contrib/libtests/ |
D | pngstest.c | 1203 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/slf4j/log4j-over-slf4j/src/test/java/org/apache/log4j/ |
D | NDCTest.java | 44 String back = NDC.pop(); in testSmoke() local 50 String back = NDC.peek(); in testPop() local
|
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
D | RunQueue.h | 87 unsigned back = back_.load(std::memory_order_relaxed); in PushBack() local 106 unsigned back = back_.load(std::memory_order_relaxed); in PopBack() local 124 unsigned back = back_.load(std::memory_order_relaxed); in PopBackHalf() local 161 unsigned back = back_.load(std::memory_order_acquire); in Size() local
|
/external/eigen/unsupported/Eigen/CXX11/src/util/ |
D | EmulateArray.h | 34 EIGEN_STRONG_INLINE T& back() { return values[n-1]; } in back() function 36 EIGEN_STRONG_INLINE const T& back() const { return values[n-1]; } in back() function 155 EIGEN_STRONG_INLINE T& back() { in back() function 160 EIGEN_STRONG_INLINE const T& back() const { in back() function
|
D | MaxSizeVector.h | 89 T& back() { in back() function 95 const T& back() const { in back() function
|
/external/skqp/src/gpu/ |
D | GrAllocator.h | 135 void* back() { in back() function 144 const void* back() const { in back() function 336 T& back() { in back() function 343 const T& back() const { in back() function
|
D | GrBufferAllocPool.cpp | 139 BufferBlock& back = fBlocks.back(); in makeSpace() local 173 BufferBlock& back = fBlocks.back(); in makeSpace() local 194 BufferBlock& back = fBlocks.back(); in makeSpaceAtLeast() local 237 BufferBlock& back = fBlocks.back(); in makeSpaceAtLeast() local
|
D | GrDrawingManager.h | 119 GrOpList* back() { return fOpLists.back().get(); } in back() function 120 const GrOpList* back() const { return fOpLists.back().get(); } in back() function
|
/external/icu/icu4c/source/layoutex/ |
D | LXUtilities.cpp | 79 le_int32 front, back; in reverse() local 91 le_int32 front, back; in reverse() local
|
/external/libchrome/base/task/sequence_manager/ |
D | lazily_deallocated_deque.h | 124 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/skia/include/private/ |
D | SkDeque.h | 41 const void* back() const { return fBack; } in back() function 47 void* back() { in back() function
|
/external/skqp/include/core/ |
D | SkDeque.h | 42 const void* back() const { return fBack; } in back() function 48 void* back() { in back() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DirectedGraph.h | 103 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/llvm-project/llvm/include/llvm/ADT/ |
D | DirectedGraph.h | 103 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/llvm-project/libc/utils/CPP/ |
D | Array.h | 31 constexpr T &back() { return Data[N - 1]; } in back() function 32 constexpr T &back() const { return Data[N - 1]; } in back() function
|
/external/curl/lib/ |
D | http.h | 123 struct back { struct 124 curl_read_callback fread_func; /* backup storage for fread pointer */ 125 void *fread_in; /* backup storage for fread_in pointer */ 126 const char *postdata; 127 curl_off_t postsize;
|
/external/crosvm/protos/tests/common/ |
D | mod.rs | 30 let mut back = T::new(); in test_round_trip() localVariable
|
/external/llvm-project/clang/include/clang/Serialization/ |
D | ContinuousRangeMap.h | 106 reference back() { return Rep.back(); } in back() function 107 const_reference back() const { return Rep.back(); } in back() function
|
/external/rust/crates/plotters/benches/benches/ |
D | parallel.rs | 93 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/ |
D | ContinuousRangeMap.h | 104 reference back() { return Rep.back(); } in back() function 105 const_reference back() const { return Rep.back(); } in back() function
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/ |
D | TestJDKSerializability.java | 38 Base64Variant back = jdkDeserialize(stuff); in testBase64Variant() local 46 PrettyPrinter back = jdkDeserialize(stuff); in testPrettyPrinter() local
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_depth.c | 132 const GLuint back = ctx->Stencil._BackFace; in st_update_depth_stencil_alpha() local
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | BasicBlock.h | 242 inline const Instruction &back() const { return InstList.back(); } in back() function 243 inline Instruction &back() { return InstList.back(); } in back() function
|