HomeSort by relevance Sort by last modified time
    Searched refs:profile (Results 176 - 200 of 1672) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipAccountRegistry.java 39 AccountEntry(SipProfile profile) {
40 mProfile = profile;
48 * Starts the SIP service associated with the SIP profile.
58 if (VERBOSE) log("startSipService, profile: " + mProfile);
60 // Stop the Sip service for the profile if it is already running. This is important
64 // Start the sip service for the profile.
76 log("startSipService, profile: " + mProfile.getProfileName() +
83 * Stops the SIP service associated with the SIP profile. The {@code SipAccountRegistry} is
95 log("stopSipService, stop failed for profile: " + mProfile.getUriString() +
133 SipProfile profile = profileDb.retrieveSipProfileFromName(profileName) local
    [all...]
SipSettings.java 52 * The PreferenceActivity class for managing sip profile preferences.
68 private SipProfile mProfile; // profile that's being edited
97 log("SipPreference.updateSummary, profile uid: " + profileUid +
168 SipProfile profile = intent.getParcelableExtra(KEY_SIP_PROFILE); local
170 if (VERBOSE) log("onActivityResult, new: " + profile.getProfileName());
171 addProfile(profile);
175 log("onActivityResult, can not handle the profile: " + e);
194 private String getProfileName(SipProfile profile) {
195 String profileName = profile.getProfileName();
197 profileName = profile.getUserName() + "@" + profile.getSipDomain()
248 SipProfile profile = getProfileFromList(activeProfile); local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/fetch/
fetch.go 5 // Package fetch provides an extensible mechanism to fetch a profile
21 "internal/pprof/profile"
25 // profile.
26 func FetchProfile(source string, timeout time.Duration) (*profile.Profile, error) {
31 func Fetcher(source string, timeout time.Duration, ui plugin.UI) (*profile.Profile, error) {
45 return profile.Parse(f)
48 // FetchURL fetches a profile from a URL using HTTP.
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/fetch/
fetch.go 5 // Package fetch provides an extensible mechanism to fetch a profile
21 "internal/pprof/profile"
25 // profile.
26 func FetchProfile(source string, timeout time.Duration) (*profile.Profile, error) {
31 func Fetcher(source string, timeout time.Duration, ui plugin.UI) (*profile.Profile, error) {
45 return profile.Parse(f)
48 // FetchURL fetches a profile from a URL using HTTP.
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothProfileManager.java 95 * Mapping from profile name, e.g. "HEADSET" to profile object.
132 if(DEBUG) Log.d(TAG, "Adding local MAP profile");
143 //Create PBAP server profile, but do not add it to list of profiles
144 // as we do not need to monitor the profile as part of profile list
151 * Initialize or update the local profile objects. If a UUID was previously
153 * profile object as it might be referenced elsewhere, or the UUID might
154 * come back and we don't want multiple copies of the profile objects.
161 if(DEBUG) Log.d(TAG, "Adding local A2DP SRC profile");
361 LocalBluetoothProfile profile = mHeadsetProfile; local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/src/
compiler.cc 38 // given version and profile.
39 inline bool LineDirectiveIsForNextLine(int version, EProfile profile) {
40 return profile == EEsProfile || version >= 330;
118 // profile.
120 EProfile profile; local
121 std::tie(version, profile) = DeduceVersionProfile(preprocessed_shader);
122 const bool is_for_next_line = LineDirectiveIsForNextLine(version, profile);
216 void Compiler::SetForcedVersionProfile(int version, EProfile profile) {
218 default_profile_ = profile;
331 EProfile profile;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutAndWidgetContainer.java 91 DeviceProfile profile = mLauncher.getDeviceProfile(); local
93 profile.appWidgetScale.x, profile.appWidgetScale.y);
112 final DeviceProfile profile = mLauncher.getDeviceProfile(); local
116 profile.appWidgetScale.x, profile.appWidgetScale.y);
123 int cellPaddingX = (int) (profile.edgeMarginPx / 2f);
153 DeviceProfile profile = mLauncher.getDeviceProfile(); local
154 float scaleX = profile.appWidgetScale.x;
155 float scaleY = profile.appWidgetScale.y
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
genvk.py 24 # profile - enable Python profiling
32 profile = False variable
57 elif (arg == '-profile'):
58 write('Enabling profiling (-profile)', file=sys.stderr)
59 profile = True variable
164 profile = None,
192 profile = None,
216 profile = None,
234 profile = None,
253 profile = None
    [all...]
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java 162 VpnProfile profile = new VpnProfile(Long.toHexString(millis)); local
163 ConfigDialogFragment.show(this, profile, true /* editing */, false /* exists */);
294 for (VpnProfile profile : vpnProfiles) {
295 LegacyVpnPreference p = mSettings.findOrCreatePreference(profile, true);
296 if (connectedLegacyVpns.containsKey(profile.key)) {
297 p.setState(connectedLegacyVpns.get(profile.key).state);
301 p.setAlwaysOn(lockdownVpnKey != null && lockdownVpnKey.equals(profile.key));
363 VpnProfile profile = pref.getProfile(); local
364 if (mConnectedLegacyVpn != null && profile.key.equals(mConnectedLegacyVpn.key) &&
373 ConfigDialogFragment.show(this, profile, false /* editing */, true /* exists */)
556 final VpnProfile profile = VpnProfile.decode(key, keyStore.get(Credentials.VPN + key)); local
    [all...]
  /external/ImageMagick/www/api/
profile.php 55 <p class="text-center"><a href="profile.php#CloneImageProfiles">CloneImageProfiles</a> &bull; <a href="profile.php#DeleteImageProfile">DeleteImageProfile</a> &bull; <a href="profile.php#DestroyImageProfiles">DestroyImageProfiles</a> &bull; <a href="profile.php#GetImageProfile">GetImageProfile</a> &bull; <a href="profile.php#GetNextImageProfile">GetNextImageProfile</a> &bull; <a href="profile.php#ProfileImage">ProfileImage</a> &bull; <a href="profile.php#RemoveImageProfile">RemoveImageProfile</a> &bull; <a href="profile.php#ResetImageProfileIterator">ResetImageProfileIterator</a> &bull; <a href="profile.php#SetImageProfile">SetImageProfile</a> &bull; <a href="profile.php#SyncImageProfiles">SyncImageProfiles</a></p
    [all...]
  /frameworks/native/opengl/tools/glgen2/registry/
genheaders.py 29 # profile - enable Python profiling
37 profile = False variable
61 elif (arg == '-profile'):
62 write('Enabling profiling (-profile)', file=sys.stderr)
63 profile = True variable
197 '/* glcorearb.h is for use with OpenGL core profile implementations.',
201 '** glcorearb.h includes only APIs in the latest OpenGL core profile',
203 '** can be supported by the core profile. It does not, and never will',
204 '** include functionality removed from the core profile, such as',
273 profile = 'compatibility'
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/trace/
pprof.go 12 "internal/pprof/profile"
35 // pprofIO generates IO pprof-like profile (time spent in IO wait).
55 // pprofBlock generates blocking pprof-like profile (time spent blocked on synchronization primitives).
81 // pprofSyscall generates syscall pprof-like profile (time spent blocked in syscalls).
101 // pprofSched generates scheduler latency pprof-like profile
123 // serveSVGProfile serves pprof-like profile generated by prof as svg.
137 http.Error(w, fmt.Sprintf("failed to generate profile: %v", err), http.StatusInternalServerError)
159 func buildProfile(prof map[uint64]Record) *profile.Profile {
160 p := &profile.Profile
    [all...]
  /prebuilts/go/linux-x86/src/cmd/trace/
pprof.go 12 "internal/pprof/profile"
35 // pprofIO generates IO pprof-like profile (time spent in IO wait).
55 // pprofBlock generates blocking pprof-like profile (time spent blocked on synchronization primitives).
81 // pprofSyscall generates syscall pprof-like profile (time spent blocked in syscalls).
101 // pprofSched generates scheduler latency pprof-like profile
123 // serveSVGProfile serves pprof-like profile generated by prof as svg.
137 http.Error(w, fmt.Sprintf("failed to generate profile: %v", err), http.StatusInternalServerError)
159 func buildProfile(prof map[uint64]Record) *profile.Profile {
160 p := &profile.Profile
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/mediarecorder/
MainActivity.java 153 // Use the same size for recording profile.
154 CamcorderProfile profile = CamcorderProfile.get(CamcorderProfile.QUALITY_HIGH); local
155 profile.videoFrameWidth = optimalSize.width;
156 profile.videoFrameHeight = optimalSize.height;
159 parameters.setPreviewSize(profile.videoFrameWidth, profile.videoFrameHeight);
184 mMediaRecorder.setProfile(profile);
  /developers/samples/android/media/MediaRecorder/Application/src/main/java/com/example/android/mediarecorder/
MainActivity.java 153 // Use the same size for recording profile.
154 CamcorderProfile profile = CamcorderProfile.get(CamcorderProfile.QUALITY_HIGH); local
155 profile.videoFrameWidth = optimalSize.width;
156 profile.videoFrameHeight = optimalSize.height;
159 parameters.setPreviewSize(profile.videoFrameWidth, profile.videoFrameHeight);
184 mMediaRecorder.setProfile(profile);
  /development/samples/browseable/MediaRecorder/src/com.example.android.mediarecorder/
MainActivity.java 154 // Use the same size for recording profile.
155 CamcorderProfile profile = CamcorderProfile.get(CamcorderProfile.QUALITY_HIGH); local
156 profile.videoFrameWidth = optimalSize.width;
157 profile.videoFrameHeight = optimalSize.height;
160 parameters.setPreviewSize(profile.videoFrameWidth, profile.videoFrameHeight);
185 mMediaRecorder.setProfile(profile);
  /external/autotest/client/site_tests/network_BasicProfileProperties/
network_BasicProfileProperties.py 49 # The last profile should be the one we just created.
50 profile = profiles[-1]
52 profile.GetProperties(utf8_strings=True))
53 logging.debug('Profile properties: %r.', profile_properties)
57 raise error.TestFail('Found unexpected top profile with name '
67 raise error.TestFail('Missing ethernet entry %s from profile.' %
70 entry = profile.GetEntry(ethernet_entry_key)
  /external/boringssl/src/ssl/
d1_srtp.c 175 const SRTP_PROTECTION_PROFILE *profile; local
176 if (!find_profile_by_name(ptr, &profile,
182 if (!sk_SRTP_PROTECTION_PROFILE_push(profiles, profile)) {
  /external/skia/src/effects/
GrCircleBlurFragmentProcessor.cpp 78 // w - the inverse of the distance over which the profile texture is stretched.
197 // This function creates a profile of a blurred circle. It does this by computing a kernel for
201 // of the profile being computed. Then for each of the n profile entries we walk out k steps in each
203 // sum these values to compute the profile entry.
213 // Number of x steps at which to apply kernel in y to cover all the profile samples in x.
241 uint8_t* profile = new uint8_t[profileWidth]; local
246 // Populate the profile from the right edge to the middle.
250 profile[profileWidth - i - 1] = SkUnitScalarClampToByte(sum);
252 // Populate the profile from the middle to the left edge (by flipping the half kernel an
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
MemoryPowerCalculator.java 13 public MemoryPowerCalculator(PowerProfile profile) {
14 int numBuckets = profile.getNumElements(PowerProfile.POWER_MEMORY);
17 powerAverages[i] = profile.getAveragePower(PowerProfile.POWER_MEMORY, i);
40 Log.d(TAG, "Converted power profile number from "
  /external/vogar/src/vogar/target/
MainRunnerFactory.java 31 TestEnvironment testEnvironment, int timeoutSeconds, boolean profile,
  /external/vogar/test/vogar/target/
TestRunnerProperties.java 33 boolean profile() default false;
37 String profileFile() default "default-profile-file";

Completed in 2517 milliseconds

1 2 3 4 5 6 78 91011>>