HomeSort by relevance Sort by last modified time
    Searched full:lastpos (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/boringssl/src/crypto/x509/
x509_ext.c 70 int X509_CRL_get_ext_by_NID(X509_CRL *x, int nid, int lastpos)
72 return (X509v3_get_ext_by_NID(x->crl->extensions, nid, lastpos));
75 int X509_CRL_get_ext_by_OBJ(X509_CRL *x, ASN1_OBJECT *obj, int lastpos)
77 return (X509v3_get_ext_by_OBJ(x->crl->extensions, obj, lastpos));
80 int X509_CRL_get_ext_by_critical(X509_CRL *x, int crit, int lastpos)
82 return (X509v3_get_ext_by_critical(x->crl->extensions, crit, lastpos));
116 int X509_get_ext_by_NID(X509 *x, int nid, int lastpos)
118 return (X509v3_get_ext_by_NID(x->cert_info->extensions, nid, lastpos));
121 int X509_get_ext_by_OBJ(X509 *x, ASN1_OBJECT *obj, int lastpos)
123 return (X509v3_get_ext_by_OBJ(x->cert_info->extensions, obj, lastpos));
    [all...]
x509_v3.c 73 int lastpos)
80 return (X509v3_get_ext_by_OBJ(x, obj, lastpos));
84 const ASN1_OBJECT *obj, int lastpos)
91 lastpos++;
92 if (lastpos < 0)
93 lastpos = 0;
95 for (; lastpos < n; lastpos++) {
96 ex = sk_X509_EXTENSION_value(sk, lastpos);
98 return (lastpos);
    [all...]
x509_att.c 71 int lastpos)
78 return (X509at_get_attr_by_OBJ(x, obj, lastpos));
82 const ASN1_OBJECT *obj, int lastpos)
89 lastpos++;
90 if (lastpos < 0)
91 lastpos = 0;
93 for (; lastpos < n; lastpos++) {
94 ex = sk_X509_ATTRIBUTE_value(sk, lastpos);
96 return (lastpos);
    [all...]
x509name.c 104 int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos)
111 return (X509_NAME_get_index_by_OBJ(name, obj, lastpos));
114 /* NOTE: you should be passsing -1, not 0 as lastpos */
116 int lastpos)
124 if (lastpos < 0)
125 lastpos = -1;
128 for (lastpos++; lastpos < n; lastpos++) {
129 ne = sk_X509_NAME_ENTRY_value(sk, lastpos);
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java 152 int lastPos = 0;
159 if (lastPos < pos) append(string, lastPos, pos-lastPos);
160 lastPos = pos + 1;
163 if (lastPos < pos) append(string, lastPos, pos-lastPos);
170 int lastPos = start;
177 if (lastPos < pos) append(buf, lastPos, pos-lastPos)
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/spreadsortlib/
spreadsort.hpp 193 RandomAccessIter lastPos = first;
194 for(unsigned u = cache_offset; u < cache_end; lastPos = bin_cache[u], ++u) {
195 size_t count = bin_cache[u] - lastPos;
201 std::sort(lastPos, bin_cache[u]);
203 spread_sort_rec<RandomAccessIter, div_type, data_type>(lastPos, bin_cache[u], bin_cache, cache_end, bin_sizes);
280 RandomAccessIter lastPos = first;
281 for(unsigned u = cache_offset; u < cache_end; lastPos = bin_cache[u], ++u) {
282 size_t count = bin_cache[u] - lastPos;
286 std::sort(lastPos, bin_cache[u], comp);
288 spread_sort_rec<RandomAccessIter, div_type, data_type, right_shift, compare>(lastPos, bin_cache[u], bin_cache, cache_end, bin_sizes, shift, comp);
    [all...]
  /external/bsdiff/
bsdiff.cc 70 size_t lastscan,lastpos,lastoffset; local
99 lastscan=0;lastpos=0;lastoffset=0;
143 for(i=0;(lastscan+i<scan)&&(lastpos+i<oldsize);) {
144 if(old_buf[lastpos+i]==new_buf[lastscan+i]) s++;
163 old_buf[lastpos+lenf-overlap+i]) s++;
176 (pos - lenb) - (lastpos + lenf))))
180 lastpos=pos-lenb;
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
ConversationMessageViewTest.java 97 final int lastPos = cursor.getCount() - 1;
98 cursor.moveToPosition(lastPos);
101 verifyContent(view, TestDataFactory.getMessageText(cursor, lastPos), true, Dates
102 .getMessageTimeString((Long) cursor.getAt("received_timestamp", lastPos))
  /external/icu/icu4c/source/test/intltest/
tokiter.h 59 // return reader.describePosition() + ':' + (lastpos+1);
70 int32_t lastpos; member in class:TokenIterator
tokiter.cpp 22 pos = lastpos = -1;
42 lastpos = pos;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
multifile.py 55 return self.lastpos
65 pos = pos + self.lastpos
69 self.level > 0 and pos > self.lastpos:
106 self.lastpos = self.tell() - len(line)
147 abslastpos = self.lastpos + self.start
153 self.lastpos = abslastpos - self.start
  /external/python/cpython2/Lib/
multifile.py 55 return self.lastpos
65 pos = pos + self.lastpos
69 self.level > 0 and pos > self.lastpos:
106 self.lastpos = self.tell() - len(line)
147 abslastpos = self.lastpos + self.start
153 self.lastpos = abslastpos - self.start
  /prebuilts/gdb/darwin-x86/lib/python2.7/
multifile.py 55 return self.lastpos
65 pos = pos + self.lastpos
69 self.level > 0 and pos > self.lastpos:
106 self.lastpos = self.tell() - len(line)
147 abslastpos = self.lastpos + self.start
153 self.lastpos = abslastpos - self.start
  /prebuilts/gdb/linux-x86/lib/python2.7/
multifile.py 55 return self.lastpos
65 pos = pos + self.lastpos
69 self.level > 0 and pos > self.lastpos:
106 self.lastpos = self.tell() - len(line)
147 abslastpos = self.lastpos + self.start
153 self.lastpos = abslastpos - self.start
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
multifile.py 55 return self.lastpos
65 pos = pos + self.lastpos
69 self.level > 0 and pos > self.lastpos:
106 self.lastpos = self.tell() - len(line)
147 abslastpos = self.lastpos + self.start
153 self.lastpos = abslastpos - self.start
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
multifile.py 55 return self.lastpos
65 pos = pos + self.lastpos
69 self.level > 0 and pos > self.lastpos:
106 self.lastpos = self.tell() - len(line)
147 abslastpos = self.lastpos + self.start
153 self.lastpos = abslastpos - self.start
  /external/boringssl/src/include/openssl/
x509.h 846 int lastpos);
848 int lastpos);
959 int nid, int lastpos); variable
961 const ASN1_OBJECT *obj,int lastpos); variable
963 int crit, int lastpos); variable
1016 int lastpos); variable
1018 int lastpos); variable
1033 ASN1_OBJECT *obj, int lastpos, int type); variable
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DLexer.h 44 if (nextpos < lastpos){ \
70 register DLGChar *lastpos; local
75 lastpos = &_lextext[_bufsize-1];
126 if (nextpos < lastpos){
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DLexer.cpp 39 if (nextpos < lastpos){ \
65 register DLGChar *lastpos; local
70 lastpos = &_lextext[_bufsize-1];
120 if (nextpos < lastpos){
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
log.py 81 lastpos = _log_file.tell()
82 creator = lastpos == 0
84 _note("trace_event: Opened new tracelog, lastpos=%i", lastpos)
  /external/eigen/demos/mandelbrot/
mandelbrot.h 43 QPoint lastpos; member in class:MandelbrotWidget
  /external/icu/android_icu4j/src/main/java/android/icu/impl/data/
TokenIterator.java 39 private int lastpos; field in class:TokenIterator
52 pos = lastpos = -1;
73 lastpos = pos;
98 return reader.describePosition() + ':' + (lastpos+1);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
TokenIterator.java 37 private int lastpos; field in class:TokenIterator
50 pos = lastpos = -1;
71 lastpos = pos;
96 return reader.describePosition() + ':' + (lastpos+1);
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 38 private int lastPos;
67 this.lastPos = pos;
652 throw new BadBytecode("Not an array! [pos = " + lastPos + "]: " + component);
674 throw new BadBytecode("Not an array! [pos = " + lastPos + "]: " + component);
774 throw new BadBytecode("bad LDC [pos = " + lastPos + "]: " + tag);
928 throw new BadBytecode("Could not find class [pos = " + lastPos + "]: " + name);
    [all...]
  /external/boringssl/src/crypto/x509v3/
v3_lib.c 235 int lastpos; local
246 lastpos = *idx + 1;
248 lastpos = 0;
249 if (lastpos < 0)
250 lastpos = 0;
251 for (i = lastpos; i < sk_X509_EXTENSION_num(x); i++) {

Completed in 1401 milliseconds

1 2 3 4 5