/third_party/alsa-lib/src/pcm/ |
H A D | pcm_multi.c | 659 snd_pcm_uframes_t pos[multi->slaves_count]; in snd_pcm_multi_rewind() local 690 snd_pcm_uframes_t pos[multi->slaves_count]; in snd_pcm_multi_forward() local [all...] |
/third_party/alsa-lib/src/topology/ |
H A D | data.c | 127 struct list_head *pos; in tplg_save_refs() local 532 struct list_head *base, *pos; in get_tokens() local 557 struct list_head *base, *pos; in has_tuples() local 677 struct list_head *base, *pos; build_tuples() local 1248 struct list_head *pos; tplg_save_manifest_data() local 1294 struct list_head *base, *pos; tplg_build_manifest_data() local 1426 struct list_head *pos; tplg_save_data() local 1553 struct list_head *base, *pos; tplg_build_data() local 1572 tplg_decode_manifest_data(snd_tplg_t *tplg, size_t pos, struct snd_soc_tplg_hdr *hdr, void *bin, size_t size) tplg_decode_manifest_data() argument 1666 tplg_verify_tuple_set(snd_tplg_t *tplg, size_t pos, const void *bin, size_t size) tplg_verify_tuple_set() argument 1707 tplg_decode_tuple_set(snd_tplg_t *tplg, size_t pos, struct tplg_elem *parent, struct tplg_tuple_set **_set, const void *bin, size_t size) tplg_decode_tuple_set() argument 1801 tplg_verify_tuples(snd_tplg_t *tplg, size_t pos, const void *bin, size_t size) tplg_verify_tuples() argument 1833 tplg_decode_tuples(snd_tplg_t *tplg, size_t pos, struct tplg_elem *parent, struct tplg_vendor_tuples *tuples, const void *bin, size_t size) tplg_decode_tuples() argument 1885 size_t pos = 0, off; tplg_add_data() local [all...] |
/third_party/alsa-utils/alsactl/ |
H A D | init_parse.c | 275 char *pos; in get_ctl_value() local 344 const char *pos, *pos2; in set_ctl_value() local 695 char *pos = strchr(attr, ' '); elemid_get() local 944 char *pos; get_key_attribute() local 968 char *pos; get_format_attribute() local 1008 char *head, *tail, *pos, *cpos, *attr, *rest; apply_format() local 1662 size_t bufsize, pos, count, linesize; parse() local [all...] |
/third_party/backends/backend/ |
H A D | abaton.c | 1368 SANE_Int pos = offset + (rread << 1) - 1; in sane_read() local
|
H A D | mustek_pp_ccd300.c | 417 int pos = 0, bpos = 0; in read_line_101x() local 507 int pos = 0, ctr, blackpos; in find_black_side_edge_101x() local 717 int lines = 0, ctr, pos; in find_black_top_edge_101x() local [all...] |
H A D | gt68xx.c | 961 char *pos; in download_firmware_file() local
|
H A D | snapscan-sources.c | 920 SANE_Int pos; /* current position in xbuf */ member
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | util.c | 905 int pos = 0; in dstrtrim() local
|
/third_party/curl/lib/ |
H A D | cookie.c | 161 char *pos; in pathmatch() local
|
/third_party/icu/icu4c/source/tools/gencnval/ |
H A D | gencnval.c | 424 uint16_t pos=0, start, limit, length, cnv; in parseLine() local [all...] |
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationDataBuilder.java | 1357 protected int pos; global() field in CollationDataBuilder.DataBuilderCollationIterator [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | MessageFormat.java | 969 format(Object[] arguments, StringBuffer result, FieldPosition pos) format() argument 1004 format(Map<String, Object> arguments, StringBuffer result, FieldPosition pos) format() argument 1086 format(Object arguments, StringBuffer result, FieldPosition pos) format() argument 1176 parse(String source, ParsePosition pos) parse() argument 1215 parseToMap(String source, ParsePosition pos) parseToMap() argument 1264 parse(int msgStart, String source, ParsePosition pos, Object[] args, Map<String, Object> argsMap) parse() argument 1440 parseObject(String source, ParsePosition pos) parseObject() argument 1942 parseChoiceArgument( MessagePattern pattern, int partIndex, String source, ParsePosition pos) parseChoiceArgument() argument [all...] |
H A D | NumberFormat.java | 269 format(Object number, StringBuffer toAppendTo, FieldPosition pos) format() argument 368 format(double number, StringBuffer toAppendTo, FieldPosition pos) format() argument 377 format(long number, StringBuffer toAppendTo, FieldPosition pos) format() argument 385 format(BigInteger number, StringBuffer toAppendTo, FieldPosition pos) format() argument 393 format(java.math.BigDecimal number, StringBuffer toAppendTo, FieldPosition pos) format() argument 401 format(com.ibm.icu.math.BigDecimal number, StringBuffer toAppendTo, FieldPosition pos) format() argument 409 format(CurrencyAmount currAmt, StringBuffer toAppendTo, FieldPosition pos) format() argument 485 parseCurrency(CharSequence text, ParsePosition pos) parseCurrency() argument [all...] |
H A D | DateIntervalFormat.java | 811 formatIntervalImpl( DateInterval dtInterval, StringBuffer appendTo, FieldPosition pos, FormatOutput output, List<FieldPosition> attributes) formatIntervalImpl() argument 885 format(Calendar fromCalendar, Calendar toCalendar, StringBuffer appendTo, FieldPosition pos) format() argument 918 formatImpl(Calendar fromCalendar, Calendar toCalendar, StringBuffer appendTo, FieldPosition pos, FormatOutput output, List<FieldPosition> attributes) formatImpl() argument 1031 fallbackFormatRange(Calendar fromCalendar, Calendar toCalendar, StringBuffer appendTo, StringBuilder patternSB, FieldPosition pos, FormatOutput output, List<FieldPosition> attributes) fallbackFormatRange() argument 1082 fallbackFormat(Calendar fromCalendar, Calendar toCalendar, boolean fromToOnSameDay, StringBuffer appendTo, FieldPosition pos, FormatOutput output, List<FieldPosition> attributes) fallbackFormat() argument 1147 fallbackFormat(Calendar fromCalendar, Calendar toCalendar, boolean fromToOnSameDay, StringBuffer appendTo, FieldPosition pos, FormatOutput output, List<FieldPosition> attributes, String fullPattern) fallbackFormat() argument [all...] |
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
H A D | RuleBasedCollator.java | 1564 protected int pos; field in RuleBasedCollator.UTF16NFDIterator
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
H A D | BigDecimal.java | 3432 private void badarg(java.lang.String name, int pos, java.lang.String value) { in badarg() argument
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | itrbnf.cpp | 334 FieldPosition pos; in TestAPI() local 382 FieldPosition pos; in TestMultiplePluralRules() local 2014 FieldPosition pos; in TestMultiplierSubstitution() local 2383 FieldPosition pos; in doTest() local [all...] |
H A D | dtifmtts.cpp | 1450 FieldPosition pos; testYearFormats() local [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | usrchtst.c | 2474 int32_t pos= -1; in TestForwardBackward() local 2530 int pos; in TestSearchForNull() local 2627 int32_t pos; TestStrengthIdentical() local [all...] |
H A D | cbiapts.c | 163 int32_t start,pos,end,to; in TestBreakIteratorCAPI() local 391 int32_t start,pos; TestBreakIteratorSafeClone() local 529 int32_t start,pos; TestBreakIteratorClone() local 651 int32_t pos; TestBreakIteratorRules() local 764 int32_t pos = 0; TestBreakIteratorStatusVec() local 815 int32_t pos = 0; TestBreakIteratorUText() local [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_bld.cpp | 1034 int32_t pos; in ucnv_flushCache() local
|
/third_party/NuttX/fs/nfs/ |
H A D | nfs_adapter.c | 715 unsigned int pos; in nfs_mount() local 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 [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
H A D | RBBITestMonkey.java | 1623 cAt(int pos) cAt() argument 1797 moveIndex32(StringBuffer s, int pos, int amt) moveIndex32() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UnicodeSetTest.java | 1962 public String parseReference(String text, ParsePosition pos, int in parseReference() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | MessageFormat.java | 947 format(Object[] arguments, StringBuffer result, FieldPosition pos) format() argument 981 format(Map<String, Object> arguments, StringBuffer result, FieldPosition pos) format() argument 1059 format(Object arguments, StringBuffer result, FieldPosition pos) format() argument 1147 parse(String source, ParsePosition pos) parse() argument 1185 parseToMap(String source, ParsePosition pos) parseToMap() argument 1233 parse(int msgStart, String source, ParsePosition pos, Object[] args, Map<String, Object> argsMap) parse() argument 1407 parseObject(String source, ParsePosition pos) parseObject() argument 1898 parseChoiceArgument( MessagePattern pattern, int partIndex, String source, ParsePosition pos) parseChoiceArgument() argument [all...] |