/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
AsmGenerator.java | 61 * left here are not in the code base anymore and thus were not renamed. */ 351 String base = className.substring(0, pos); local 352 newName = mRenameClasses.get(base);
|
/frameworks/native/opengl/libagl/ |
mipmap.cpp | 33 const GGLSurface* base = &tex->surface; local 34 const GGLFormat& pixelFormat(c->rasterizer.formats[base->format]); 36 int w = base->width; 37 int h = base->height; 48 base->format, base->compressedFormat, bpr) != NO_ERROR) { 53 int bs = base->stride; 56 if (base->format == GGL_PIXEL_FORMAT_RGB_565) 58 uint16_t const * src = (uint16_t const *)base->data; 79 else if (base->format == GGL_PIXEL_FORMAT_RGBA_5551 [all...] |
/frameworks/native/services/sensorservice/ |
mat.h | 126 typedef vec< vec<TYPE, R>, C > base; typedef in class:android::mat 141 mat(const mat& rhs) : base(rhs) { } 142 mat(const base& rhs) : base(rhs) { } 156 base::operator=(rhs); 160 mat& operator=(const base& rhs) { 161 base::operator=(rhs); 174 static_cast<const base&>(lhs), 175 static_cast<const base&>(rhs)); 179 static_cast<const base&>(lhs) 257 typedef vec<TYPE, R> base; typedef in class:android::mat [all...] |
/hardware/libhardware/modules/gralloc/ |
gralloc_priv.h | 38 gralloc_module_t base; member in struct:private_module_t 78 int base; member in struct:private_handle_t 88 base(0), pid(getpid())
|
/hardware/ti/omap4xxx/hwc/ |
hal_public.h | 46 native_handle_t base; member in struct:__anon20107 103 framebuffer_device_t base; member in struct:__anon20108 116 gralloc_module_t base; member in struct:IMG_gralloc_module_public_t
|
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
AtomicIntegerArray.java | 22 private static final int base = unsafe.arrayBaseOffset(int[].class); field in class:AtomicIntegerArray 41 return ((long) i << shift) + base;
|
AtomicLongArray.java | 21 private static final int base = unsafe.arrayBaseOffset(long[].class); field in class:AtomicLongArray 40 return ((long) i << shift) + base;
|
AtomicReferenceArray.java | 20 * @param <E> The base class of elements held in this array 26 private static final int base; field in class:AtomicReferenceArray 37 base = unsafe.arrayBaseOffset(Object[].class); 55 return ((long) i << shift) + base;
|
/ndk/sources/cxx-stl/stlport/src/details/ |
fstream_unistd.cpp | 318 void* base; local 320 base = MMAP(0, len, PROT_READ, MAP_PRIVATE, _M_file_id, offset); 321 if (base != (void*)MAP_FAILED) { 323 this->_M_unmap(base, len); 324 base = 0; 327 base =0; 331 base = 0; 333 return base; 336 void _Filebuf_base::_M_unmap(void* base, streamoff len) 340 munmap((char*)base, len) [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {} 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 74 iterator_type base() const { return current; } function in class:reverse_iterator 115 { return __x.base() == __y.base(); } 120 { return __y.base() < __x.base(); } 152 { return __y.base() - __x.base(); } [all...] |
_iterator_old.h | 84 _BidirectionalIterator base() const { return current; } function in class:reverse_bidirectional_iterator 137 { return __x.base() == __y.base(); } 176 reverse_iterator(const _Self& __x) : __current(__x.base()) {} 178 _Self& operator=(const _Self& __x) {__current = __x.base(); return *this; } 180 _RandomAccessIterator base() const { return __current; } function in class:reverse_iterator 245 return __x.base() == __y.base(); 256 return __y.base() < __x.base(); [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
localcharset.c | 124 const char *base = "charset.alias"; local 133 /* Concatenate dir and base into freshly allocated file_name. */ 136 size_t base_len = strlen (base); 144 memcpy (file_name + dir_len + add_slash, base, base_len + 1);
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Pyramid.cpp | 116 ImageTypeShort base; local 123 base = pyr->ptr[-h] - off; 126 for (h = height; h--; base += pyr->pitch) { 128 base[-1 - w] = base[0]; 130 base[off2 + w + 1] = base[off2]; 136 base = pyr->ptr[top - pyr->border] - pyr->border; 137 for (h = top; h--; base -= pyr->pitch) { 138 memcpy(base - pyr->pitch, base, pyr->pitch * sizeof(short)) [all...] |
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Pyramid.cpp | 116 ImageTypeShort base; local 123 base = pyr->ptr[-h] - off; 126 for (h = height; h--; base += pyr->pitch) { 128 base[-1 - w] = base[0]; 130 base[off2 + w + 1] = base[off2]; 136 base = pyr->ptr[top - pyr->border] - pyr->border; 137 for (h = top; h--; base -= pyr->pitch) { 138 memcpy(base - pyr->pitch, base, pyr->pitch * sizeof(short)) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ggc.h | 66 In an array, terminated by having base == NULL. */ 68 void *base; member in struct:ggc_root_tab 84 struct htab * *base; member in struct:ggc_cache_tab
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ggc.h | 66 In an array, terminated by having base == NULL. */ 68 void *base; member in struct:ggc_root_tab 84 struct htab * *base; member in struct:ggc_cache_tab
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ggc.h | 66 In an array, terminated by having base == NULL. */ 68 void *base; member in struct:ggc_root_tab 84 struct htab * *base; member in struct:ggc_cache_tab
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ggc.h | 66 In an array, terminated by having base == NULL. */ 68 void *base; member in struct:ggc_root_tab 84 struct htab * *base; member in struct:ggc_cache_tab
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/ |
iterator_tracker.h | 74 : _M_current(__x.base()), _M_ds(__x._M_get_sequence()) { } 77 base() const { return _M_current; } function in class:__profile::__iterator_tracker 181 { return __lhs.base() == __rhs.base(); } 187 { return __lhs.base() == __rhs.base(); } 193 { return __lhs.base() != __rhs.base(); } 199 { return __lhs.base() != __rhs.base(); } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/ |
iterator_tracker.h | 74 : _M_current(__x.base()), _M_ds(__x._M_get_sequence()) { } 77 base() const { return _M_current; } function in class:__profile::__iterator_tracker 181 { return __lhs.base() == __rhs.base(); } 187 { return __lhs.base() == __rhs.base(); } 193 { return __lhs.base() != __rhs.base(); } 199 { return __lhs.base() != __rhs.base(); } [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {} 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 74 iterator_type base() const { return current; } function in class:reverse_iterator 115 { return __x.base() == __y.base(); } 120 { return __y.base() < __x.base(); } 152 { return __y.base() - __x.base(); } [all...] |
_iterator_old.h | 84 _BidirectionalIterator base() const { return current; } function in class:reverse_bidirectional_iterator 137 { return __x.base() == __y.base(); } 176 reverse_iterator(const _Self& __x) : __current(__x.base()) {} 178 _Self& operator=(const _Self& __x) {__current = __x.base(); return *this; } 180 _RandomAccessIterator base() const { return __current; } function in class:reverse_iterator 245 return __x.base() == __y.base(); 256 return __y.base() < __x.base(); [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {} 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 74 iterator_type base() const { return current; } function in class:reverse_iterator 115 { return __x.base() == __y.base(); } 120 { return __y.base() < __x.base(); } 152 { return __y.base() - __x.base(); } [all...] |
_iterator_old.h | 84 _BidirectionalIterator base() const { return current; } function in class:reverse_bidirectional_iterator 137 { return __x.base() == __y.base(); } 176 reverse_iterator(const _Self& __x) : __current(__x.base()) {} 178 _Self& operator=(const _Self& __x) {__current = __x.base(); return *this; } 180 _RandomAccessIterator base() const { return __current; } function in class:reverse_iterator 245 return __x.base() == __y.base(); 256 return __y.base() < __x.base(); [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {} 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 74 iterator_type base() const { return current; } function in class:reverse_iterator 115 { return __x.base() == __y.base(); } 120 { return __y.base() < __x.base(); } 152 { return __y.base() - __x.base(); } [all...] |