Searched defs:back (Results 1 - 25 of 70) sorted by relevance

123

/external/icu4c/layoutex/
H A DLXUtilities.cpp77 le_int32 front, back; local
79 for (front = 0, back = length - 1; front < back; front += 1, back -= 1) {
82 array[front] = array[back];
83 array[back] = swap;
89 le_int32 front, back; local
91 for (front = 0, back = length - 1; front < back; front += 1, back
[all...]
/external/skia/include/core/
H A DSkDeque.h33 const void* back() const;
39 void* back() { function in class:SkDeque
40 return (void*)((const SkDeque*)this)->back();
/external/webkit/Source/WebCore/page/
H A DHistory.cpp64 void History::back() function in class:WebCore::History
69 void History::back(ScriptExecutionContext* context) function in class:WebCore::History
/external/clang/include/clang/Serialization/
H A DContinuousRangeMap.h64 if (!Rep.empty() && Rep.back() == Val)
67 assert((Rep.empty() || Rep.back().first < Val.first) &&
93 reference back() { return Rep.back(); } function in class:clang::ContinuousRangeMap
94 const_reference back() const { return Rep.back(); } function in class:clang::ContinuousRangeMap
/external/llvm/include/llvm/ADT/
H A DArrayRef.h97 /// back - Get the last element.
98 const T &back() const { function in class:llvm::ArrayRef
H A DSetVector.h88 const T &back() const { function in class:llvm::SetVector
89 assert(!empty() && "Cannot call back() on empty SetVector!");
90 return vector_.back();
144 set_.erase(back());
H A DStringRef.h110 /// back - Get the last character in the string.
111 char back() const { function in class:llvm::StringRef
/external/chromium/base/win/
H A Devent_trace_consumer_unittest.cc55 EVENT_TRACE& back = events_.back(); local
58 back.MofData = new char[event->MofLength];
59 memcpy(back.MofData, event->MofData, event->MofLength);
321 *trace = &events_.back();
/external/harfbuzz/src/
H A Dharfbuzz-buffer.h53 HB_UShort back; /* number of glyphs to go back member in struct:HB_PositionRec_
/external/quake/quake/src/QW/client/
H A Dr_light.c144 float front, back, frac; local
164 back = DotProduct (end, plane->normal) - plane->dist;
167 if ( (back < 0) == side)
170 frac = front / (front-back);
180 if ( (back < 0) == side )
234 // go down back side
H A Dgl_rlight.c270 float front, back, frac; local
290 back = DotProduct (end, plane->normal) - plane->dist;
293 if ( (back < 0) == side)
296 frac = front / (front-back);
306 if ( (back < 0) == side )
362 // go down back side
/external/quake/quake/src/WinQuake/
H A Dr_light.cpp144 float front, back, frac; local
164 back = DotProduct (end, plane->normal) - plane->dist;
167 if ( (back < 0) == side)
170 frac = front / (front-back);
180 if ( (back < 0) == side )
234 // go down back side
H A Dgl_rlight.cpp273 float front, back, frac; local
293 back = DotProduct (end, plane->normal) - plane->dist;
296 if ( (back < 0) == side)
299 frac = front / (front-back);
309 if ( (back < 0) == side )
365 // go down back side
/external/skia/gpu/include/
H A DGrAllocator.h104 void* back() { function in class:GrAllocator
112 const void* back() const { function in class:GrAllocator
214 T& back() { function in class:GrTAllocator
215 return *(T*)fAllocator.back();
221 const T& back() const { function in class:GrTAllocator
222 return *(const T*)fAllocator.back();
H A DGrTArray.h230 // pushes or pops from the back to resize
257 T& back() { GrAssert(fCount); return fItemArray[fCount - 1];} function in class:GrTArray
259 const T& back() const { GrAssert(fCount > 0); return fItemArray[fCount - 1];} function in class:GrTArray
H A DGrTDArray.h81 T* back() const { GrAssert(fCount); return fArray + (fCount - 1); } function in class:GrTDArray
/external/skia/src/core/
H A DSkDeque.cpp86 const void* SkDeque::back() const { function in class:SkDeque
87 Head* back = fBack; local
89 if (NULL == back) {
92 if (NULL == back->fEnd) { // marked as deleted
93 back = back->fPrev;
94 if (NULL == back) {
98 SkASSERT(back->fEnd);
99 return back->fEnd - fElemSize;
/external/stlport/stlport/stl/
H A D_queue.h98 reference back() { return c.back(); } function in class:queue
99 const_reference back() const { return c.back(); } function in class:queue
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DStringBuffer2Test.java499 private void reverseTest(String id, String org, String rev, String back) { argument
511 reversed.equals(back));
527 reversed.equals(back));
/external/bluetooth/bluez/compat/
H A Dfakehid.c187 static void back(int fd) function
230 back(fd); break;
/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/llvm/include/llvm/
H A DBasicBlock.h121 /// null pointer back.
204 inline const Instruction &back() const { return InstList.back(); } function in class:llvm::BasicBlock
205 inline Instruction &back() { return InstList.back(); } function in class:llvm::BasicBlock
/external/skia/gpu/src/
H A DGrBufferAllocPool.cpp62 GrGeometryBuffer* buffer = fBlocks.back().fBuffer;
84 GrGeometryBuffer* buffer = fBlocks.back().fBuffer;
106 BufferBlock& block = fBlocks.back();
111 flushCpuData(fBlocks.back().fBuffer, flushSize);
122 if (fBlocks.back().fBuffer->isLocked()) {
123 GrGeometryBuffer* buf = fBlocks.back().fBuffer;
127 GrAssert(fCpuData.size() == fBlocks.back().fBuffer->size());
130 GrAssert(fBlocks.empty() || !fBlocks.back().fBuffer->isLocked());
148 BufferBlock& back = fBlocks.back(); local
168 BufferBlock& back = fBlocks.back(); local
177 const BufferBlock& back = fBlocks.back(); local
198 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

Completed in 1922 milliseconds

123