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

1 2 3 4 5 6 78 91011>>

  /system/connectivity/shill/
static_ip_parameters_unittest.cc 239 TEST_F(StaticIpParametersTest, Profile) {
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...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 151 void Profile(llvm::FoldingSetNodeID &ID) const override {
212 void Profile(llvm::FoldingSetNodeID &ID) const {
    [all...]
StreamChecker.cpp 53 void Profile(llvm::FoldingSetNodeID &ID) const {
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 144 static void Profile(const SCEV &X, FoldingSetNodeID& ID) {
226 static void Profile(const SCEVPredicate &X, FoldingSetNodeID &ID) {
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_swvenc_mpeg4.cpp 242 /* set the profile and level */
    [all...]
  /hardware/qcom/media/msmcobalt/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/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
World.java 131 private Profile m_profile;
185 m_profile = new Profile();
1055 public Profile getProfile() {
    [all...]
Island.java 241 public void solve(Profile profile, TimeStep step, Vec2 gravity, boolean allowSleep) {
314 profile.solveInit.accum(timer.getMilliseconds());
329 profile.solveVelocity.accum(timer.getMilliseconds());
395 profile.solvePosition.accum(timer.getMilliseconds());
  /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...]
  /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);
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [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...]

Completed in 1841 milliseconds

1 2 3 4 5 6 78 91011>>