/external/boringssl/src/include/openssl/ |
x509v3.h | 96 ASN1_ITEM_EXP *it; member in struct:v3_ext_method
|
/external/clang/lib/CodeGen/ |
CGDebugInfo.cpp | 117 // and create a new lexical scope with file node if it's different 264 auto it = DIFileCache.find(fname); local 266 if (it != DIFileCache.end()) { 268 if (llvm::Metadata *V = it->second) 322 // accepting it as an argument? This just causes the main file name to 606 // FIXME: ODR should apply to ObjC++ exactly the same wasy it does to C++. 805 // otherwise emit it as a variadic function. 2054 auto it = TypeCache.find(Ty.getAsOpaquePtr()); local 3377 auto it = TypeCache.find(p.first); local 3390 auto it = DeclCache.find(p.first); local [all...] |
/external/deqp/modules/gles31/functional/ |
es31fProgramInterfaceQueryTests.cpp | 129 // Single char causes next char to be merged (don't split initialisms or acronyms) unless it is 'D' after a number (split to ..._2d_acronym_aa 766 for (std::vector<std::string>::reverse_iterator it = feedbackTargetVaryingPath.rbegin(); it != feedbackTargetVaryingPath.rend(); ++it) 768 if (it != feedbackTargetVaryingPath.rbegin()) 770 buf << *it; variable [all...] |
/external/google-breakpad/src/testing/gtest/test/ |
gtest_unittest.cc | 39 // Do not move it after other #includes. 71 // implementation. It must come before gtest-internal-inl.h is 83 // that are needed to test it. 287 // Verifies that GetTestTypeId() returns the same value, no matter it 288 // is called from inside Google Test or outside of it. 362 // ...Unless it's MSVC, whose standard library's _putenv doesn't 7506 NativeArray<int>::const_iterator it = na.begin(); local [all...] |
/external/gtest/test/ |
gtest_unittest.cc | 39 // Do not move it after other #includes. 71 // implementation. It must come before gtest-internal-inl.h is 158 // that are needed to test it. 376 // Verifies that GetTestTypeId() returns the same value, no matter it 377 // is called from inside Google Test or outside of it. 451 // ...Unless it's MSVC, whose standard library's _putenv doesn't 7364 NativeArray<int>::const_iterator it = na.begin(); local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
Calendar.java | 75 * <p>When a <code>Calendar</code> is <em>lenient</em>, it accepts a wider range 76 * of field values than it produces. For example, a lenient 98 * it. Note that the normalized numbering returned by <code>get()</code> may be 139 * changed, it produces an ambiguous time slot around the transition. For example, 185 * <code>f</code> to <code>value</code>. In addition, it sets an 221 * invariant, but it is impossible for it to be equal to its 243 * it is a smaller field, <code>DAY_OF_WEEK</code> is not adjusted by 244 * rule 2, since it is expected to change when the month changes in a 264 * be 31 in the month April. Add rule 2 sets it to the closest possibl 3670 StringCharacterIterator it = new StringCharacterIterator(pattern); local [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
TransliteratorTest.java | 52 2. Make liberal use of the expect() method; it is your friend. 62 When you add a test in this file, add it in transtst.cpp too. 63 Give it the same name and put it in the same relative place. This 68 then add it in the special non-mirrored section. These are 431 // Latin-Arabic has been temporarily removed until it can be [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPDialog.java | 153 // Should be transient, in case the dialog is serialized it will be null 154 // so when a subsequent request will be sent it will be set and a new message channel can be 220 // the amount of time to keep this dialog around before the stack GC's it 264 // keep the whole transaction object for the duration of the dialog. It also 282 * ACK while it does mid call codec renegotiation. In the meanwhile, it cannot send an intervening 407 * until it reaches T2 seconds If the server retransmits the 2xx response for 64*T1 702 // Errors always terminate a dialog except if a timeout has occured because an ACK was not sent or received, then it is the responsibility of the app to terminate 789 Iterator it = routeList.iterator(); local 791 while (it.hasNext()) 2679 ListIterator<RecordRoute> it = rrList.listIterator(rrList.size()); local [all...] |
SIPTransactionStack.java | 90 * This is the sip stack. It is essentially a management interface. It manages the resources for 108 * connection before closing it. 334 // it out. 376 // Check if we still have a timer (it may be null after shutdown) 623 * Create a dialog and add this transaction to it. 779 * If a matching NOTIFY request contains a "Subscription-State" of "active" or "pending", it 791 Iterator it = clientTransactionTable.values().iterator(); local 806 while (it.hasNext()) { 807 SIPClientTransaction ct = (SIPClientTransaction) it.next() 926 Iterator<SIPServerTransaction> it = serverTransactionTable.values().iterator(); local 950 Iterator<SIPClientTransaction> it = clientTransactionTable.values().iterator(); local 2150 Iterator it = dialogs.iterator(); local 2215 Iterator it = transactionsList.iterator(); local [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor.cc | 177 // various Find*By*() methods. Since hashtable lookups are O(1), it's 186 // TODO(kenton): Use StringPiece rather than const char* in keys? It would 187 // be a lot cleaner but we'd just have to convert it back to const char* 323 // This is a map rather than a hash_map, since we use it to iterate 357 // (e.g., it is not defined in the pending file's explicit dependencies), and 364 // Mark the last checkpoint as having cleared successfully, removing it from 370 // checkpoints that were pushed onto the stack after it and marked as cleared. 406 // This implements the body of DescriptorPool::Find*ByName(). It should 425 // in must be one that was constructed using AllocateString(), as it will 542 // as it will be used as a key in the symbols_by_parent_ map without copying 759 ExtensionsGroupedByDescriptorMap::const_iterator it = local [all...] |
/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
slf4j-api-1.4.2.jar | |
/external/v8/src/arm64/ |
simulator-arm64.cc | 149 std::vector<int64_t>::const_iterator it; local 150 for (it = stack_args.begin(); it != stack_args.end(); it++) { 151 memcpy(stack, &(*it), sizeof(*it)); 152 stack += sizeof(*it); 449 // execute it with the simulator. We do that by redirecting the external 768 // The modulo operator has no effect here, but it silences a broken GCC [all...] |
/external/v8/test/cctest/ |
test-debug.cc | 414 for (RelocIterator it(fun->shared()->code()); !it.done(); it.next()) { 415 RelocInfo::Mode rmode = it.rinfo()->rmode(); 417 CHECK(!Debug::IsDebugBreak(it.rinfo()->target_address())); 419 CHECK(!Debug::IsDebugBreakAtReturn(it.rinfo())); 446 v8::internal::RelocIterator* it() { return reloc_iterator_; } function in class:TestBreakLocationIterator 471 v8::internal::RelocInfo::Mode actual_mode = it1.it()->rinfo()->rmode(); 478 Code::GetCodeFromTargetAddress(it1.it()->rinfo()->target_address())); 480 CHECK(Debug::IsDebugBreakAtReturn(it1.it()->rinfo())) [all...] |
/frameworks/av/media/libstagefright/ |
ACodec.cpp | 138 for (std::list<omx_message>::const_iterator it = messages.cbegin(); 139 it != messages.cend(); ++it) { 140 const omx_message &omx_msg = *it; 3818 List<sp<AMessage> >::iterator it = queue.begin(); local [all...] |
MPEG4Extractor.cpp | 568 // Reads an encoded integer 7 bits at a time until it encounters the high bit clear. 800 // not allowed for non-toplevel atoms, skip it 2787 ID3::Iterator *it = new ID3::Iterator(id3, kMap[i].tag1); local [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
ActiveServices.java | 96 // How long a service needs to be running until it will start back at 101 // a service is killed before it has run for SERVICE_RESET_RUN_DURATION. 110 // we consider it non-essential and allow its process to go on the 134 * but haven't yet been able to. It is used to hold start requests 181 * that remains until all services in it are done. 375 // it still waiting. 462 // delayed list, then we need to keep it started but note that it 493 // If this service is active, make sure it is stopped. 2195 Iterator<ServiceRecord> it = app.services.iterator(); local [all...] |
/frameworks/base/tools/aapt/ |
ResourceTable.cpp | 667 * A simple container that holds a resource type and name. It is ordered first by type then 740 * This string has a product other than 'default'. Do not add it, 741 * but record it so that if we do not see the same string with 752 * it matches. "default" also matches, but only if nothing 3549 const Item& it = mBag.valueAt(i); local 3611 Item& it = mBag.editValueAt(i); local 3630 Item& it = mItem; local 3642 Item& it = mBag.editValueAt(i); local 3662 Item& it = mItem; local 3669 Item& it = mBag.editValueAt(i); local 3703 const Item& it = mItem; local 3727 const Item& it = mBag.valueAt(i); local 3744 const Item& it = *items.valueAt(i); local 4340 const Item& it = e->getBag().valueAt(i); local [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
TreeMapExtendTest.java | 2413 Iterator it = values.iterator(); local [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_unittest.cc | 39 // Do not move it after other #includes. 71 // implementation. It must come before gtest-internal-inl.h is 158 // that are needed to test it. 376 // Verifies that GetTestTypeId() returns the same value, no matter it 377 // is called from inside Google Test or outside of it. 451 // ...Unless it's MSVC, whose standard library's _putenv doesn't 7373 NativeArray<int>::const_iterator it = na.begin(); local [all...] |
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/ |
plexus-utils-1.5.1.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar | |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
jsoup-1.7.2.jar | |
/prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/ |
jsoup-1.6.3.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.sat4j.core_2.3.5.v201308161310.jar | |