Home
last modified time | relevance | path

Searched defs:buffer (Results 4001 - 4025 of 5253) sorted by relevance

1...<<161162163164165166167168169170>>...211

/third_party/alsa-lib/src/pcm/
H A Dpcm_file.c607 static snd_pcm_sframes_t snd_pcm_file_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size) in snd_pcm_file_writei() argument
643 static snd_pcm_sframes_t snd_pcm_file_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size) in snd_pcm_file_readi() argument
/third_party/gn/src/gn/
H A Dxcode_writer.cc91 std::stringstream buffer; in GetBuildScript() local
351 std::stringstream buffer; global() variable
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DArabicShaping.java913 invertBuffer(char[] buffer, int start, int length) invertBuffer() argument
[all...]
H A DNormalizer.java146 private StringBuilder buffer; field in Normalizer
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DRuleBasedCollator.java1070 private CollationKey getCollationKey(String source, CollationBuffer buffer) { in getCollationKey() argument
1139 getRawCollationKey(CharSequence source, RawCollationKey key, CollationBuffer buffer) getRawCollationKey() argument
1155 writeSortKey(CharSequence s, CollationKeyByteSink sink, CollationBuffer buffer) writeSortKey() argument
1831 releaseCollationBuffer(CollationBuffer buffer) releaseCollationBuffer() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcnormtst.c983 UChar buffer[100]; in TestConcatenate() local
1044 UChar buffer[4]; _testIter() local
1192 UChar buffer[4]; TestNextPrevious() local
1340 UChar buffer[8]; TestFCNFKCClosure() local
[all...]
H A Dcallcoll.c151 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer, uint32_t *len) { in sortKeyToString() argument
282 char buffer[256]; in doTestVariant() local
[all...]
H A Dcbiapts.c383 uint8_t buffer [CLONETEST_ITERATOR_COUNT] [U_BRK_SAFECLONE_BUFFERSIZE]; in TestBreakIteratorSafeClone() local
[all...]
/third_party/icu/icu4c/source/test/letest/
H A Dletest.cpp436 const char *getPath(char buffer[2048], const char *filename) { in getPath() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp203 UChar buffer[10]={ 0x61, 0x62, 0x20ac, 0xd900, 0xdc05, 0, 0x62, 0xffff, 0xdbff, 0xdfff }; in TestBasicManipulation() local
252 char buffer[16]; TestBasicManipulation() local
584 char buffer[32]; TestExtract() local
1283 UChar buffer[]={0x0061, 0x0062, 0x20ac, 0x0043, 0x0042, 0x0000}; TestStackAllocation() local
1392 const UChar *buffer=s.getTerminatedBuffer(); TestCountChar32() local
1930 char buffer[64]; TestUTF8() local
2070 UChar *buffer=app.getAppendBuffer(3, 3, scratch, 3, &capacity); doTestAppendable() local
[all...]
H A Dreldatefmttest.cpp1260 char buffer[256]; in CheckExpectedResult() local
1271 + ", For: " + buffer); in CheckExpectedResult() local
1289 char buffer[256]; in CheckExpectedResult() local
1299 + ", For: " + buffer); in CheckExpectedResult() local
1312 char buffer[256]; in CheckExpectedResult() local
1322 + ", For: " + buffer); in CheckExpectedResult() local
/third_party/icu/icu4c/source/common/
H A Dlocdspnm.cpp37 static int32_t ncat(char *buffer, uint32_t buflen, ...) { in ncat() argument
590 char buffer[ULOC_FULLNAME_CAPACIT in localeDisplayName() local
699 appendWithSep(UnicodeString& buffer, const UnicodeString& src) const appendWithSep() argument
[all...]
/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.c1083 char buffer[128] = {0}; in ucom_rx_task() local
1381 tty_usb_read(struct file *filep, char *buffer, size_t buflen) in tty_usb_read() argument
1440 tty_usb_write(struct file *filep, const char *buffer, size_t buflen) tty_usb_write() argument
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_dev.c1146 usb_read(struct file *filep, char *buffer, size_t buflen) in usb_read() argument
1253 usb_write(struct file *filep, const char *buffer, size_t buflen) in usb_write() argument
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Dcdcacm.c257 cdcacm_receive_buf(struct cdcacm_wrreq_s *wrcontainer, FAR const char *buffer, size_t buflen) cdcacm_receive_buf() argument
302 cdcuart_write(FAR struct file *filep, FAR const char *buffer, size_t buflen) cdcuart_write() argument
604 cdcacm_release_rxpending(FAR struct file *filep, FAR char *buffer, size_t buflen) cdcacm_release_rxpending() argument
[all...]
/third_party/NuttX/fs/nfs/
H A Dnfs_adapter.c1554 int vfs_nfs_write(struct file *filep, const char *buffer, size_t buflen) in vfs_nfs_write() argument
1773 vfs_nfs_writepage(struct Vnode *node, char *buffer, off_t pos, size_t buflen) vfs_nfs_writepage() argument
2047 vfs_nfs_readpage(struct Vnode *node, char *buffer, off_t pos) vfs_nfs_readpage() argument
2197 vfs_nfs_read(struct file *filep, char *buffer, size_t buflen) vfs_nfs_read() argument
[all...]
/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c1046 ssize_t tmpfs_read(struct file *filep, char *buffer, size_t buflen) in tmpfs_read() argument
1106 ssize_t tmpfs_readpage(struct Vnode *vnode, char *buffer, off_t off) in tmpfs_readpage() argument
1247 ssize_t tmpfs_write(struct file *filep, const char *buffer, size_ argument
[all...]
/third_party/icu/tools/unicode/c/genprops/
H A Dnamespropsbuilder.cpp315 CharString buffer; in setProps() local
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBManagerGUI.java30 private static final int buffer = 20; field in RBManagerGUI
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java383 private StringBuilder toString(String indent, StringBuilder buffer) { in toString() argument
[all...]
/third_party/icu/tools/unicode/c/genuca/
H A Dgenuca.cpp834 char buffer[30000]; in parseFractionalUCA() local
517 readAnOption( CollationBaseDataBuilder &builder, char *buffer, UErrorCode *status) readAnOption() argument
1125 LocalMemory<uint8_t> buffer; buildAndWriteBaseData() local
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNormalizer.java145 private StringBuilder buffer; field in Normalizer
[all...]
H A DRuleBasedCollator.java1042 private CollationKey getCollationKey(String source, CollationBuffer buffer) { in getCollationKey() argument
1111 getRawCollationKey(CharSequence source, RawCollationKey key, CollationBuffer buffer) getRawCollationKey() argument
1127 writeSortKey(CharSequence s, CollationKeyByteSink sink, CollationBuffer buffer) writeSortKey() argument
1791 releaseCollationBuffer(CollationBuffer buffer) releaseCollationBuffer() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateTimeGeneratorTest.java279 private void CheckPattern(StringBuffer buffer, PatternTokenizer pp, String patternTest) { in CheckPattern() argument
300 private void showItems(StringBuffer buffer, PatternTokenizer pp, String patternTest) { in showItems() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateTimeGeneratorTest.java282 private void CheckPattern(StringBuffer buffer, PatternTokenizer pp, String patternTest) { in CheckPattern() argument
303 private void showItems(StringBuffer buffer, PatternTokenizer pp, String patternTest) { in showItems() argument
[all...]

Completed in 39 milliseconds

1...<<161162163164165166167168169170>>...211