/external/clang/unittests/CodeGen/ |
H A D | BufferSourceTest.cpp | 70 clang::SourceManager &sm = compiler.getSourceManager(); local 71 sm.setMainFileID(sm.createFileID(
|
/external/libcxx/test/std/re/re.submatch/re.submatch.members/ |
H A D | default.pass.cpp | 24 SM sm; local 25 assert(sm.matched == false); 30 SM sm; local 31 assert(sm.matched == false);
|
H A D | length.pass.cpp | 24 SM sm = SM(); local 25 assert(sm.length() == 0); 27 sm.first = s; 28 sm.second = s + 3; 29 sm.matched = true; 30 assert(sm.length() == 3); 35 SM sm = SM(); local 36 assert(sm.length() == 0); 38 sm.first = s; 39 sm [all...] |
H A D | compare_string_type.pass.cpp | 25 SM sm = SM(); local 27 assert(sm.compare(string()) == 0); 29 sm.first = s; 30 sm.second = s + 3; 31 sm.matched = true; 32 assert(sm.compare(string()) > 0); 33 assert(sm.compare(string("123")) == 0); 39 SM sm = SM(); local 41 assert(sm.compare(string()) == 0); 43 sm [all...] |
H A D | compare_sub_match.pass.cpp | 24 SM sm = SM(); local 26 assert(sm.compare(sm2) == 0); 28 sm.first = s; 29 sm.second = s + 3; 30 sm.matched = true; 31 assert(sm.compare(sm2) > 0); 35 assert(sm.compare(sm2) == 0); 40 SM sm = SM(); local 42 assert(sm.compare(sm2) == 0); 44 sm [all...] |
H A D | compare_value_type_ptr.pass.cpp | 24 SM sm = SM(); local 26 assert(sm.compare("") == 0); 28 sm.first = s; 29 sm.second = s + 3; 30 sm.matched = true; 31 assert(sm.compare("") > 0); 32 assert(sm.compare("123") == 0); 37 SM sm = SM(); local 39 assert(sm.compare(L"") == 0); 41 sm [all...] |
H A D | operator_string.pass.cpp | 24 SM sm = SM(); local 25 SM::string_type str = sm; 28 sm.first = s; 29 sm.second = s + 3; 30 sm.matched = true; 31 str = sm; 37 SM sm = SM(); local 38 SM::string_type str = sm; 41 sm.first = s; 42 sm [all...] |
H A D | str.pass.cpp | 24 SM sm = SM(); local 25 SM::string_type str = sm.str(); 28 sm.first = s; 29 sm.second = s + 3; 30 sm.matched = true; 31 str = sm.str(); 37 SM sm = SM(); local 38 SM::string_type str = sm.str(); 41 sm.first = s; 42 sm [all...] |
/external/libcxx/test/std/re/re.submatch/ |
H A D | types.pass.cpp | 40 SM sm; local 41 sm.first = nullptr; 42 sm.second = nullptr; 43 sm.matched = false; 53 SM sm; local 54 sm.first = nullptr; 55 sm.second = nullptr; 56 sm.matched = false;
|
/external/clang/include/clang/Basic/ |
H A D | PrettyStackTrace.h | 32 PrettyStackTraceLoc(SourceManager &sm, SourceLocation L, const char *Msg) argument 33 : SM(sm), Loc(L), Message(Msg) {}
|
/external/libcxx/test/std/re/re.submatch/re.submatch.op/ |
H A D | stream.pass.cpp | 29 SM sm; local 30 sm.first = s.begin(); 31 sm.second = s.end(); 32 sm.matched = true; 34 os << sm; local
|
/external/wpa_supplicant_8/hostapd/src/eap_peer/ |
H A D | eap_otp.c | 15 static void * eap_otp_init(struct eap_sm *sm) argument 23 static void eap_otp_deinit(struct eap_sm *sm, void *priv) argument 28 static struct wpabuf * eap_otp_process(struct eap_sm *sm, void *priv, argument 45 password = eap_get_config_otp(sm, &password_len); 49 password = eap_get_config_password(sm, &password_len); 55 eap_sm_request_otp(sm, (const char *) pos, len); 76 eap_clear_config_otp(sm);
|
H A D | eap_md5.c | 16 static void * eap_md5_init(struct eap_sm *sm) argument 24 static void eap_md5_deinit(struct eap_sm *sm, void *priv) argument 29 static struct wpabuf * eap_md5_process(struct eap_sm *sm, void *priv, argument 38 password = eap_get_config_password(sm, &password_len); 41 eap_sm_request_password(sm);
|
H A D | eap_gtc.c | 20 static void * eap_gtc_init(struct eap_sm *sm) argument 27 if (sm->m && sm->m->vendor == EAP_VENDOR_IETF && 28 sm->m->method == EAP_TYPE_FAST) { 37 static void eap_gtc_deinit(struct eap_sm *sm, void *priv) argument 44 static struct wpabuf * eap_gtc_process(struct eap_sm *sm, void *priv, argument 77 password = eap_get_config_otp(sm, &password_len); 81 password = eap_get_config_password(sm, &password_len); 87 eap_sm_request_otp(sm, (const char *) pos, len); 99 identity = eap_get_config_identity(sm, [all...] |
H A D | eap_proxy_dummy.c | 27 int eap_proxy_key_available(struct eap_proxy_sm *sm) argument 33 const u8 * eap_proxy_get_eapKeyData(struct eap_proxy_sm *sm, size_t *len) argument 39 struct wpabuf * eap_proxy_get_eapRespData(struct eap_proxy_sm *sm) argument 45 int eap_proxy_sm_step(struct eap_proxy_sm *sm, struct eap_sm *eap_sm) argument 59 int eap_proxy_sm_get_status(struct eap_proxy_sm *sm, char *buf, size_t buflen, argument 73 int eap_proxy_notify_config(struct eap_proxy_sm *sm, argument
|
/external/wpa_supplicant_8/src/eap_peer/ |
H A D | eap_otp.c | 15 static void * eap_otp_init(struct eap_sm *sm) argument 23 static void eap_otp_deinit(struct eap_sm *sm, void *priv) argument 28 static struct wpabuf * eap_otp_process(struct eap_sm *sm, void *priv, argument 45 password = eap_get_config_otp(sm, &password_len); 49 password = eap_get_config_password(sm, &password_len); 55 eap_sm_request_otp(sm, (const char *) pos, len); 76 eap_clear_config_otp(sm);
|
H A D | eap_md5.c | 16 static void * eap_md5_init(struct eap_sm *sm) argument 24 static void eap_md5_deinit(struct eap_sm *sm, void *priv) argument 29 static struct wpabuf * eap_md5_process(struct eap_sm *sm, void *priv, argument 38 password = eap_get_config_password(sm, &password_len); 41 eap_sm_request_password(sm);
|
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/ |
H A D | eap_otp.c | 15 static void * eap_otp_init(struct eap_sm *sm) argument 23 static void eap_otp_deinit(struct eap_sm *sm, void *priv) argument 28 static struct wpabuf * eap_otp_process(struct eap_sm *sm, void *priv, argument 45 password = eap_get_config_otp(sm, &password_len); 49 password = eap_get_config_password(sm, &password_len); 55 eap_sm_request_otp(sm, (const char *) pos, len); 76 eap_clear_config_otp(sm);
|
H A D | eap_md5.c | 16 static void * eap_md5_init(struct eap_sm *sm) argument 24 static void eap_md5_deinit(struct eap_sm *sm, void *priv) argument 29 static struct wpabuf * eap_md5_process(struct eap_sm *sm, void *priv, argument 38 password = eap_get_config_password(sm, &password_len); 41 eap_sm_request_password(sm);
|
/external/eigen/unsupported/test/ |
H A D | sparse_extra.cpp | 18 bool test_random_setter(SparseMatrix<Scalar,Options>& sm, const DenseType& ref, const std::vector<Vector2i>& nonzeroCoords) argument 21 sm.setZero(); 22 SetterType w(sm); 32 return sm.isApprox(ref); 36 bool test_random_setter(DynamicSparseMatrix<T>& sm, const DenseType& ref, const std::vector<Vector2i>& nonzeroCoords) argument 38 sm.setZero(); 43 sm.coeffRef(remaining[i].x(),remaining[i].y()) = ref.coeff(remaining[i].x(),remaining[i].y()); 47 return sm.isApprox(ref);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | STZInfo.java | 13 void setStart(int sm, int sdwm, int sdw, int st, int sdm, boolean sa) { argument 14 this.sm = sm; 35 if (sm != -1) { 37 stz.setStartRule(sm, sdwm, sdw, st); 39 stz.setStartRule(sm, sdm, st); 41 stz.setStartRule(sm, sdm, sdw, st, sa); 59 if (sm != -1) { 61 stz.setStartRule(sm, sdwm, sdw, st); 63 stz.setStartRule(sm, sd 80 int sm = -1, sdwm, sdw, st, sdm; field in class:STZInfo [all...] |
/external/openssh/ |
H A D | ed25519.c | 14 static void get_hram(unsigned char *hram, const unsigned char *sm, const unsigned char *pk, unsigned char *playground, unsigned long long smlen) argument 18 for (i = 0;i < 32;++i) playground[i] = sm[i]; 20 for (i = 64;i < smlen;++i) playground[i] = sm[i]; 52 unsigned char *sm,unsigned long long *smlen, 73 sm[64 + i] = m[i]; 75 sm[32 + i] = extsk[32+i]; 77 crypto_hash_sha512(hmg, sm+32, mlen+32); /* Generate k as h(extsk[32],...,extsk[63],m) */ 86 sm[i] = r[i]; 88 get_hram(hram, sm, sk+32, sm, mle 51 crypto_sign_ed25519( unsigned char *sm,unsigned long long *smlen, const unsigned char *m,unsigned long long mlen, const unsigned char *sk ) argument 103 crypto_sign_ed25519_open( unsigned char *m,unsigned long long *mlen, const unsigned char *sm,unsigned long long smlen, const unsigned char *pk ) argument [all...] |
H A D | ssh-ed25519.c | 102 u_char *sm = NULL, *m = NULL; local 136 if ((sm = malloc(smlen)) == NULL || (m = malloc(mlen)) == NULL) { 140 memcpy(sm, sigblob, len); 141 memcpy(sm+len, data, datalen); 142 if ((ret = crypto_sign_ed25519_open(m, &mlen, sm, smlen, 155 if (sm != NULL) { 156 explicit_bzero(sm, smlen); 157 free(sm);
|
/external/wpa_supplicant_8/hostapd/src/eap_server/ |
H A D | eap_server_identity.c | 21 static void * eap_identity_init(struct eap_sm *sm) argument 34 static void * eap_identity_initPickUp(struct eap_sm *sm) argument 37 data = eap_identity_init(sm); 45 static void eap_identity_reset(struct eap_sm *sm, void *priv) argument 52 static struct wpabuf * eap_identity_buildReq(struct eap_sm *sm, void *priv, argument 60 if (sm->eapol_cb->get_eap_req_id_text) { 61 req_data = sm->eapol_cb->get_eap_req_id_text(sm->eapol_ctx, 82 static Boolean eap_identity_check(struct eap_sm *sm, void *priv, argument 99 static void eap_identity_process(struct eap_sm *sm, voi argument 143 eap_identity_isDone(struct eap_sm *sm, void *priv) argument 150 eap_identity_isSuccess(struct eap_sm *sm, void *priv) argument [all...] |
H A D | eap_server_md5.c | 25 static void * eap_md5_init(struct eap_sm *sm) argument 38 static void eap_md5_reset(struct eap_sm *sm, void *priv) argument 45 static struct wpabuf * eap_md5_buildReq(struct eap_sm *sm, void *priv, u8 id) argument 76 static Boolean eap_md5_check(struct eap_sm *sm, void *priv, argument 98 static void eap_md5_process(struct eap_sm *sm, void *priv, argument 106 if (sm->user == NULL || sm->user->password == NULL || 107 sm->user->password_hash) { 122 if (chap_md5(id, sm->user->password, sm 139 eap_md5_isDone(struct eap_sm *sm, void *priv) argument 146 eap_md5_isSuccess(struct eap_sm *sm, void *priv) argument [all...] |