HomeSort by relevance Sort by last modified time
    Searched refs:it (Results 501 - 525 of 10401) sorted by null

<<21222324252627282930>>

  /frameworks/av/media/libstagefright/
MediaClock.cpp 30 // If larger than this threshold, it's treated as discontinuity.
67 auto it = mTimers.begin(); local
68 while (it != mTimers.end()) {
69 it->mNotify->setInt32("reason", TIMER_REASON_RESET);
70 it->mNotify->post();
71 it = mTimers.erase(it);
94 ALOGW("reject anchor time since it is negative.");
103 ALOGW("reject anchor time since it leads to negative media time.");
215 auto it = mTimers.begin() local
266 auto it = mTimers.begin(); local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
BreakIteratorTest.java 181 BreakIterator it = BreakIterator.getCharacterInstance(Locale.US); local
183 assertEquals(it, it2);
190 BreakIterator it = BreakIterator.getLineInstance(); local
191 assertNotNull(it);
198 BreakIterator it = BreakIterator.getLineInstance(Locale.US); local
199 assertNotNull(it);
207 BreakIterator it = BreakIterator.getSentenceInstance(); local
208 assertNotNull(it);
215 BreakIterator it = BreakIterator.getSentenceInstance(Locale.US); local
216 assertNotNull(it);
229 BreakIterator it = BreakIterator.getWordInstance(); local
237 BreakIterator it = BreakIterator.getWordInstance(Locale.US); local
250 CharacterIterator it = new StringCharacterIterator("abc"); local
265 CharacterIterator it = new StringCharacterIterator("abc"); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rb_tree_map_/
erase_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
46 point_iterator it = this->find(r_key); local
47 if (it == base_type::end())
49 erase(it);
56 erase(iterator it)
59 if (it == base_type::end())
60 return it;
93 iterator it = base_type::begin(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rb_tree_map_/
erase_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
46 point_iterator it = this->find(r_key); local
47 if (it == base_type::end())
49 erase(it);
56 erase(iterator it)
59 if (it == base_type::end())
60 return it;
93 iterator it = base_type::begin(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_itertools.py 6 If itertools is imported as something else (ie: import itertools as it;
7 it.izip(spam, eggs)) method calls will not get fixed.
18 power< it='itertools'
31 if ('it' in results and
33 dot, it = (results['dot'], results['it'])
35 prefix = it.prefix
36 it.remove()
  /external/apache-http/src/org/apache/http/impl/client/
DefaultConnectionKeepAliveStrategy.java 65 HeaderElementIterator it = new BasicHeaderElementIterator( local
67 while (it.hasNext()) {
68 HeaderElement he = it.nextElement();
  /external/boringssl/src/crypto/asn1/
tasn_enc.c 10 * apply to all code found in this distribution, be it the RC4, RSA,
69 const ASN1_ITEM *it, int tag, int aclass);
76 const ASN1_ITEM *it, int flags);
84 const ASN1_ITEM *it)
86 return asn1_item_flags_i2d(val, out, it, ASN1_TFLG_NDEF);
89 int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it)
91 return asn1_item_flags_i2d(val, out, it, 0);
102 const ASN1_ITEM *it, int flags)
107 len = ASN1_item_ex_i2d(&val, NULL, it, -1, flags);
114 ASN1_item_ex_i2d(&val, &p, it, -1, flags)
    [all...]
  /external/clang/test/SemaCXX/
PR11358.cpp 31 for (hash_map<KeyType, ValueType>::const_iterator it = map.begin(); // expected-error{{missing 'typename'}}
32 it != map.end(); it++) {
  /external/clang/tools/scan-build-py/tests/unit/
test_shell.py 29 test(['clang', "it's me", 'again'])
33 self.assertEqual(sut.encode(['clang', "it's me", 'again']),
34 'clang "it\'s me" again')
35 self.assertEqual(sut.encode(['clang', "it(s me", 'again)']),
36 'clang "it(s me" "again)"')
37 self.assertEqual(sut.encode(['clang', 'redirect > it']),
38 'clang "redirect > it"')
  /external/icu/icu4c/source/i18n/
csrmbcs.cpp 193 // ASCII or ISO file? It's probably not our encoding,
194 // but is not incompatible with our encoding, so don't give it a zero.
244 UBool CharsetRecog_sjis::nextChar(IteratedChar* it, InputText* det) const {
245 it->index = it->nextIndex;
246 it->error = FALSE;
248 int32_t firstByte = it->charValue = it->nextByte(det);
258 int32_t secondByte = it->nextByte(det);
260 it->charValue = (firstByte << 8) | secondByte
    [all...]
  /external/libchrome/base/
scoped_observer.h 18 // attached itself to as an observer. When ScopedObserver is destroyed it
19 // removes the object as an observer from all sources it has been added to.
37 auto it = std::find(sources_.begin(), sources_.end(), source); local
38 DCHECK(it != sources_.end());
39 sources_.erase(it);
  /external/libchrome/testing/
multiprocess_func_list.cc 45 MultiProcessTestMap::iterator it = func_lookup_table.find(test_name); local
46 if (it != func_lookup_table.end()) {
47 const ProcessFunctions& process_functions = it->second;
  /external/libtextclassifier/util/gtl/
map_util.h 22 // Returns a const reference to the value associated with the given key if it
30 // or store it in a string (not string&).
36 typename Collection::const_iterator it = collection.find(key); local
37 if (it == collection.end()) {
40 return it->second;
  /external/nist-sip/java/gov/nist/javax/sip/header/
AllowEventsList.java 104 ListIterator<String> it = methods.listIterator(); local
105 while (it.hasNext()) {
107 allowEvents.setEventType((String) it.next());
ExtensionHeaderList.java 64 ListIterator<ExtensionHeaderImpl> it = this.listIterator(); local
65 while(it.hasNext()) {
66 ExtensionHeaderImpl eh = (ExtensionHeaderImpl) it.next();
RouteList.java 77 ListIterator<Route> it = this.listIterator();
79 while (it.hasNext()) {
80 Route route = (Route) it.next();
  /external/parameter-framework/upstream/parameter/
ConfigurableDomain.cpp 52 ConfigurableElementListIterator it; local
54 for (it = _configurableElementList.begin(); it != _configurableElementList.end(); ++it) {
56 CConfigurableElement *pConfigurableElement = *it;
153 ConfigurableElementListIterator it; local
155 for (it = _configurableElementList.begin(); it != _configurableElementList.end(); ++it) {
157 const CConfigurableElement *pConfigurableElement = *it;
446 ConfigurableElementListIterator it; local
633 ConfigurableElementListIterator it; local
689 ConfigurableElementListIterator it; local
916 ConfigurableElementListIterator it; local
1030 ConfigurableElementListIterator it; local
1049 ConfigurableElementListIterator it; local
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_annotiteration.cpp 17 // Copying/sorting ObservedPtrs is expensive, so do it once at the end.
26 auto it = std::find(copiedList.begin(), copiedList.end(), pTopMostAnnot); local
27 if (it != copiedList.end()) {
28 copiedList.erase(it);
  /external/pdfium/fpdfsdk/pwl/
cpwl_timer.cpp 55 auto it = GetPWLTimeMap().find(idEvent); local
56 if (it == GetPWLTimeMap().end())
59 CPWL_Timer* pTimer = it->second;
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_itertools.py 6 If itertools is imported as something else (ie: import itertools as it;
7 it.izip(spam, eggs)) method calls will not get fixed.
18 power< it='itertools'
31 if ('it' in results and
33 dot, it = (results['dot'], results['it'])
35 prefix = it.prefix
36 it.remove()
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_itertools.py 6 If itertools is imported as something else (ie: import itertools as it;
7 it.izip(spam, eggs)) method calls will not get fixed.
18 power< it='itertools'
31 if ('it' in results and
33 dot, it = (results['dot'], results['it'])
35 prefix = it.prefix
36 it.remove()
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_options.cc 55 auto it = extra_options_map.find(kLlvmIrDotTilingFactor); local
57 if (it != extra_options_map.end() &&
58 tensorflow::strings::safe_strto64(it->second, &tiling_factor)) {
external_constant_pool.cc 46 auto it = entries_.find(name); local
47 return it == entries_.end() ? nullptr : it->second.get();
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
unfuse_activation_functions.cc 29 const auto it = model->operators.begin() + op_index; local
30 auto* op = it->get();
32 // If a conv operation has an im2col array, yield: it should be dropped first.
58 model->operators.emplace(it + 1, ac_op);
  /external/tensorflow/tensorflow/core/lib/gtl/
map_util.h 32 // Returns a pointer to the const value associated with the given key if it
38 typename Collection::const_iterator it = collection.find(key); local
39 if (it == collection.end()) {
42 return &it->second;
50 typename Collection::iterator it = collection.find(key); local
51 if (it == collection.end()) {
54 return &it->second;
67 typename Collection::const_iterator it = collection.find(key); local
68 if (it == collection.end()) {
71 return it->second
88 typename Collection::const_iterator it = collection.find(key); local
    [all...]

Completed in 633 milliseconds

<<21222324252627282930>>