| /system/core/base/include/android-base/ |
| D | parseint.h | 36 int base = (s[0] == '0' && (s[1] == 'x' || s[1] == 'X')) ? 16 : 10; variable 65 int base = (s[0] == '0' && (s[1] == 'x' || s[1] == 'X')) ? 16 : 10; variable
|
| /system/libhidl/transport/base/1.0/vts/functional/ |
| D | vts_ibase_test.cpp | 116 [&](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/base/ |
| D | errors_unix.cpp | 22 namespace base { namespace
|
| D | errors_test.cpp | 22 namespace base { namespace
|
| D | chrono_utils.cpp | 22 namespace base { namespace
|
| D | errors_windows.cpp | 32 namespace base { namespace
|
| D | quick_exit.cpp | 25 namespace base { namespace
|
| D | test_utils_test.cpp | 23 namespace base { namespace
|
| D | parsenetaddress.cpp | 25 namespace base { namespace
|
| D | strings.cpp | 26 namespace base { namespace 37 size_t base = 0; in Split() local
|
| D | stringprintf.cpp | 24 namespace base { namespace
|
| /system/netd/libnetdutils/include/netdutils/ |
| D | Slice.h | 45 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/core/debuggerd/tombstoned/ |
| D | intercept_manager.cpp | 180 event_base* base = evconnlistener_get_base(listener); in intercept_accept_cb() local 187 InterceptManager::InterceptManager(event_base* base, int intercept_socket) : base(base) { in InterceptManager()
|
| D | tombstoned.cpp | 233 event_base* base = event_get_base(crash->crash_event); in perform_request() local 248 event_base* base = evconnlistener_get_base(listener); in crash_accept_cb() local 417 event_base* base = event_base_new(); in main() local
|
| D | intercept_manager.h | 48 event_base* base; member
|
| /system/libhidl/transport/ |
| D | HidlPassthroughSupport.cpp | 54 sp<IBase> base; in wrapPassthroughInternal() local
|
| /system/libhidl/transport/include/hidl/ |
| D | HidlTransportSupport.h | 156 sp<IBase> base = getRawServiceInternal(IType::descriptor, instance, retry, getStub); in getServiceInternal() local
|
| /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/chre/util/include/chre/util/ |
| D | array_queue.h | 162 ValueType *pointer, ValueType *base, size_t tail) in ArrayQueueIterator()
|
| /system/extras/tests/bootloader/ |
| D | bootloadertest.py | 44 def exists_integer(self, varname, varlist, base=10): argument 71 def get_exists_integer(self, varname, base=10): argument
|
| /system/core/libpixelflinger/codeflinger/ |
| D | CodeCache.cpp | 134 uint32_t* Assembly::base() const in base() function in android::Assembly 202 char* base = reinterpret_cast<char*>(assembly->base()); in cache() local
|
| /system/tools/aidl/ |
| D | generate_java.cpp | 38 VariableFactory::VariableFactory(const string& base) in VariableFactory()
|
| /system/core/fastboot/ |
| D | bootimg_utils.cpp | 44 int64_t second_size, off_t second_offset, size_t page_size, size_t base, in mkbootimg()
|
| /system/tools/hidl/ |
| D | DeathRecipientType.cpp | 32 const std::string base = in getCppType() local
|
| /system/sepolicy/tools/ |
| D | version_policy.c | 87 char *base = NULL; in main() local
|