Home
last modified time | relevance | path

Searched defs:count (Results 101 – 125 of 3688) sorted by relevance

12345678910>>...148

/aosp14/frameworks/base/tools/aapt2/io/
H A DUtil.h66 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 Dgetentropy.cpp42 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 Dlegacy_32_bit_support.cpp77 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 DCountingOutputStream.java26 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 DLayoutUtils.java29 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 DLayoutUtils.java29 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 DUT_alloc_copy.java70 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 DUT_alloc_copy.java72 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 DUT_alloc_copy.java74 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 DListsFragment.java275 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 DglDrawElementsInstancedBaseVertex.java5 int count, in glDrawElementsInstancedBaseVertex()
16 int count, in glDrawElementsInstancedBaseVertex()
/aosp12/frameworks/base/core/java/android/text/
H A DTextWatcher.java32 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 DServiceManager.cpp62 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 DFifoControllerIndirect.h54 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 DTextWatcher.java32 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 DServiceManager.cpp62 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 Dgntdev.h28 __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 Dbarrier.cc28 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 Dlogcat_test.cpp98 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 DMissedCallNotificationReceiver.java51 int count = in onReceive() local
80 private static void updateBadgeCount(Context context, int count) { in updateBadgeCount()
/aosp12/art/runtime/mirror/
H A Darray-inl.h107 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 DTiffWriter.h272 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 DCircularArray.java36 public CircularArray(int count) { in CircularArray()
69 public int count() { in count() method in CircularArray
/aosp12/frameworks/opt/net/wifi/libwifi_system/
H A Dsupplicant_manager.cpp42 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 DDateFormat.java494 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

12345678910>>...148