Searched defs:current (Results 1 - 25 of 788) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/wpa_supplicant_8/wpa_supplicant/
H A Dgas_query.c59 struct gas_query_pending *current; member in struct:gas_query
148 if (gas->current == query)
149 gas->current = NULL;
215 if (gas->current == NULL) {
222 query = gas->current;
620 gas->current = query;
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp603 bool current = false; local
668 current = true;
681 if (!current && first_active >= 0)
1253 tr("The current configuration was saved."
/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp60 find_extremes(RandomAccessIter current, RandomAccessIter last, RandomAccessIter & max, RandomAccessIter & min) argument
62 min = max = current;
64 while(++current < last) {
65 if(*max < *current)
66 max = current;
67 else if(*current < *min)
68 min = current;
75 find_extremes(RandomAccessIter current, RandomAccessIter last, RandomAccessIter & max, RandomAccessIter & min, compare comp) argument
77 min = max = current;
78 while(++current < las
419 find_extremes(RandomAccessIter current, RandomAccessIter last, div_type & max, div_type & min, right_shift shift) argument
468 find_extremes(RandomAccessIter current, RandomAccessIter last, cast_type & max, cast_type & min) argument
[all...]
/external/tremolo/Tremolo/
H A Dfloor1.c388 int current=info->forward_index[j]; local
389 int hy=fit_value[current]&0x7fff;
390 if(hy==fit_value[current]){
393 hx=info->postlist[current];
/external/srtp/crypto/test/
H A Dcipher_driver.c263 uint8_t buffer0[buflen], buffer1[buflen], *current, *end; local
295 current = buffer1;
297 while (current < end) {
303 if (current + len > end)
304 len = end - current;
306 status = cipher_encrypt(c, current, &len);
311 current += len;
314 if (current == end)
/external/stlport/stlport/stl/
H A D_iterator.h54 _Iterator current; member in class:reverse_iterator
64 explicit reverse_iterator(iterator_type __x) : current(__x) {}
65 reverse_iterator(const _Self& __x) : current(__x.current) {}
66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; }
69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {}
71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; }
74 iterator_type base() const { return current; }
76 _Iterator __tmp = current;
81 --current;
[all...]
H A D_iterator_old.h69 _BidirectionalIterator current; member in class:reverse_bidirectional_iterator
83 : current(__x) {}
84 _BidirectionalIterator base() const { return current; }
86 _BidirectionalIterator __tmp = current;
93 --current;
98 --current;
102 ++current;
107 ++current;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcache.h273 void GC(StateId current, bool free_recent) { argument
287 (free_recent || !(state->flags & kCacheRecent)) && s != current) {
298 GC(current, true);
/external/sqlite/dist/orig/
H A Dsqlite3.c453 ** sqlite3_exec(), then execution of the current statement stops and
874 ** opcode causes the xFileControl method to write the current state of
884 ** current transaction. This hint is not guaranteed to be accurate but it
943 ** into the array entry, allowing the current retry settings to be
958 ** WAL mode. If the integer is -1, then it is overwritten with the current
968 ** mode. If the integer is -1, then it is overwritten with the current
974 ** reason, the entire database file will be overwritten by the current
1022 ** current operation.
1039 ** the value originally pointed to is negative, and so the current limit
1235 ** method returns a Julian Day Number for the current dat
83698 Stat4Sample current; /* Current row as a Stat4Sample */ member in struct:Stat4Accum
[all...]
/external/sqlite/dist/
H A Dsqlite3.c453 ** sqlite3_exec(), then execution of the current statement stops and
874 ** opcode causes the xFileControl method to write the current state of
884 ** current transaction. This hint is not guaranteed to be accurate but it
943 ** into the array entry, allowing the current retry settings to be
958 ** WAL mode. If the integer is -1, then it is overwritten with the current
968 ** mode. If the integer is -1, then it is overwritten with the current
974 ** reason, the entire database file will be overwritten by the current
1022 ** current operation.
1039 ** the value originally pointed to is negative, and so the current limit
1235 ** method returns a Julian Day Number for the current dat
83718 Stat4Sample current; /* Current row as a Stat4Sample */ member in struct:Stat4Accum
[all...]
/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp42 const SkOpSegment* current = *currentPtr; local
43 double tAtMid = current->tAtMid(index, endIndex, mid);
44 SkPoint basePt = current->ptAtT(tAtMid);
53 bool testOpp = contour->operand() ^ current->operand() ^ opp;
66 testOpp, testSeg == current);
75 if (testSeg == current && current->betweenTs(index, testHit, endIndex)) {
76 double baseT = current->t(index);
77 double endT = current->t(endIndex);
80 double midT = current
298 skipVertical(const SkTArray<SkOpContour*, true>& contourList, SkOpSegment** current, int* index, int* endIndex) argument
322 SkOpSegment* current = findTopSegment(contourList, indexPtr, endIndexPtr, topLeft, unsortable, local
[all...]
H A DSkPathOpsOp.cpp134 SkOpSegment* current = FindSortableTop(contourList, SkOpAngle::kBinarySingle, &firstContour, local
136 if (!current) {
156 if (current->activeOp(index, endIndex, xorMask, xorOpMask, op)) {
158 if (!unsortable && current->done()) {
161 SkASSERT(unsortable || !current->done());
164 SkOpSegment* next = current->findNextOp(&chase, &nextStart, &nextEnd,
168 && current->verb() != SkPath::kLine_Verb
170 current->addCurveTo(index, endIndex, simple, true);
181 SkDebugf("%s current id=%d from=(%1.9g,%1.9g) to=(%1.9g,%1.9g)\n", __FUNCTION__,
182 current
292 SkOpContour* current = *currentPtr++; local
[all...]
H A DSkPathOpsSimplify.cpp24 SkOpSegment* current = FindSortableTop(contourList, SkOpAngle::kUnaryWinding, &firstContour, local
26 if (!current) {
39 if (current->activeWinding(index, endIndex)) {
41 if (!unsortable && current->done()) {
44 SkASSERT(unsortable || !current->done());
47 SkOpSegment* next = current->findNextWinding(&chase, &nextStart, &nextEnd,
51 && current->verb() != SkPath::kLine_Verb
53 current->addCurveTo(index, endIndex, simple, true);
59 SkDebugf("%s current id=%d from=(%1.9g,%1.9g) to=(%1.9g,%1.9g)\n", __FUNCTION__,
60 current
106 SkOpSegment* current; local
184 SkOpContour* current = *currentPtr++; local
[all...]
/external/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp353 FcPattern* current = font_set->fonts[i]; local
354 if (valid_pattern(current)) {
355 match = current;
H A DSkRemotableFontMgr_win_dw.cpp86 const DataId& current = fDataIdCache[i]; local
87 if (fontFileLoaderId.get() == current.fLoader &&
88 refKeySize == current.fKeySize &&
89 0 == memcmp(refKey, current.fKey, refKeySize))
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/smack/src/org/xbill/DNS/
H A DDNSInput.java33 * Returns the current position.
36 current() { method in class:DNSInput
81 * Returns the position of the end of the current active region.
91 * offset from the current location.
104 * Resets the current position of the input stream to the specified index,
120 * Saves the current state of the input stream. Both the current position and
H A DDNSOutput.java38 * Returns the current position.
41 current() { method in class:DNSOutput
70 * Resets the current position of the output stream to the specified index.
71 * @param index The new current position.
84 * Saves the current state of the output stream.
194 * Returns a byte array containing the current contents of the stream.
H A DGenerator.java43 private long current; field in class:Generator
93 this.current = start;
216 if (current > end)
218 String namestr = substitute(namePattern, current);
220 String rdata = substitute(rdataPattern, current);
221 current += step;
234 String namestr = substitute(namePattern, current);
236 String rdata = substitute(rdataPattern, current);
H A DLookup.java452 lookup(Name current) { argument
453 SetResponse sr = cache.lookupRecords(current, type, credibility);
455 System.err.println("lookup " + current + " " +
459 processResponse(current, sr);
463 Record question = Record.newRecord(current, type, dclass);
495 sr = cache.lookupRecords(current, type, credibility);
497 System.err.println("queried " + current + " " +
501 processResponse(current, sr);
505 resolve(Name current, Name suffix) { argument
509 tname = current;
[all...]
H A DTokenizer.java60 private Token current; field in class:Tokenizer
154 current = new Token();
240 if (current.type == WHITESPACE) {
242 return current;
243 } else if (current.type == COMMENT) {
245 return current;
247 if (current.type == EOL)
249 return current;
254 return current.set(WHITESPACE, null);
265 return current
[all...]
H A DZone.java35 private RRset [] current; field in class:Zone.ZoneIterator
45 current = new RRset[sets.length];
49 current[0] = sets[i];
51 current[1] = sets[i];
53 current[j++] = sets[i];
59 return (current != null || wantLastSOA);
67 if (current == null) {
71 Object set = current[count++];
72 if (count == current.length) {
73 current
[all...]
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_otadata.h51 EAS_U8 patternLen; /* length of current pattern */
61 EAS_I32 time; /* current time in 256ths of a msec */
63 EAS_U32 restTicks; /* ticks to rest after current note */
65 S_OTA_LOC current; /* current location */ member in struct:__anon29985
70 EAS_U8 currentPattern; /* current pattern for loop */
74 EAS_U8 velocity; /* current volume */
75 EAS_U8 state; /* current state EAS_STATE_XXXX */

Completed in 664 milliseconds

1234567891011>>