Home
last modified time | relevance | path

Searched full:profile (Results 1 – 25 of 3076) sorted by relevance

12345678910>>...124

/external/python/google-api-python-client/docs/dyn/
Danalytics_v3.management.profiles.html79 <p class="firstline">Deletes a view (profile).</p>
82 <p class="firstline">Gets a view (profile) to which the user has access.</p>
85 <p class="firstline">Create a new view (profile).</p>
91 <p class="firstline">Updates an existing view (profile). This method supports patch semantics.</p>
94 <p class="firstline">Updates an existing view (profile).</p>
98 <pre>Deletes a view (profile).
101 accountId: string, Account ID to delete the view (profile) for. (required)
102 webPropertyId: string, Web property ID to delete the view (profile) for. (required)
103 profileId: string, ID of the view (profile) to be deleted. (required)
109 <pre>Gets a view (profile) to which the user has access.
[all …]
Danalytics_v3.management.profileFilterLinks.html79 <p class="firstline">Delete a profile filter link.</p>
82 <p class="firstline">Returns a single profile filter link.</p>
85 <p class="firstline">Create a new profile filter link.</p>
88 <p class="firstline">Lists all profile filter links for a profile.</p>
91 <p class="firstline">Update an existing profile filter link. This method supports patch semantics.<…
94 <p class="firstline">Update an existing profile filter link.</p>
98 <pre>Delete a profile filter link.
101 accountId: string, Account ID to which the profile filter link belongs. (required)
102 webPropertyId: string, Web property Id to which the profile filter link belongs. (required)
103 profileId: string, Profile ID to which the filter link belongs. (required)
[all …]
Ddfareporting_v2_7.accountUserProfiles.html79 <p class="firstline">Gets one account user profile by ID.</p>
82 <p class="firstline">Inserts a new account user profile.</p>
91 <p class="firstline">Updates an existing account user profile. This method supports patch semantics…
94 <p class="firstline">Updates an existing account user profile.</p>
98 <pre>Gets one account user profile by ID.
101 profileId: string, User profile ID associated with this request. (required)
102 id: string, User profile ID. (required)
107 …{ # AccountUserProfiles contains properties of a DCM user profile. This resource is specifically f…
109 …"subaccountId": "A String", # Subaccount ID of the user profile. This is a read-only field that ca…
110 …"name": "A String", # Name of the user profile. This is a required field. Must be less than 64 cha…
[all …]
Ddfareporting_v2_8.accountUserProfiles.html79 <p class="firstline">Gets one account user profile by ID.</p>
82 <p class="firstline">Inserts a new account user profile.</p>
91 <p class="firstline">Updates an existing account user profile. This method supports patch semantics…
94 <p class="firstline">Updates an existing account user profile.</p>
98 <pre>Gets one account user profile by ID.
101 profileId: string, User profile ID associated with this request. (required)
102 id: string, User profile ID. (required)
107 …{ # AccountUserProfiles contains properties of a DCM user profile. This resource is specifically f…
109 …"subaccountId": "A String", # Subaccount ID of the user profile. This is a read-only field that ca…
110 …"name": "A String", # Name of the user profile. This is a required field. Must be less than 64 cha…
[all …]
Danalytics_v3.provisioning.html89 …t ticket consists of the ticket ID and the basic information for the account, property and profile.
90 "profile": { # JSON template for an Analytics view (profile). # View (Profile) for the account.
91 …"currency": "A String", # The currency type associated with this view (profile), defaults to USD. …
93 …racking": True or False, # Indicates whether ecommerce tracking is enabled for this view (profile).
94 …rtyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
95 …"timezone": "A String", # Time zone for which this view (profile) has been configured. Time zones …
96 "id": "A String", # View (Profile) ID.
97 "accountId": "A String", # Account ID to which this view (profile) belongs.
98 …eringEnabled": True or False, # Indicates whether bot filtering is enabled for this view (profile).
100 …teSearchCategoryParameters": "A String", # Site search category parameters for this view (profile).
[all …]
Danalytics_v3.management.profileUserLinks.html79 <p class="firstline">Removes a user from the given view (profile).</p>
82 <p class="firstline">Adds a new user to the given view (profile).</p>
85 <p class="firstline">Lists profile-user links for a given view (profile).</p>
88 <p class="firstline">Updates permissions for an existing user on the given view (profile).</p>
92 <pre>Removes a user from the given view (profile).
97 profileId: string, View (Profile) ID to delete the user link for. (required)
104 <pre>Adds a new user to the given view (profile).
109 profileId: string, View (Profile) ID to create the user link for. (required)
115 "entity": { # Entity for this link. It can be an account, a web property, or a view (profile).
122 "profileRef": { # JSON template for a linked view (profile). # View (Profile) for this link.
[all …]
/external/adhd/cras/src/server/
Dcras_bt_profile.c53 struct cras_bt_profile *profile; in cras_bt_profile_handle_release() local
57 profile = cras_bt_profile_get(profile_path); in cras_bt_profile_handle_release()
58 if (!profile) in cras_bt_profile_handle_release()
61 profile->release(profile); in cras_bt_profile_handle_release()
86 struct cras_bt_profile *profile; in cras_bt_profile_handle_new_connection() local
106 profile = cras_bt_profile_get(profile_path); in cras_bt_profile_handle_new_connection()
107 if (!profile) in cras_bt_profile_handle_new_connection()
117 err = profile->new_connection(conn, profile, device, fd); in cras_bt_profile_handle_new_connection()
119 syslog(LOG_INFO, "%s new connection rejected", profile->name); in cras_bt_profile_handle_new_connection()
156 struct cras_bt_profile *profile; in cras_bt_profile_handle_request_disconnection() local
[all …]
Dcras_bt_io.c19 /* Extends cras_ionode to hold bluetooth profile information
20 * so that iodevs of different profile(A2DP or HFP/HSP) can be
24 * profile_dev - Pointer to the profile specific iodev.
25 * profile - The bluetooth profile profile_dev runs on.
30 unsigned int profile; member
35 * will be added to this virtual iodev for each profile supported
47 /* Returns the active profile specific iodev. */
55 /* Adds a profile specific iodev to btio. */
58 enum cras_bt_device_profile profile) in add_profile_dev() argument
78 n->profile = profile; in add_profile_dev()
[all …]
/external/dynamic_depth/internal/dynamic_depth/
Dprofile.cc1 #include "dynamic_depth/profile.h"
15 const char kNamespaceHref[] = "http://ns.google.com/photos/dd/1.0/profile/";
17 // Profile type names.
23 // Profile camera indices' sizes.
28 // Dynamic Depth Profile element and the size of the camera indices matches that
57 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()
73 LOG(ERROR) << "Profile must have a type"; in FromData()
[all …]
Dprofiles.cc14 LOG(ERROR) << "Namespace list is null or profile list is empty"; in GetNamespaces()
17 for (const auto& profile : profile_list_) { in GetNamespaces() local
18 profile->GetNamespaces(ns_name_href_map); in GetNamespaces()
23 std::vector<std::unique_ptr<Profile>>* profile_list) { in FromProfileArray()
25 LOG(ERROR) << "Profile list is empty"; in FromProfileArray()
45 std::unique_ptr<Profile> profile = Profile::FromDeserializer(*deserializer); in FromDeserializer() local
46 if (profile != nullptr) { in FromDeserializer()
47 profiles->profile_list_.emplace_back(std::move(profile)); in FromDeserializer()
57 const std::vector<const Profile*> Profiles::GetProfiles() const { in GetProfiles()
58 std::vector<const Profile*> profile_list; in GetProfiles()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SampleProfile/
Dsyntax.ll1 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/syntax.prof 2>&1 | FileCheck -check-…
2 ; RUN: not opt < %s -sample-profile -sample-profile-file=missing.prof 2>&1 | FileCheck -check-prefi…
3 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_fn_header.prof 2>&1 | FileCh…
4 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_sample_line.prof 2>&1 | File…
5 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_line_values.prof 2>&1 | File…
6 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_discriminator_value.prof 2>&…
7 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_samples.prof 2>&1 | FileChec…
8 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_mangle.prof 2>&1 >/dev/null
10 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/syntax.prof 2>&1 | FileCheck …
11 ; RUN: not opt < %s -passes=sample-profile -sample-profile-file=missing.prof 2>&1 | FileCheck -chec…
[all …]
/external/llvm/test/Transforms/SampleProfile/
Dsyntax.ll1 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/syntax.prof 2>&1 | FileCheck -check-…
2 ; RUN: not opt < %s -sample-profile -sample-profile-file=missing.prof 2>&1 | FileCheck -check-prefi…
3 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_fn_header.prof 2>&1 | FileCh…
4 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_sample_line.prof 2>&1 | File…
5 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_line_values.prof 2>&1 | File…
6 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_discriminator_value.prof 2>&…
7 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_samples.prof 2>&1 | FileChec…
8 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_mangle.prof 2>&1 >/dev/null
10 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/syntax.prof 2>&1 | FileCheck …
11 ; RUN: not opt < %s -passes=sample-profile -sample-profile-file=missing.prof 2>&1 | FileCheck -chec…
[all …]
/external/dng_sdk/source/
Ddng_camera_profile.h15 * Support for DNG camera color profile information.
17 * two sets of color profile information for a camera in the DNG file from that
22 * a profile for a reference camera. (ColorMatrix1 and ColorMatrix2 here.) The
54 /// \brief An ID for a camera profile consisting of a name and optional fingerprint.
67 /// Construct an invalid camera profile ID (empty name and fingerprint).
77 /// Construct a camera profile ID with the specified name and no fingerprint.
78 /// \param name The name of the camera profile ID.
89 /// Construct a camera profile ID with the specified name and no fingerprint.
90 /// \param name The name of the camera profile ID.
100 /// Construct a camera profile ID with the specified name and fingerprint.
[all …]
/external/autotest/client/cros/scripts/
Dprofile18 print cmd, 'create <name> - Create a profile called |name|.'
19 print cmd, 'push <name> - Push a previously created profile called |name|.'
20 print cmd, 'pop <name> - Pop a profile called |name|.'
21 print cmd, 'pop - Pop the top-most profile.'
22 print cmd, 'remove <name> - Remove a profile called |name| from disk.'
23 print cmd, 'clean - Pop and remove profiles above the default profile.'
25 print cmd, 'list-entries - List profile entries.'
27 'profile called |name| or all profiles if no name is given.'
32 """ Print profile_path and indicate if it is the active profile. """
34 print 'Profile: %s <== active' % profile_path
[all …]
/external/autotest/client/site_tests/network_ShillInitScripts/
Dmock_flimflam.py28 def CreateProfile(self, profile): argument
29 """ Creates a profile.
31 @param profile string name of profile to create.
34 self.add_method_call('CreateProfile', profile)
40 def RemoveProfile(self, profile): argument
41 """ Removes a profile.
43 @param profile string name of profile to remove.
46 self.add_method_call('RemoveProfile', profile)
51 def PushProfile(self, profile): argument
52 """ Pushes a profile.
[all …]
/external/swiftshader/
DSwiftShader.sln297 Profile|Win32 = Profile|Win32
298 Profile|x64 = Profile|x64
307 {7B02CB19-4CDF-4F79-BC9B-7F3F6164A003}.Profile|Win32.ActiveCfg = Profile|Win32
308 {7B02CB19-4CDF-4F79-BC9B-7F3F6164A003}.Profile|Win32.Build.0 = Profile|Win32
309 {7B02CB19-4CDF-4F79-BC9B-7F3F6164A003}.Profile|x64.ActiveCfg = Profile|x64
310 {7B02CB19-4CDF-4F79-BC9B-7F3F6164A003}.Profile|x64.Build.0 = Profile|x64
319 {28FD076D-10B5-4BD8-A4CF-F44C7002A803}.Profile|Win32.ActiveCfg = Profile|Win32
320 {28FD076D-10B5-4BD8-A4CF-F44C7002A803}.Profile|Win32.Build.0 = Profile|Win32
321 {28FD076D-10B5-4BD8-A4CF-F44C7002A803}.Profile|x64.ActiveCfg = Profile|x64
322 {28FD076D-10B5-4BD8-A4CF-F44C7002A803}.Profile|x64.Build.0 = Profile|x64
[all …]
/external/perf_data_converter/src/
Dbuilder.h26 #include "profile.pb.h"
36 // The caller should populate the profile with samples and their
42 // Adds a string to the profile string table if not already present.
46 // Adds a function with these attributes to the profile function
52 // Adds mappings for the currently running binary to the profile.
55 // Prepares the profile for encoding. Returns true on success.
56 // If the profile has no locations, inserts location using the
62 // Serializes and compresses the profile into a string, replacing
67 // Serializes and compresses a profile into a string, replacing its
70 static bool Marshal(const Profile &profile, string *output);
[all …]
/external/clang/test/Driver/
Dps4-runtime-flags.c3 // Test the profile runtime library to be linked for PS4 compiler.
6 …ang -target x86_64-scei-ps4 --coverage %s -### 2>&1 | FileCheck --check-prefix=CHECK-PS4-PROFILE %s
7 …-target x86_64-scei-ps4 -fprofile-arcs %s -### 2>&1 | FileCheck --check-prefix=CHECK-PS4-PROFILE %s
8 …lang -target x86_64-scei-ps4 -fno-profile-arcs -fprofile-arcs %s -### 2>&1 | FileCheck --check-pre…
9 …UN: %clang -target x86_64-scei-ps4 -fno-profile-arcs %s -### 2>&1 | FileCheck -check-prefix=CHECK-…
10 …get x86_64-scei-ps4 -fprofile-arcs -fno-profile-arcs %s -### 2>&1 | FileCheck --check-prefix=CHECK…
11 …get x86_64-scei-ps4 -fprofile-generate %s -### 2>&1 | FileCheck --check-prefix=CHECK-PS4-PROFILE %s
12 …: %clang -target x86_64-scei-ps4 -fno-profile-generate %s -### 2>&1 | FileCheck --check-prefix=CHE…
13 …x86_64-scei-ps4 -fprofile-generate=dir %s -### 2>&1 | FileCheck --check-prefix=CHECK-PS4-PROFILE %s
14 …6_64-scei-ps4 -fprofile-instr-generate %s -### 2>&1 | FileCheck --check-prefix=CHECK-PS4-PROFILE %s
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-profdata.rst1 llvm-profdata - Profile data tool
12 The :program:`llvm-profdata` tool is a small utility for working with profile
36 :program:`llvm-profdata merge` takes several profile data files
38 indexed profile data file.
40 By default profile data is merged without modification. This means that the
61 indexed profile data can't be written to standard output.
65 Specify an input file name along with a weight. The profile counts of the
79 Specify that the input profile is an instrumentation-based profile.
83 Specify that the input profile is a sample-based profile.
89 Emit the profile using a binary encoding. For instrumentation-based profile
[all …]
/external/llvm/docs/CommandGuide/
Dllvm-profdata.rst1 llvm-profdata - Profile data tool
12 The :program:`llvm-profdata` tool is a small utility for working with profile
36 :program:`llvm-profdata merge` takes several profile data files
38 indexed profile data file.
40 By default profile data is merged without modification. This means that the
61 indexed profile data can't be written to standard output.
65 Specify an input file name along with a weight. The profile counts of the
79 Specify that the input profile is an instrumentation-based profile.
83 Specify that the input profile is a sample-based profile.
89 Emit the profile using a binary encoding. For instrumentation-based profile
[all …]
/external/e2fsprogs/lib/support/
Dprof_err.et3 error_code PROF_VERSION, "Profile version 0.0"
9 error_code PROF_NO_SECTION, "Profile section not found"
10 error_code PROF_NO_RELATION, "Profile relation not found"
14 "A profile section header has a non-zero value"
15 error_code PROF_BAD_LINK_LIST, "Bad linked list in profile structures"
16 error_code PROF_BAD_GROUP_LVL, "Bad group level in profile structures"
18 "Bad parent pointer in profile structures"
19 error_code PROF_MAGIC_ITERATOR, "Bad magic value in profile iterator"
21 error_code PROF_EINVAL, "Invalid argument passed to profile library"
22 error_code PROF_READ_ONLY, "Attempt to modify read-only profile"
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h51 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) { in Profile() argument
52 profile.AddInteger((unsigned) SymbolRegionValueKind); in Profile()
53 profile.AddPointer(R); in Profile()
56 void Profile(llvm::FoldingSetNodeID& profile) override { in Profile() argument
57 Profile(profile, R); in Profile()
94 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S, in Profile() argument
97 profile.AddInteger((unsigned) SymbolConjuredKind); in Profile()
98 profile.AddPointer(S); in Profile()
99 profile.AddPointer(LCtx); in Profile()
100 profile.Add(T); in Profile()
[all …]
/external/antlr/runtime/Ruby/lib/antlr3/
Dprofile.rb36 module Profile module
37 =begin rdoc ANTLR3::Profile::ParserEvents
39 ANTLR3::Profile::ParserEvents expands basic debugging events for use by
40 recognition code generated by ANTLR when called with the <tt>-profile</tt>
50 def klass.profile?
66 def profile method
67 @debug_listener.profile
95 unless const_defined?( :Profile )
96 Profile = Struct.new( constant
107 class Profile class
[all …]
/external/python/cpython2/Tools/scripts/
Danalyze_dxp.py13 If you're running a script you want to profile, a simple way to get
40 def has_pairs(profile): argument
41 """Returns True if the Python that produced the argument profile
44 return len(profile) > 0 and isinstance(profile[0], list)
48 """Forgets any execution profile that has been gathered so far."""
50 sys.getdxp() # Resets the internal profile
73 """Returns the cumulative execution profile until this call."""
79 def common_instructions(profile): argument
86 if has_pairs(profile) and profile:
87 inst_list = profile[-1]
[all …]
/external/python/cpython3/Tools/scripts/
Danalyze_dxp.py12 If you're running a script you want to profile, a simple way to get
39 def has_pairs(profile): argument
40 """Returns True if the Python that produced the argument profile
43 return len(profile) > 0 and isinstance(profile[0], list)
47 """Forgets any execution profile that has been gathered so far."""
49 sys.getdxp() # Resets the internal profile
72 """Returns the cumulative execution profile until this call."""
78 def common_instructions(profile): argument
85 if has_pairs(profile) and profile:
86 inst_list = profile[-1]
[all …]

12345678910>>...124