HomeSort by relevance Sort by last modified time
    Searched refs:sm (Results 76 - 100 of 326) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/guice/core/test/com/google/inject/spi/
ToolStageInjectorTest.java 23 Foo.sm = null;
71 assertNull(Foo.sm);
88 assertNull(Foo.sm);
128 assertNotNull(Tooled.sm);
163 private static SM sm; field in class:ToolStageInjectorTest.Foo
167 static void staticMethod(SM sm) {
168 Tooled.sm = sm;
189 private static SM sm; field in class:ToolStageInjectorTest.Tooled
    [all...]
  /external/libhevc/encoder/
convert_float_to_fix.c 59 a->sm = (WORD32)(a_f * pow(2, a->e));
64 a->sm = 0;
70 *a_f = (float)(a.sm / pow(2, a.e));
  /external/ltp/testcases/network/
generate.sh 28 small_file=ascii.sm
55 if [ ! -e "bin.sm" ] ; then
58 gzip -1 -c -n ascii.sm >> "bin.sm"
75 genfile bin.sm bin.med
  /external/ltp/testcases/network/nfs/nfs_stress/
nfs02 30 local files="ascii.sm ascii.med ascii.lg"
45 ROD chmod a-wx ascii.sm
46 ROD ls -l ascii.sm | grep -q "r--"
47 ROD chmod a+w ascii.sm
  /external/wpa_supplicant_8/src/eap_server/
eap_server_md5.c 25 static void * eap_md5_init(struct eap_sm *sm)
38 static void eap_md5_reset(struct eap_sm *sm, void *priv)
45 static struct wpabuf * eap_md5_buildReq(struct eap_sm *sm, void *priv, u8 id)
76 static Boolean eap_md5_check(struct eap_sm *sm, void *priv,
98 static void eap_md5_process(struct eap_sm *sm, void *priv,
106 if (sm->user == NULL || sm->user->password == NULL ||
107 sm->user->password_hash) {
122 if (chap_md5(id, sm->user->password, sm->user->password_len
    [all...]
eap_server_sim.c 74 static void * eap_sim_init(struct eap_sm *sm)
78 if (sm->eap_sim_db_priv == NULL) {
92 static void eap_sim_reset(struct eap_sm *sm, void *priv)
101 static struct wpabuf * eap_sim_build_start(struct eap_sm *sm,
129 } else if (sm->identity && sm->identity_len > 0 &&
130 sm->identity[0] == EAP_SIM_REAUTH_ID_PREFIX) {
147 static int eap_sim_build_encr(struct eap_sm *sm, struct eap_sim_data *data,
154 eap_sim_db_get_next_pseudonym(sm->eap_sim_db_priv,
163 eap_sim_db_get_next_reauth_id(sm->eap_sim_db_priv
    [all...]
eap_server_mschapv2.c 58 static void * eap_mschapv2_init(struct eap_sm *sm)
67 if (sm->auth_challenge) {
68 os_memcpy(data->auth_challenge, sm->auth_challenge,
73 if (sm->peer_challenge) {
74 data->peer_challenge = os_memdup(sm->peer_challenge,
86 static void eap_mschapv2_reset(struct eap_sm *sm, void *priv)
98 struct eap_sm *sm, struct eap_mschapv2_data *data, u8 id)
112 ms_len = sizeof(*ms) + 1 + CHALLENGE_LEN + sm->server_id_len;
134 wpabuf_put_data(req, sm->server_id, sm->server_id_len)
    [all...]
eap_server_psk.c 33 static void * eap_psk_init(struct eap_sm *sm)
46 static void eap_psk_reset(struct eap_sm *sm, void *priv)
54 static struct wpabuf * eap_psk_build_1(struct eap_sm *sm,
71 sizeof(*psk) + sm->server_id_len,
83 wpabuf_put_data(req, sm->server_id, sm->server_id_len);
89 static struct wpabuf * eap_psk_build_3(struct eap_sm *sm,
113 buflen = sm->server_id_len + EAP_PSK_RAND_LEN;
118 os_memcpy(buf, sm->server_id, sm->server_id_len)
    [all...]
eap_server_sake.c 61 static void * eap_sake_init(struct eap_sm *sm)
82 static void eap_sake_reset(struct eap_sm *sm, void *priv)
116 static struct wpabuf * eap_sake_build_identity(struct eap_sm *sm,
126 plen += 2 + sm->server_id_len;
138 sm->server_id, sm->server_id_len);
144 static struct wpabuf * eap_sake_build_challenge(struct eap_sm *sm,
161 plen = 2 + EAP_SAKE_RAND_LEN + 2 + sm->server_id_len;
174 sm->server_id, sm->server_id_len)
    [all...]
eap_server_gpsk.c 65 static void * eap_gpsk_init(struct eap_sm *sm)
96 static void eap_gpsk_reset(struct eap_sm *sm, void *priv)
104 static struct wpabuf * eap_gpsk_build_gpsk_1(struct eap_sm *sm,
120 len = 1 + 2 + sm->server_id_len + EAP_GPSK_RAND_LEN + 2 +
132 wpabuf_put_be16(req, sm->server_id_len);
133 wpabuf_put_data(req, sm->server_id, sm->server_id_len);
144 static struct wpabuf * eap_gpsk_build_gpsk_3(struct eap_sm *sm,
155 len = 1 + 2 * EAP_GPSK_RAND_LEN + 2 + sm->server_id_len +
171 wpabuf_put_be16(req, sm->server_id_len)
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.h 60 void *ctx, struct wpa_sm *sm);
76 struct rsn_pmksa_cache_entry * pmksa_cache_get_current(struct wpa_sm *sm);
77 void pmksa_cache_clear_current(struct wpa_sm *sm);
78 int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid,
93 void *ctx, struct wpa_sm *sm)
110 pmksa_cache_get_current(struct wpa_sm *sm)
143 static inline void pmksa_cache_clear_current(struct wpa_sm *sm)
147 static inline int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid,
  /external/wpa_supplicant_8/src/wps/
wps_upnp_event.c 120 struct upnp_wps_device_sm *sm = s->sm; local
137 event_send_all_later(s->sm);
141 event_send_all_later(sm);
231 event_send_all_later(s->sm);
315 struct upnp_wps_device_sm *sm = user_ctx; local
319 sm->event_send_all_queued = 0;
320 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription,
331 event_send_all_later(sm);
343 void event_send_all_later(struct upnp_wps_device_sm *sm)
    [all...]
  /frameworks/av/media/mediaserver/
main_mediaserver.cpp 39 sp<IServiceManager> sm(defaultServiceManager());
40 ALOGI("ServiceManager: %p", sm.get());
  /frameworks/av/services/mediaanalytics/
main_mediametrics.cpp 41 sp<IServiceManager> sm(defaultServiceManager());
42 ALOGI("ServiceManager: %p", sm.get());
  /frameworks/av/services/mediadrm/
main_mediadrmserver.cpp 38 sp<IServiceManager> sm = defaultServiceManager(); local
39 ALOGI("ServiceManager: %p", sm.get());
  /cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
StorageTest.java 128 final StorageManager sm = getContext().getSystemService(StorageManager.class); local
131 final long cacheSize = sm.getCacheSizeBytes(
132 sm.getUuidForPath(getContext().getCacheDir()));
133 final long extCacheSize = sm.getCacheSizeBytes(
134 sm.getUuidForPath(getContext().getExternalCacheDir()));
178 final StorageManager sm = getContext().getSystemService(StorageManager.class); local
180 final long cacheSize = sm.getCacheQuotaBytes(
181 sm.getUuidForPath(getContext().getCacheDir()));
186 final StorageManager sm = getContext().getSystemService(StorageManager.class); local
191 final UUID filesUuid = sm.getUuidForPath(filesDir)
213 final StorageManager sm = getContext().getSystemService(StorageManager.class); local
227 final StorageManager sm = getContext().getSystemService(StorageManager.class); local
241 final StorageManager sm = getContext().getSystemService(StorageManager.class); local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_ttls.c 26 static void eap_ttls_deinit(struct eap_sm *sm, void *priv);
71 static void * eap_ttls_init(struct eap_sm *sm)
74 struct eap_peer_config *config = eap_get_config(sm);
118 eap_ttls_deinit(sm, data);
125 eap_ttls_deinit(sm, data);
136 eap_ttls_deinit(sm, data);
151 eap_ttls_deinit(sm, data);
159 if (eap_peer_tls_ssl_init(sm, &data->ssl, config, EAP_TYPE_TTLS)) {
161 eap_ttls_deinit(sm, data);
169 static void eap_ttls_phase2_eap_deinit(struct eap_sm *sm,
    [all...]
eap_md5.c 16 static void * eap_md5_init(struct eap_sm *sm)
24 static void eap_md5_deinit(struct eap_sm *sm, void *priv)
29 static struct wpabuf * eap_md5_process(struct eap_sm *sm, void *priv,
38 password = eap_get_config_password(sm, &password_len);
41 eap_sm_request_password(sm);
eap_fast.c 30 static void eap_fast_deinit(struct eap_sm *sm, void *priv);
146 static void * eap_fast_init(struct eap_sm *sm)
149 struct eap_peer_config *config = eap_get_config(sm);
166 eap_fast_deinit(sm, data);
173 if (eap_peer_tls_ssl_init(sm, &data->ssl, config, EAP_TYPE_FAST)) {
175 eap_fast_deinit(sm, data);
179 if (tls_connection_set_session_ticket_cb(sm->ssl_ctx, data->ssl.conn,
184 eap_fast_deinit(sm, data);
193 if (tls_connection_enable_workaround(sm->ssl_ctx, data->ssl.conn)) {
200 eap_fast_deinit(sm, data)
    [all...]
eap_vendor_test.c 31 static void * eap_vendor_test_init(struct eap_sm *sm)
43 password = eap_get_config_password(sm, &password_len);
51 static void eap_vendor_test_deinit(struct eap_sm *sm, void *priv)
60 struct eap_sm *sm = eloop_ctx; local
63 eap_notify_pending(sm);
67 static struct wpabuf * eap_vendor_test_process(struct eap_sm *sm, void *priv,
109 eloop_register_timeout(1, 0, eap_vendor_ready, sm,
141 static Boolean eap_vendor_test_isKeyAvailable(struct eap_sm *sm, void *priv)
148 static u8 * eap_vendor_test_getKey(struct eap_sm *sm, void *priv, size_t *len)
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 36 static int wpa_ft_send_rrb_auth_resp(struct wpa_state_machine *sm,
40 static void ft_finish_pull(struct wpa_state_machine *sm);
1914 struct wpa_state_machine *sm = eloop_ctx; local
3394 struct wpa_state_machine *sm = ctx; local
3406 struct wpa_state_machine *sm; local
3929 struct wpa_state_machine *sm; member in struct:ft_get_sta_ctx
    [all...]
  /external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash/
desktopui_ExitOnSupervisedUserCrash.py 29 sm = session_manager.connect(DBusGMainLoop(set_as_default=True))
32 sm.HandleSupervisedUserCreationStarting()
33 sm.HandleSupervisedUserCreationFinished()
41 state = sm.RetrieveSessionState()
52 sm.HandleSupervisedUserCreationStarting()
  /external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash_P/
desktopui_ExitOnSupervisedUserCrash_P.py 29 sm = session_manager.connect(DBusGMainLoop(set_as_default=True))
32 sm.HandleSupervisedUserCreationStarting()
33 sm.HandleSupervisedUserCreationFinished()
41 state = sm.RetrieveSessionState()
52 sm.HandleSupervisedUserCreationStarting()
  /external/eigen/bench/
spmv.cpp 82 EigenSparseMatrix sm(rows,cols);
90 sm.setZero();
91 fillMatrix2(nnzPerCol, rows, cols, sm);
97 eiToDense(sm, dm);
99 SPMV_BENCH(res = dm * sm);
102 SPMV_BENCH(res = dm.transpose() * sm);
109 SPMV_BENCH(res.noalias() += sm * dv; )
112 SPMV_BENCH(res.noalias() += sm.transpose() * dv; )
121 eiToCSparse(sm, csm);
137 om = oski_CreateMatCSC(sm._outerIndexPtr(), sm._innerIndexPtr(), sm._valuePtr(), rows, cols
    [all...]
  /external/libkmsxx/utils/
kmstest.cpp 73 static void print_regex_match(smatch sm)
75 for (unsigned i = 0; i < sm.size(); ++i) {
76 string str = sm[i].str();
129 smatch sm; local
130 if (regex_match(crtc_str, sm, modename_re)) {
131 if (sm[2].matched) {
132 bool use_id = sm[1].length() == 1;
133 unsigned num = stoul(sm[2].str());
153 unsigned w = stoul(sm[3]);
154 unsigned h = stoul(sm[4])
248 smatch sm; local
341 smatch sm; local
368 smatch sm; local
    [all...]

Completed in 6063 milliseconds

1 2 34 5 6 7 8 91011>>