| /external/clang/test/Profile/ |
| c-general.c | 162 second: 184 goto second;
|
| /external/libcxx/test/algorithms/alg.sorting/alg.binary.search/equal.range/ |
| equal_range_comp.pass.cpp | 34 for (Iter j = first; j != i.second; ++j) 36 for (Iter j = i.second; j != last; ++j)
|
| /external/libcxx/test/re/re.submatch/ |
| types.pass.cpp | 42 sm.second = nullptr; 55 sm.second = nullptr;
|
| /external/lldb/source/Interpreter/ |
| OptionValueDictionary.cpp | 49 OptionValue *option_value = pos->second.get(); 94 pos->second->DumpValue(NULL, strm, eDumpOptionValue|eDumpOptionRaw); 164 lldb::OptionValueSP value_sp (CreateValueFromCStringForTypeMask (kvp.second.data(), 350 value_sp = pos->second; 360 OptionValueString *string_value = pos->second->GetAsString(); 378 if (pos->second->GetType() == OptionValue::eTypeString) 380 pos->second->SetValueFromCString(value); 432 copied_dict->SetValueForKey (pos->first, pos->second->DeepCopy(), true);
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| DwarfAccelTable.cpp | 76 std::stable_sort(EI->second.Values.begin(), EI->second.Values.end(), compareDIEs); 77 EI->second.Values.erase( 78 std::unique(EI->second.Values.begin(), EI->second.Values.end()), 79 EI->second.Values.end()); 81 HashData *Entry = new (Allocator) HashData(EI->getKey(), EI->second); 237 for (HashDataContents *HD : EI->second.Values)
|
| /external/llvm/lib/Target/ARM/ |
| ARMJITInfo.h | 145 return I->second; 159 return I->second;
|
| /external/llvm/lib/Transforms/InstCombine/ |
| InstCombineWorklist.h | 40 if (WorklistMap.insert(std::make_pair(I, Worklist.size())).second) { 72 Worklist[It->second] = nullptr;
|
| /external/oprofile/pp/ |
| opgprof.cpp | 71 if (it->second.vma < min) 72 min = it->second.vma; 73 if (it->second.vma > max) 74 max = it->second.vma; 100 if (it->second.vma % gap) 118 for (; p_it.first != p_it.second; ++p_it.first) { 199 u32 pos = (it->second.vma - low_pc) / multiplier; 200 count_type count = it->second.counts[0];
|
| /external/smack/src/org/xbill/DNS/ |
| FormattedTime.java | 46 sb.append(w2.format(c.get(Calendar.SECOND))); 70 int second = Integer.parseInt(s.substring(12, 14)); local 71 c.set(year, month, date, hour, minute, second);
|
| /external/valgrind/main/gdbserver_tests/ |
| nlvgdbsigqueue.stdoutB.exp | 12 continuing to receive second SIGUSR1
|
| /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
| XMPDateTimeFactory.java | 60 * @param second seconds 65 int hour, int minute, int second, int nanoSecond) 73 dt.setSecond(second);
|
| /frameworks/base/media/mca/filterfw/native/core/ |
| gl_env.h | 133 return surfaces_.find(surface_id_)->second.first; 154 return contexts_.find(context_id_)->second;
|
| /libcore/libart/src/main/java/java/lang/ |
| ClassLoader.java | 425 Enumeration<URL> second = findResources(resName); local 427 return new TwoEnumerationsInOne(first, second); 458 * second parameter of {@link #loadClass(String, boolean)} is ignored 728 * first enumeration until it's empty, then from the second one. 734 private final Enumeration<URL> second; field in class:TwoEnumerationsInOne 736 public TwoEnumerationsInOne(Enumeration<URL> first, Enumeration<URL> second) { 738 this.second = second; 743 return first.hasMoreElements() || second.hasMoreElements(); 751 return second.nextElement() [all...] |
| /libcore/luni/src/main/java/java/sql/ |
| Time.java | 32 * <i>Minute</i> and <i>Second</i>. The <i>Year</i>, <i>Month</i> and 243 int second = Integer.parseInt(timeString.substring(secondIndex + 1, local 245 return new Time(hour, minute, second);
|
| /libcore/luni/src/main/java/javax/xml/datatype/ |
| DatatypeFactory.java | 148 * Gregorian year, month, day, hour, minute, and second components defined in Section 5.5.3.2 of [ISO 8601], respectively. 150 * year, month, day, hour, minute, and second. 177 * Gregorian year, month, day, hour, minute, and second components defined in Section 5.5.3.2 of [ISO 8601], respectively. 179 * year, month, day, hour, minute, and second. 312 * whose lexical representation contains only day, hour, minute, and second components. 352 * whose lexical representation contains only day, hour, minute, and second components. 374 * <p>Any remaining milliseconds after determining the day, hour, minute and second are discarded.</p> 438 * <code>day</code>, <code>hour</code>, <code>minute</code> and <code>second</code> as defined in 443 * whose lexical representation contains only day, hour, minute, and second components. 458 * @param second Second of <code>Duration</code> [all...] |
| /libcore/luni/src/main/java/libcore/icu/ |
| ICU.java | 79 final int second = string.indexOf('_', first + 1); local 80 final int third = string.indexOf('_', second + 1); 84 } else if (second == -1) { 99 // If we're here, the length of the second half is either 1 or greater 111 final String secondString = string.substring(first + 1, second); 112 final String thirdString = string.substring(second + 1); 115 // The second subtag is a script. 128 // The second string is a region, and the third a variant. 141 final String secondString = string.substring(first + 1, second); 144 outputArray[IDX_REGION] = string.substring(second + 1, third) [all...] |
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.binary.search/equal.range/ |
| equal_range_comp.pass.cpp | 34 for (Iter j = first; j != i.second; ++j) 36 for (Iter j = i.second; j != last; ++j)
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/ |
| types.pass.cpp | 42 sm.second = nullptr; 55 sm.second = nullptr;
|
| /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/ |
| end.hpp | 60 return p.second; 66 return p.second;
|
| /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
| multi_bigram_map.cpp | 46 return mapPosition->second.getBigramProbability(structurePolicy, nextWordPosition, 72 bigramProbability = bigramProbabilityIt->second;
|
| /external/protobuf/src/google/protobuf/ |
| extension_set.cc | 167 iter->second.Free(); 179 GOOGLE_DCHECK(!iter->second.is_repeated); 180 return !iter->second.is_cleared; 186 return iter->second.GetSize(); 192 iter->second.Clear(); 219 if (iter == extensions_.end() || iter->second.is_cleared) { \ 222 GOOGLE_DCHECK_TYPE(iter->second, OPTIONAL, UPPERCASE); \ 223 return iter->second.LOWERCASE##_value; \ 245 GOOGLE_DCHECK_TYPE(iter->second, REPEATED, UPPERCASE); \ 246 return iter->second.repeated_##LOWERCASE##_value->Get(index); [all...] |
| /external/ceres-solver/internal/ceres/ |
| coordinate_descent_minimizer.cc | 75 for (set<double*>::const_iterator ptr_it = it->second.begin(); 76 ptr_it != it->second.end(); 78 parameter_blocks_.push_back(parameter_map.find(*ptr_it)->second); 83 independent_set_offsets_.back() + it->second.size()); 109 residual_blocks_[it->second].push_back(residual_block); 246 if (!program.IsParameterBlockSetIndependent(it->second)) {
|
| /external/chromium_org/base/containers/ |
| mru_cache.h | 96 Erase(index_iter->second); 117 typename PayloadList::iterator iter = index_iter->second; 130 return index_iter->second; 137 return index_iter->second; 143 deletor_(pos->second); 168 deletor_(i->second);
|
| /external/chromium_org/chrome/browser/chromeos/policy/ |
| cloud_external_data_store_unittest.cc | 82 EXPECT_EQ(kData2, contents.begin()->second); 105 EXPECT_EQ(kData2, contents.begin()->second); 137 // Check that the entry for the second policy has been removed from the 142 EXPECT_EQ(kData1, contents.begin()->second); 168 EXPECT_EQ(kData1, contents.begin()->second); 171 EXPECT_EQ(kData2, contents.begin()->second); 191 // Check that the part of the resource cache backing the second store is 195 EXPECT_EQ(kData2, contents.begin()->second);
|
| /external/chromium_org/chrome/browser/history/ |
| top_sites_cache.cc | 15 entry_.second = 0u; 52 base::RefCountedMemory* data = found->second.thumbnail.get(); 66 *score = found->second.thumbnail_score; 120 return GetCanonicalURLsIterator(url)->second; 165 entry.second = i; 179 return it->first.first->redirects[it->first.second];
|