HomeSort by relevance Sort by last modified time
    Searched refs:pss (Results 1 - 25 of 49) sorted by null

1 2

  /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/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 46 ProfileSyncService* pss = ProfileSyncServiceFactory::GetForProfile(profile_); local
47 if (pss) {
48 pss->AddObserverForDeviceInfoChange(this);
53 ProfileSyncService* pss = ProfileSyncServiceFactory::GetForProfile(profile_); local
54 if (pss) {
55 pss->RemoveObserverForDeviceInfoChange(this);
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc 180 ProfileSyncService* pss) {
185 RegisterCommonDataTypes(disabled_types, enabled_types, pss);
187 RegisterDesktopDataTypes(disabled_types, enabled_types, pss);
210 ProfileSyncService* pss) {
214 pss->RegisterDataTypeController(
222 pss->RegisterDataTypeController(
230 pss->RegisterDataTypeController(
231 new BookmarkDataTypeController(this, profile_, pss));
238 pss->RegisterDataTypeController(
239 new TypedUrlDataTypeController(this, profile_, pss));
    [all...]
profile_sync_service_factory.cc 127 ProfileSyncService* pss = new ProfileSyncService( local
140 pss->factory()->RegisterDataTypes(pss);
141 pss->Initialize();
142 return pss;
profile_sync_components_factory_impl_unittest.cc 109 scoped_ptr<ProfileSyncService> pss(new ProfileSyncService(
122 pss->factory()->RegisterDataTypes(pss.get());
124 pss->GetDataTypeControllerStates(&controller_states);
138 scoped_ptr<ProfileSyncService> pss(new ProfileSyncService(
151 pss->factory()->RegisterDataTypes(pss.get());
153 pss->GetDataTypeControllerStates(&controller_states);
profile_sync_components_factory_impl.h 51 virtual void RegisterDataTypes(ProfileSyncService* pss) OVERRIDE;
90 ProfileSyncService* pss);
96 ProfileSyncService* pss);
profile_sync_components_factory.h 79 virtual void RegisterDataTypes(ProfileSyncService* pss) = 0;
  /frameworks/base/services/core/java/com/android/server/am/
ProcessMemInfo.java 26 long pss; field in class:ProcessMemInfo
  /frameworks/base/core/jni/
android_os_Debug.cpp 113 int pss; member in struct:android::stats_t
154 // Container used to retrieve graphics memory pss
175 ssize_t pss = memtrack_proc_graphics_pss(p); local
176 if (pss < 0) {
177 ALOGW("failed to get graphics pss: %zd", pss);
178 return pss;
180 graphics_mem->graphics = pss / 1024;
182 pss = memtrack_proc_gl_pss(p);
183 if (pss < 0)
225 unsigned size = 0, resident = 0, pss = 0, swappable_pss = 0; local
485 jlong pss = 0; local
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_exponential_backoff_test.cc 36 explicit ExponentialBackoffChecker(ProfileSyncService* pss)
37 : SingleClientStatusChangeChecker(pss) {
44 // Checks if backoff is complete. Called repeatedly each time PSS notifies
  /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;
137 current->pss += map->pss;
225 printf(" size RSS PSS clean dirty clean dirty ");
253 unsigned pss = 0; local
273 pss += mi->pss;
286 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);
  /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 44 declare_sort(pss); variable
247 printf("%8s %7s %7s %7s ", "Vss", "Rss", "Pss", "Uss");
269 total_pss += procs[i]->usage.pss;
278 procs[i]->usage.pss / 1024,
285 procs[i]->usage.pss / 1024,
342 " -p Sort by PSS.\n"
345 " (Default sort order is PSS.)\n"
431 create_sort(pss, numcmp)
  /frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
MemoryUsageTest.java 47 * reports the total PSS in kilobytes of each processes.
213 int pss = 0; local
217 pss = getPss(processName);
218 Log.i(TAG, appName + "=" + pss);
219 if (pss < 0) {
223 pssData.add(pss);
225 results.putInt(mNameToResultKey.get(appName), pss); local
  /system/extras/librank/
librank.c 62 declare_sort(pss); variable
246 {"pss", 0, 0, 'p'},
379 printf(" %6s %6s %6s %6s %6s ", "RSStot", "VSS", "RSS", "PSS", "USS");
393 printf("%6zdK %6s %6s %6s %6s ", li->total_usage.pss / 1024, "", "", "", "");
408 mi->usage.pss / 1024,
430 " -p Sort processes by PSS.\n"
433 " (Default sort order is PSS.)\n"
465 (*((struct library_info**)a))->total_usage.pss,
466 (*((struct library_info**)b))->total_usage.pss
480 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");
  /external/chromium_org/base/android/java/src/org/chromium/base/
PerfTraceEvent.java 290 int pss = memoryInfo.nativePss + memoryInfo.dalvikPss + memoryInfo.otherPss; local
291 traceObj.put("mem", pss);

Completed in 464 milliseconds

1 2