/aosp12/bionic/libc/bionic/ |
H A D | strtol.cpp | 36 template <typename T, T Min, T Max> T StrToI(const char* nptr, char** endptr, int base) { in StrToI() 106 template <typename T, T Max> T StrToU(const char* nptr, char** endptr, int base) { in StrToU() 174 intmax_t strtoimax(const char* s, char** end, int base) { in strtoimax() 178 long strtol(const char* s, char** end, int base) { in strtol() 182 long long strtoll(const char* s, char** end, int base) { in strtoll() 189 unsigned long strtoul(const char* s, char** end, int base) { in strtoul() 193 unsigned long long strtoull(const char* s, char** end, int base) { in strtoull() 197 uintmax_t strtoumax(const char* s, char** end, int base) { in strtoumax()
|
H A D | stdlib_l.cpp | 40 long strtol_l(const char* s, char** end_ptr, int base, locale_t) { in strtol_l() 48 long long strtoll_l(const char* s, char** end_ptr, int base, locale_t) { in strtoll_l() 52 unsigned long strtoul_l(const char* s, char** end_ptr, int base, locale_t) { in strtoul_l() 56 unsigned long long strtoull_l(const char* s, char** end_ptr, int base, locale_t) { in strtoull_l()
|
/aosp12/frameworks/native/libs/ui/include/ui/ |
H A D | ANativeObjectBase.h | 62 static inline TYPE* getSelf(NATIVE_BASE* base) { in getSelf() 65 static inline TYPE const * getSelf(NATIVE_BASE const* base) { in getSelf() 68 static void incRef(NATIVE_BASE* base) { in incRef() 72 static void decRef(NATIVE_BASE* base) { in decRef()
|
/aosp12/frameworks/native/libs/ui/include_vndk/ui/ |
H A D | ANativeObjectBase.h | 62 static inline TYPE* getSelf(NATIVE_BASE* base) { in getSelf() 65 static inline TYPE const * getSelf(NATIVE_BASE const* base) { in getSelf() 68 static void incRef(NATIVE_BASE* base) { in incRef() 72 static void decRef(NATIVE_BASE* base) { in decRef()
|
/aosp12/art/test/564-checker-negbitwise/src/ |
H A D | Main.java | 76 public static int $opt$noinline$notAnd(int base, int mask) { in $opt$noinline$notAnd() 125 public static long $opt$noinline$notOr(long base, long mask) { in $opt$noinline$notOr() 171 public static int $opt$noinline$notXor(int base, int mask) { in $opt$noinline$notXor() 261 public static int $opt$noinline$notAndMultipleUses(int base, int mask) { in $opt$noinline$notAndMultipleUses()
|
/aosp12/hardware/libhardware/tests/hwc/ |
H A D | cnativewindow.c | 50 aBuffer base; member 57 aWindow base; member 116 static inline CNativeWindow *from_base(aWindow *base) { in from_base() 120 static inline CNativeWindow *from_base_const(const aWindow *base) { in from_base_const() 124 static int cnw_set_swap_interval(aWindow *base, int interval) { in cnw_set_swap_interval() 150 static int cnw_lock_buffer0(aWindow *base, aBuffer *buffer) { in cnw_lock_buffer0() 263 static int cnw_dequeue_buffer0(aWindow *base, aBuffer **buf) { in cnw_dequeue_buffer0() 272 static int cnw_queue_buffer0(aWindow *base, aBuffer *buf) { in cnw_queue_buffer0() 276 static int cnw_cancel_buffer0(aWindow *base, aBuffer *buf) { in cnw_cancel_buffer0() 280 static int cnw_query(const aWindow *base, int what, int *value) { in cnw_query() [all …]
|
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc/ |
H A D | ionalloc.cpp | 76 void *base = 0; in alloc_buffer() local 123 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset, in free_buffer() 146 void *base = 0; in map_buffer() local 167 int IonAlloc::unmap_buffer(void *base, unsigned int size, in unmap_buffer() 181 int IonAlloc::clean_buffer(void *base, unsigned int size, unsigned int offset, in clean_buffer()
|
/aosp12/hardware/qcom/display/msm8960/libgralloc/ |
H A D | ionalloc.cpp | 72 void *base = 0; in alloc_buffer() local 127 int IonAlloc::free_buffer(void* base, size_t size, int offset, int fd) in free_buffer() 146 void *base = 0; in map_buffer() local 167 int IonAlloc::unmap_buffer(void *base, size_t size, int offset) in unmap_buffer() 179 int IonAlloc::clean_buffer(void *base, size_t size, int offset, int fd, int op) in clean_buffer()
|
/aosp12/hardware/qcom/display/msm8994/libgralloc/ |
H A D | ionalloc.cpp | 77 void *base = 0; in alloc_buffer() local 134 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset, in free_buffer() 157 void *base = 0; in map_buffer() local 178 int IonAlloc::unmap_buffer(void *base, unsigned int size, in unmap_buffer() 192 int IonAlloc::clean_buffer(void *base, unsigned int size, unsigned int offset, in clean_buffer()
|
/aosp12/hardware/qcom/display/msm8996/libgralloc/ |
H A D | ionalloc.cpp | 81 void *base = 0; in alloc_buffer() local 128 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset, in free_buffer() 151 void *base = 0; in map_buffer() local 172 int IonAlloc::unmap_buffer(void *base, unsigned int size, in unmap_buffer() 186 int IonAlloc::clean_buffer(void *base, unsigned int size, unsigned int offset, in clean_buffer()
|
/aosp12/hardware/qcom/display/msm8084/libgralloc/ |
H A D | ionalloc.cpp | 72 void *base = 0; in alloc_buffer() local 123 int IonAlloc::free_buffer(void* base, size_t size, size_t offset, int fd) in free_buffer() 142 void *base = 0; in map_buffer() local 163 int IonAlloc::unmap_buffer(void *base, size_t size, size_t /*offset*/) in unmap_buffer() 175 int IonAlloc::clean_buffer(void *base, size_t size, size_t offset, int fd, int op) in clean_buffer()
|
/aosp12/hardware/qcom/display/msm8226/libgralloc/ |
H A D | ionalloc.cpp | 72 void *base = 0; in alloc_buffer() local 123 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset, in free_buffer() 144 void *base = 0; in map_buffer() local 165 int IonAlloc::unmap_buffer(void *base, unsigned int size, in unmap_buffer() 178 int IonAlloc::clean_buffer(void *base, unsigned int size, unsigned int offset, in clean_buffer()
|
/aosp12/hardware/qcom/display/msm8909/libgralloc/ |
H A D | ionalloc.cpp | 76 void *base = 0; in alloc_buffer() local 123 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset, in free_buffer() 146 void *base = 0; in map_buffer() local 167 int IonAlloc::unmap_buffer(void *base, unsigned int size, in unmap_buffer() 181 int IonAlloc::clean_buffer(void *base, unsigned int size, unsigned int offset, in clean_buffer()
|
/aosp12/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/src/ |
H A D | NCILxDebugDecoder.cpp | 608 uint8_t base = 0; in decodeTimeStamp() local 659 uint8_t base = 0; in decodeRSSIValues() local 719 uint8_t base = 0; in decodeAPCTable() local 837 uint8_t base = psLxNtfDecodingInfo->baseIndex; in decodeTriggerType() local 1018 uint8_t base = psLxNtfDecodingInfo->baseIndex; in decodeRFTechMode() local 1157 uint8_t base = 0; in decodeExtraDbgData() local 1262 uint8_t base = 0; in decode78164RetCode() local 1293 uint8_t base = 0; in decodeFelicaCmdCode() local 1320 uint8_t base = 0; in decodeFelicaSystemCode() local 1355 uint8_t base = 0; in decodeFelicaRspCode() local [all …]
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowManagerGlobalLockRule.java | 50 public Statement apply(Statement base, Description description) { in apply() 58 public FrameworkMethod apply(FrameworkMethod base) { in apply() 125 StatementWrapper(Statement base) { in StatementWrapper() 145 FrameworkMethodWrapper(FrameworkMethod base) { in FrameworkMethodWrapper()
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | MutableContextWrapper.java | 24 public MutableContextWrapper(Context base) { in MutableContextWrapper() 35 public void setBaseContext(Context base) { in setBaseContext()
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
H A D | lsearch.c | 44 lsearch(const void *key, void *base, size_t *nelp, size_t width, in lsearch() 52 lfind(const void *key, const void *base, size_t *nelp, size_t width, in lfind() 59 linear_base(const void *key, const void *base, size_t *nelp, size_t width, in linear_base()
|
/aosp12/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/ |
H A D | LockTargetStateAnalysis.java | 43 BasicValue base = super.naryOperation(inst, args); in naryOperation() local 67 BasicValue base = super.newValue(type); in newValue() local 88 BasicValue base = super.merge(v1, v2); in merge() local
|
/aosp12/system/libbase/include/android-base/ |
H A 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
|
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | StrongTyping.h | 22 T& base() { return static_cast<T&>(*this); } in base() function 23 T const& base() const { return static_cast<T const&>(*this); } in base() function
|
/aosp12/system/tools/xsdc/src/com/android/xsdc/tag/ |
H A D | XsdEnumRestriction.java | 23 final private XsdType base; field in XsdEnumRestriction 26 public XsdEnumRestriction(XsdType base, List<XsdEnumeration> enums) { in XsdEnumRestriction()
|
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
H A D | gr_ion_alloc.cpp | 105 int IonAlloc::FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, in FreeBuffer() 125 int IonAlloc::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) { in MapBuffer() 156 int IonAlloc::UnmapBuffer(void *base, unsigned int size, unsigned int /*offset*/) { in UnmapBuffer() 169 int IonAlloc::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { in CleanBuffer()
|
/aosp12/hardware/qcom/display/msm8996/libgralloc1/ |
H A D | gr_ion_alloc.cpp | 105 int IonAlloc::FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, in FreeBuffer() 125 int IonAlloc::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) { in MapBuffer() 156 int IonAlloc::UnmapBuffer(void *base, unsigned int size, unsigned int /*offset*/) { in UnmapBuffer() 169 int IonAlloc::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { in CleanBuffer()
|
/aosp12/hardware/qcom/display/msm8998/libgralloc1/ |
H A D | gr_ion_alloc.cpp | 119 int IonAlloc::FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, in FreeBuffer() 139 int IonAlloc::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) { in MapBuffer() 170 int IonAlloc::UnmapBuffer(void *base, unsigned int size, unsigned int /*offset*/) { in UnmapBuffer() 183 int IonAlloc::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { in CleanBuffer()
|
/aosp12/hardware/qcom/display/msm8909/gralloc/ |
H A D | gr_ion_alloc.cpp | 105 int IonAlloc::FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, in FreeBuffer() 125 int IonAlloc::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) { in MapBuffer() 156 int IonAlloc::UnmapBuffer(void *base, unsigned int size, unsigned int /*offset*/) { in UnmapBuffer() 169 int IonAlloc::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { in CleanBuffer()
|