| /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/core/base/ |
| D | errors_unix.cpp | 22 namespace base { namespace
|
| D | errors_test.cpp | 22 namespace base { namespace
|
| D | strings.cpp | 26 namespace base { namespace 37 size_t base = 0; in Split() local
|
| D | errors_windows.cpp | 32 namespace base { namespace
|
| D | quick_exit.cpp | 25 namespace base { namespace
|
| D | parsenetaddress.cpp | 25 namespace base { namespace
|
| D | stringprintf.cpp | 24 namespace base { namespace
|
| /system/core/debuggerd/tombstoned/ |
| D | intercept_manager.cpp | 165 event_base* base = evconnlistener_get_base(listener); in intercept_accept_cb() local 172 InterceptManager::InterceptManager(event_base* base, int intercept_socket) : base(base) { in InterceptManager()
|
| D | tombstoned.cpp | 149 event_base* base = event_get_base(crash->crash_event); in perform_request() local 172 event_base* base = evconnlistener_get_base(listener); in crash_accept_cb() local 293 event_base* base = event_base_new(); in main() local
|
| D | intercept_manager.h | 45 event_base* base; member
|
| /system/chre/util/include/chre/util/ |
| D | array_queue.h | 146 ValueType *pointer, ValueType *base, size_t tail) in ArrayQueueIterator()
|
| /system/extras/tests/bootloader/ |
| D | bootloadertest.py | 39 def exists_integer(self, varname, varlist, base=10): argument 66 def get_exists_integer(self, varname, base=10): argument
|
| /system/libufdt/sysdeps/ |
| D | libufdt_sysdeps_posix.c | 35 void dto_qsort(void *base, size_t nmemb, size_t size, in dto_qsort() 48 unsigned long int dto_strtoul(const char *nptr, char **endptr, int base) { in dto_strtoul()
|
| D | libufdt_sysdeps_vendor.c | 174 void dto_qsort(void *base, size_t nmemb, size_t size, in dto_qsort() 191 unsigned long int dto_strtoul(const char *nptr, char **endptr, int base) { in dto_strtoul()
|
| /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()
|
| D | io_delegate.cpp | 164 string base = directories[0]; in CreatePathForFile() local
|
| /system/core/fastboot/ |
| D | bootimg_utils.cpp | 43 size_t page_size, size_t base, off_t tags_offset, in mkbootimg()
|
| /system/sepolicy/tools/ |
| D | version_policy.c | 87 char *base = NULL; in main() local
|
| /system/tools/hidl/ |
| D | DeathRecipientType.cpp | 32 const std::string base = in getCppType() local
|
| /system/nfc/halimpl/bcm2079x/adaptation/ |
| D | config.cpp | 106 inline bool isDigit(char c, int base) { in isDigit() 123 inline int getDigitValue(char c, int base) { in getDigitValue() 185 int base = 0; in readConfig() local
|
| /system/nfc/src/adaptation/ |
| D | config.cpp | 106 inline bool isDigit(char c, int base) { in isDigit() 123 inline int getDigitValue(char c, int base) { in getDigitValue() 185 int base = 0; in readConfig() local
|
| /system/tools/hidl/c2hal/ |
| D | main.cpp | 58 static bool isPathPrefix(const std::string &prefix, const std::string &base) { in isPathPrefix()
|
| /system/nfc/halimpl/pn54x/utils/ |
| D | phNxpConfig.cpp | 142 inline bool isDigit(char c, int base) { in isDigit() 159 inline int getDigitValue(char c, int base) { in getDigitValue() 222 int base = 0; in readConfig() local
|