/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
LivenessAnalyzer.java | 17 package com.android.dx.ssa.back;
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
JSONArray.java | 118 x.back(); 121 x.back(); 124 x.back(); 134 x.back();
|
XML.java | 157 x.back();
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
AnyScriptTest.java | 109 String back; local 110 back = narrow.transform(wideLettersAndSpace); 111 assertEquals("Should be narrow", lettersAndSpace, back); 112 back = narrow.transform(widePunctOnly); 113 assertEquals("Should be narrow", punctOnly, back); 116 back = latin.transform(wideLettersAndSpace); 117 assertEquals("Should be ascii", lettersAndSpace, back); 119 back = latin.transform(widePunctOnly); 120 assertEquals("Should be ascii", punctOnly, back); 124 //back = t2.transform(widePunctOnly) [all...] |
/external/libcxx/test/support/ |
nasty_containers.hpp | 80 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/llvm/include/llvm/IR/ |
BasicBlock.h | 234 inline const Instruction &back() const { return InstList.back(); } function in class:llvm::BasicBlock 235 inline Instruction &back() { return InstList.back(); } function in class:llvm::BasicBlock
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
xm_st.c | 230 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 = tmp [all...] |
/external/opencv/cv/src/ |
cvoptflowbm.cpp | 111 const float back = 1.f / (float) (1 << 16); local 537 float vx = (float)velx[j]*back, vy = (float)vely[j]*back;
|
/external/selinux/libselinux/src/ |
label_file.h | 180 int front, back; local 187 /* first move the exact pathnames to the back */ 189 back = data->nspec - 1; 194 memcpy(&spec_copy[back--], &data->spec_arr[i], len); 200 * array switching the front and back element. 202 back = data->nspec - 1; 203 while (front < back) { 206 /* move the back to the front */ 207 memcpy(&spec_copy[front], &spec_copy[back], len); 208 /* put the old front in the back */ [all...] |
/external/skia/include/core/ |
SkTArray.h | 260 * Pushes or pops from the back to resize. Pushes will be default 331 T& back() { SkASSERT(fCount); return fItemArray[fCount - 1];} function in class:SkTArray 333 const T& back() const { SkASSERT(fCount > 0); return fItemArray[fCount - 1];} function in class:SkTArray
|
/external/skia/src/gpu/ |
GrAllocator.h | 57 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() const function in class:GrTAllocator [all...] |
GrTRecorder.h | 24 * To create a new item and append it to the back of the list, use the following macros: 69 TBase& back() { function in class:GrTRecorder 188 // We popped the last entry in a block that isn't the head block. Move back a block but 245 * Iterates through a recorder from front to back. The initial state of the iterator is 288 * Iterates through a recorder in reverse, from back to front. This version mirrors "Iter", 289 * so the initial state is to have recorder.back() loaded already. (Note that this will 302 fItem(&recorder.back()) {
|
/external/v8/src/heap/ |
gc-tracer.h | 62 const_iterator back() const { return --end(); } function in class:v8::internal::RingBuffer
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_build.c | 489 size_t back = sizeof(u32) + sizeof(u16) + sizeof(u8) - front; local 502 wpabuf_put_data(buf, &holder[front], back); 504 back; 516 size_t back = svc_len - front; local 525 if (back > 255 - 4) { 527 back -= 255 - 4; 533 wpabuf_put_data(buf, &svc_name[front], back); 534 remaining = 255 - 4 - back;
|
/frameworks/compile/mclinker/include/mcld/LD/ |
ELFSegment.h | 55 LDSection* back() { return m_SectionList.back(); } function in class:mcld::ELFSegment 56 const LDSection* back() const { return m_SectionList.back(); } function in class:mcld::ELFSegment
|
/frameworks/compile/mclinker/include/mcld/ |
Module.h | 115 LDSection* back() { return m_SectionTable.back(); } function in class:mcld::Module 116 const LDSection* back() const { return m_SectionTable.back(); } function in class:mcld::Module
|
/frameworks/compile/mclinker/include/mcld/Object/ |
SectionMap.h | 103 const_reference back() const { return m_InputList.back(); } function in class:mcld::SectionMap::Output 104 reference back() { return m_InputList.back(); } function in class:mcld::SectionMap::Output 184 const_reference back() const { return m_OutputDescList.back(); } function in class:mcld::SectionMap 185 reference back() { return m_OutputDescList.back(); } function in class:mcld::SectionMap
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/ |
SOAPParser.java | 148 MOTree back = MOTree.unmarshal(new ByteArrayInputStream(out.toByteArray())); local 149 System.out.println(back);
|
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/ |
MainActivity.java | 142 public void back(View v) {
method in class:MainActivity
|
/libcore/json/src/main/java/org/json/ |
JSONTokener.java | 586 public void back() { method in class:JSONTokener
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
nasty_containers.hpp | 80 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
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_list.h | 188 reference back() { function in class:list 192 const_reference back() const { function in class:list
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_list.h | 170 reference back() { return *(--end()); } function in class:list 171 const_reference back() const { return *(--end()); } function in class:list
|
_vector.h | 100 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
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/ |
iterator_range_core.hpp | 317 reference back() const function in class:boost::iterator_range
|