HomeSort by relevance Sort by last modified time
    Searched refs:second (Results 2001 - 2025 of 5944) sorted by null

<<81828384858687888990>>

  /external/clang/lib/Frontend/
DependencyGraph.cpp 127 for (unsigned I = 0, N = F->second.size(); I != N; ++I) {
131 writeNodeReference(OS, F->second[I]);
DiagnosticRenderer.cpp 65 return ExpansionBuffer.substr(ExpansionInfo.second, MacroTokenLength);
252 emitImportStackRecursively(Imported.first, Imported.second, SM);
273 emitImportStackRecursively(NextImportLoc.first, NextImportLoc.second, SM);
292 emitImportStackRecursively(NextImportLoc.first, NextImportLoc.second, SM);
303 const SourceManager &CurSM = Stack[I].second.getManager();
304 SourceLocation CurLoc = Stack[I].second;
352 End = SM->getImmediateExpansionRange(End).second;
367 End = SM->getImmediateExpansionRange(End).second;
  /external/clang/lib/Lex/
ModuleMap.cpp 62 Diags.Report(Id[0].second, diag::err_mmap_missing_module_unqualified)
73 Diags.Report(Id[I].second, diag::err_mmap_missing_module_qualified)
75 << SourceRange(Id[0].second, Id[I-1].second);
190 return KnownHeader(KnownDir->second, NormalHeader);
255 for (const KnownHeader &Header : Known->second) {
325 for (SmallVectorImpl<KnownHeader>::iterator I = Known->second.begin(),
326 E = Known->second.end();
436 I = Known->second.begin(),
437 E = Known->second.end()
    [all...]
  /external/droiddriver/src/com/google/android/droiddriver/finders/
By.java 139 * context for the second Finder.
141 * typically first Finder finds the ancestor, then second Finder finds the
146 * allOf(second, withAncesor(first)) may work.
148 public static ChainFinder chain(Finder first, Finder second) {
149 return new ChainFinder(first, second);
  /external/guava/guava/src/com/google/common/base/
Objects.java 162 * this can be accomplished with {@code first.or(second)}. That approach also
167 * {@code second} if {@code first} is {@code null} and {@code second} is
169 * @throws NullPointerException if both {@code first} and {@code second} were
173 public static <T> T firstNonNull(@Nullable T first, @Nullable T second) {
174 return first != null ? first : checkNotNull(second);
  /external/icu/icu4c/source/common/unicode/
unorm2.h 286 * Appends the normalized form of the second string to the first string
289 * The first and second strings must be different buffers.
294 * @param second string, will be normalized
306 const UChar *second, int32_t secondLength,
309 * Appends the second string to the first string
312 * The first and second strings must be different buffers.
317 * @param second string, should be normalized
329 const UChar *second, int32_t secondLength,
  /external/libcxx/test/re/re.submatch/re.submatch.op/
compare.pass.cpp 227 sm1.second = x.end();
231 sm2.second = y.end();
  /external/lldb/source/Core/
ValueObjectSyntheticFilter.cpp 215 return iter->second->GetSP();
249 return iter->second;
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugPubnamesSet.cpp 151 for (cstr_to_index_mmap::const_iterator pos = range.first; pos != range.second; ++pos)
152 die_offset_coll.push_back(m_header.die_offset + m_descriptors[(*pos).second].offset);
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 184 return I != AbstractScopeMap.end() ? &I->second : nullptr;
194 return I != LexicalScopeMap.end() ? &I->second : nullptr;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
GDBRegistrar.cpp 142 "Second attempt to perform debug registration.");
173 jit_code_entry*& JITCodeEntry = I->second.second;
  /external/llvm/lib/IR/
LLVMContext.cpp 222 Name, pImpl->CustomMDKindNames.size()).second;
231 Names[I->second] = I->first();
LLVMContextImpl.cpp 50 // Takes the value_type of a ConstantUniqueMap's internal map, whose 'second'
53 P.second->dropAllReferences();
57 // Temporary - drops pair.first instead of second.
59 // Takes the value_type of a ConstantUniqueMap's internal map, whose 'second'
98 delete I->second;
  /external/llvm/lib/Support/
LockFileManager.cpp 51 if (processStillExecuting(Owner.first, Owner.second))
240 !processStillExecuting((*Owner).first, (*Owner).second)) {
Regex.cpp 122 if (Split.second.empty()) {
130 Repl = Split.second;
  /external/llvm/lib/Target/X86/
X86PadShortFunction.cpp 124 Cycles = I->second;
179 VisitedBBInfo BBInfo = it->second;
  /external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.cpp 170 if (!Pair.second)
171 return Pair.first->second;
  /external/llvm/tools/llvm-mc/
Disassembler.cpp 73 SM.PrintMessage(SMLoc::getFromPointer(Bytes[Index].second),
86 SM.PrintMessage(SMLoc::getFromPointer(Bytes[Index].second),
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 136 first second
147 first second
157 first second
168 second first
174 First Second Third Fourth
  /external/opencv/cvaux/src/
_cvvm.h 83 uchar* second_pix, /* raster epiline from the second image */
89 int* second, /* second sequence of runs */
100 int* second, /* second sequence of runs */
  /external/oprofile/libutil++/tests/
file_manip_tests.cpp 157 cur->input.second);
159 cur->input.second, cur->output, result);
  /external/protobuf/src/google/protobuf/io/
printer.cc 100 WriteRaw(iter->second.data(), iter->second.size());
  /external/skia/src/effects/
SkMergeImageFilter.cpp 43 SkMergeImageFilter::SkMergeImageFilter(SkImageFilter* first, SkImageFilter* second,
45 const CropRect* cropRect) : INHERITED(first, second, cropRect) {
  /external/skia/src/pathops/
SkDCubicToQuads.cpp 35 Repeat from step 2 with the second resulted segment (corresponding to 1-Tdiv)
158 int orderP2 = reducer.reduce(pair.second(), SkReduceOrder::kNo_Quadratics);
170 addTs(pair.second(), precision, inflectT[0], 1, ts);
  /external/skia/third_party/etc1/
etc1.cpp 176 etc1_uint32 low, bool second, bool flipped) {
179 if (second) {
256 etc1_byte* pColors, bool flipped, bool second) {
263 if (second) {
280 if (second) {
344 etc_compressed* pCompressed, bool flipped, bool second,
349 if (second) {
364 if (second) {

Completed in 1548 milliseconds

<<81828384858687888990>>