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

1 2 3 4 5 6 7 891011>>

  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 107 void Profile(llvm::FoldingSetNodeID &ID) const {
145 void Profile(llvm::FoldingSetNodeID &ID) const {
418 void Profile(llvm::FoldingSetNodeID &ID) const override {
    [all...]
DynamicTypePropagation.cpp 80 void Profile(llvm::FoldingSetNodeID &ID) const override {
    [all...]
LocalizationChecker.cpp 57 void Profile(llvm::FoldingSetNodeID &ID) const { ID.AddInteger(K); }
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 283 void BitsInit::Profile(FoldingSetNodeID &ID) const {
495 void ListInit::Profile(FoldingSetNodeID &ID) const {
    [all...]
  /system/connectivity/shill/wifi/
wifi_provider_unittest.cc 182 // of assigning a profile to |service|.
193 void CreateServicesFromProfile(Profile* profile) {
194 provider_.CreateServicesFromProfile(profile);
197 void LoadAndFixupServiceEntries(Profile* profile) {
198 provider_.LoadAndFixupServiceEntries(profile);
226 // Adds service to profile's storage. But does not set profile on the Service.
227 string AddServiceToProfileStorage(Profile* profile
    [all...]
wifi_provider.cc 42 #include "shill/profile.h"
119 void WiFiProvider::CreateServicesFromProfile(const ProfileRefPtr& profile) {
120 const StoreInterface* storage = profile->GetConstStorage();
151 // will be loaded from the profile into the service via ConfigureService().
159 // of opening the profile, we should initiate a WiFi scan, which will
169 // Only report service source metrics when a user profile is pushed.
171 // default profile and user profiles.
172 if (!profile->IsDefault()) {
221 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) {
226 if (!GetServiceParametersFromStorage(profile->GetConstStorage()
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp     [all...]
DeclTemplate.cpp 174 EntryType::Profile(ID,Args, getASTContext());
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 81 ModuleMacro::Profile(ID, Mod, II);
120 ModuleMacro::Profile(ID, Mod, II);
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp 485 Attr.Profile(ID);
618 AttributeSetImpl::Profile(ID, Attrs);
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 195 /// Record that a function we've visited has no profile data.
201 /// Record that a function we've visited has mismatched profile data.
226 void Profile(llvm::FoldingSetNodeID &id) const {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 216 X.getAsExpr()->Profile(ID1, Context, true);
217 Y.getAsExpr()->Profile(ID2, Context, true);
    [all...]
SemaOpenMP.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 384 State.Profile(ID);
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 209 glu::Profile profile = api == EGL_OPENGL_ES_API ? glu::PROFILE_ES : glu::PROFILE_CORE; local
247 profile = glu::PROFILE_COMPATIBILITY;
249 throw tcu::InternalError("Indeterminate OpenGL profile");
271 return glu::ContextType(majorVersion, minorVersion, profile, flags);
567 deInt32 profile = 0; local
569 gl.getIntegerv(GL_CONTEXT_PROFILE_MASK, &profile);
572 if (profile == GL_CONTEXT_COMPATIBILITY_PROFILE_BIT)
576 log << TestLog::Message << "Required OpenGL 3.0 or earlier. Got later version without compatibility profile." << TestLog::EndMessage;
589 deInt32 profile = 0 local
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 309 void Profile(FoldingSetNodeID &id) const;
    [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
VideoCallPresenter.java 174 * The URI for the user's profile photo, or {@code null} if not specified.
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/2.0.9/
maven-model-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/2.2.1/
maven-model-2.2.1.jar 
  /external/aac/libAACdec/src/
aacdecoder.cpp 429 && (tmpPce->Profile == 1) )
684 e.g. profile, sampling rate, number of channels found in the bitstream etc.
690 pStreamInfo->profile = -1;
832 // set profile and check for supported aot
833 // leave profile on default (=-1) for all other supported MPEG-4 aot's except aot=2 (=AAC-LC)
836 self->streamInfo.profile = 1;
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 678 * the requested profile, then an EGL_BAD_MATCH error is generated.
752 && dri2_ctx->base.Profile == EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR)
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 417 /// \param Canonical whether the profile should be based on the canonical
422 void Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context,
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 69 static void Profile(const SDVTListNode &X, FoldingSetNodeID& ID) {
    [all...]
SelectionDAGNodes.h 765 void Profile(FoldingSetNodeID &ID) const;
    [all...]

Completed in 1474 milliseconds

1 2 3 4 5 6 7 891011>>