Searched defs:pss (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_exponential_backoff_test.cc36 explicit ExponentialBackoffChecker(ProfileSyncService* pss) argument
37 : SingleClientStatusChangeChecker(pss) {
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
H A Dsigned_in_devices_api.cc99 ProfileSyncService* pss = ProfileSyncServiceFactory::GetForProfile(profile); local
100 if (!pss) {
104 LocalDeviceInfoProvider* local_device = pss->GetLocalDeviceInfoProvider();
H A Dsigned_in_devices_manager.cc46 ProfileSyncService* pss = ProfileSyncServiceFactory::GetForProfile(profile_); local
47 if (pss && pss->GetDeviceInfoTracker()) {
48 pss->GetDeviceInfoTracker()->AddObserver(this);
53 ProfileSyncService* pss = ProfileSyncServiceFactory::GetForProfile(profile_); local
54 if (pss && pss->GetDeviceInfoTracker()) {
55 pss->GetDeviceInfoTracker()->RemoveObserver(this);
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_factory.cc135 ProfileSyncService* pss = new ProfileSyncService( local
148 pss->factory()->RegisterDataTypes(pss);
149 pss->Initialize();
150 return pss;
H A Dprofile_sync_components_factory_impl.cc175 ProfileSyncService* pss) {
180 RegisterCommonDataTypes(disabled_types, enabled_types, pss);
182 RegisterDesktopDataTypes(disabled_types, enabled_types, pss);
189 ProfileSyncService* pss) {
191 pss->RegisterDataTypeController(new DeviceInfoDataTypeController(
195 pss->GetLocalDeviceInfoProvider()));
200 pss->RegisterDataTypeController(
207 pss->RegisterDataTypeController(
214 pss->RegisterDataTypeController(
215 new BookmarkDataTypeController(this, profile_, pss));
174 RegisterDataTypes( ProfileSyncService* pss) argument
186 RegisterCommonDataTypes( syncer::ModelTypeSet disabled_types, syncer::ModelTypeSet enabled_types, ProfileSyncService* pss) argument
294 RegisterDesktopDataTypes( syncer::ModelTypeSet disabled_types, syncer::ModelTypeSet enabled_types, ProfileSyncService* pss) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_dirty_surfaces.h86 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) argument
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/
H A Du_dirty_surfaces.h86 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) argument
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/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
H A Drbug_core.c107 struct pipe_shader_state pss; local
108 memset(&pss, 0, sizeof(pss));
109 pss.tokens = tokens;
113 state = pipe->create_fs_state(pipe, &pss);
116 state = pipe->create_vs_state(pipe, &pss);
119 state = pipe->create_gs_state(pipe, &pss);
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_core.c107 struct pipe_shader_state pss; local
108 memset(&pss, 0, sizeof(pss));
109 pss.tokens = tokens;
113 state = pipe->create_fs_state(pipe, &pss);
116 state = pipe->create_vs_state(pipe, &pss);
119 state = pipe->create_gs_state(pipe, &pss);
/external/openssl/crypto/rsa/
H A Drsa_ameth.c273 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, argument
305 if (!pss)
318 if (pss
392 RSA_PSS_PARAMS *pss; local
467 RSA_PSS_PARAMS *pss; local
580 RSA_PSS_PARAMS *pss = NULL; local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/evp/
H A Dp_rsa_asn1.c281 RSA_PSS_PARAMS *pss; local
290 pss = d2i_RSA_PSS_PARAMS(NULL, &p, plen);
292 if (!pss) {
296 *pmaskHash = rsa_mgf1_decode(pss->maskGenAlgorithm);
298 return pss;
301 static int rsa_pss_param_print(BIO *bp, RSA_PSS_PARAMS *pss, argument
305 if (!pss) {
318 if (pss->hashAlgorithm) {
319 if (i2a_ASN1_OBJECT(bp, pss->hashAlgorithm->algorithm) <= 0) {
332 if (pss
388 RSA_PSS_PARAMS *pss; local
530 RSA_PSS_PARAMS *pss = NULL; local
594 RSA_PSS_PARAMS *pss; local
[all...]
/external/chromium_org/tools/linux/
H A Dprocfs.py434 def pss(self): member in class:ProcSmaps.VMA
488 def pss(self): member in class:ProcSmaps
/external/chromium_org/base/process/
H A Dprocess_metrics_linux.cc327 int pss = 0; local
332 ret &= StringToInt(totmaps_fields[kPssIndex], &pss);
341 ws_usage->shared = pss + swap;
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 4091 milliseconds