/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
ftw.h | 108 int base; member in struct:FTW
|
/system/core/base/ |
file.cpp | 17 #include "android-base/file.h" 26 #include "android-base/macros.h" // For TEMP_FAILURE_RETRY on Darwin. 27 #include "android-base/utf8.h" 28 #define LOG_TAG "base.file" 33 namespace base { namespace in namespace:android 36 using namespace android::base::utf8; 175 } // namespace base
|
/system/core/libpixelflinger/codeflinger/ |
CodeCache.cpp | 136 uint32_t* Assembly::base() const 204 char* base = reinterpret_cast<char*>(assembly->base()); local 205 char* curr = reinterpret_cast<char*>(base + assembly->size()); 206 __builtin___clear_cache(base, curr);
|
/toolchain/binutils/binutils-2.25/include/vms/ |
esgps.h | 46 unsigned char base[4]; member in struct:vms_esgps
|
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
test-strtol.c | 76 int base; member in struct:test_data_t 136 0, test_data[i].base); 139 res = strtoul (test_data[i].nptr, 0, test_data[i].base); 143 res = strtoll (test_data[i].nptr, 0, test_data[i].base); 146 res = strtoull (test_data[i].nptr, 0, test_data[i].base);
|
/art/runtime/arch/x86/ |
thread_x86.cc | 23 #include "base/macros.h" 47 const uintptr_t base = reinterpret_cast<uintptr_t>(this); local 65 entry.base0 = (base & 0x0000ffff); 66 entry.base1 = (base & 0x00ff0000) >> 16; 67 entry.base2 = (base & 0xff000000) >> 24; 105 gdt_entry.base_addr = base;
|
/art/runtime/ |
monitor_pool.h | 22 #include "base/allocator.h" 28 #include "base/stl_util.h" // STLDeleteElements 141 uintptr_t base = monitor_chunks_[top_index][list_index]; local 142 return reinterpret_cast<Monitor*>(base + offset_in_chunk);
|
/bionic/tools/relocation_packer/src/ |
elf_file_unittest.cc | 66 const std::string base = std::string("elf_file_unittest_relocs_") + arch; local 67 const std::string relocs = base + ".so"; 68 const std::string packed_relocs = base + "_packed.so";
|
/bootable/recovery/minui/ |
graphics_adf.cpp | 33 GRSurface base; member in struct:adf_surface_pdata 40 minui_backend base; member in struct:adf_pdata 61 surf->base.width = mode->hdisplay; 62 surf->base.height = mode->vdisplay; 63 surf->base.row_bytes = surf->pitch; 64 surf->base.pixel_bytes = (pdata->format == DRM_FORMAT_RGB565) ? 2 : 4; 66 surf->base.data = reinterpret_cast<uint8_t*>(mmap(NULL, 67 surf->pitch * surf->base.height, PROT_WRITE, 69 if (surf->base.data == MAP_FAILED) { 202 surf->base.width, surf->base.height, pdata->format, surf->fd [all...] |
/build/tools/makeparallel/ |
makeparallel.cpp | 77 size_t base = 0; local 80 found = makeflags.find_first_of(" ", base); 81 args.push_back(makeflags.substr(base, found - base)); 82 base = found + 1;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/ |
GnssCtsTestResult.java | 17 package com.android.cts.verifier.location.base;
|
/development/perftests/panorama/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...] |
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
GLSharedGroup.h | 50 GLint base; member in struct:ProgramData::_IndexInfo 75 void setIndexInfo(GLuint index, GLint base, GLint size, GLenum type); 127 void setProgramIndexInfo(GLuint program, GLuint index, GLint base, GLint size, GLenum type, const char* name);
|
/device/google/contexthub/firmware/src/platform/stm32f4xx/ |
exti.c | 74 struct ChainedInterrupt base; member in struct:ExtiInterrupt 80 struct ExtiInterrupt *exti = container_of(irq, struct ExtiInterrupt, base); 86 struct ExtiInterrupt *exti = container_of(irq, struct ExtiInterrupt, base); 91 .base = { \ 128 maxLatency = maxLatencyIsr(&exti->base); 149 dispatchIsr(&exti->base); 192 chainIsr(&exti->base, isr); 207 unchainIsr(&exti->base, isr); 219 count += unchainIsrAll(&exti->base, tid);
|
/device/google/dragon/lights/ |
lights.c | 50 struct light_device_t base; member in struct:dragon_lights 213 lights->base.common.tag = HARDWARE_DEVICE_TAG; 214 lights->base.common.version = 0; 215 lights->base.common.module = (struct hw_module_t *)module; 216 lights->base.common.close = close_lights; 217 lights->base.set_light = set_light_backlight;
|
/device/htc/flounder/power/ |
power_flounder.c | 50 struct power_module base; member in struct:flounder_power_module 233 base: {
|
/device/linaro/hikey/power/ |
power_hikey.c | 47 struct power_module base; member in struct:hikey_power_module 202 base: {
|
/external/autotest/tko/parsers/ |
version_0.py | 5 from autotest_lib.tko.parsers import base namespace 144 base = verify_ident 146 base = kernel.load_from_sysinfo(dir) 150 base, patches, hashes = attributes 152 % base) 155 if base == "UNKNOWN": 158 kernel_hash = kernel.compute_hash(base, hashes) 160 return {"base": base, "patches": patches, 181 base, patches, hashes = "UNKNOWN", [], [ [all...] |
version_1.py | 4 from autotest_lib.tko.parsers import base, version_0 namespace 44 def __init__(self, base, patches): 45 if base: 48 kernel_hash = self.compute_hash(base, hashes) 50 base = 'UNKNOWN' 53 super(kernel, self).__init__(base, patches, kernel_hash) 214 # Get the base kernel version. 216 base = re.sub('-autotest$', '', fields.get('kernel', '')) 224 return kernel(base, patches) 235 class parser(base.parser) [all...] |
/external/bison/lib/ |
localcharset.c | 127 const char *base = "charset.alias"; local 136 /* Concatenate dir and base into freshly allocated file_name. */ 139 size_t base_len = strlen (base); 147 memcpy (file_name + dir_len + add_slash, base, base_len + 1);
|
/external/bison/src/ |
files.c | 177 /* Decompose FILE_NAME in four parts: *BASE, *TAB, and *EXT, the fourth 179 *BASE, so we don't need an additional parameter. 185 cannot be equal to *BASE. 190 '/tmp/foo.tab.c' -> *BASE = 'foo.tab.c', *TAB = '.tab.c', *EXT = 193 'foo.c' -> *BASE = 'foo.c', *TAB = NULL, *EXT = '.c' 195 'tab.c' -> *BASE = 'tab.c', *TAB = NULL, *EXT = '.c' 197 '.tab.c' -> *BASE = '.tab.c', *TAB = NULL, *EXT = '.c' 199 'foo.tab' -> *BASE = 'foo.tab', *TAB = NULL, *EXT = '.tab' 201 'foo_tab' -> *BASE = 'foo_tab', *TAB = NULL, *EXT = NULL 203 'foo' -> *BASE = 'foo', *TAB = NULL, *EXT = NULL. * 230 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/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/ |
unit_testcase.py | 15 """Contains gsutil base unit test case class.""" 32 from gslib.tests.testcase import base namespace 65 class GsUtilUnitTestCase(base.GsUtilTestCase): 66 """Base class for gsutil unit tests.""" 70 base.GsUtilTestCase.setUpClass()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/scripts/ |
oauth2l.py | 49 import apitools.base.py as apitools_base namespace 50 from apitools.base.py import cli as apitools_cli
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/ |
downloads_test.py | 13 import apitools.base.py as apitools_base namespace
|