/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...] |
CGBlocks.cpp | [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/Checkers/ |
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/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 | 172 * 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 | |
/system/connectivity/shill/wifi/ |
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/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/clang/lib/AST/ |
DeclTemplate.cpp | 174 EntryType::Profile(ID,Args, getASTContext()); [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...] |
/external/llvm/lib/CodeGen/ |
MachineInstr.cpp | 507 /// Profile - Gather unique data for the object. 509 void MachineMemOperand::Profile(FoldingSetNodeID &ID) const { [all...] |
/external/llvm/lib/IR/ |
LegacyPassManager.cpp | 587 AUFoldingSetNode::Profile(ID, AU); [all...] |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
maven-model-3.2.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/3.2.1/ |
maven-model-3.2.1.jar | |
/external/libvorbis/doc/ |
01-introduction.tex | 123 \subsubsection{Hardware Profile}
|