/system/libbase/include/android-base/ |
D | parseint.h | 47 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
|
D | mapped_file.h | 84 MappedFile(char* base, size_t size, size_t offset, HANDLE handle) in MappedFile() 88 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/ |
D | XsdEnumRestriction.java | 23 final private XsdType base; field in XsdEnumRestriction 26 public XsdEnumRestriction(XsdType base, List<XsdEnumeration> enums) { in XsdEnumRestriction()
|
D | XsdRestriction.java | 24 final private XsdType base; field in XsdRestriction 27 public XsdRestriction(String name, XsdType base, List<XsdEnumeration> enums) in XsdRestriction()
|
D | XsdGeneralExtension.java | 23 final private XsdType base; field in XsdGeneralExtension 29 public XsdGeneralExtension(XsdType base, List<XsdAttribute> attributes, in XsdGeneralExtension()
|
D | XsdGeneralRestriction.java | 23 final private XsdType base; field in XsdGeneralRestriction 29 public XsdGeneralRestriction(XsdType base, List<XsdAttribute> attributes, in XsdGeneralRestriction()
|
D | XsdComplexType.java | 24 final private XsdType base; field in XsdComplexType 30 XsdComplexType(String name, XsdType base, List<XsdAttribute> attributes, in XsdComplexType()
|
D | XsdSimpleContent.java | 22 public XsdSimpleContent(String name, XsdType base, List<XsdAttribute> attributes) { in XsdSimpleContent()
|
D | XsdComplexContent.java | 23 public XsdComplexContent(String name, XsdType base, List<XsdAttribute> attributes, in XsdComplexContent()
|
/system/libbase/ |
D | mapped_file.cpp | 24 namespace base { namespace 66 void* base = MapViewOfFile(handle, (prot & PROT_WRITE) ? FILE_MAP_ALL_ACCESS : FILE_MAP_READ, in FromOsHandle() local 75 void* base = mmap(nullptr, file_length, prot, MAP_SHARED, h, file_offset); in FromOsHandle() local
|
D | parsebool.cpp | 21 namespace base { namespace
|
D | errors_unix.cpp | 23 namespace base { namespace
|
D | errors_test.cpp | 22 namespace base { namespace
|
D | process.cpp | 20 namespace base { namespace
|
D | strings.cpp | 32 namespace base { namespace 43 size_t base = 0; in Split() local 62 size_t base = s.find_first_not_of(delimiters, end); in Tokenize() local
|
D | posix_strerror_r.cpp | 23 namespace base { namespace
|
D | threads.cpp | 31 namespace base { namespace
|
D | chrono_utils.cpp | 22 namespace base { namespace
|
D | hex.cpp | 22 namespace base { namespace
|
D | errors_windows.cpp | 32 namespace base { namespace
|
D | function_ref_test.cpp | 24 namespace android::base { namespace 65 std::string base; in TEST() local
|
/system/libhidl/transport/base/1.0/vts/functional/ |
D | vts_ibase_test.cpp | 182 [&](const Hal& base) { EXPECT_OK(base.service->ping()) << "Cannot ping " << base.name; }); in TEST_F() 186 EachHal([&](const Hal& base) { in TEST_F() 195 EachHal([&](const Hal& base) { in TEST_F() 210 EachHal([&](const Hal& base) { in TEST_F() 218 EachHal([&](const Hal& base) { in TEST_F() 226 EachHal([&](const Hal& base) { in TEST_F()
|
/system/core/fs_mgr/liblp/ |
D | utility.h | 72 bool AlignTo(T base, uint32_t alignment, T* out) { in AlignTo()
|
/system/libufdt/sysdeps/ |
D | libufdt_sysdeps_posix.c | 35 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()
|
/system/core/debuggerd/tombstoned/ |
D | intercept_manager.cpp | 183 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()
|