Home
last modified time | relevance | path

Searched refs:Profile (Results 1 – 25 of 658) sorted by relevance

12345678910>>...27

/external/llvm-project/llvm/unittests/XRay/
DProfileTest.cpp26 TEST(ProfileTest, CreateProfile) { Profile P; } in TEST()
29 Profile P; in TEST()
38 Profile P; in TEST()
47 Profile P; in TEST()
56 Profile::Block{Profile::ThreadID{1}, in TEST()
58 {P.internPath({2, 1}), Profile::Data{1, 1000}}, in TEST()
59 {P.internPath({3, 2, 1}), Profile::Data{10, 100}}, in TEST()
64 Profile P0, P1; in TEST()
66 Profile::Block{Profile::ThreadID{1}, in TEST()
68 {P0.internPath({2, 1}), Profile::Data{1, 1000}}, in TEST()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DProfile.h27 class Profile; variable
37 Expected<Profile> loadProfile(StringRef Filename);
41 Profile mergeProfilesByThread(const Profile &L, const Profile &R);
45 Profile mergeProfilesByStack(const Profile &L, const Profile &R);
48 Expected<Profile> profileFromTrace(const Trace &T);
51 class Profile {
85 Profile() = default;
86 ~Profile() = default;
88 Profile(Profile &&O) noexcept in Profile() function
93 Profile &operator=(Profile &&O) noexcept {
[all …]
/external/llvm-project/llvm/include/llvm/XRay/
DProfile.h27 class Profile; variable
37 Expected<Profile> loadProfile(StringRef Filename);
41 Profile mergeProfilesByThread(const Profile &L, const Profile &R);
45 Profile mergeProfilesByStack(const Profile &L, const Profile &R);
48 Expected<Profile> profileFromTrace(const Trace &T);
51 class Profile {
85 Profile() = default;
86 ~Profile() = default;
88 Profile(Profile &&O) noexcept in Profile() function
93 Profile &operator=(Profile &&O) noexcept {
[all …]
/external/dynamic_depth/internal/dynamic_depth/
Dprofile.cc57 Profile::Profile(const string& type, const std::vector<int>& camera_indices) in Profile() function in dynamic_depth::Profile
61 void Profile::GetNamespaces( in GetNamespaces()
67 ns_name_href_map->emplace(DynamicDepthConst::Profile(), kNamespaceHref); in GetNamespaces()
70 std::unique_ptr<Profile> Profile::FromData( in FromData()
87 return std::unique_ptr<Profile>( in FromData()
88 new Profile(matched_type.empty() ? type : in FromData()
92 std::unique_ptr<Profile> Profile::FromDeserializer( in FromDeserializer()
96 DynamicDepthConst::Namespace(DynamicDepthConst::Profile()), in FromDeserializer()
97 DynamicDepthConst::Profile()); in FromDeserializer()
101 std::unique_ptr<Profile> profile(new Profile("", {})); in FromDeserializer()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DProfile.cpp25 Profile::Profile(const Profile &O) { in Profile() function in llvm::xray::Profile
37 Profile &Profile::operator=(const Profile &O) { in operator =()
38 Profile P = O; in operator =()
78 static Expected<std::vector<Profile::FuncID>> readPath(DataExtractor &Extractor, in readPath()
81 std::vector<Profile::FuncID> Path; in readPath()
96 static Expected<Profile::Data> readData(DataExtractor &Extractor, in readData()
101 Profile::Data D; in readData()
121 Error Profile::addBlock(Block &&B) { in addBlock()
131 Expected<std::vector<Profile::FuncID>> Profile::expandPath(PathID P) const { in expandPath()
137 std::vector<Profile::FuncID> Path; in expandPath()
[all …]
/external/llvm-project/llvm/lib/XRay/
DProfile.cpp25 Profile::Profile(const Profile &O) { in Profile() function in llvm::xray::Profile
37 Profile &Profile::operator=(const Profile &O) { in operator =()
38 Profile P = O; in operator =()
78 static Expected<std::vector<Profile::FuncID>> readPath(DataExtractor &Extractor, in readPath()
81 std::vector<Profile::FuncID> Path; in readPath()
96 static Expected<Profile::Data> readData(DataExtractor &Extractor, in readData()
101 Profile::Data D; in readData()
121 Error Profile::addBlock(Block &&B) { in addBlock()
131 Expected<std::vector<Profile::FuncID>> Profile::expandPath(PathID P) const { in expandPath()
137 std::vector<Profile::FuncID> Path; in expandPath()
[all …]
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/
DConnectedAppsUtilsImpl.java26 private static final Profile CURRENT_PROFILE_IDENTIFIER = Profile.fromInt(0);
27 private static final Profile OTHER_PROFILE_IDENTIFIER = Profile.fromInt(1);
30 @Nullable private final Profile primaryProfileIdentifier;
36 ConnectedAppsUtilsImpl(Context context, Profile primaryProfileIdentifier) { in ConnectedAppsUtilsImpl()
45 public Profile getCurrentProfile() { in getCurrentProfile()
50 public Profile getOtherProfile() { in getOtherProfile()
56 public Profile getPrimaryProfile() { in getPrimaryProfile()
65 public Profile getSecondaryProfile() { in getSecondaryProfile()
78 public Profile getWorkProfile() { in getWorkProfile()
89 public Profile getPersonalProfile() { in getPersonalProfile()
DConnectedAppsUtils.java29 Profile getCurrentProfile(); in getCurrentProfile()
38 Profile getOtherProfile(); in getOtherProfile()
50 Profile getPrimaryProfile(); in getPrimaryProfile()
62 Profile getSecondaryProfile(); in getSecondaryProfile()
71 Profile getWorkProfile(); in getWorkProfile()
80 Profile getPersonalProfile(); in getPersonalProfile()
DProfile.java20 public final class Profile { class
26 public static Profile fromInt(int legacyProfileIdentifier) { in fromInt()
27 return new Profile(legacyProfileIdentifier); in fromInt()
35 private Profile(int legacyProfileIdentifier) { in Profile() method in Profile
61 Profile that = (Profile) o; in equals()
/external/connectedappssdk/testing/sdk/src/main/java/com/google/android/enterprise/connectedapps/testing/
DFakeConnectedAppsUtils.java19 import com.google.android.enterprise.connectedapps.Profile;
24 private static final Profile CURRENT_PROFILE_IDENTIFIER = Profile.fromInt(0);
25 private static final Profile OTHER_PROFILE_IDENTIFIER = Profile.fromInt(1);
40 public Profile getCurrentProfile() { in getCurrentProfile()
45 public Profile getOtherProfile() { in getOtherProfile()
50 public Profile getPrimaryProfile() { in getPrimaryProfile()
61 public Profile getSecondaryProfile() { in getSecondaryProfile()
72 public Profile getWorkProfile() { in getWorkProfile()
80 public Profile getPersonalProfile() { in getPersonalProfile()
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/robotests/
DBothProfilesListenableFutureTest.java28 import com.google.android.enterprise.connectedapps.Profile;
61 private final Profile currentProfileIdentifier = testProfileConnector.utils().getCurrentProfile();
62 private final Profile otherProfileIdentifier = testProfileConnector.utils().getOtherProfile();
97 Map<Profile, String> results = in both_listenableFuture_canBind_resultContainsBothProfilesResults()
108 ListenableFuture<Map<Profile, Void>> future = in both_listenableFuture_blockingMethod_blocks()
120 ListenableFuture<Map<Profile, Void>> future = in both_listenableFuture_nonblockingMethod_doesNotBlock()
132 ListenableFuture<Map<Profile, Void>> future = in both_listenableFuture_nonblockingMethod_doesCallback()
157 Map<Profile, String> results = in both_listenableFuture_canNotBind_resultContainsOnlyCurrentProfilesResult()
167 ListenableFuture<Map<Profile, Void>> unusedFuture = in both_listenableFuture_isBound_becomesUnbound_calledOnBothProfiles()
184 ListenableFuture<Map<Profile, Void>> future = in both_listenableFuture_isBound_becomesUnbound_callbackFires()
[all …]
DBothProfilesManualListenableFutureTest.java27 import com.google.android.enterprise.connectedapps.Profile;
58 private final Profile currentProfileIdentifier = testProfileConnector.utils().getCurrentProfile();
59 private final Profile otherProfileIdentifier = testProfileConnector.utils().getOtherProfile();
97 Map<Profile, String> results = in both_listenableFuture_manualConnection_isBound_resultContainsBothProfilesResults()
110 ListenableFuture<Map<Profile, Void>> future = in both_listenableFuture_manualConnection_isBound_blockingMethod_blocks()
123 ListenableFuture<Map<Profile, Void>> future = in both_listenableFuture_manualConnection_isBound_nonblockingMethod_doesNotBlock()
136 ListenableFuture<Map<Profile, Void>> future = in both_listenableFuture_manualConnection_isBound_nonblockingMethod_doesCallback()
164 Map<Profile, String> results = in both_listenableFuture_manualConnection_isNotBound_resultContainsOnlyCurrentProfilesResult()
175 ListenableFuture<Map<Profile, Void>> unusedFuture = in both_listenableFuture_manualConnection_isBound_becomesUnbound_calledOnBothProfiles()
193 ListenableFuture<Map<Profile, Void>> future = in both_listenableFuture_manualConnection_isBound_becomesUnbound_callbackFires()
[all …]
/external/dynamic_depth/includes/dynamic_depth/
Dprofile.h16 class Profile : public Element {
29 static std::unique_ptr<Profile> FromData(
33 static std::unique_ptr<Profile> FromDeserializer(
43 Profile(const Profile&) = delete;
44 void operator=(const Profile&) = delete;
47 Profile(const string& type, const std::vector<int>& camera_indices);
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/
DProfileTest.java37 Profile identifier = connectedAppsUtils.getCurrentProfile(); in isCurrent_currentProfile_returnsTrue()
44 Profile identifier = connectedAppsUtils.getOtherProfile(); in isCurrent_notCurrent_returnsFalse()
51 Profile identifier = connectedAppsUtils.getOtherProfile(); in isOther_otherProfile_returnsTrue()
58 Profile identifier = connectedAppsUtils.getCurrentProfile(); in isOther_notOtherProfile_returnsFalse()
65 Profile identifier = connectedAppsUtils.getCurrentProfile(); in fromInt_intFromCurrentProfile_equalsCurrentProfile()
67 assertThat(Profile.fromInt(identifier.asInt())).isEqualTo(identifier); in fromInt_intFromCurrentProfile_equalsCurrentProfile()
72 Profile identifier = connectedAppsUtils.getCurrentProfile(); in fromInt_intFromOtherProfile_equalsOtherProfile()
74 assertThat(Profile.fromInt(identifier.asInt())).isEqualTo(identifier); in fromInt_intFromOtherProfile_equalsOtherProfile()
/external/crosvm/devices/src/virtio/video/
Dcontrol.rs12 use crate::virtio::video::format::{Format, Level, Profile};
19 Profile(Format), enumerator
25 Profile(Vec<Profile>), enumerator
33 QueryCtrlResponse::Profile(ps) => { in write()
54 Profile, enumerator
62 Profile(Profile), enumerator
74 CtrlVal::Profile(p) => w.write_obj(virtio_video_control_val_profile { in write()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h51 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { in Profile() function
56 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
57 Profile(profile, R); in Profile()
94 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, in Profile() function
105 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
106 Profile(profile, S, T, Count, LCtx, SymbolTag); in Profile()
133 static void Profile(llvm::FoldingSetNodeID& profile, SymbolRef parent, in Profile() function
140 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() function
141 Profile(profile, parentSymbol, R); in Profile()
166 static void Profile(llvm::FoldingSetNodeID& profile, const SubRegion *R) { in Profile() function
[all …]
DEnvironment.h44 static void Profile(llvm::FoldingSetNodeID &ID, in Profile() function
50 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
51 Profile(ID, *this); in Profile()
82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { in Profile() function
83 env->ExprBindings.Profile(ID); in Profile()
88 void Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function
89 Profile(ID, this); in Profile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributeImpl.h77 void Profile(FoldingSetNodeID &ID) const { in Profile() function
79 Profile(ID, getKindAsEnum(), static_cast<uint64_t>(0)); in Profile()
81 Profile(ID, getKindAsEnum(), getValueAsInt()); in Profile()
83 Profile(ID, getKindAsString(), getValueAsString()); in Profile()
85 Profile(ID, getKindAsEnum(), getValueAsType()); in Profile()
88 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function
94 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile() function
99 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function
224 void Profile(FoldingSetNodeID &ID) const { in Profile() function
225 Profile(ID, makeArrayRef(begin(), end())); in Profile()
[all …]
/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchDagOperands.cpp15 void GIMatchDagOperand::Profile(FoldingSetNodeID &ID) const { in Profile() function in GIMatchDagOperand
16 Profile(ID, Idx, Name, IsDef); in Profile()
19 void GIMatchDagOperand::Profile(FoldingSetNodeID &ID, size_t Idx, in Profile() function in GIMatchDagOperand
32 void GIMatchDagOperandList::Profile(FoldingSetNodeID &ID) const { in Profile() function in GIMatchDagOperandList
34 GIMatchDagOperand::Profile(ID, I.index(), I.value().getName(), in Profile()
80 GIMatchDagOperand::Profile(ID, i, I.Operands[i].Name, in makeOperandList()
101 GIMatchDagOperand::Profile(ID, 0, "$", true); in makeMIPredicateOperandList()
102 GIMatchDagOperand::Profile(ID, 1, "mi", false); in makeMIPredicateOperandList()
123 GIMatchDagOperand::Profile(ID, 0, "$", true); in makeTwoMOPredicateOperandList()
124 GIMatchDagOperand::Profile(ID, 1, "mi0", false); in makeTwoMOPredicateOperandList()
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DBasicValueFactory.cpp23 void CompoundValData::Profile(llvm::FoldingSetNodeID& ID, QualType T, in Profile() function in CompoundValData
25 T.Profile(ID); in Profile()
29 void LazyCompoundValData::Profile(llvm::FoldingSetNodeID& ID, in Profile() function in LazyCompoundValData
41 static inline void Profile(const SValData& X, llvm::FoldingSetNodeID& ID) { in Profile() function
42 X.first.Profile(ID); in Profile()
48 static inline void Profile(const SValPair& X, llvm::FoldingSetNodeID& ID) { in Profile() function
49 X.first.Profile(ID); in Profile()
50 X.second.Profile(ID); in Profile()
77 X.Profile(ID); in getValue()
112 CompoundValData::Profile(ID, T, Vals); in getCompoundValData()
[all …]
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBasicValueFactory.cpp31 void CompoundValData::Profile(llvm::FoldingSetNodeID& ID, QualType T, in Profile() function in CompoundValData
33 T.Profile(ID); in Profile()
37 void LazyCompoundValData::Profile(llvm::FoldingSetNodeID& ID, in Profile() function in LazyCompoundValData
44 void PointerToMemberData::Profile( in Profile() function in PointerToMemberData
57 static inline void Profile(const SValData& X, llvm::FoldingSetNodeID& ID) { in Profile() function
58 X.first.Profile(ID); in Profile()
64 static inline void Profile(const SValPair& X, llvm::FoldingSetNodeID& ID) { in Profile() function
65 X.first.Profile(ID); in Profile()
66 X.second.Profile(ID); in Profile()
95 X.Profile(ID); in getValue()
[all …]
/external/llvm-project/llvm/lib/IR/
DAttributeImpl.h76 void Profile(FoldingSetNodeID &ID) const { in Profile() function
78 Profile(ID, getKindAsEnum(), static_cast<uint64_t>(0)); in Profile()
80 Profile(ID, getKindAsEnum(), getValueAsInt()); in Profile()
82 Profile(ID, getKindAsString(), getValueAsString()); in Profile()
84 Profile(ID, getKindAsEnum(), getValueAsType()); in Profile()
87 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function
93 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile() function
98 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() function
266 void Profile(FoldingSetNodeID &ID) const { in Profile() function
267 Profile(ID, makeArrayRef(begin(), end())); in Profile()
[all …]
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/
DCrossProfileCallbackMultiMerger.java18 import com.google.android.enterprise.connectedapps.Profile;
35 void onResult(Map<Profile, R> results); in onResult() argument
40 private final Map<Profile, R> results = new HashMap<>();
41 private final Set<Profile> missedResults = new HashSet<>();
61 public void missingResult(Profile profileId) { in missingResult()
76 public void onResult(Profile profileId, R value) { in onResult()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DEnvironment.h44 static void Profile(llvm::FoldingSetNodeID &ID, in Profile() function
50 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile() function
51 Profile(ID, *this); in Profile()
80 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { in Profile() function
81 env->ExprBindings.Profile(ID); in Profile()
86 void Profile(llvm::FoldingSetNodeID& ID) const { in Profile() function
87 Profile(ID, this); in Profile()
/external/python/cpython2/Doc/library/
Dhotshot.rst36 .. class:: Profile(logfile[, lineevents[, linetimings]])
48 Profile Objects
51 Profile objects have the following methods:
54 .. method:: Profile.addinfo(key, value)
59 .. method:: Profile.close()
64 .. method:: Profile.fileno()
69 .. method:: Profile.run(cmd)
71 Profile an :keyword:`exec`\ -compatible string in the script environment. The
76 .. method:: Profile.runcall(func, *args, **keywords)
78 Profile a single call of a callable. Additional positional and keyword arguments
[all …]

12345678910>>...27