Home
last modified time | relevance | path

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

123

/system/core/base/include/android-base/
Dparseint.h36 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/
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/base/
Derrors_unix.cpp22 namespace base { namespace
Derrors_test.cpp22 namespace base { namespace
Dchrono_utils.cpp22 namespace base { namespace
Derrors_windows.cpp32 namespace base { namespace
Dquick_exit.cpp25 namespace base { namespace
Dtest_utils_test.cpp23 namespace base { namespace
Dparsenetaddress.cpp25 namespace base { namespace
Dstrings.cpp26 namespace base { namespace
37 size_t base = 0; in Split() local
Dstringprintf.cpp24 namespace base { namespace
/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/core/debuggerd/tombstoned/
Dintercept_manager.cpp180 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()
Dtombstoned.cpp233 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
Dintercept_manager.h48 event_base* base; member
/system/libhidl/transport/
DHidlPassthroughSupport.cpp54 sp<IBase> base; in wrapPassthroughInternal() local
/system/libhidl/transport/include/hidl/
DHidlTransportSupport.h156 sp<IBase> base = getRawServiceInternal(IType::descriptor, instance, retry, getStub); in getServiceInternal() 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()
/system/chre/util/include/chre/util/
Darray_queue.h162 ValueType *pointer, ValueType *base, size_t tail) in ArrayQueueIterator()
/system/extras/tests/bootloader/
Dbootloadertest.py44 def exists_integer(self, varname, varlist, base=10): argument
71 def get_exists_integer(self, varname, base=10): argument
/system/core/libpixelflinger/codeflinger/
DCodeCache.cpp134 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/
Dgenerate_java.cpp38 VariableFactory::VariableFactory(const string& base) in VariableFactory()
/system/core/fastboot/
Dbootimg_utils.cpp44 int64_t second_size, off_t second_offset, size_t page_size, size_t base, in mkbootimg()
/system/tools/hidl/
DDeathRecipientType.cpp32 const std::string base = in getCppType() local
/system/sepolicy/tools/
Dversion_policy.c87 char *base = NULL; in main() local

123