Searched refs:pss (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_components_factory_impl.cc135 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));
134 RegisterDataTypes( ProfileSyncService* pss) argument
142 RegisterCommonDataTypes( ProfileSyncService* pss) argument
233 RegisterDesktopDataTypes( ProfileSyncService* pss) argument
[all...]
H A Dprofile_sync_service_factory.cc104 ProfileSyncService* pss = new ProfileSyncService( local
112 pss->factory()->RegisterDataTypes(pss);
113 pss->Initialize();
114 return pss;
H A Dprofile_sync_components_factory_impl.h29 virtual void RegisterDataTypes(ProfileSyncService* pss) OVERRIDE;
76 void RegisterDesktopDataTypes(ProfileSyncService* pss);
78 void RegisterCommonDataTypes(ProfileSyncService* pss);
H A Dprofile_sync_components_factory_impl_unittest.cc94 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);
H A Dprofile_sync_components_factory.h73 virtual void RegisterDataTypes(ProfileSyncService* pss) = 0;
H A Dprofile_sync_service_startup_unittest.cc45 ACTION_P(InvokeOnConfigureStart, pss) {
47 static_cast<ProfileSyncService*>(pss);
51 ACTION_P2(InvokeOnConfigureDone, pss, result) {
53 static_cast<ProfileSyncService*>(pss);
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_factory_impl.cc87 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
[all...]
H A Dprofile_sync_factory_impl_unittest.cc77 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/
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/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/chrome/browser/extensions/api/signed_in_devices/
H A Dsigned_in_devices_api.cc53 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();
51 GetAllSignedInDevices( const std::string& extension_id, ProfileSyncService* pss, ExtensionPrefs* extension_prefs) argument
H A Dsigned_in_devices_manager.cc52 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);
H A Dsigned_in_devices_api.h37 ProfileSyncService* pss,
/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/content/public/android/java/src/org/chromium/content/common/
H A DPerfTraceEvent.java290 int pss = memoryInfo.nativePss + memoryInfo.dalvikPss + memoryInfo.otherPss;
291 traceObj.put("mem", pss);
/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/chromium_org/third_party/libjingle/source/talk/base/
H A Dnat_unittest.cc189 scoped_ptr<PhysicalSocketServer> pss(new PhysicalSocketServer());
190 scoped_ptr<AsyncSocket> client(pss->CreateAsyncSocket(src.family(),
192 scoped_ptr<AsyncSocket> server(pss->CreateAsyncSocket(src.family(),
/external/e2fsprogs/debian/attic/libs/
H A Drules157 dh_installchangelogs -pe2fslibsg -pcomerr$(COMERR_MAJOR)g -pss$(SS_MAJOR)g ChangeLog
173 dh_gencontrol -u '-isp' -pss$(SS_MAJOR)g -pssg-dev \
/external/chromium_org/base/process/
H A Dprocess_metrics_linux.cc311 int pss = 0; local
316 ret &= StringToInt(totmaps_fields[kPssIndex], &pss);
325 ws_usage->shared = pss + swap;
/external/chromium_org/tools/linux/
H A Dprocfs.py425 def pss(self): member in class:ProcSmaps.VMA
479 def pss(self): member in class:ProcSmaps
/external/e2fsprogs/debian/
H A Drules572 DH_OPTIONS= dh_gencontrol -pss-dev \

Completed in 8302 milliseconds