/hardware/msm7k/libgralloc-qsd8k/ |
mapper.cpp | 68 hnd->base = 0; 71 hnd->base = intptr_t(mappedAddress) + hnd->offset; 75 *vaddr = (void*)hnd->base; 84 void* base = (void*)hnd->base; local 87 base = (void*)(intptr_t(base) - hnd->offset); 90 //ALOGD("unmapping from %p, size=%d", base, size); 91 if (munmap(base, size) < 0) { 95 hnd->base = 0 [all...] |
pmemalloc.cpp | 98 void* base = deps.mmap(0, size, PROT_READ|PROT_WRITE, MAP_SHARED, fd, local 100 if (base == MAP_FAILED) { 104 base = 0; 109 master_base = base; 151 void* base = master_base; local 183 memset((char*)base + offset, 0, size); 184 *pBase = base; 196 int PmemUserspaceAllocator::free_pmem_buffer(size_t size, void* base, int offset, int fd) 282 void* base = deps.mmap(0, size, PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0); local 283 if (base == MAP_FAILED) [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
uninitialized_test.cpp | 81 struct base {}; struct 82 struct derived : public base {}; 216 //base *pb = &d; 218 //base **ppb = &pd; 220 vector<base*> dst(src.begin(), src.end()); 221 vector<base*>::iterator it(dst.begin()), end(dst.end());
|
/ndk/tests/device/test-stlport/unit/ |
uninitialized_test.cpp | 81 struct base {}; struct 82 struct derived : public base {}; 216 //base *pb = &d; 218 //base **ppb = &pd; 220 vector<base*> dst(src.begin(), src.end()); 221 vector<base*>::iterator it(dst.begin()), end(dst.end());
|
/packages/apps/Calculator/src/com/android/calculator2/ |
HistoryAdapter.java | 74 String base = entry.getBase(); local 78 String res = mEval.evaluate(base);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
mtrr.h | 33 unsigned long base; /* Base address */ member in struct:mtrr_sentry 47 unsigned long base; /* Base address */ member in struct:mtrr_gentry 56 unsigned long base; /* Base address */ member in struct:mtrr_gentry
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
ftw.h | 108 int base; member in struct:FTW
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
mtrr.h | 33 unsigned long base; /* Base address */ member in struct:mtrr_sentry 47 unsigned long base; /* Base address */ member in struct:mtrr_gentry 56 unsigned long base; /* Base address */ member in struct:mtrr_gentry
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
ftw.h | 108 int base; member in struct:FTW
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
mtrr.h | 33 unsigned long base; /* Base address */ member in struct:mtrr_sentry 47 unsigned long base; /* Base address */ member in struct:mtrr_gentry 56 unsigned long base; /* Base address */ member in struct:mtrr_gentry
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
ftw.h | 108 int base; member in struct:FTW
|
/prebuilts/tools/windows/sdl/host/include/SDL/ |
SDL_rwops.h | 76 Uint8 *base; member in struct:SDL_RWops::__anon36015::__anon36017
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
SdkStats.java | 115 public PlatformStat(PlatformStatBase base, float accumShare) {
116 super(base.getApiLevel(),
117 base.getVersionName(),
118 base.getCodeName(),
119 base.getShare());
|
/system/core/mkbootimg/ |
mkbootimg.c | 66 " [ --base <address> ]\n" 142 } else if(!strcmp(arg, "--base")) { 143 unsigned base = strtoul(val, 0, 16); local 144 hdr.kernel_addr = base + 0x00008000; 145 hdr.ramdisk_addr = base + 0x01000000; 146 hdr.second_addr = base + 0x00F00000; 147 hdr.tags_addr = base + 0x00000100;
|
/bionic/libc/tools/zoneinfo/ |
ZoneInfo.java | 56 int base = 44; local 60 transitions[i] = read4(data, base + 4 * i); 61 base += 4 * ntransition; 65 type[i] = data[base + i]; 66 base += ntransition; 72 gmtoff[i] = read4(data, base + 6 * i); 73 isdst[i] = data[base + 6 * i + 4]; 74 abbrev[i] = data[base + 6 * i + 5]; 77 base += 6 * ngmtoff; 79 return new ZoneInfo(name, transitions, type, gmtoff, isdst, abbrev, data, base); [all...] |
/dalvik/vm/alloc/TEST/HeapBitmapTest/ |
main.c | 35 assert(hb.base == (uintptr_t)HEAP_BASE); 36 assert(hb.max < hb.base); 55 assert(hb.base == 0); 82 assert(hb->base == (uintptr_t)HEAP_BASE); 83 assert(hb->max < hb->base); 353 uintptr_t base; local 356 base = (uintptr_t)HEAP_BASE + offset; 358 base = (uintptr_t)HEAP_BASE + (uintptr_t)HEAP_SIZE + offset; 360 if (base < (uintptr_t)HEAP_BASE) { 361 base = (uintptr_t)HEAP_BASE [all...] |
/device/samsung/crespo/include/ |
hal_public.h | 46 native_handle_t base; member in struct:__anon1497 104 framebuffer_device_t base; member in struct:__anon1498 121 gralloc_module_t base; member in struct:IMG_gralloc_module_public_t
|
/external/bison/src/ |
files.c | 181 /* Decompose FILE_NAME in four parts: *BASE, *TAB, and *EXT, the fourth 183 *BASE, so we don't need an additional parameter. 189 cannot be equal to *BASE. 194 '/tmp/foo.tab.c' -> *BASE = 'foo.tab.c', *TAB = '.tab.c', *EXT = 197 'foo.c' -> *BASE = 'foo.c', *TAB = NULL, *EXT = '.c' 199 'tab.c' -> *BASE = 'tab.c', *TAB = NULL, *EXT = '.c' 201 '.tab.c' -> *BASE = '.tab.c', *TAB = NULL, *EXT = '.c' 203 'foo.tab' -> *BASE = 'foo.tab', *TAB = NULL, *EXT = '.tab' 205 'foo_tab' -> *BASE = 'foo_tab', *TAB = NULL, *EXT = NULL 207 'foo' -> *BASE = 'foo', *TAB = NULL, *EXT = NULL. * 234 const char *base, *tab, *ext; local [all...] |
/external/blktrace/btt/ |
btt_plot.py | 386 base = get_base(file) variable 387 title_str = 'Block Numbers Accessed: %s' % base 388 output_file = 'bnos_%s.png' % base
|
/external/bluetooth/bluez/src/ |
textfile.c | 190 size_t base; local 235 base = off - map; 253 if (ftruncate(fd, base) < 0) { 257 lseek(fd, base, SEEK_SET); 278 if (ftruncate(fd, base) < 0) { 283 lseek(fd, base, SEEK_SET);
|
/external/chromium/base/allocator/ |
allocator_shim.cc | 5 #include "base/allocator/allocator_shim.h" 281 namespace base { namespace 304 } // namespace base.
|
/external/chromium/base/ |
callback_unittest.cc | 5 #include "base/callback.h" 6 #include "base/callback_internal.h" 7 #include "base/memory/scoped_ptr.h" 11 namespace base { namespace 130 } // namespace base
|
cpu.h | 11 #include "base/base_api.h" 13 namespace base { namespace 57 } // namespace base
|
/external/chromium/base/debug/ |
trace_event_win_unittest.cc | 5 #include "base/debug/trace_event.h" 9 #include "base/at_exit.h" 10 #include "base/basictypes.h" 11 #include "base/file_util.h" 12 #include "base/win/event_trace_consumer.h" 13 #include "base/win/event_trace_controller.h" 14 #include "base/win/windows_version.h" 19 namespace base { namespace 31 using base::win::EtwEventType; 32 using base::win::EtwTraceConsumerBase [all...] |
/external/chromium/base/i18n/ |
rtl.cc | 5 #include "base/i18n/rtl.h" 7 #include "base/file_path.h" 8 #include "base/logging.h" 9 #include "base/string_util.h" 10 #include "base/utf_string_conversions.h" 11 #include "base/sys_string_conversions.h" 41 namespace base { namespace 331 std::wstring wide_path = base::SysNativeMBToWide(path.value()); 363 } // namespace base
|