HomeSort by relevance Sort by last modified time
    Searched refs:profile (Results 51 - 75 of 1873) sorted by null

1 23 4 5 6 7 8 91011>>

  /build/make/core/clang/
TARGET_x86_64.mk 5 TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-x86_64-android.a
  /external/e2fsprogs/lib/support/
profile.h 2 * profile.h
48 * Used by the profile iterator in prof_get.c
62 (profile_t profile);
65 (profile_t profile, const char *def_string);
68 (profile_t profile, const char *name, const char *subname,
72 (profile_t profile, const char *name, const char *subname,
77 (profile_t profile, const char *name, const char *subname,
82 (profile_t profile, const char *name, const char *subname,
87 (profile_t profile, const char *name, const char *subname,
92 (profile_t profile, const char *const *names
    [all...]
  /external/v4l2_codec2/vda/
video_codecs.cc 13 std::string GetProfileName(VideoCodecProfile profile) {
14 switch (profile) {
56 return "dolby vision profile 0";
58 return "dolby vision profile 4";
60 return "dolby vision profile 5";
62 return "dolby vision profile 7";
  /frameworks/base/telephony/java/com/android/internal/telephony/euicc/
IGetProfileCallback.aidl 22 void onComplete(int resultCode, in EuiccProfileInfo profile);
ISwitchToProfileCallback.aidl 22 void onComplete(int resultCode, in EuiccProfileInfo profile);
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/
test.sh 14 go test -race -coverprofile=profile.out -covermode=$MODE $d
15 if [ -f profile.out ]; then
16 cat profile.out | grep -v "^mode: " >> coverage.txt
17 rm profile.out
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/
test.sh 14 go test -race -coverprofile=profile.out -covermode=$MODE $d
15 if [ -f profile.out ]; then
16 cat profile.out | grep -v "^mode: " >> coverage.txt
17 rm profile.out
  /packages/apps/Settings/src/com/android/settings/vpn2/
ConfigDialogFragment.java 52 private static final String ARG_PROFILE = "profile";
68 public static void show(VpnSettings parent, VpnProfile profile, boolean edit, boolean exists) {
72 args.putParcelable(ARG_PROFILE, profile);
112 VpnProfile profile = (VpnProfile) args.getParcelable(ARG_PROFILE); local
116 final Dialog dialog = new ConfigDialog(getActivity(), this, profile, editing, exists);
138 VpnProfile profile = (VpnProfile) options.getParcelable(ARG_PROFILE); local
139 connect(profile, isAlwaysOn);
146 VpnProfile profile = dialog.getProfile(); local
155 if (shouldConnect && !isConnected(profile) &&
158 opts.putParcelable(ARG_PROFILE, profile);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Initialize.h 51 // and profile. (Some still need to be added programmatically.)
69 virtual void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable) = 0;
71 virtual void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, const TBuiltInResource &resources) = 0;
91 void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable);
93 void identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, const TBuiltInResource &resources);
96 void add2ndGenerationSamplingImaging(int version, EProfile profile, const SpvVersion& spvVersion);
97 void addSubpassSampling(TSampler, const TString& typeName, int version, EProfile profile);
98 void addQueryFunctions(TSampler, const TString& typeName, int version, EProfile profile);
99 void addImageFunctions(TSampler, const TString& typeName, int version, EProfile profile);
100 void addSamplingFunctions(TSampler, const TString& typeName, int version, EProfile profile);
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 173 for (LocalBluetoothProfile profile : mCachedDevice.getConnectableProfiles()) {
174 CheckBox pref = createProfilePreference(profile);
176 if (!((profile instanceof PbapServerProfile) ||
177 (profile instanceof MapProfile))) {
181 if (profile instanceof A2dpProfile) {
183 A2dpProfile a2dpProfile = (A2dpProfile) profile;
193 refreshProfilePreference(pref, profile);
231 * Creates a checkbox preference for the particular profile. The key will be
232 * the profile's name.
234 * @param profile The profile for which the preference controls
263 askDisconnect(mManager.getForegroundActivity(), profile); local
    [all...]
  /external/autotest/client/site_tests/network_DefaultProfileCreation/
network_DefaultProfileCreation.py 16 """The Default Profile Creation class.
18 Wipe the default profile, start shill, and check that a default
19 profile has been created.
21 Test that the default profile contains default values for properties
25 DEFAULT_PROFILE_PATH = '/var/cache/shill/default.profile'
55 profile = None
59 profile = f.read()
60 if profile:
65 if profile is None:
66 raise error.TestFail('shill should load a profile within
    [all...]
  /frameworks/base/telephony/java/android/telephony/ims/
ImsCallSessionListener.java 50 public void callSessionProgressing(ImsStreamMediaProfile profile) {
52 mListener.callSessionProgressing(profile);
61 * @param profile the associated {@link ImsCallProfile}.
63 public void callSessionInitiated(ImsCallProfile profile) {
65 mListener.callSessionInitiated(profile);
104 * @param profile The associated {@link ImsCallProfile} of the call session that has been put
107 public void callSessionHeld(ImsCallProfile profile) {
109 mListener.callSessionHeld(profile);
131 * @param profile The {@link ImsCallProfile} associated with this IMS call session.
133 public void callSessionHoldReceived(ImsCallProfile profile) {
    [all...]
  /external/toolchain-utils/
perf-to-inst-page.sh 7 # the profile. After that, it calculates the offset of the addresses compared
14 # profile : output of 'perf report -D'
23 profile=$2
30 if ! [[ -e $profile ]] ; then
31 echo "error: profile does not exist" >&2; exit 1
51 test grep -A 2 PERF_RECORD_SAMPLE $profile | grep -A 1 -B 1 "thread: $binary" | \
  /external/adhd/cras/src/server/
cras_hfp_iodev.h 22 enum cras_bt_device_profile profile,
  /packages/services/Car/car-lib/src/android/car/
ICarBluetooth.aidl 25 boolean isPriorityDevicePresent(in int profile, in int priorityToCheck);
26 String getDeviceNameWithPriority(in int profile, in int priorityToCheck);
  /system/extras/perfprofd/dropbox/
dropbox.h 29 bool SendToDropbox(android::perfprofd::PerfprofdRecord* profile,
dropbox_host.cc 26 bool SendToDropbox(android::perfprofd::PerfprofdRecord* profile,
  /external/syslinux/gpxe/src/include/gpxe/
profile.h 39 * @ret delta Elapsed ticks since last call to profile().
41 * Call profile() both before and after the code you wish to measure.
46 * profile ( &profiler );
48 * printf ( "It took %ld ticks to execute\n", profile ( &profiler ) );
53 profile ( union profiler *profiler ) { function
65 * @ret delta Elapsed ticks since last call to profile().
71 * simple_profile() is equivalent to profile(&simple_profiler), where
73 * to each object which includes @c profile.h.
77 return profile ( &simple_profiler );
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioProfile.h 139 ssize_t add(const sp<AudioProfile> &profile)
141 ssize_t index = Vector::add(profile);
152 // for a profile with dynamic format, rate and channels attributes
155 // Check valid profile to add:
173 // Go through the list of profile to avoid duplicates
175 const sp<AudioProfile> &profile = itemAt(profileIndex); local
176 if (profile->isValid() && profile == profileToAdd) {
234 sp<AudioProfile> profile = itemAt(i); local
235 if (profile->getFormat() == format && profile->isDynamicChannels())
245 sp<AudioProfile> profile = itemAt(i); local
262 sp<AudioProfile> profile = new AudioProfile(formats[i], local
275 sp<AudioProfile> profile = itemAt(--i); local
302 sp<AudioProfile> profile = itemAt(i); local
321 sp<AudioProfile> profile = itemAt(i); local
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothAdapterProxy.java 34 int profile) {
38 return mBluetoothAdapter.getProfileProxy(context, listener, profile);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_decoder.c 36 vl_profile_supported(struct pipe_screen *screen, enum pipe_video_profile profile,
40 switch (u_reduce_video_profile(profile)) {
49 vl_level_supported(struct pipe_screen *screen, enum pipe_video_profile profile)
52 switch (profile) {
77 templat->profile,
86 switch (u_reduce_video_profile(temp.profile)) {
  /prebuilts/go/darwin-x86/src/runtime/pprof/
protomem_test.go 10 "runtime/pprof/internal/profile"
19 // addresses recorded in the "profile". The proto profile
31 t.Fatalf("writing profile: %v", err)
34 p, err := profile.Parse(&buf)
36 t.Fatalf("profile.Parse: %v", err)
39 periodType := &profile.ValueType{Type: "space", Unit: "bytes"}
40 sampleType := []*profile.ValueType{
46 samples := []*profile.Sample{
49 Location: []*profile.Location
    [all...]
  /prebuilts/go/linux-x86/src/runtime/pprof/
protomem_test.go 10 "runtime/pprof/internal/profile"
19 // addresses recorded in the "profile". The proto profile
31 t.Fatalf("writing profile: %v", err)
34 p, err := profile.Parse(&buf)
36 t.Fatalf("profile.Parse: %v", err)
39 periodType := &profile.ValueType{Type: "space", Unit: "bytes"}
40 sampleType := []*profile.ValueType{
46 samples := []*profile.Sample{
49 Location: []*profile.Location
    [all...]
  /external/autotest/client/site_tests/network_ShillInitScripts/
mock_flimflam.py 28 def CreateProfile(self, profile):
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):
41 """ Removes a profile.
43 @param profile string name of profile to remove.
46 self.add_method_call('RemoveProfile', profile)
    [all...]
  /frameworks/base/core/java/com/android/internal/net/
VpnProfile.java 125 VpnProfile profile = new VpnProfile(key); local
126 profile.name = values[0];
127 profile.type = Integer.parseInt(values[1]);
128 if (profile.type < 0 || profile.type > TYPE_MAX) {
131 profile.server = values[2];
132 profile.username = values[3];
133 profile.password = values[4];
134 profile.dnsServers = values[5];
135 profile.searchDomains = values[6]
    [all...]

Completed in 266 milliseconds

1 23 4 5 6 7 8 91011>>