Searched defs:back (Results 51 - 75 of 139) sorted by relevance

123456

/external/chromium_org/courgette/
H A Dmemory_allocator.h85 // The memory that this class manages holds a pointer back to the TempMapping
201 // max heap allocation threshold, we back the allocation with a temp file.
408 const T& back() const { function in class:courgette::NoThrowBuffer
412 T& back() { function in class:courgette::NoThrowBuffer
/external/chromium_org/ppapi/proxy/
H A Dudp_socket_resource_base.cc116 // Send the request, the browser will call us back via BindReply.
195 // Send the request, the browser will call us back via SendToReply.
275 RecvBuffer& back = recv_buffers_.back(); local
276 back.result = result;
277 back.data = data;
278 back.addr = addr;
287 RecvBuffer& back = recv_buffers_.back(); local
288 back
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dxm_st.c230 enum st_attachment_type back, front; local
232 back = ST_ATTACHMENT_BACK_LEFT;
234 /* copy the contents if front is newly allocated and back is not */
235 if ((statt_mask & (1 << back)) &&
237 !(new_mask & (1 << back))) {
238 xmesa_st_framebuffer_copy_textures(stfbi, back, front,
329 struct pipe_resource **front, **back, *tmp; local
332 back = &xstfb->textures[ST_ATTACHMENT_BACK_LEFT];
336 *front = *back;
337 *back
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkTArray.h260 * Pushes or pops from the back to resize. Pushes will be default
311 T& back() { SkASSERT(fCount); return fItemArray[fCount - 1];} function in class:SkTArray
313 const T& back() const { SkASSERT(fCount > 0); return fItemArray[fCount - 1];} function in class:SkTArray
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAllocator.h57 void* ret = (char*)fBlocks.back() + fItemSize * fInsertionIndexInBlock;
74 sk_free(fBlocks.back());
115 void* back() { function in class:GrAllocator
118 return (char*)(fBlocks.back()) + (fInsertionIndexInBlock - 1) * fItemSize;
124 const void* back() const { function in class:GrAllocator
127 return (const char*)(fBlocks.back()) + (fInsertionIndexInBlock - 1) * fItemSize;
265 this->back().~T();
295 T& back() { function in class:GrTAllocator
296 return *(T*)fAllocator.back();
302 const T& back() cons function in class:GrTAllocator
[all...]
H A DGrBufferAllocPool.cpp70 GrGeometryBuffer* buffer = fBlocks.back().fBuffer;
72 UNMAP_BUFFER(fBlocks.back());
93 GrGeometryBuffer* buffer = fBlocks.back().fBuffer;
95 UNMAP_BUFFER(fBlocks.back());
120 BufferBlock& block = fBlocks.back();
125 this->flushCpuData(fBlocks.back(), flushSize);
136 if (fBlocks.back().fBuffer->isMapped()) {
137 GrGeometryBuffer* buf = fBlocks.back().fBuffer;
143 SkASSERT(fBlocks.empty() || !fBlocks.back().fBuffer->isMapped());
175 BufferBlock& back local
204 BufferBlock& back = fBlocks.back(); local
215 const BufferBlock& back = fBlocks.back(); local
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dscoped_vector.h73 const_reference back() const { return v_.back(); } function in class:webrtc::ScopedVector
74 reference back() { return v_.back(); } function in class:webrtc::ScopedVector
80 delete v_.back();
/external/chromium_org/v8/src/heap/
H A Dgc-tracer.h62 const_iterator back() const { return --end(); } function in class:v8::internal::RingBuffer
/external/clang/include/clang/Analysis/Support/
H A DBumpVector.h114 reference back() { function in class:clang::BumpVector
117 const_reference back() const { function in class:clang::BumpVector
127 T Result = back();
236 // For now, leak 'Begin'. We can add it back to a freelist in
/external/libcxx/test/support/
H A Dnasty_containers.hpp80 reference back() { return v_.back(); } function in class:nasty_vector
81 const_reference back() const { return v_.back(); } function in class:nasty_vector
195 reference back() { return l_.back(); } function in class:nasty_list
196 const_reference back() const { return l_.back(); } function in class:nasty_list
/external/linux-tools-perf/perf-3.12.0/arch/hexagon/lib/
H A Dmemcpy.S40 * overreading bloated codesize back up to 892
174 #define back R7 /* nr bytes > dword boundary in src block */ define
231 back = cl0(len); define
236 prolog &= lsr(mask, back);
247 back = add(len, offset); define
269 p3 = cmp.gtu(back, #8);
/external/llvm/include/llvm/IR/
H A DBasicBlock.h212 inline const Instruction &back() const { return InstList.back(); } function in class:llvm::BasicBlock
213 inline Instruction &back() { return InstList.back(); } function in class:llvm::BasicBlock
/external/llvm/include/llvm/MC/MCAnalysis/
H A DMCAtom.h141 const MCDecodedInst &back() const { return Insts.back(); } function in class:llvm::MCTextAtom
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_st.c230 enum st_attachment_type back, front; local
232 back = ST_ATTACHMENT_BACK_LEFT;
234 /* copy the contents if front is newly allocated and back is not */
235 if ((statt_mask & (1 << back)) &&
237 !(new_mask & (1 << back))) {
238 xmesa_st_framebuffer_copy_textures(stfbi, back, front,
329 struct pipe_resource **front, **back, *tmp; local
332 back = &xstfb->textures[ST_ATTACHMENT_BACK_LEFT];
336 *front = *back;
337 *back
[all...]
/external/skia/include/core/
H A DSkTArray.h260 * Pushes or pops from the back to resize. Pushes will be default
311 T& back() { SkASSERT(fCount); return fItemArray[fCount - 1];} function in class:SkTArray
313 const T& back() const { SkASSERT(fCount > 0); return fItemArray[fCount - 1];} function in class:SkTArray
/external/skia/src/gpu/
H A DGrBufferAllocPool.cpp58 GrGeometryBuffer* buffer = fBlocks.back().fBuffer;
81 GrGeometryBuffer* buffer = fBlocks.back().fBuffer;
108 BufferBlock& block = fBlocks.back();
113 this->flushCpuData(fBlocks.back().fBuffer, flushSize);
124 if (fBlocks.back().fBuffer->isMapped()) {
125 GrGeometryBuffer* buf = fBlocks.back().fBuffer;
131 SkASSERT(fBlocks.empty() || !fBlocks.back().fBuffer->isMapped());
163 BufferBlock& back = fBlocks.back(); local
164 size_t usedBytes = back
192 BufferBlock& back = fBlocks.back(); local
203 const BufferBlock& back = fBlocks.back(); local
[all...]
/external/stlport/stlport/stl/debug/
H A D_list.h188 reference back() { function in class:list
192 const_reference back() const { function in class:list
/external/stlport/stlport/stl/pointers/
H A D_vector.h100 reference back() { return cast_traits::to_value_type_ref(_M_impl.back()); } function in class:vector
101 const_reference back() const { return cast_traits::to_value_type_cref(_M_impl.back()); } function in class:vector
/external/chromium_org/cc/quads/
H A Ddraw_polygon.cc94 // Checks whether or not shape a lies on the front or back side of b, or
95 // whether they should be considered coplanar. If on the back side, we
197 // When drawing these polygons, it is necessary to move them back into layer
234 // inverse transformation back to the polygon to move it back into layer space
245 scoped_ptr<DrawPolygon>* back) {
311 *back = poly2.Pass();
314 *back = poly1.Pass();
243 Split(const DrawPolygon& splitter, scoped_ptr<DrawPolygon>* front, scoped_ptr<DrawPolygon>* back) argument
/external/chromium_org/cc/trees/
H A Docclusion_tracker.cc34 const StackObject& back = stack_.back(); local
36 back.occlusion_from_outside_target,
37 back.occlusion_from_inside_target);
155 if (!stack_.empty() && stack_.back().target == new_target)
162 old_target = stack_.back().target;
240 stack_.back().occlusion_from_outside_target.Clear();
241 stack_.back().occlusion_from_inside_target.Clear();
243 stack_.back().occlusion_from_inside_target.Clear();
244 stack_.back()
[all...]
/external/chromium_org/third_party/zlib/
H A Dinflate.h102 unsigned offset; /* distance back to copy string from */
120 int back; /* bits back of last unprocessed length/lit */ member in struct:inflate_state
/external/clang/include/clang/AST/
H A DASTVector.h122 reference back() { function in class:clang::ASTVector
125 const_reference back() const { function in class:clang::ASTVector
135 T Result = back();
224 new (this->end()) T(this->back());
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DFirstFitLocalCombiningAllocator.java17 package com.android.dx.ssa.back;
/external/opencv/cv/src/
H A Dcvoptflowbm.cpp111 const float back = 1.f / (float) (1 << 16); local
537 float vx = (float)velx[j]*back, vy = (float)vely[j]*back;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinflate.h102 unsigned offset; /* distance back to copy string from */
120 int back; /* bits back of last unprocessed length/lit */ member in struct:inflate_state

Completed in 370 milliseconds

123456