HomeSort by relevance Sort by last modified time
    Searched defs:Second (Results 76 - 88 of 88) sorted by null

1 2 34

  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Serialization/
ASTReader.h 221 std::unique_ptr<ASTReaderListener> Second;
224 /// Takes ownership of \p First and \p Second.
226 std::unique_ptr<ASTReaderListener> Second)
227 : First(std::move(First)), Second(std::move(Second)) {}
230 std::unique_ptr<ASTReaderListener> takeSecond() { return std::move(Second); }
747 /// instantiation where the first value is the ID of the decl and the second
    [all...]
  /external/valgrind/drd/tests/
tsan_unittest.cpp 244 if(!(it->second.flags_ & PERFORMANCE)) continue;
245 it->second.Run();
250 if(!(it->second.flags_ & RACE_DEMO)) continue;
251 it->second.Run();
268 if(it->second.flags_ & EXCLUDE_FROM_ALL) continue;
269 if(it->second.flags_ & RACE_DEMO) continue;
270 if((it->second.flags_ & NEEDS_ANNOTATIONS)
272 it->second.Run();
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiInternalFormRepresentation.h 583 UINT8 Second;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiHii.h 539 UINT8 Second;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiInternalFormRepresentation.h 668 UINT8 Second;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 215 SourceMgr.getLineNumber(DeclLocDecomp.first, DeclLocDecomp.second)
217 CommentBeginDecomp.second)) {
249 StringRef Text(Buffer + CommentEndDecomp.second,
250 DeclLocDecomp.second - CommentEndDecomp.second);
343 const RawCommentAndCacheFlags &Raw = Pos->second;
359 const RawCommentAndCacheFlags &Raw = Pos->second;
454 comments::FullComment *FC = Pos->second;
458 return Pos->second;
764 (Pair.first)(Pair.second);
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiInternalFormRepresentation.h 607 UINT8 Second;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 140 if (WorklistMap.insert(std::make_pair(N, Worklist.size())).second)
153 Worklist[It->second] = nullptr;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 450 CSHORT Second;
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 

Completed in 388 milliseconds

1 2 34