Home
last modified time | relevance | path

Searched refs:Impl (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABContactManager.java59 public final static String COLUMN_ID = Contacts.Impl._ID;
66 Contacts.Impl.CONTACT_LAST_UPDATED_TIMESTAMP;
73 Contacts.Impl._ID,
74 Contacts.Impl.CONTACT_NUMBER,
75 Contacts.Impl.CONTACT_NAME,
76 Contacts.Impl.CONTACT_LAST_UPDATED_TIMESTAMP,
77 Contacts.Impl.VOLTE_CALL_SERVICE_CONTACT_ADDRESS,
78 Contacts.Impl.VOLTE_CALL_CAPABILITY,
79 Contacts.Impl.VOLTE_CALL_CAPABILITY_TIMESTAMP,
80 Contacts.Impl.VOLTE_CALL_AVAILABILITY,
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h118 template <typename T> TargetTransformInfo(T Impl);
1403 T Impl; variable
1406 Model(T Impl) : Impl(std::move(Impl)) {} in Model() argument
1410 return Impl.getDataLayout(); in getDataLayout()
1414 return Impl.getOperationCost(Opcode, Ty, OpTy); in getOperationCost()
1418 return Impl.getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
1421 return Impl.getExtCost(I, Src); in getExtCost()
1424 return Impl.getCallCost(FTy, NumArgs, U); in getCallCost()
1427 return Impl.getCallCost(F, NumArgs, U); in getCallCost()
1431 return Impl.getCallCost(F, Arguments, U); in getCallCost()
[all …]
DTargetLibraryInfo.h217 const TargetLibraryInfoImpl *Impl; variable
224 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl,
226 : Impl(&Impl), OverrideAsUnavailable(NumLibFuncs) {
249 : Impl(TLI.Impl), OverrideAsUnavailable(TLI.OverrideAsUnavailable) {} in TargetLibraryInfo()
251 : Impl(TLI.Impl), OverrideAsUnavailable(TLI.OverrideAsUnavailable) {} in TargetLibraryInfo()
253 Impl = TLI.Impl;
258 Impl = TLI.Impl;
268 return Impl->getLibFunc(funcName, F); in getLibFunc()
272 return Impl->getLibFunc(FDecl, F); in getLibFunc()
297 return Impl->getState(F); in getState()
[all …]
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h68 template <typename T> TargetTransformInfo(T Impl);
744 T Impl; variable
747 Model(T Impl) : Impl(std::move(Impl)) {} in Model() argument
751 return Impl.getDataLayout(); in getDataLayout()
755 return Impl.getOperationCost(Opcode, Ty, OpTy); in getOperationCost()
759 return Impl.getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
762 return Impl.getCallCost(FTy, NumArgs); in getCallCost()
765 return Impl.getCallCost(F, NumArgs); in getCallCost()
769 return Impl.getCallCost(F, Arguments); in getCallCost()
772 return Impl.getInliningThresholdMultiplier(); in getInliningThresholdMultiplier()
[all …]
DTargetLibraryInfo.h196 const TargetLibraryInfoImpl *Impl; variable
199 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl) : Impl(&Impl) {} in TargetLibraryInfo() argument
202 TargetLibraryInfo(const TargetLibraryInfo &TLI) : Impl(TLI.Impl) {} in TargetLibraryInfo()
203 TargetLibraryInfo(TargetLibraryInfo &&TLI) : Impl(TLI.Impl) {} in TargetLibraryInfo()
205 Impl = TLI.Impl;
209 Impl = TLI.Impl;
218 return Impl->getLibFunc(funcName, F); in getLibFunc()
222 return Impl->getLibFunc(FDecl, F); in getLibFunc()
227 return Impl->getState(F) != TargetLibraryInfoImpl::Unavailable; in has()
230 return Impl->isFunctionVectorizable(F, VF); in isFunctionVectorizable()
[all …]
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_impl.cc35 std::unordered_map<std::string, const time_zone::Impl*>;
48 time_zone time_zone::Impl::UTC() { return time_zone(UTCImpl()); } in UTC()
50 bool time_zone::Impl::LoadTimeZone(const std::string& name, time_zone* tz) { in LoadTimeZone()
51 const time_zone::Impl* const utc_impl = UTCImpl(); in LoadTimeZone()
76 const Impl*& impl = (*time_zone_map)[name]; in LoadTimeZone()
79 Impl* new_impl = new Impl(name); in LoadTimeZone()
92 void time_zone::Impl::ClearTimeZoneMapTestOnly() { in ClearTimeZoneMapTestOnly()
99 static auto* cleared = new std::deque<const time_zone::Impl*>; in ClearTimeZoneMapTestOnly()
107 time_zone::Impl::Impl(const std::string& name) : name_(name) {} in Impl() function in absl::time_internal::cctz::time_zone::Impl
109 const time_zone::Impl* time_zone::Impl::UTCImpl() { in UTCImpl()
[all …]
/external/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_impl.cc35 std::unordered_map<std::string, const time_zone::Impl*>;
48 time_zone time_zone::Impl::UTC() { return time_zone(UTCImpl()); } in UTC()
50 bool time_zone::Impl::LoadTimeZone(const std::string& name, time_zone* tz) { in LoadTimeZone()
51 const time_zone::Impl* const utc_impl = UTCImpl(); in LoadTimeZone()
76 const Impl*& impl = (*time_zone_map)[name]; in LoadTimeZone()
79 Impl* new_impl = new Impl(name); in LoadTimeZone()
92 void time_zone::Impl::ClearTimeZoneMapTestOnly() { in ClearTimeZoneMapTestOnly()
99 static auto* cleared = new std::deque<const time_zone::Impl*>; in ClearTimeZoneMapTestOnly()
107 time_zone::Impl::Impl(const std::string& name) : name_(name) {} in Impl() function in absl::time_internal::cctz::time_zone::Impl
109 const time_zone::Impl* time_zone::Impl::UTCImpl() { in UTCImpl()
[all …]
/external/tensorflow/tensorflow/cc/framework/
Dscope.cc27 Scope::Scope(Impl* impl) : impl_(impl) {} in Scope()
29 Scope::Scope(const Scope& other) : impl_(new Impl(*other.impl())) {} in Scope()
35 impl_.reset(new Impl(*other.impl_)); in operator =()
44 Scope::Impl::Impl(Graph* graph, Status* status, NameMap* name_map, in Impl() function in tensorflow::Scope::Impl
54 Scope::Impl::Impl(const std::shared_ptr<Graph>& graph, in Impl() function in tensorflow::Scope::Impl
70 return Scope(new Impl(graph, new Status, new Impl::NameMap, refiner, in NewRootScope()
78 return Scope(new Impl(graph, new Status, new Impl::NameMap, refiner, in DisabledShapeInferenceScope()
82 Scope::Impl::Impl(const Scope& other, Tags::ScopeName, const string& name, in Impl() function in tensorflow::Scope::Impl
101 Scope::Impl::Impl(const Scope& other, Tags::OpName, const string& name, in Impl() function in tensorflow::Scope::Impl
119 Scope::Impl::Impl(const Scope& other, Tags::ControlDeps, in Impl() function in tensorflow::Scope::Impl
[all …]
Dscope_internal.h33 class Scope::Impl {
42 Impl(const std::shared_ptr<Graph>& graph,
67 Impl(Graph* graph, Status* status, NameMap* name_map, ShapeRefiner* refiner,
69 Impl(const Scope& other, Tags::ScopeName, const string& name,
71 Impl(const Scope& other, Tags::OpName, const string& name,
73 Impl(const Scope& other, Tags::ControlDeps,
75 Impl(const Scope& other, Tags::Device, const string& device);
76 Impl(const Scope& other, Tags::SingleUseScope, const string& op_name);
77 Impl(const Scope& other, Tags::ExitOnError);
78 Impl(const Scope& other, Tags::KernelLabel, const string& kernel_label);
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Doptimizer.cpp35 struct Optimizer::PassToken::Impl { struct in spvtools::Optimizer::PassToken
36 Impl(std::unique_ptr<opt::Pass> p) : pass(std::move(p)) {} in Impl() argument
42 std::unique_ptr<Optimizer::PassToken::Impl> impl) in PassToken()
46 : impl_(MakeUnique<Optimizer::PassToken::Impl>(std::move(pass))) {} in PassToken()
58 struct Optimizer::Impl { struct in spvtools::Optimizer
59 explicit Impl(spv_target_env env) : target_env(env), pass_manager() {} in Impl() argument
65 Optimizer::Optimizer(spv_target_env env) : impl_(new Impl(env)) { in Optimizer()
609 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::NullPass>()); in CreateNullPass()
613 return MakeUnique<Optimizer::PassToken::Impl>( in CreateStripDebugInfoPass()
618 return MakeUnique<Optimizer::PassToken::Impl>( in CreateStripReflectInfoPass()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_impl.cc36 std::unordered_map<std::string, const time_zone::Impl*>;
49 time_zone time_zone::Impl::UTC() { return time_zone(UTCImpl()); } in UTC()
51 bool time_zone::Impl::LoadTimeZone(const std::string& name, time_zone* tz) { in LoadTimeZone()
52 const Impl* const utc_impl = UTCImpl(); in LoadTimeZone()
74 std::unique_ptr<const Impl> new_impl(new Impl(name)); in LoadTimeZone()
79 const Impl*& impl = (*time_zone_map)[name]; in LoadTimeZone()
87 void time_zone::Impl::ClearTimeZoneMapTestOnly() { in ClearTimeZoneMapTestOnly()
94 static auto* cleared = new std::deque<const time_zone::Impl*>; in ClearTimeZoneMapTestOnly()
102 time_zone::Impl::Impl(const std::string& name) in Impl() function in absl::time_internal::cctz::time_zone::Impl
105 const time_zone::Impl* time_zone::Impl::UTCImpl() { in UTCImpl()
[all …]
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_impl.cc36 std::unordered_map<std::string, const time_zone::Impl*>;
49 time_zone time_zone::Impl::UTC() { return time_zone(UTCImpl()); } in UTC()
51 bool time_zone::Impl::LoadTimeZone(const std::string& name, time_zone* tz) { in LoadTimeZone()
52 const Impl* const utc_impl = UTCImpl(); in LoadTimeZone()
74 std::unique_ptr<const Impl> new_impl(new Impl(name)); in LoadTimeZone()
79 const Impl*& impl = (*time_zone_map)[name]; in LoadTimeZone()
87 void time_zone::Impl::ClearTimeZoneMapTestOnly() { in ClearTimeZoneMapTestOnly()
94 static auto* cleared = new std::deque<const time_zone::Impl*>; in ClearTimeZoneMapTestOnly()
102 time_zone::Impl::Impl(const std::string& name) in Impl() function in absl::time_internal::cctz::time_zone::Impl
105 const time_zone::Impl* time_zone::Impl::UTCImpl() { in UTCImpl()
[all …]
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_impl.cc36 std::unordered_map<std::string, const time_zone::Impl*>;
49 time_zone time_zone::Impl::UTC() { return time_zone(UTCImpl()); } in UTC()
51 bool time_zone::Impl::LoadTimeZone(const std::string& name, time_zone* tz) { in LoadTimeZone()
52 const Impl* const utc_impl = UTCImpl(); in LoadTimeZone()
74 std::unique_ptr<const Impl> new_impl(new Impl(name)); in LoadTimeZone()
79 const Impl*& impl = (*time_zone_map)[name]; in LoadTimeZone()
87 void time_zone::Impl::ClearTimeZoneMapTestOnly() { in ClearTimeZoneMapTestOnly()
94 static auto* cleared = new std::deque<const time_zone::Impl*>; in ClearTimeZoneMapTestOnly()
102 time_zone::Impl::Impl(const std::string& name) in Impl() function in absl::time_internal::cctz::time_zone::Impl
105 const time_zone::Impl* time_zone::Impl::UTCImpl() { in UTCImpl()
[all …]
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
Dtime_zone_impl.cc36 std::unordered_map<std::string, const time_zone::Impl*>;
49 time_zone time_zone::Impl::UTC() { return time_zone(UTCImpl()); } in UTC()
51 bool time_zone::Impl::LoadTimeZone(const std::string& name, time_zone* tz) { in LoadTimeZone()
52 const Impl* const utc_impl = UTCImpl(); in LoadTimeZone()
74 std::unique_ptr<const Impl> new_impl(new Impl(name)); in LoadTimeZone()
79 const Impl*& impl = (*time_zone_map)[name]; in LoadTimeZone()
87 void time_zone::Impl::ClearTimeZoneMapTestOnly() { in ClearTimeZoneMapTestOnly()
94 static auto* cleared = new std::deque<const time_zone::Impl*>; in ClearTimeZoneMapTestOnly()
102 time_zone::Impl::Impl(const std::string& name) in Impl() function in absl::time_internal::cctz::time_zone::Impl
105 const time_zone::Impl* time_zone::Impl::UTCImpl() { in UTCImpl()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Doptimizer.cpp35 struct Optimizer::PassToken::Impl { struct in spvtools::Optimizer::PassToken
36 Impl(std::unique_ptr<opt::Pass> p) : pass(std::move(p)) {} in Impl() function
42 std::unique_ptr<Optimizer::PassToken::Impl> impl) in PassToken()
46 : impl_(MakeUnique<Optimizer::PassToken::Impl>(std::move(pass))) {} in PassToken()
58 struct Optimizer::Impl { struct in spvtools::Optimizer
59 explicit Impl(spv_target_env env) : target_env(env), pass_manager() {} in Impl() function
65 Optimizer::Optimizer(spv_target_env env) : impl_(new Impl(env)) { in Optimizer()
604 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::NullPass>()); in CreateNullPass()
608 return MakeUnique<Optimizer::PassToken::Impl>( in CreateStripDebugInfoPass()
613 return MakeUnique<Optimizer::PassToken::Impl>( in CreateStripReflectInfoPass()
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Doptimizer.cpp35 struct Optimizer::PassToken::Impl { struct in spvtools::Optimizer::PassToken
36 Impl(std::unique_ptr<opt::Pass> p) : pass(std::move(p)) {} in Impl() function
42 std::unique_ptr<Optimizer::PassToken::Impl> impl) in PassToken()
46 : impl_(MakeUnique<Optimizer::PassToken::Impl>(std::move(pass))) {} in PassToken()
58 struct Optimizer::Impl { struct in spvtools::Optimizer
59 explicit Impl(spv_target_env env) : target_env(env), pass_manager() {} in Impl() function
65 Optimizer::Optimizer(spv_target_env env) : impl_(new Impl(env)) { in Optimizer()
604 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::NullPass>()); in CreateNullPass()
608 return MakeUnique<Optimizer::PassToken::Impl>( in CreateStripDebugInfoPass()
613 return MakeUnique<Optimizer::PassToken::Impl>( in CreateStripReflectInfoPass()
[all …]
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfo.h184 template <typename T> TargetTransformInfo(T Impl);
1631 T Impl; variable
1634 Model(T Impl) : Impl(std::move(Impl)) {} in Model() argument
1638 return Impl.getDataLayout(); in getDataLayout()
1644 return Impl.getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
1647 return Impl.getInliningThresholdMultiplier(); in getInliningThresholdMultiplier()
1650 return Impl.getInlinerVectorBonusPercent(); in getInlinerVectorBonusPercent()
1653 return Impl.getMemcpyCost(I); in getMemcpyCost()
1657 return Impl.getUserCost(U, Operands, CostKind); in getUserCost()
1659 bool hasBranchDivergence() override { return Impl.hasBranchDivergence(); } in hasBranchDivergence()
[all …]
DTargetLibraryInfo.h218 const TargetLibraryInfoImpl *Impl; variable
225 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl,
227 : Impl(&Impl), OverrideAsUnavailable(NumLibFuncs) {
250 : Impl(TLI.Impl), OverrideAsUnavailable(TLI.OverrideAsUnavailable) {} in TargetLibraryInfo()
252 : Impl(TLI.Impl), OverrideAsUnavailable(TLI.OverrideAsUnavailable) {} in TargetLibraryInfo()
254 Impl = TLI.Impl;
259 Impl = TLI.Impl;
284 return Impl->getLibFunc(funcName, F); in getLibFunc()
288 return Impl->getLibFunc(FDecl, F); in getLibFunc()
313 return Impl->getState(F); in getState()
[all …]
/external/llvm-project/compiler-rt/lib/xray/
Dxray_log_interface.cpp41 XRayLogImpl Impl; member
65 XRayLogImpl Impl) XRAY_NEVER_INSTRUMENT { in __xray_log_register_mode() argument
66 if (Impl.flush_log == nullptr || Impl.handle_arg0 == nullptr || in __xray_log_register_mode()
67 Impl.log_finalize == nullptr || Impl.log_init == nullptr) in __xray_log_register_mode()
79 NewModeImpl->Impl = Impl; in __xray_log_register_mode()
90 CurrentXRayImpl = it->Impl; in __xray_log_select_mode()
92 __xray_set_handler(it->Impl.handle_arg0); in __xray_log_select_mode()
106 void __xray_set_log_impl(XRayLogImpl Impl) XRAY_NEVER_INSTRUMENT { in __xray_set_log_impl() argument
107 if (Impl.log_init == nullptr || Impl.log_finalize == nullptr || in __xray_set_log_impl()
108 Impl.handle_arg0 == nullptr || Impl.flush_log == nullptr) { in __xray_set_log_impl()
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableClassToInstanceMapTest.java54 public Map<Class, Impl> create(Object... elements) { in suite()
55 ImmutableClassToInstanceMap.Builder<Impl> builder = in suite()
58 Entry<Class, Impl> entry = (Entry<Class, Impl>) object; in suite()
164 abstract static class TestClassToInstanceMapGenerator implements TestMapGenerator<Class, Impl> {
172 public Impl[] createValueArray(int length) { in createValueArray()
173 return new Impl[length]; in createValueArray()
177 public SampleElements<Entry<Class, Impl>> samples() { in samples()
179 immutableEntry((Class) One.class, new Impl(1)), in samples()
180 immutableEntry((Class) Two.class, new Impl(2)), in samples()
181 immutableEntry((Class) Three.class, new Impl(3)), in samples()
[all …]
/external/guava/android/guava-tests/test/com/google/common/collect/
DImmutableClassToInstanceMapTest.java54 public Map<Class, Impl> create(Object... elements) { in suite()
55 ImmutableClassToInstanceMap.Builder<Impl> builder = in suite()
58 Entry<Class, Impl> entry = (Entry<Class, Impl>) object; in suite()
164 abstract static class TestClassToInstanceMapGenerator implements TestMapGenerator<Class, Impl> {
172 public Impl[] createValueArray(int length) { in createValueArray()
173 return new Impl[length]; in createValueArray()
177 public SampleElements<Entry<Class, Impl>> samples() { in samples()
179 immutableEntry((Class) One.class, new Impl(1)), in samples()
180 immutableEntry((Class) Two.class, new Impl(2)), in samples()
181 immutableEntry((Class) Three.class, new Impl(3)), in samples()
[all …]
/external/llvm-project/libcxxabi/test/
Dguard_threaded_test.pass.cpp88 template <class Impl, class GuardType, class Init>
92 Impl impl(g); in check_guard()
113 template <class GuardType, class Impl>
120 auto res = check_guard<Impl>(&guard_object, init); in access()
189 template <class GuardType, class Impl>
191 FunctionLocalStatic<GuardType, Impl> test_obj; in test_free_for_all()
210 template <class GuardType, class Impl>
212 FunctionLocalStatic<GuardType, Impl> test_obj; in test_waiting_for_init()
246 template <class GuardType, class Impl>
248 FunctionLocalStatic<GuardType, Impl> test_obj; in test_aborted_init()
[all …]
/external/llvm-project/clang/lib/Tooling/ASTDiff/
DASTDiff.cpp57 class ASTDiff::Impl { class in clang::diff::ASTDiff
59 SyntaxTree::Impl &T1, &T2;
62 Impl(SyntaxTree::Impl &T1, SyntaxTree::Impl &T2,
71 NodeId getMapped(const std::unique_ptr<SyntaxTree::Impl> &Tree, in getMapped()
112 class SyntaxTree::Impl { class in clang::diff::SyntaxTree
114 Impl(SyntaxTree *Parent, ASTContext &AST);
116 Impl(SyntaxTree *Parent, Decl *N, ASTContext &AST);
117 Impl(SyntaxTree *Parent, Stmt *N, ASTContext &AST);
119 Impl(SyntaxTree *Parent, in Impl() function in clang::diff::SyntaxTree::Impl
122 : Impl(Parent, dyn_cast<Stmt>(Node), AST) {} in Impl()
[all …]
/external/llvm-project/llvm/lib/Remarks/
DRemarkStringTable.cpp42 auto Impl = [&](StringRef &S) { S = add(S).second; }; in internalize() local
43 Impl(R.PassName); in internalize()
44 Impl(R.RemarkName); in internalize()
45 Impl(R.FunctionName); in internalize()
47 Impl(R.Loc->SourceFilePath); in internalize()
49 Impl(Arg.Key); in internalize()
50 Impl(Arg.Val); in internalize()
52 Impl(Arg.Loc->SourceFilePath); in internalize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DRemarkStringTable.cpp42 auto Impl = [&](StringRef &S) { S = add(S).second; }; in internalize() local
43 Impl(R.PassName); in internalize()
44 Impl(R.RemarkName); in internalize()
45 Impl(R.FunctionName); in internalize()
47 Impl(R.Loc->SourceFilePath); in internalize()
49 Impl(Arg.Key); in internalize()
50 Impl(Arg.Val); in internalize()
52 Impl(Arg.Loc->SourceFilePath); in internalize()

12345678910>>...22