HomeSort by relevance Sort by last modified time
    Searched refs:Profile (Results 151 - 175 of 279) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/include/clang/Analysis/
ProgramPoint.h 162 Profile(ID);
180 void Profile(llvm::FoldingSetNodeID& ID) const {
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 51 void Profile(llvm::FoldingSetNodeID &ID) const {
140 void Profile(llvm::FoldingSetNodeID &ID) const override {
PthreadLockChecker.cpp 47 void Profile(llvm::FoldingSetNodeID &ID) const {
  /external/compiler-rt/make/platform/
darwin_bni.mk 4 Configs := Debug Release Profile Static
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
EABDbUtil.java 242 if (ContactsContract.Profile.MIN_ID == Long.valueOf(contactId)) {
258 if (ContactsContract.Profile.MIN_ID == Long.valueOf(contactId)) {
260 logger.debug("Deleting Profile contact.");
266 logger.debug("Not a Profile contact. Do nothing.");
  /external/llvm/include/llvm/CodeGen/
DIE.h 51 /// Profile - Used to gather unique data for the abbreviation folding set.
53 void Profile(FoldingSetNodeID &ID) const;
95 /// Profile - Used to gather unique data for the abbreviation folding set.
97 void Profile(FoldingSetNodeID &ID) const;
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 305 // Profile 'State' to determine if we already have an existing node.
306 llvm::FoldingSetNodeID profile; local
309 NodeTy::Profile(profile, L, State, IsSink);
310 NodeTy* V = Nodes.FindNodeOrInsertPos(profile, InsertPos);
RangeConstraintManager.cpp 51 void Profile(llvm::FoldingSetNodeID &ID) const {
102 /// Profile - Generates a hash profile of this RangeSet for use
104 void Profile(llvm::FoldingSetNodeID &ID) const { ranges.Profile(ID); }
BugReporterVisitors.cpp 154 void Profile(llvm::FoldingSetNodeID &ID) const override {
409 void FindLastStoreBRVisitor ::Profile(llvm::FoldingSetNodeID &ID) const {
707 void TrackConstraintBRVisitor::Profile(llvm::FoldingSetNodeID &ID) const {
796 void SuppressInlineDefensiveChecksVisitor::Profile(FoldingSetNodeID &ID) const {
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 290 void Profile(FoldingSetNodeID &NID) const;
APSInt.h 323 /// Profile - Used to insert APSInt objects, or objects that contain APSInt
325 void Profile(FoldingSetNodeID& ID) const;
  /external/llvm/include/llvm/IR/
Attributes.h 160 void Profile(FoldingSetNodeID &ID) const {
  /external/v8/tools/
tickprocessor.js 35 Profile.call(this);
40 inherits(V8Profile, Profile);
65 case "": return Profile.CodeState.COMPILED;
66 case "~": return Profile.CodeState.OPTIMIZABLE;
67 case "*": return Profile.CodeState.OPTIMIZED;
150 var op = Profile.Operation;
436 // To show the same percentages as in the flat profile.
479 print('\n [Bottom up (heavy) profile]:');
491 profile, filterP, func) {
492 for (var i = 0, n = profile.length; i < n; ++i)
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupFinal.java 375 ContactsContract.Profile.CONTENT_URI,
376 new String[] {ContactsContract.Profile.DISPLAY_NAME_PRIMARY},
384 ContactsContract.Profile.DISPLAY_NAME_PRIMARY));
    [all...]
  /system/connectivity/shill/
manager.h 48 #include "shill/profile.h"
141 bool IsActiveProfile(const ProfileRefPtr& profile) const;
146 // Called via RPC call on Service (|to_set|) to set the "Profile" property.
148 const std::string& profile,
163 // Persists |to_update| into an appropriate profile.
215 // Set up the profile list starting with a default profile along with
218 // Create a profile. This does not affect the profile stack. Returns
219 // the RPC path of the created profile in |path|
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 1 //===---- StmtProfile.cpp - Profile implementation for Stmt ASTs ----------===//
10 // This file implements the Stmt::Profile method, which builds a unique bit
634 S->getValue().Profile(ID);
646 S->getValue().Profile(ID);
874 // Normally, we would not profile the source expressions of OVEs.
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 218 * that refer to the user's profile.
231 * Uri profileUri = ContactsContract.Profile.CONTENT_VCARD_URI;
410 * URI used for getting all directories from primary and managed profile.
412 * If the device has no managed profile that is linked to the current profile, it behaves
414 * If there is a managed profile linked to the current profile, it will merge
415 * managed profile and current profile's results and return.
417 * Note: this query returns primary profile results before managed profile results
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 471 void Profile(FoldingSetNodeID &ID) const;
604 void Profile(FoldingSetNodeID &ID) const;
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 190 autoload :Profile, 'antlr3/profile'
  /external/clang/include/clang/AST/
CanonicalType.h 182 void Profile(llvm::FoldingSetNodeID &ID) const {
TemplateBase.h 357 void Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context) const;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 104 inline void Profile(llvm::FoldingSetNodeID& ID) const {
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-settings-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.0.9/
maven-settings-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.2.1/
maven-settings-2.2.1.jar 

Completed in 5152 milliseconds

1 2 3 4 5 67 8 91011>>