Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 39) sorted by relevance

12

/system/core/base/include/android-base/
Dparseint.h34 int base = (s[0] == '0' && s[1] == 'x') ? 16 : 10; variable
56 int base = (s[0] == '0' && s[1] == 'x') ? 16 : 10; variable
/system/core/base/
Dstrings.cpp26 namespace base { namespace
37 size_t base = 0; in Split() local
Derrors_unix.cpp22 namespace base { namespace
Derrors_test.cpp22 namespace base { namespace
Derrors_windows.cpp32 namespace base { namespace
Dparsenetaddress.cpp25 namespace base { namespace
Dstringprintf.cpp24 namespace base { namespace
Dutf8.cpp28 namespace base { namespace
Dfile.cpp33 namespace base { namespace
Dlogging.cpp161 namespace base { namespace
Dutf8_test.cpp24 namespace base { namespace
/system/core/libpixelflinger/codeflinger/
DCodeCache.cpp136 uint32_t* Assembly::base() const in base() function in android::Assembly
204 char* base = reinterpret_cast<char*>(assembly->base()); in cache() local
/system/tools/aidl/
Dgenerate_java.cpp38 VariableFactory::VariableFactory(const string& base) in VariableFactory()
Dio_delegate.cpp164 string base = directories[0]; in CreatePathForFile() local
/system/core/fastboot/
Dbootimg_utils.cpp43 size_t page_size, size_t base, off_t tags_offset, in mkbootimg()
/system/bt/osi/src/
Dringbuffer.c28 uint8_t *base; member
/system/core/libmemunreachable/
DMemUnreachable.cpp73 [](uintptr_t base, size_t size, void* arg) { in HeapIterate()
93 HeapIterate(*it, [&](uintptr_t base, size_t size) { in CollectAllocations()
/system/connectivity/shill/
Ddhcp_properties.cc112 const DhcpProperties& base, const DhcpProperties& to_merge) { in Combine()
/system/core/liblog/tests/
Dbenchmark_main.cpp39 int base = 1; in Round() local
/system/extras/puncture_fs/
Dpuncture_fs.c74 const u64 id, char * const base, in create_unique_file()
/system/bt/embdrv/sbc/decoder/include/
Doi_bt_spec.h105 …OI_UINT8 base[OI_BT_UUID128_SIZE - sizeof(OI_UINT32)]; /**< remainder of 128-bit UUID, array of 8-… member
/system/core/libutils/
DRefBase.cpp135 weakref_impl(RefBase* base) in weakref_impl()
154 weakref_impl(RefBase* base) in weakref_impl()
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/include/linux/kernel/
Dkernel.h98 simple_strtoul(const char *nptr, char **endptr, int base) in simple_strtoul()
/system/update_engine/payload_generator/
Dextent_ranges.cc105 ExtentRanges::ExtentSet SubtractOverlappingExtents(const Extent& base, in SubtractOverlappingExtents()
/system/core/init/
Ddevices.cpp596 const char *base = "/dev/block/"; in handle_block_device_event() local
646 const char *base; in handle_generic_device_event() local

12