/system/extras/libpagemap/ |
pm_memusage.c | 20 mu->vss = mu->rss = mu->pss = mu->uss = mu->swap = 0; 26 a->pss += b->pss;
|
pm_map.c | 68 usage.pss += (count >= 1) ? (map->proc->ker->pagesize / count) : (0); 119 ws.pss += (count >= 1) ? (map->proc->ker->pagesize / count) : (0);
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_components_factory_impl.cc | 135 ProfileSyncService* pss) { 136 RegisterCommonDataTypes(pss); 138 RegisterDesktopDataTypes(pss); 143 ProfileSyncService* pss) { 147 pss->RegisterDataTypeController( 148 new AutofillDataTypeController(this, profile_, pss)); 154 pss->RegisterDataTypeController( 155 new AutofillProfileDataTypeController(this, profile_, pss)); 161 pss->RegisterDataTypeController( 162 new BookmarkDataTypeController(this, profile_, pss)); [all...] |
profile_sync_service_factory.cc | 104 ProfileSyncService* pss = new ProfileSyncService( local 112 pss->factory()->RegisterDataTypes(pss); 113 pss->Initialize(); 114 return pss;
|
profile_sync_components_factory_impl.h | 29 virtual void RegisterDataTypes(ProfileSyncService* pss) OVERRIDE; 76 void RegisterDesktopDataTypes(ProfileSyncService* pss); 78 void RegisterCommonDataTypes(ProfileSyncService* pss);
|
profile_sync_components_factory_impl_unittest.cc | 94 scoped_ptr<ProfileSyncService> pss( 102 pss->factory()->RegisterDataTypes(pss.get()); 104 pss->GetDataTypeControllerStates(&controller_states); 116 scoped_ptr<ProfileSyncService> pss(new ProfileSyncService( 122 pss->factory()->RegisterDataTypes(pss.get()); 124 pss->GetDataTypeControllerStates(&controller_states);
|
profile_sync_components_factory.h | 73 virtual void RegisterDataTypes(ProfileSyncService* pss) = 0;
|
/external/chromium/chrome/browser/sync/ |
profile_sync_factory_impl.cc | 87 ProfileSyncService* pss = new ProfileSyncService( local 93 pss->RegisterDataTypeController( 94 new AppDataTypeController(this, profile_, pss)); 100 pss->RegisterDataTypeController( 101 new AutofillDataTypeController(this, profile_, pss)); 107 pss->RegisterDataTypeController( 108 new BookmarkDataTypeController(this, profile_, pss)); 114 pss->RegisterDataTypeController( 115 new ExtensionDataTypeController(this, profile_, pss)); 121 pss->RegisterDataTypeController [all...] |
profile_sync_factory_impl_unittest.cc | 77 scoped_ptr<ProfileSyncService> pss( 80 pss->GetDataTypeControllerStates(&controller_states); 93 scoped_ptr<ProfileSyncService> pss( 96 pss->GetDataTypeControllerStates(&controller_states);
|
/external/chromium_org/third_party/openssl/openssl/crypto/rsa/ |
rsa_ameth.c | 273 RSA_PSS_PARAMS *pss; local 281 pss = d2i_RSA_PSS_PARAMS(NULL, &p, plen); 283 if (!pss) 286 if (pss->maskGenAlgorithm) 288 ASN1_TYPE *param = pss->maskGenAlgorithm->parameter; 289 if (OBJ_obj2nid(pss->maskGenAlgorithm->algorithm) == NID_mgf1 298 return pss; 301 static int rsa_pss_param_print(BIO *bp, RSA_PSS_PARAMS *pss, 305 if (!pss) 307 if (BIO_puts(bp, " (INVALID PSS PARAMETERS)\n") <= 0 392 RSA_PSS_PARAMS *pss; local 467 RSA_PSS_PARAMS *pss; local 580 RSA_PSS_PARAMS *pss = NULL; local [all...] |
/external/openssl/crypto/rsa/ |
rsa_ameth.c | 273 RSA_PSS_PARAMS *pss; local 281 pss = d2i_RSA_PSS_PARAMS(NULL, &p, plen); 283 if (!pss) 286 if (pss->maskGenAlgorithm) 288 ASN1_TYPE *param = pss->maskGenAlgorithm->parameter; 289 if (OBJ_obj2nid(pss->maskGenAlgorithm->algorithm) == NID_mgf1 298 return pss; 301 static int rsa_pss_param_print(BIO *bp, RSA_PSS_PARAMS *pss, 305 if (!pss) 307 if (BIO_puts(bp, " (INVALID PSS PARAMETERS)\n") <= 0 392 RSA_PSS_PARAMS *pss; local 467 RSA_PSS_PARAMS *pss; local 580 RSA_PSS_PARAMS *pss = NULL; local [all...] |
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/ |
signed_in_devices_api.cc | 53 ProfileSyncService* pss, 55 ScopedVector<DeviceInfo> devices = pss->GetAllSignedInDevices(); 81 ProfileSyncService* pss = ProfileSyncServiceFactory::GetForProfile(profile); local 85 pss, 91 ProfileSyncService* pss = ProfileSyncServiceFactory::GetForProfile(profile); local 92 if (!pss) { 95 std::string guid = pss->GetLocalSyncCacheGUID();
|
signed_in_devices_api.h | 37 ProfileSyncService* pss,
|
signed_in_devices_manager.cc | 52 ProfileSyncService* pss = ProfileSyncServiceFactory::GetForProfile(profile_); local 53 if (pss) { 54 pss->AddObserverForDeviceInfoChange(this); 59 ProfileSyncService* pss = ProfileSyncServiceFactory::GetForProfile(profile_); local 60 if (pss) { 61 pss->RemoveObserverForDeviceInfoChange(this);
|
/frameworks/base/services/java/com/android/server/am/ |
ProcessMemInfo.java | 26 long pss; field in class:ProcessMemInfo
|
/frameworks/base/core/jni/ |
android_os_Debug.cpp | 112 int pss; member in struct:android::stats_t 153 // Container used to retrieve graphics memory pss 174 ssize_t pss = memtrack_proc_graphics_pss(p); local 175 if (pss < 0) { 176 ALOGW("failed to get graphics pss: %d", pss); 177 return pss; 179 graphics_mem->graphics = pss / 1024; 181 pss = memtrack_proc_gl_pss(p); 182 if (pss < 0) 224 unsigned size = 0, resident = 0, pss = 0, swappable_pss = 0; local 492 jlong pss = 0; local [all...] |
/system/extras/procmem/ |
procmem.c | 38 /* qsort compare function to compare maps by PSS */ 148 "Vss", "Rss", "Pss", "Uss", "ShCl", "ShDi", "PrCl", "PrDi", "Name"); 247 (long)mi->usage.pss / 1024, 259 (long)mi->usage.pss / 1024, 276 (long)total_usage.pss / 1024, 290 (long)total_usage.pss / 1024, 307 " -p Sort by PSS.\n" 319 if (mb->usage.pss < ma->usage.pss) return -1; 320 if (mb->usage.pss > ma->usage.pss) return 1 [all...] |
/system/extras/showmap/ |
showmap.c | 20 unsigned pss; member in struct:mapinfo 99 } else if (!strcmp(field, "Pss:")) { 100 mi->pss = size; 135 current->pss += map->pss; 223 printf(" size RSS PSS clean dirty clean dirty "); 251 unsigned pss = 0; local 271 pss += mi->pss; 284 mi->pss, [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_dirty_surfaces.h | 86 util_dirty_surfaces_use_for_sampling_with(struct pipe_context *pipe, struct util_dirty_surfaces *dss, struct pipe_sampler_view *psv, struct pipe_sampler_state *pss, util_dirty_surface_flush_t flush) 89 util_dirty_surfaces_use_levels_for_sampling(pipe, dss, (unsigned)pss->min_lod + psv->u.tex.first_level, 90 MIN2((unsigned)ceilf(pss->max_lod) + psv->u.tex.first_level, psv->u.tex.last_level), flush);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_dirty_surfaces.h | 86 util_dirty_surfaces_use_for_sampling_with(struct pipe_context *pipe, struct util_dirty_surfaces *dss, struct pipe_sampler_view *psv, struct pipe_sampler_state *pss, util_dirty_surface_flush_t flush) 89 util_dirty_surfaces_use_levels_for_sampling(pipe, dss, (unsigned)pss->min_lod + psv->u.tex.first_level, 90 MIN2((unsigned)ceilf(pss->max_lod) + psv->u.tex.first_level, psv->u.tex.last_level), flush);
|
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/ |
MemoryUsageTest.java | 44 * reports the total PSS in kilobytes of each processes. 171 int pss = 0; local 175 pss = getPss(processName); 176 Log.i(TAG, appName + "=" + pss); 177 if (pss < 0) { 181 pssData.add(pss); 183 results.putInt(mNameToResultKey.get(appName), pss); local
|
/system/extras/memtrack/ |
memtrack.h | 34 // Get the PSS information from the file data. If there are no more 35 // PSS values to be found, return false. 36 bool getPss(size_t *pss);
|
/system/extras/procrank/ |
procrank.c | 43 declare_sort(pss); variable 245 printf("%8s %7s %7s %7s ", "Vss", "Rss", "Pss", "Uss"); 267 total_pss += procs[i]->usage.pss; 276 procs[i]->usage.pss / 1024, 283 procs[i]->usage.pss / 1024, 340 " -p Sort by PSS.\n" 343 " (Default sort order is PSS.)\n" 429 create_sort(pss, numcmp)
|
/system/extras/librank/ |
librank.c | 62 declare_sort(pss); variable 245 {"pss", 0, 0, 'p'}, 378 printf(" %6s %6s %6s %6s %6s ", "RSStot", "VSS", "RSS", "PSS", "USS"); 392 printf("%6dK %6s %6s %6s %6s ", li->total_usage.pss / 1024, "", "", "", ""); 407 mi->usage.pss / 1024, 429 " -p Sort processes by PSS.\n" 432 " (Default sort order is PSS.)\n" 464 (*((struct library_info**)a))->total_usage.pss, 465 (*((struct library_info**)b))->total_usage.pss 479 create_sort(pss, numcmp [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
MemoryTracker.java | 45 public long[] pss = new long[256]; field in class:MemoryTracker.ProcessMemInfo 138 info.head = (info.head+1) % info.pss.length; 139 info.pss[info.head] = info.currentPss = dinfo.getTotalPss(); 143 // Log.v(TAG, "update: pid " + pid + " pss=" + info.currentPss + " uss=" + info.currentUss); 145 Log.v(TAG, "update: pid " + pid + " has pss=0, it probably died");
|