/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/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/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/skia/src/gpu/ |
D | GrAllocator.h | 115 void* back() { in back() function 124 const void* back() const { in back() function 295 T& back() { in back() function 302 const T& back() const { in back() function
|
D | GrBufferAllocPool.cpp | 156 BufferBlock& back = fBlocks.back(); in makeSpace() local 185 BufferBlock& back = fBlocks.back(); in makeSpace() local
|
/external/icu/icu4c/source/layoutex/ |
D | LXUtilities.cpp | 77 le_int32 front, back; in reverse() local 89 le_int32 front, back; in reverse() 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/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/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen6_depthstencil.c | 49 int back = ctx->Stencil._BackFace; in gen6_upload_depth_stencil_state() local
|
D | brw_cc.c | 108 const unsigned back = ctx->Stencil._BackFace; in upload_cc_unit() local
|
/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 | 122 const GLuint back = ctx->Stencil._BackFace; in update_depth_stencil_alpha() local
|
/external/v8/test/mjsunit/ |
D | math-exp-precision.js | 56 var back = Math.log(ex); variable
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | device.hpp | 100 device &back() { in back() function in clover::device_registry
|
/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
|
D | ArrayRef.h | 144 const T &back() const { in back() function 270 T &back() const { in back() function
|
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_List.h | 27 TYPE* back() const { return m_vector.back(); } in back() function
|
/external/libchrome/base/memory/ |
D | scoped_vector.h | 68 const_reference back() const { return v_.back(); } in back() function 69 reference back() { return v_.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/clang/include/clang/Analysis/Support/ |
D | BumpVector.h | 119 reference back() { in back() function 122 const_reference back() const { in back() function
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | op_queue.hpp | 53 static Operation*& back(op_queue<Operation>& q) in back() function in asio::detail::op_queue_access
|
/external/libcxx/test/support/ |
D | nasty_containers.hpp | 80 reference back() { return v_.back(); } in back() function in nasty_vector 81 const_reference back() const { return v_.back(); } in back() function in nasty_vector 195 reference back() { return l_.back(); } in back() function in nasty_list 196 const_reference back() const { return l_.back(); } in back() function in nasty_list
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | xm_st.c | 230 enum st_attachment_type back, front; in xmesa_st_framebuffer_validate() local 329 struct pipe_resource **front, **back, *tmp; in xmesa_swap_st_framebuffer() local
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/ |
D | LZDecoder.java | 87 int back = pos - dist - 1; in repeat() local
|
/external/clang/include/clang/AST/ |
D | ASTVector.h | 122 reference back() { in back() function 125 const_reference back() const { in back() function
|