/aosp14/frameworks/base/tools/aapt2/io/ |
H A D | Util.h | 66 void BackUp(size_t count) override { in BackUp() 97 void BackUp(int count) override { in BackUp() 101 bool Skip(int count) override { in Skip()
|
/aosp12/bionic/libc/bionic/ |
H A D | getentropy.cpp | 42 ssize_t count = TEMP_FAILURE_RETRY(read(fd.get(), static_cast<char*>(buffer) + collected, in getentropy_urandom() local 62 long count = TEMP_FAILURE_RETRY(getrandom(static_cast<char*>(buffer) + collected, in getentropy() local
|
H A D | legacy_32_bit_support.cpp | 77 ssize_t preadv(int fd, const struct iovec* ios, int count, off_t offset) { in preadv() 80 ssize_t preadv64(int fd, const struct iovec* ios, int count, off64_t offset) { in preadv64() 83 ssize_t pwritev(int fd, const struct iovec* ios, int count, off_t offset) { in pwritev() 86 ssize_t pwritev64(int fd, const struct iovec* ios, int count, off64_t offset) { in pwritev64()
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utility/ |
H A D | CountingOutputStream.java | 26 private long count; field in CountingOutputStream 38 public void write(byte[] buffer, int offset, int count) throws IOException { in write()
|
/aosp12/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
H A D | LayoutUtils.java | 29 int count = currentNode.getChildCount(); in recursivelyGather() local 53 int count = nodeList.size(); in requestLayoutForAllNodes() local
|
/aosp14/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
H A D | LayoutUtils.java | 29 int count = currentNode.getChildCount(); in recursivelyGather() local 53 int count = nodeList.size(); in requestLayoutForAllNodes() local
|
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
H A D | UT_alloc_copy.java | 70 int count = arr_len - offset; in allocation_copy1DRangeTo_Byte() local 112 int count = arr_len - offset; in allocation_copy1DRangeTo_Short() local 154 int count = arr_len - offset; in allocation_copy1DRangeTo_Int() local 196 int count = arr_len - offset; in allocation_copy1DRangeTo_Float() local 238 int count = arr_len - offset; in allocation_copy1DRangeTo_Long() local 465 int count = arr_len - offset; in allocation_copy1DRangeToUnchecked_Byte() local 507 int count = arr_len - offset; in allocation_copy1DRangeToUnchecked_Short() local 549 int count = arr_len - offset; in allocation_copy1DRangeToUnchecked_Int() local 591 int count = arr_len - offset; in allocation_copy1DRangeToUnchecked_Float() local 633 int count = arr_len - offset; in allocation_copy1DRangeToUnchecked_Long() local
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | UT_alloc_copy.java | 72 int count = arr_len - offset; in allocation_copy1DRangeTo_Byte() local 114 int count = arr_len - offset; in allocation_copy1DRangeTo_Short() local 156 int count = arr_len - offset; in allocation_copy1DRangeTo_Int() local 198 int count = arr_len - offset; in allocation_copy1DRangeTo_Float() local 240 int count = arr_len - offset; in allocation_copy1DRangeTo_Long() local 467 int count = arr_len - offset; in allocation_copy1DRangeToUnchecked_Byte() local 509 int count = arr_len - offset; in allocation_copy1DRangeToUnchecked_Short() local 551 int count = arr_len - offset; in allocation_copy1DRangeToUnchecked_Int() local 593 int count = arr_len - offset; in allocation_copy1DRangeToUnchecked_Float() local 635 int count = arr_len - offset; in allocation_copy1DRangeToUnchecked_Long() local
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | UT_alloc_copy.java | 74 int count = arr_len - offset; in allocation_copy1DRangeTo_Byte() local 116 int count = arr_len - offset; in allocation_copy1DRangeTo_Short() local 158 int count = arr_len - offset; in allocation_copy1DRangeTo_Int() local 200 int count = arr_len - offset; in allocation_copy1DRangeTo_Float() local 242 int count = arr_len - offset; in allocation_copy1DRangeTo_Long() local 469 int count = arr_len - offset; in allocation_copy1DRangeToUnchecked_Byte() local 511 int count = arr_len - offset; in allocation_copy1DRangeToUnchecked_Short() local 553 int count = arr_len - offset; in allocation_copy1DRangeToUnchecked_Int() local 595 int count = arr_len - offset; in allocation_copy1DRangeToUnchecked_Float() local 637 int count = arr_len - offset; in allocation_copy1DRangeToUnchecked_Long() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/list/ |
H A D | ListsFragment.java | 275 final int count = onPageChangeListeners.size(); in onPageScrolled() local 301 final int count = onPageChangeListeners.size(); in onPageSelected() local 322 final int count = onPageChangeListeners.size(); in onPageScrollStateChanged() local 378 int count = 0; in onVoicemailUnreadCountFetched() local 395 int count = 0; in onMissedCallsUnreadCountFetched() local
|
/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
H A D | glDrawElementsInstancedBaseVertex.java | 5 int count, in glDrawElementsInstancedBaseVertex() 16 int count, in glDrawElementsInstancedBaseVertex()
|
/aosp12/frameworks/base/core/java/android/text/ |
H A D | TextWatcher.java | 32 int count, int after); in beforeTextChanged() 40 public void onTextChanged(CharSequence s, int start, int before, int count); in onTextChanged()
|
/aosp12/system/core/libsysutils/src/ |
H A D | ServiceManager.cpp | 62 int count = SLEEP_MAX_USEC; in start() local 92 int count = SLEEP_MAX_USEC; in stop() local
|
/aosp12/frameworks/av/media/libaaudio/src/fifo/ |
H A D | FifoControllerIndirect.h | 54 virtual void setReadCounter(fifo_counter_t count) override { in setReadCounter() 62 virtual void setWriteCounter(fifo_counter_t count) override { in setWriteCounter()
|
/aosp14/frameworks/base/core/java/android/text/ |
H A D | TextWatcher.java | 32 int count, int after); in beforeTextChanged() 40 public void onTextChanged(CharSequence s, int start, int before, int count); in onTextChanged()
|
/aosp14/system/core/libsysutils/src/ |
H A D | ServiceManager.cpp | 62 int count = SLEEP_MAX_USEC; in start() local 92 int count = SLEEP_MAX_USEC; in stop() local
|
/aosp12/bionic/libc/kernel/uapi/xen/ |
H A D | gntdev.h | 28 __u32 count; member 36 __u32 count; member 43 __u32 count; member 48 __u32 count; member 71 unsigned int count; member 81 __u32 count; member 94 __u32 count; member
|
/aosp12/art/runtime/ |
H A D | barrier.cc | 28 Barrier::Barrier(int count, bool verify_count_on_shutdown) in Barrier() 47 void Barrier::Init(Thread* self, int count) { in Init() 99 void Barrier::SetCountLocked(Thread* self, int count) { in SetCountLocked()
|
/aosp12/system/logging/logcat/tests/ |
H A D | logcat_test.cpp | 98 int count = 0; in TEST() local 138 int count = 0; in TEST() local 180 int count; in TEST() local 251 int count; in TEST() local 289 int count = 0; in TEST() local 304 int count; in do_tail() local 348 int count; in do_tail_time() local 470 int count = 0; in TEST() local 550 int count = 0; in get_groups() local 663 int count = 0; in TEST() local [all …]
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
H A D | MissedCallNotificationReceiver.java | 51 int count = in onReceive() local 80 private static void updateBadgeCount(Context context, int count) { in updateBadgeCount()
|
/aosp12/art/runtime/mirror/ |
H A D | array-inl.h | 107 static inline void ArrayBackwardCopy(T* d, const T* s, int32_t count) { in ArrayBackwardCopy() 120 static inline void ArrayForwardCopy(T* d, const T* s, int32_t count) { in ArrayForwardCopy() 132 int32_t count) { in Memmove() 194 int32_t count) { in Memcpy() 285 for (size_t i = 0, count = GetLength(); i < count; ++i) { in Fixup() local 300 int32_t count, in Memcpy()
|
/aosp12/frameworks/av/media/img_utils/include/img_utils/ |
H A D | TiffWriter.h | 272 status_t TiffWriter::buildEntry(uint16_t tag, uint32_t count, const T* data, in buildEntry() 301 status_t TiffWriter::addEntry(uint16_t tag, uint32_t count, const T* data, uint32_t ifd) { in addEntry() 314 sp<TiffEntry> TiffWriter::uncheckedBuildEntry(uint16_t tag, TagType type, uint32_t count, in uncheckedBuildEntry()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | CircularArray.java | 36 public CircularArray(int count) { in CircularArray() 69 public int count() { in count() method in CircularArray
|
/aosp12/frameworks/opt/net/wifi/libwifi_system/ |
H A D | supplicant_manager.cpp | 42 int count = 200; /* wait at most 20 seconds for completion */ in StartSupplicant() local 92 int count = 200; /* wait at most 20 seconds for completion */ in StopSupplicant() local
|
/aosp12/frameworks/base/core/java/android/text/format/ |
H A D | DateFormat.java | 494 int count; in format() local 587 private static String getDayOfWeekString(DateFormatSymbols dfs, int day, int count, int kind) { in getDayOfWeekString() 601 private static String getMonthString(DateFormatSymbols dfs, int month, int count, int kind) { in getMonthString() 616 private static String getTimeZoneString(Calendar inDate, int count) { in getTimeZoneString() 628 private static String formatZoneOffset(int offset, int count) { in formatZoneOffset() 647 private static String getYearString(int year, int count) { in getYearString() 670 int count = 0; in appendQuotedText() local
|