HomeSort by relevance Sort by last modified time
    Searched refs:Impl (Results 126 - 150 of 200) sorted by null

1 2 3 4 56 7 8

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SSAUpdater.cpp 351 SSAUpdaterImpl<SSAUpdater> Impl(this, &AvailableVals, InsertedPHIs);
352 return Impl.GetValue(BB);
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedSetTest.java 212 Interface a = new Impl();
213 Interface b = new Impl();
221 static class Impl implements Interface {
226 return id.compareTo(((Impl) other).id);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
StorageUtils.java 20 import static android.provider.Downloads.Impl.STATUS_INSUFFICIENT_SPACE_ERROR;
DownloadStorageProvider.java 647 mResolver.notifyChange(Downloads.Impl.ALL_DOWNLOADS_CONTENT_URI, null, false);
648 mResolver.notifyChange(Downloads.Impl.CONTENT_URI, null, false);
  /external/fmtlib/fmt/
format.h 434 template <typename Impl, typename Char>
    [all...]
  /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
ExecutionListBenchmark.java 59 enum Impl {
157 @Param Impl impl;
188 list = impl.newExecutionList();
198 list = impl.newExecutionList();
213 list = impl.newExecutionList();
241 list = impl.newExecutionList();
263 list = impl.newExecutionList();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
vfp1xD_t2.d 256 0+3bc <[^>]*> eef9 0a10 (vmrs|fmrx) r0, fpinst @ Impl def
257 0+3c0 <[^>]*> eefa 0a10 (vmrs|fmrx) r0, fpinst2 @ Impl def
260 0+3cc <[^>]*> eefc 0a10 (vmrs|fmrx) r0, <impl def 0xc>
261 0+3d0 <[^>]*> eee9 0a10 (vmsr|fmxr) fpinst, r0 @ Impl def
262 0+3d4 <[^>]*> eeea 0a10 (vmsr|fmxr) fpinst2, r0 @ Impl def
265 0+3e0 <[^>]*> eeec 0a10 (vmsr|fmxr) <impl def 0xc>, r0
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedSetTest.java 338 Interface a = new Impl();
339 Interface b = new Impl();
347 static class Impl implements Interface {
352 return id.compareTo(((Impl) other).id);
    [all...]
  /external/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
DeclObjC.cpp     [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-actions.h 593 operator Action<F>() const { return MakeAction(new Impl<F>(action_)); }
597 class Impl : public ActionInterface<F> {
602 explicit Impl(const InnerAction& action) : action_(action) {}
638 template <typename Result, class Impl>
641 static Result Perform(Impl* impl, const ::std::tr1::tuple<>& args) {
643 return impl->template gmock_PerformImpl<>(args, ExcessiveArg(),
650 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0>& args) {
652 return impl->template gmock_PerformImpl<A0>(args, get<0>(args)
    [all...]
  /external/googletest/googlemock/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/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/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...]
  /external/v8/src/compiler/
code-assembler.cc     [all...]
  /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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /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...]

Completed in 482 milliseconds

1 2 3 4 56 7 8