/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
omx_swvenc_mpeg4.cpp | 242 /* set the profile and level */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
msimcsdk.h | 226 virtual HRESULT WINAPI CreateContext(VARIANT Profile,VARIANT Flags,IDispatch **ppInterface) = 0; 244 HRESULT (WINAPI *CreateContext)(IMSIMHost *This,VARIANT Profile,VARIANT Flags,IDispatch **ppInterface); 264 #define IMSIMHost_CreateContext(This,Profile,Flags,ppInterface) (This)->lpVtbl->CreateContext(This,Profile,Flags,ppInterface) 273 HRESULT WINAPI IMSIMHost_CreateContext_Proxy(IMSIMHost *This,VARIANT Profile,VARIANT Flags,IDispatch **ppInterface); [all...] |
ntsecapi.h | [all...] |
/external/clang/include/clang/AST/ |
ASTContext.h | 196 void Profile(llvm::FoldingSetNodeID &ID) { Profile(ID, Parm); } 198 static void Profile(llvm::FoldingSetNodeID &ID, [all...] |
/external/pdfium/third_party/lcms2-2.6/src/ |
cmsio0.c | 28 // Generic I/O, tag dictionary management, profile struct 39 // header. Then, whole profile is serialized across NULL IOhandler and a second pass 174 cmsSignalError(iohandler ->ContextID, cmsERROR_SEEK, "Too few data; probably corrupted profile"); 235 // a copy of the memory block for letting user to free the memory after invoking open profile. In write 254 cmsSignalError(ContextID, cmsERROR_READ, "Couldn't read profile from NULL pointer"); 263 cmsSignalError(ContextID, cmsERROR_READ, "Couldn't allocate %ld bytes for profile", size); 519 int SearchOneTag(_cmsICCPROFILE* Profile, cmsTagSignature sig) 523 for (i=0; i < Profile -> TagCount; i++) { 525 if (sig == Profile -> TagNames[i]) 541 // Search for given tag in ICC profile director [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
ContactSaveService.java | 45 import android.provider.ContactsContract.Profile; 473 // Since the profile supports local raw contacts, which may have been completely 475 // get the lookup URI for the profile contact (if it still exists). 476 Cursor c = resolver.query(Profile.CONTENT_URI, 545 // Update the new state to use profile URIs if appropriate. 578 // is now null). For local contacts or the local profile, it's possible that the [all...] |
/system/connectivity/shill/ |
manager_unittest.cc | 207 void AdoptProfile(Manager* manager, ProfileRefPtr profile) { 208 manager->profiles_.push_back(profile); 223 Profile* CreateProfileForManager(Manager* manager) { 224 Profile::Identifier id("rather", "irrelevant"); 228 Profile* profile(new Profile( 230 profile->set_storage(storage.release()); // Passes ownership of "storage". 231 return profile; // Passes ownership of "profile" 608 MockProfile* profile = local 611 AdoptProfile(manager(), profile); \/\/ Passes ownership. local 629 MockProfile* profile = local 631 AdoptProfile(manager(), profile); \/\/ Passes ownership. local 876 ProfileRefPtr profile = manager()->LookupProfileByRpcIdentifier(kProfileName); local 1227 AdoptProfile(manager(), profile); local 1449 AdoptProfile(manager(), profile); local 1711 AdoptProfile(manager(), profile); local 1727 AdoptProfile(manager(), profile); local 1784 AdoptProfile(manager(), profile); local 1799 AdoptProfile(manager(), profile); local 1821 AdoptProfile(manager(), profile); \/\/ This is now the active profile. local 2907 AdoptProfile(manager(), profile); local 3039 AdoptProfile(manager(), profile); local 3088 AdoptProfile(manager(), profile); local [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactsProvider2Test.java | 62 import android.provider.ContactsContract.Profile; [all...] |
/external/clang/lib/AST/ |
NestedNameSpecifier.cpp | 31 Mockup.Profile(ID);
|
ASTDiagnostic.cpp | [all...] |
/external/clang/lib/Sema/ |
AnalysisBasedWarnings.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
StreamChecker.cpp | 53 void Profile(llvm::FoldingSetNodeID &ID) const {
|
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...] |
/packages/apps/Camera2/src/com/android/camera/ |
CameraActivity.java | 129 import com.android.camera.stats.profiler.Profile; 1431 Profile profile = mProfiler.create("CameraActivity.onCreateTasks").start(); local 1799 Profile profile = mProfiler.create("CameraActivity.onPause").start(); local 1963 Profile profile = mProfiler.create("CameraActivity.resume").start(); local [all...] |
/external/aac/libMpegTPDec/src/ |
tpdec_asc.cpp | 190 pPce->Profile = (UCHAR) FDKreadBits(bs,2); 370 pPce->Profile = 1; /* Set AAC LC because it is the only supported object type. */ [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar | |
/external/llvm/lib/Support/ |
Triple.cpp | 323 unsigned Profile = ARM::parseArchProfile(ArchName); 325 if (Profile == ARM::PK_M && Version == 6) { [all...] |
/external/v8/test/mjsunit/tools/ |
profile.js | 29 // Files: tools/splaytree.js tools/codemap.js tools/consarray.js tools/profile.js 53 function countNodes(profile, traverseFunc) { 55 traverseFunc.call(profile, function () { count++; }); 61 this.profile = new Profile(); 75 this.profile.addLibrary('lib1', 0x11000, 0x12000); 76 this.profile.addStaticCode('lib1-f1', 0x11100, 0x11900); 77 this.profile.addStaticCode('lib1-f2', 0x11200, 0x11500); 78 this.profile.addLibrary('lib2', 0x21000, 0x22000); 79 this.profile.addStaticCode('lib2-f1', 0x21100, 0x21900) 314 var profile = testDriver.profile.getTopDownProfile('lib2-f1'); variable [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar | |
/external/clang/lib/StaticAnalyzer/Core/ |
BugReporter.cpp | [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...] |
/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...] |