| /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/lzma/Java/Tukaani/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/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/libpng/contrib/libtests/ |
| D | pngstest.c | 1204 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 …]
|
| /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/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/skia/src/gpu/ |
| D | GrAllocator.h | 115 void* back() { in back() function 124 const void* back() const { in back() function 302 T& back() { in back() function 309 const T& back() const { in back() function
|
| D | GrBufferAllocPool.cpp | 151 BufferBlock& back = fBlocks.back(); in makeSpace() local 180 BufferBlock& back = fBlocks.back(); in makeSpace() local 201 BufferBlock& back = fBlocks.back(); in makeSpaceAtLeast() local 237 BufferBlock& back = fBlocks.back(); in makeSpaceAtLeast() local
|
| /external/skia/include/core/ |
| D | SkDeque.h | 41 const void* back() const { return fBack; } in back() function 47 void* back() { in back() function
|
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| D | gen6_depthstencil.c | 51 int back = ctx->Stencil._BackFace; in gen6_upload_depth_stencil_state() local
|
| D | brw_cc.c | 125 const unsigned back = ctx->Stencil._BackFace; in upload_cc_unit() local
|
| /external/curl/lib/ |
| D | http.h | 140 struct back { struct 141 curl_read_callback fread_func; /* backup storage for fread pointer */ 142 void *fread_in; /* backup storage for fread_in pointer */ 143 const char *postdata; 144 curl_off_t postsize;
|
| /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/mesa3d/src/mesa/state_tracker/ |
| D | st_atom_depth.c | 132 const GLuint back = ctx->Stencil._BackFace; in update_depth_stencil_alpha() local
|
| /external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
| D | print.c | 211 UINTN back; in DbgPrint() local 600 UINTN back; in Print() local 660 UINTN back; in PrintAt() local 694 UINTN back; in IPrint() local 733 UINTN back; in IPrintAt() local 754 UINTN back; in _IPrint() local 810 UINTN back; in APrint() local
|
| /external/mesa3d/src/compiler/nir/ |
| D | nir_lower_two_sided_color.c | 37 nir_variable *back; /* BFCn */ member 159 nir_ssa_def *back = load_input(b, state->colors[idx].back); in nir_lower_two_sided_color_block() local
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_list.h | 75 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/ |
| 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
|
| /external/llvm/include/llvm/ADT/ |
| D | MapVector.h | 62 std::pair<KeyT, ValueT> &back() { return Vector.back(); } in back() function 63 const std::pair<KeyT, ValueT> &back() const { return Vector.back(); } in back() function
|
| /external/compiler-rt/lib/esan/ |
| D | esan_circular_buffer.h | 67 T &back() { in back() function
|
| /external/webrtc/webrtc/system_wrappers/include/ |
| D | scoped_vector.h | 84 const_reference back() const { return v_.back(); } in back() function 85 reference back() { return v_.back(); } in back() function
|
| /external/libchrome/base/memory/ |
| D | scoped_vector.h | 66 const_reference back() const { return v_.back(); } in back() function 67 reference back() { return v_.back(); } in back() function
|
| /external/python/cpython2/Lib/hotshot/ |
| D | stats.py | 87 def __init__(self, code, back): argument
|
| /external/libmojo/base/android/ |
| D | jni_array.cc | 155 size_t back = out->size(); in AppendJavaStringArrayToStringVector() local 171 size_t back = out->size(); in AppendJavaStringArrayToStringVector() local 189 size_t back = out->size(); in AppendJavaByteArrayToByteVector() local
|