Searched refs:pos (Results 151 - 175 of 3391) sorted by relevance

1234567891011>>

/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
H A DBigFractionFormat.java133 * @param pos On input: an alignment field, if desired. On output: the
138 final StringBuffer toAppendTo, final FieldPosition pos) {
140 pos.setBeginIndex(0);
141 pos.setEndIndex(0);
143 getNumeratorFormat().format(BigFraction.getNumerator(), toAppendTo, pos);
145 getDenominatorFormat().format(BigFraction.getDenominator(), toAppendTo, pos);
158 * @param pos On input: an alignment field, if desired. On output: the
166 final StringBuffer toAppendTo, final FieldPosition pos) {
170 ret = format((BigFraction) obj, toAppendTo, pos);
172 ret = format(new BigFraction((BigInteger) obj), toAppendTo, pos);
137 format(final BigFraction BigFraction, final StringBuffer toAppendTo, final FieldPosition pos) argument
165 format(final Object obj, final StringBuffer toAppendTo, final FieldPosition pos) argument
211 parse(final String source, final ParsePosition pos) argument
270 parseNextBigInteger(final String source, final ParsePosition pos) argument
[all...]
H A DProperBigFractionFormat.java84 * @param pos On input: an alignment field, if desired. On output: the
90 final StringBuffer toAppendTo, final FieldPosition pos) {
92 pos.setBeginIndex(0);
93 pos.setEndIndex(0);
101 getWholeFormat().format(whole, toAppendTo, pos);
107 getNumeratorFormat().format(num, toAppendTo, pos);
109 getDenominatorFormat().format(den, toAppendTo, pos);
131 * @param pos input/ouput parsing parameter.
135 public BigFraction parse(final String source, final ParsePosition pos) { argument
137 BigFraction ret = super.parse(source, pos);
89 format(final BigFraction fraction, final StringBuffer toAppendTo, final FieldPosition pos) argument
[all...]
H A DProperFractionFormat.java85 * @param pos On input: an alignment field, if desired. On output: the
91 FieldPosition pos) {
93 pos.setBeginIndex(0);
94 pos.setEndIndex(0);
102 getWholeFormat().format(whole, toAppendTo, pos);
106 getNumeratorFormat().format(num, toAppendTo, pos);
109 pos);
131 * @param pos input/ouput parsing parameter.
135 public Fraction parse(String source, ParsePosition pos) { argument
137 Fraction ret = super.parse(source, pos);
90 format(Fraction fraction, StringBuffer toAppendTo, FieldPosition pos) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_cred.c110 const u8 *pos, *end; local
114 pos = search_tag(pem_cert_begin, buf, len);
115 if (!pos) {
124 while (pos) {
125 pos += os_strlen(pem_cert_begin);
126 end = search_tag(pem_cert_end, pos, buf + len - pos);
133 der = base64_decode(pos, end - pos, &der_len);
150 pos
199 const char *pos = cert + 7; local
268 const u8 *pos, *end; local
309 const u8 *pos, *end; local
449 const u8 *pos, *end; local
523 pkcs12_parse_attr_friendly_name(const u8 *pos, const u8 *end) argument
550 pkcs12_parse_attr_local_key_id(const u8 *pos, const u8 *end) argument
577 pkcs12_parse_attr(const u8 *pos, size_t len) argument
628 const u8 *pos = buf, *end = buf + len; local
705 const u8 *pos, *end; local
745 pkcs12_parse_content_data(struct tlsv1_credentials *cred, const u8 *pos, const u8 *end, const char *passwd) argument
767 pkcs12_parse_content_enc_data(struct tlsv1_credentials *cred, const u8 *pos, const u8 *end, const char *passwd) argument
886 const u8 *pos = buf; local
929 const u8 *pos, *end; local
1131 const u8 *pos, *end; local
1208 const u8 *pos, *end; local
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_cred.c110 const u8 *pos, *end; local
114 pos = search_tag(pem_cert_begin, buf, len);
115 if (!pos) {
124 while (pos) {
125 pos += os_strlen(pem_cert_begin);
126 end = search_tag(pem_cert_end, pos, buf + len - pos);
133 der = base64_decode(pos, end - pos, &der_len);
150 pos
199 const char *pos = cert + 7; local
268 const u8 *pos, *end; local
309 const u8 *pos, *end; local
449 const u8 *pos, *end; local
523 pkcs12_parse_attr_friendly_name(const u8 *pos, const u8 *end) argument
550 pkcs12_parse_attr_local_key_id(const u8 *pos, const u8 *end) argument
577 pkcs12_parse_attr(const u8 *pos, size_t len) argument
628 const u8 *pos = buf, *end = buf + len; local
705 const u8 *pos, *end; local
745 pkcs12_parse_content_data(struct tlsv1_credentials *cred, const u8 *pos, const u8 *end, const char *passwd) argument
767 pkcs12_parse_content_enc_data(struct tlsv1_credentials *cred, const u8 *pos, const u8 *end, const char *passwd) argument
886 const u8 *pos = buf; local
929 const u8 *pos, *end; local
1131 const u8 *pos, *end; local
1208 const u8 *pos, *end; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_cred.c110 const u8 *pos, *end; local
114 pos = search_tag(pem_cert_begin, buf, len);
115 if (!pos) {
124 while (pos) {
125 pos += os_strlen(pem_cert_begin);
126 end = search_tag(pem_cert_end, pos, buf + len - pos);
133 der = base64_decode(pos, end - pos, &der_len);
150 pos
199 const char *pos = cert + 7; local
268 const u8 *pos, *end; local
309 const u8 *pos, *end; local
449 const u8 *pos, *end; local
523 pkcs12_parse_attr_friendly_name(const u8 *pos, const u8 *end) argument
550 pkcs12_parse_attr_local_key_id(const u8 *pos, const u8 *end) argument
577 pkcs12_parse_attr(const u8 *pos, size_t len) argument
628 const u8 *pos = buf, *end = buf + len; local
705 const u8 *pos, *end; local
745 pkcs12_parse_content_data(struct tlsv1_credentials *cred, const u8 *pos, const u8 *end, const char *passwd) argument
767 pkcs12_parse_content_enc_data(struct tlsv1_credentials *cred, const u8 *pos, const u8 *end, const char *passwd) argument
886 const u8 *pos = buf; local
929 const u8 *pos, *end; local
1131 const u8 *pos, *end; local
1208 const u8 *pos, *end; local
[all...]
/external/okhttp/okio/okio/src/main/java/okio/
H A DSegment.java40 int pos; field in class:Segment
64 this(shareFrom.data, shareFrom.pos, shareFrom.limit);
68 Segment(byte[] data, int pos, int limit) { argument
70 this.pos = pos;
103 * segment contains the data in {@code [pos..pos+byteCount)}. The second
104 * segment contains the data in {@code [pos+byteCount..limit)}. This can be
110 if (byteCount <= 0 || byteCount > limit - pos) throw new IllegalArgumentException();
112 prefix.limit = prefix.pos
[all...]
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
H A DDWARFDebugAbbrev.cpp44 DWARFAbbreviationDeclarationCollConstIter pos; local
46 for (pos = Decls.begin(); pos != end; ++pos) {
47 if (pos->getCode() == abbrCode)
48 return &(*pos);
84 DWARFAbbreviationDeclarationCollMapConstIter pos; local
85 for (pos = AbbrevCollMap.begin(); pos != AbbrevCollMap.end(); ++pos) {
94 DWARFAbbreviationDeclarationCollMapConstIter pos; local
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DErrorTest.java35 Transliterator.Position pos = new Transliterator.Position();
60 pos.start = 100;
61 pos.limit = testString.length();
63 t.transliterate(testString, pos);
68 pos.limit = 100;
69 pos.start = 0;
72 t.transliterate(testString, pos);
77 len = pos.contextLimit = testString.length();
78 pos.contextStart = 0;
79 pos
[all...]
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DErrorTest.java34 Transliterator.Position pos = new Transliterator.Position();
59 pos.start = 100;
60 pos.limit = testString.length();
62 t.transliterate(testString, pos);
67 pos.limit = 100;
68 pos.start = 0;
71 t.transliterate(testString, pos);
76 len = pos.contextLimit = testString.length();
77 pos.contextStart = 0;
78 pos
[all...]
/external/javassist/src/main/javassist/bytecode/analysis/
H A DUtil.java26 public static int getJumpTarget(int pos, CodeIterator iter) { argument
27 int opcode = iter.byteAt(pos);
28 pos += (opcode == JSR_W || opcode == GOTO_W) ? iter.s32bitAt(pos + 1) : iter.s16bitAt(pos + 1);
29 return pos;
/external/pdfium/xfa/fxbarcode/datamatrix/
H A DBC_DefaultPlacement.h32 void module(int32_t row, int32_t col, int32_t pos, int32_t bit);
33 void utah(int32_t row, int32_t col, int32_t pos);
34 void corner1(int32_t pos);
35 void corner2(int32_t pos);
36 void corner3(int32_t pos);
37 void corner4(int32_t pos);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha256-tlsprf.c35 size_t pos; local
55 pos = 0;
56 while (pos < outlen) {
60 clen = outlen - pos;
63 os_memcpy(out + pos, P, clen);
64 pos += clen;
/external/wpa_supplicant_8/src/crypto/
H A Dsha256-tlsprf.c35 size_t pos; local
55 pos = 0;
56 while (pos < outlen) {
60 clen = outlen - pos;
63 os_memcpy(out + pos, P, clen);
64 pos += clen;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha256-tlsprf.c35 size_t pos; local
55 pos = 0;
56 while (pos < outlen) {
60 clen = outlen - pos;
63 os_memcpy(out + pos, P, clen);
64 pos += clen;
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dminidump_writer_unittest_utils.cc54 size_t pos = helper_path.rfind('/'); local
55 if (pos == string::npos) {
58 helper_path.erase(pos + 1);
/external/libvpx/libvpx/vpx_dsp/
H A Dbitwriter.c20 br->pos = 0;
30 if ((br->buffer[br->pos - 1] & 0xe0) == 0xc0) br->buffer[br->pos++] = 0;
/external/toybox/toys/posix/
H A Dwc.c67 int pos, done = 0, len2 = read(fd, toybuf+len, sizeof(toybuf)-len); local
73 for (pos = 0; pos<len; pos++) {
74 if (toybuf[pos]=='\n') lengths[0]++;
82 clen = mbrtowc(&wchar, toybuf+pos, len-pos, 0);
89 } else space = isspace(toybuf[pos]);
98 if (pos != len) memmove(toybuf, toybuf+pos, le
[all...]
/external/v8/tools/turbolizer/
H A Dutil.js7 function makeContainerPosVisible(container, pos) {
10 if (pos < container.scrollTop + margin) {
11 pos -= margin;
12 if (pos < 0) pos = 0;
13 container.scrollTop = pos;
16 if (pos > (container.scrollTop + 3 * margin)) {
17 pos = pos - 3 * margin;
18 if (pos <
[all...]
/external/zopfli/src/zopfli/
H A Dcache.h53 size_t pos, size_t length,
58 size_t pos, size_t length,
62 size_t pos, size_t length);
/external/clang/test/CodeGenCXX/
H A Dcxx11-trivial-initializer-struct.cpp9 unsigned char *pos; member in struct:sAFSearchPos
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
H A DStrictLineReader.java53 * Buffered data is stored in {@code buf}. As long as no exception occurs, 0 <= pos <= end
54 * and the data in the range [pos, end) is buffered for reading. At end of input, if there is
55 * an unterminated line, we set end == -1, otherwise end == pos. If the underlying
56 * {@code InputStream} throws an {@code IOException}, end may remain as either pos or -1.
59 private int pos; field in class:StrictLineReader
133 // throw again if that happens; thus we need to handle end == -1 as well as end == pos.
134 if (pos >= end) {
138 for (int i = pos; i != end; ++i) {
140 int lineEnd = (i != pos && buf[i - 1] == CR) ? i - 1 : i;
141 String res = new String(buf, pos, lineEn
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DStringPrepParseException.java83 * @param pos The position of error in the rules string
85 public StringPrepParseException(String message,int error, String rules, int pos){ argument
88 setContext(rules,pos);
97 * @param pos The position of error in the rules string
104 public StringPrepParseException(String message, int error, String rules, int pos, int lineNumber){ argument
107 setContext(rules,pos);
186 private void setPreContext(String str, int pos){ argument
187 setPreContext(str.toCharArray(),pos);
190 private void setPreContext(char[] str, int pos){ argument
191 int start = (pos <
197 setPostContext(String str, int pos) argument
201 setPostContext(char[] str, int pos) argument
208 setContext(String str,int pos) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DStringPrepParseException.java96 * @param pos The position of error in the rules string
99 public StringPrepParseException(String message,int error, String rules, int pos){ argument
102 setContext(rules,pos);
111 * @param pos The position of error in the rules string
119 public StringPrepParseException(String message, int error, String rules, int pos, int lineNumber){ argument
122 setContext(rules,pos);
202 private void setPreContext(String str, int pos){ argument
203 setPreContext(str.toCharArray(),pos);
206 private void setPreContext(char[] str, int pos){ argument
207 int start = (pos <
213 setPostContext(String str, int pos) argument
217 setPostContext(char[] str, int pos) argument
224 setContext(String str,int pos) argument
[all...]
/external/llvm/test/MC/Mips/mips64r2/
H A Dinvalid.s13 # FIXME: Check various 'pos + size' constraints on dext*
51 # FIXME: Check '0 < pos + size <= 32' constraint on ext

Completed in 528 milliseconds

1234567891011>>