HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 351 - 375 of 3978) sorted by null

<<11121314151617181920>>

  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.3.0-beta3/
builder-1.3.0-beta3-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.3.0-beta4/
builder-1.3.0-beta4-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.3.1/
builder-1.3.1-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.4.0-alpha1/
builder-1.4.0-alpha1-sources.jar 
  /docs/source.android.com/src/devices/
bluetooth.jd 90 <li><code>bt_av.h</code>: Includes the interface definition for the A2DP profile.</li>
91 <li><code>bt_gatt.h</code>, <code>bt_gatt_client.h</code>, and <code>bt_gatt_server.h</code>: These include the interface definition for the GATT profile.</li>
92 <li><code>bt_hf.h</code>: Includes the interface definition for the HFP profile.</li>
93 <li><code>bt_hh.h</code>: Includes the interface definition for the HID host profile.</li>
94 <li><code>bt_hl.h</code>: Includes the interface definition for the HDP profile.</li>
95 <li><code>bt_mce.h</code>: Includes the interface definition for the MAP profile.</li>
96 <li><code>bt_pan.h</code>: Includes the interface definition for the PAN profile.</li>
97 <li><code>bt_rc.h</code>: Includes the interface definition for the AVRCP profile.</li>
114 HAL interfaces provided by Android, you must supply an SDK add-on download to make the profile available to app developers,
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
main.py 72 "--profile",
74 dest="profile"
133 if options.profile:
135 import cProfile as profile namespace
137 import profile namespace
139 profile.runctx(
143 'profile.dat'
147 stats = pstats.Stats('profile.dat')
155 profiler = hotshot.Profile('hotshot.dat')
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
profile.py 40 log_filename='profile.log.tmp',
63 prof = hotshot.Profile(self.log_filename)
102 Profile a single function call.
129 If true, then don't actually profile anything. Useful for
154 return self.profile(self.func, *args, **kw)
158 def profile(self, func, *args, **kw): member in class:DecoratedProfile
161 prof = hotshot.Profile(prof_filename)
216 log_filename='profile.log.tmp',
219 Wrap the application in a component that will profile each
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DecoderConfigDescriptor.java 224 0x60 Visual ISO/IEC 13818-2 Simple Profile
225 0x61 Visual ISO/IEC 13818-2 Main Profile
226 0x62 Visual ISO/IEC 13818-2 SNR Profile
227 0x63 Visual ISO/IEC 13818-2 Spatial Profile
228 0x64 Visual ISO/IEC 13818-2 High Profile
229 0x65 Visual ISO/IEC 13818-2 422 Profile
230 0x66 Audio ISO/IEC 13818-7 Main Profile
231 0x67 Audio ISO/IEC 13818-7 LowComplexity Profile
232 0x68 Audio ISO/IEC 13818-7 Scaleable Sampling Rate Profile
ObjectDescriptorFactory.java 100 0x60 Visual ISO/IEC 13818-2 Simple Profile
101 0x61 Visual ISO/IEC 13818-2 Main Profile
102 0x62 Visual ISO/IEC 13818-2 SNR Profile
103 0x63 Visual ISO/IEC 13818-2 Spatial Profile
104 0x64 Visual ISO/IEC 13818-2 High Profile
105 0x65 Visual ISO/IEC 13818-2 422 Profile
106 0x66 Audio ISO/IEC 13818-7 Main Profile
107 0x67 Audio ISO/IEC 13818-7 LowComplexity Profile
108 0x68 Audio ISO/IEC 13818-7 Scaleable Sampling Rate Profile
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
SecurityControllerImpl.java 119 for (UserInfo profile : mUserManager.getProfiles(mCurrentUserId)) {
120 String name = mDevicePolicyManager.getProfileOwnerNameAsUser(profile.id);
140 for (UserInfo profile : mUserManager.getProfiles(mVpnUserId)) {
141 if (profile.id == mVpnUserId) {
144 VpnConfig cfg = mCurrentVpns.get(profile.id);
146 return getNameForVpnConfig(cfg, profile.getUserHandle());
154 for (UserInfo profile : mUserManager.getProfiles(mVpnUserId)) {
155 if (mCurrentVpns.get(profile.id) != null) {
180 // VPN for a restricted profile is routed through its owner user
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.pom 184 Profile for running the build using JDK 1.3
187 <profile>
199 </profile>
201 Profile for running the build using JDK 1.4
204 <profile>
214 </profile>
216 Profile to ensure correct version of JUnit is used if the default Java is 1.4
219 <profile>
227 </profile>
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.pom 184 Profile for running the build using JDK 1.3
187 <profile>
199 </profile>
201 Profile for running the build using JDK 1.4
204 <profile>
214 </profile>
216 Profile to ensure correct version of JUnit is used if the default Java is 1.4
219 <profile>
227 </profile>
  /system/bt/btif/src/
bluetooth.c 63 #define is_profile(profile, str) ((strlen(str) == strlen(profile)) && strncmp((const char *)profile, str, strlen(str)) == 0)
80 /* handsfree profile */
82 /* handsfree profile - client */
84 /* advanced audio profile */
89 /* hid host profile */
91 /* health device profile */
327 /* check for supported profile interfaces */
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
SetupProfileFragment.java 33 * This {@link Fragment} handles initiation of managed profile provisioning.
68 * Initiates the managed profile provisioning. If we already have a managed profile set up on
  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
SetupProfileFragment.java 32 * This {@link Fragment} handles initiation of managed profile provisioning.
67 * Initiates the managed profile provisioning. If we already have a managed profile set up on
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
SetupProfileFragment.java 33 * This {@link Fragment} handles initiation of managed profile provisioning.
68 * Initiates the managed profile provisioning. If we already have a managed profile set up on
  /developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
SetupProfileFragment.java 32 * This {@link Fragment} handles initiation of managed profile provisioning.
67 * Initiates the managed profile provisioning. If we already have a managed profile set up on
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
SetupProfileFragment.java 33 * This {@link Fragment} handles initiation of managed profile provisioning.
68 * Initiates the managed profile provisioning. If we already have a managed profile set up on
  /development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
SetupProfileFragment.java 32 * This {@link Fragment} handles initiation of managed profile provisioning.
67 * Initiates the managed profile provisioning. If we already have a managed profile set up on
  /device/lge/hammerhead/
audio_policy.conf 20 # Each module descriptor contains one or more output profile descriptors and zero or more
21 # input profile descriptors. Each profile lists all the parameters supported by a given output
  /device/moto/shamu/
audio_policy.conf 19 # Each module descriptor contains one or more output profile descriptors and zero or more
20 # input profile descriptors. Each profile lists all the parameters supported by a given output
  /external/llvm/include/llvm/ProfileData/
InstrProfWriter.h 29 /// Writer for instrumentation based profile data.
45 /// Write the profile to \c OS
47 /// Write the profile, returning the raw data. For testing.
  /hardware/intel/common/libva/test/basic/
testplan.txt 19 - Create & destroy config for each profile / entrypoint
26 a given profile / entrypoint
42 - Create and destroy a context for each profile / entrypoint
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
icmui.dlg 18 LTEXT "&Monitor Profile: (",stc1,30,68,148,8
21 LTEXT "Pri&nter Profile: (",stc2,30,98,148,8
27 LTEXT "Em&ulated device profile:",stc4,30,128,140,8
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis-parent/2.1/
objenesis-parent-2.1.pom 395 <profile>
438 </profile>
439 <profile>
461 </profile>
462 <profile>
468 </profile>
469 <profile>
475 </profile>
476 <profile>
482 </profile>
    [all...]

Completed in 2725 milliseconds

<<11121314151617181920>>