/external/llvm/lib/Support/ |
APSInt.cpp | 20 void APSInt::Profile(FoldingSetNodeID& ID) const { 22 APInt::Profile(ID);
|
/external/llvm/test/tools/llvm-cov/ |
showLineExecutionCounts.cpp | 29 // RUN: llvm-cov show %S/Inputs/lineExecutionCounts.covmapping -instr-profile %t.profdata -filename-equivalence %s | FileCheck -check-prefix=CHECK -check-prefix=WHOLE-FILE %s 30 // RUN: llvm-cov show %S/Inputs/lineExecutionCounts.covmapping -instr-profile %t.profdata -filename-equivalence -name=main %s | FileCheck -check-prefix=CHECK -check-prefix=FILTER %s
|
/external/llvm/test/tools/llvm-profdata/ |
compat.proftext | 1 # Compatibility tests for older profile format versions. These ensure 2 # that we don't break compatibility with an older profile version
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_video.h | 43 u_reduce_video_profile(enum pipe_video_profile profile) 45 switch (profile)
|
/external/objenesis/main/ |
pom.xml | 50 <profile>
76 </profile>
|
/external/sepolicy/ |
perfprofd.te | 1 # perfprofd - perf profile collection daemon 46 # simpleperf needs open/read any file that turns up in a profile
|
/frameworks/av/media/libstagefright/include/ |
avc_utils.h | 63 const char *AVCProfileToString(uint8_t profile); 66 unsigned profile, unsigned sampling_freq_index,
|
/frameworks/base/core/java/android/app/ |
ProfilerInfo.java | 30 /* Name of profile output file. */ 33 /* File descriptor for profile output file, can be null. */
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
OppProfile.java | 32 // Order of this profile in device profiles list 83 return 0; // OPP profile not displayed in UI
|
/packages/apps/Camera2/src/com/android/camera/stats/profiler/ |
GuardingProfile.java | 20 * A guarding profile will only write messages to a writer if the 23 * elapsed duration of the profile.
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
WidgetsAndShortcutNameComparator.java | 51 // Currently, there is no work profile shortcuts, hence only considering the widget cases. 59 // work profile, put that one in the back.
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ |
MdmReceivedSuccessReceiver.java | 32 * after profile owner or device owner provisioning is completed. 53 // Now cleanup the primary profile if necessary
|
/prebuilts/clang/linux-x86/host/3.6/ |
update.sh | 40 lib=${libdir}/libclang_rt.profile-${arch}-android.a 49 lib=${libdir}/libclang_rt.profile-${arch}.a
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven-profile/2.0.6/ |
maven-profile-2.0.6.pom | 29 <artifactId>maven-profile</artifactId> 30 <name>Maven Profile Model</name>
|
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-profile/2.0.7/ |
maven-profile-2.0.7.pom | 29 <artifactId>maven-profile</artifactId> 30 <name>Maven Profile Model</name>
|
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-profile/2.0.8/ |
maven-profile-2.0.8.pom | 29 <artifactId>maven-profile</artifactId>
30 <name>Maven Profile Model</name>
|
/prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.1/ |
objenesis-2.1.pom | 50 <profile>
76 </profile>
|
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-parent/1.7.2/ |
slf4j-parent-1.7.2.pom | 275 <profile>
280 </profile>
282 <profile>
300 </profile>
302 <profile>
343 </profile>
345 <profile>
365 </profile>
|
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-parent/1.7.5/ |
slf4j-parent-1.7.5.pom | 275 <profile>
280 </profile>
282 <profile>
300 </profile>
302 <profile>
343 </profile>
345 <profile>
365 </profile>
|
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-parent/1.7.7/ |
slf4j-parent-1.7.7.pom | 274 <profile>
279 </profile>
281 <profile>
299 </profile>
301 <profile>
342 </profile>
344 <profile>
364 </profile>
|
/sdk/eclipse/ |
pom.xml | 28 The following profiles allow us to change the build environment easily. The first profile uses 29 the target platform as present inside the Android tree's out folder, while the other profile 32 The first profile is automatically activated if the ANDROID_OUT system property is set: 34 The other profile can be tested out by: 38 <profile> 91 </profile> 92 <profile> 101 </profile>
|
/system/bt/stack/include/ |
profiles_api.h | 32 #define GAP_ERR_GRP 0x0100 /* base offset for GAP profile */ 33 #define SPP_ERR_GRP 0x0200 /* base offset for serial port profile */
|
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/25/ |
commons-parent-25.pom | 604 Profile for Commons releases via Nexus.
607 <profile>
691 </profile>
693 <profile>
774 </profile>
777 profile to update the Apache parent pom profile of the same name
781 <profile>
822 </profile>
825 Profile for running the build using JDK 1.3 [all...] |
/developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/ |
MainActivity.java | 35 * types and custom. When launched under a restricted profile, this activity displays app 40 * 2. Create a restricted profile, if one doesn't exist already. 41 * 3. Open the profile settings, locate the sample app, and tap the app restriction settings 43 * 4. In the lock screen, switch to the user's restricted profile, launch this sample app, 80 // If app restrictions are set for this package, when launched from a restricted profile, 90 // An app can utilize these settings to restrict its content under a restricted profile.
|
/developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/ |
MainActivity.java | 35 * types and custom. When launched under a restricted profile, this activity displays app 40 * 2. Create a restricted profile, if one doesn't exist already. 41 * 3. Open the profile settings, locate the sample app, and tap the app restriction settings 43 * 4. In the lock screen, switch to the user's restricted profile, launch this sample app, 80 // If app restrictions are set for this package, when launched from a restricted profile, 90 // An app can utilize these settings to restrict its content under a restricted profile.
|