Home
last modified time | relevance | path

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

1234

/system/core/base/
Dmapped_file.cpp22 namespace base { namespace
52 void* base = MapViewOfFile(handle, (prot & PROT_WRITE) ? FILE_MAP_ALL_ACCESS : FILE_MAP_READ, 0, in FromFd() local
61 void* base = mmap(nullptr, file_length, prot, MAP_SHARED, fd, file_offset); in FromFd() local
Derrors_unix.cpp22 namespace base { namespace
Derrors_test.cpp22 namespace base { namespace
Dchrono_utils.cpp22 namespace base { namespace
Dthreads.cpp31 namespace base { namespace
Dstrings.cpp26 namespace base { namespace
37 size_t base = 0; in Split() local
Derrors_windows.cpp32 namespace base { namespace
Dquick_exit.cpp25 namespace base { namespace
Dparsenetaddress.cpp25 namespace base { namespace
/system/core/base/include/android-base/
Dparseint.h47 int base = (s[0] == '0' && (s[1] == 'x' || s[1] == 'X')) ? 16 : 10; variable
106 int base = (s[0] == '0' && (s[1] == 'x' || s[1] == 'X')) ? 16 : 10; variable
Dmapped_file.h66 MappedFile(char* base, size_t size, size_t offset, HANDLE handle) in MappedFile()
70 MappedFile(char* base, size_t size, size_t offset) : base_(base), size_(size), offset_(offset) {} in MappedFile()
/system/tools/xsdc/src/com/android/xsdc/tag/
DXsdEnumRestriction.java23 final private XsdType base; field in XsdEnumRestriction
26 public XsdEnumRestriction(XsdType base, List<XsdEnumeration> enums) { in XsdEnumRestriction()
DXsdRestriction.java24 final private XsdType base; field in XsdRestriction
27 public XsdRestriction(String name, XsdType base, List<XsdEnumeration> enums) in XsdRestriction()
DXsdGeneralExtension.java23 final private XsdType base; field in XsdGeneralExtension
27 public XsdGeneralExtension(XsdType base, List<XsdAttribute> attributes, in XsdGeneralExtension()
DXsdGeneralRestriction.java23 final private XsdType base; field in XsdGeneralRestriction
27 public XsdGeneralRestriction(XsdType base, List<XsdAttribute> attributes, in XsdGeneralRestriction()
DXsdComplexType.java24 final private XsdType base; field in XsdComplexType
28 XsdComplexType(String name, XsdType base, List<XsdAttribute> attributes, in XsdComplexType()
DXsdSimpleContent.java22 public XsdSimpleContent(String name, XsdType base, List<XsdAttribute> attributes) { in XsdSimpleContent()
DXsdComplexContent.java23 public XsdComplexContent(String name, XsdType base, List<XsdAttribute> attributes, in XsdComplexContent()
/system/libhidl/transport/base/1.0/vts/functional/
Dvts_ibase_test.cpp116 [&](const Hal& base) { EXPECT_OK(base.service->ping()) << "Cannot ping " << base.name; }); in TEST_F()
120 EachHal([&](const Hal& base) { in TEST_F()
129 EachHal([&](const Hal& base) { in TEST_F()
144 EachHal([&](const Hal& base) { in TEST_F()
152 EachHal([&](const Hal& base) { in TEST_F()
160 EachHal([&](const Hal& base) { in TEST_F()
/system/core/fs_mgr/liblp/
Dutility.h67 constexpr uint64_t AlignTo(uint64_t base, uint32_t alignment) { in AlignTo()
80 constexpr uint64_t AlignTo(uint64_t base, uint32_t alignment, uint32_t alignment_offset) { in AlignTo()
/system/netd/libnetdutils/include/netdutils/
DSlice.h45 Slice(void* base, void* limit) : mBase(toUint8(base)), mLimit(toUint8(limit)) {} in Slice()
48 Slice(void* base, size_t size) : Slice(base, toUint8(base) + size) {} in Slice()
51 uint8_t* base() const { return mBase; } in base() function
/system/libhidl/transport/include/hidl/
DHidlTransportSupport.h152 sp<IBase> base = getRawServiceInternal(IType::descriptor, instance, retry, getStub); in getServiceInternal() local
/system/core/debuggerd/tombstoned/
Dintercept_manager.cpp183 event_base* base = evconnlistener_get_base(listener); in intercept_accept_cb() local
190 InterceptManager::InterceptManager(event_base* base, int intercept_socket) : base(base) { in InterceptManager()
/system/libhidl/transport/
DHidlPassthroughSupport.cpp57 sp<IBase> base; in wrapPassthroughInternal() local
/system/libufdt/sysdeps/
Dlibufdt_sysdeps_posix.c35 void dto_qsort(void *base, size_t nmemb, size_t size, in dto_qsort()
46 unsigned long int dto_strtoul(const char *nptr, char **endptr, int base) { in dto_strtoul()

1234