/external/v8/testing/gmock/include/gmock/ |
gmock-generated-actions.h | 466 operator Action<F>() const { return MakeAction(new Impl<F>(action_)); } 470 class Impl : public ActionInterface<F> { 475 explicit Impl(const InnerAction& action) : action_(action) {} 511 template <typename Result, class Impl> 514 static Result Perform(Impl* impl, const ::testing::tuple<>& args) { 515 return impl->template gmock_PerformImpl<>(args, ExcessiveArg(), 522 static Result Perform(Impl* impl, const ::testing::tuple<A0>& args) { 523 return impl->template gmock_PerformImpl<A0>(args, get<0>(args) [all...] |
/external/clang/include/clang/Basic/ |
IdentifierTable.h | 756 void *Impl; // Actually a SelectorTableImpl
|
/external/clang/lib/AST/ |
DeclObjC.cpp | [all...] |
DeclCXX.cpp | 39 assert(Impl.Decls.isLazy() && "getFromExternalSource for non-lazy set"); 42 for (ASTUnresolvedSet::iterator I = Impl.begin(); I != Impl.end(); ++I) 45 Impl.Decls.setLazy(false); [all...] |
RecordLayoutBuilder.cpp | [all...] |
/external/llvm/lib/Analysis/ |
TargetLibraryInfo.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
JumpThreading.cpp | 81 JumpThreadingPass Impl; 85 JumpThreading(int T = -1) : FunctionPass(ID), Impl(T) { 98 void releaseMemory() override { Impl.releaseMemory(); } 132 return Impl.runImpl(F, TLI, LVI, HasProfileData, std::move(BFI), [all...] |
GuardWidening.cpp | 216 GuardWideningPass Impl;
|
MemCpyOptimizer.cpp | 303 MemCpyOptPass Impl; [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/ |
IdentifierTable.h | 771 void *Impl; // Actually a SelectorTableImpl
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/ |
IdentifierTable.h | 771 void *Impl; // Actually a SelectorTableImpl
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/ |
IdentifierTable.h | 771 void *Impl; // Actually a SelectorTableImpl
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
IdentifierTable.h | 771 void *Impl; // Actually a SelectorTableImpl
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/ |
IdentifierTable.h | 771 void *Impl; // Actually a SelectorTableImpl
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/ |
IdentifierTable.h | 771 void *Impl; // Actually a SelectorTableImpl
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/ |
IdentifierTable.h | 771 void *Impl; // Actually a SelectorTableImpl
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
IdentifierTable.h | 771 void *Impl; // Actually a SelectorTableImpl
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
PublicApiFunctionalTest.java | 548 intent.setData(Uri.parse(Downloads.Impl.CONTENT_URI + "/" + download.mId)); 565 intent.setData(Uri.parse(Downloads.Impl.CONTENT_URI + "/" + download.mId)); [all...] |
/prebuilts/tools/common/m2/repository/com/sun/istack/istack-commons-runtime/2.21/ |
istack-commons-runtime-2.21.jar | |
/prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/ |
sisu-guice-2.1.7-noaop.jar | |
/external/clang/lib/Sema/ |
SemaAccess.cpp | [all...] |
/external/llvm/lib/IR/ |
LegacyPassManager.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
PassManager.cpp | [all...] |
/external/vixl/test/aarch32/ |
test-assembler-aarch32.cc | 45 void Test##Name##Impl(InstructionSet isa __attribute__((unused))) 49 void Test##Name##Impl(InstructionSet isa); \ 50 void Test##Name() { Test##Name##Impl(T32); } \ 52 void Test##Name##Impl(InstructionSet isa __attribute__((unused))) 57 void Test##Name##Impl(InstructionSet isa __attribute__((unused))) 61 void Test##Name##Impl(InstructionSet isa); \ 62 void Test##Name() { Test##Name##Impl(A32); } \ 64 void Test##Name##Impl(InstructionSet isa __attribute__((unused))) 75 void Test##Name##Impl(InstructionSet isa); \ 77 Test##Name##Impl(A32); [all...] |
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
TensorImagePatch.h | 161 typedef TensorEvaluator<ArgType, Device> Impl; 423 const TensorEvaluator<ArgType, Device>& impl() const { return m_impl; } function in struct:Eigen::TensorEvaluator
|