HomeSort by relevance Sort by last modified time
    Searched full:principal (Results 76 - 100 of 631) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/javax/net/ssl/
HttpsURLConnection.java 31 import java.security.Principal;
122 * Returns the server's principal which was established as part of
131 * @return the server's principal. Returns an X500Principal of the
144 public Principal getPeerPrincipal()
153 * Returns the principal that was sent to the server during handshaking.
160 * @return the principal sent to the server. Returns an X500Principal
162 * KerberosPrincipal for Kerberos cipher suites. If no principal was
173 public Principal getLocalPrincipal() {
  /packages/apps/Launcher3/WallpaperPicker/res/values-es-rUS/
strings.xml 36 <string name="which_wallpaper_option_home_screen" msgid="5259213374485080595">"Pantalla principal"</string>
38 <string name="which_wallpaper_option_home_screen_and_lock_screen" msgid="7652312651094808607">"Pantalla principal y pantalla bloqueada"</string>
  /packages/apps/Launcher3/WallpaperPicker/res/values-pt-rPT/
strings.xml 36 <string name="which_wallpaper_option_home_screen" msgid="5259213374485080595">"Ecrã principal"</string>
38 <string name="which_wallpaper_option_home_screen_and_lock_screen" msgid="7652312651094808607">"Ecrã principal e ecrã de bloqueio"</string>
  /packages/wallpapers/LivePicker/res/values-es-rUS/
strings.xml 32 <string name="which_wallpaper_option_home_screen" msgid="6592329803583957023">"Pantalla principal"</string>
33 <string name="which_wallpaper_option_home_screen_and_lock_screen" msgid="6170359719231147447">"Pantalla principal y pantalla bloqueada"</string>
  /packages/wallpapers/LivePicker/res/values-pt-rPT/
strings.xml 32 <string name="which_wallpaper_option_home_screen" msgid="6592329803583957023">"Ecrã principal"</string>
33 <string name="which_wallpaper_option_home_screen_and_lock_screen" msgid="6170359719231147447">"Ecrã principal e ecrã de bloqueio"</string>
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 279 if (participant->principal)
283 wpa_printf(MSG_DEBUG, "KaY: principal participant is not founded");
1112 ieee802_1x_mka_get_lpn(struct ieee802_1x_mka_participant *principal,
1119 dl_list_for_each(rxsc, &principal->rxsc_list, struct receive_sc, list) {
1123 secy_get_receive_lowest_pn(principal->kay,
1251 if (!participant->principal) {
1252 wpa_printf(MSG_WARNING, "KaY: Participant is not principal");
2589 struct ieee802_1x_mka_participant *principal; local
2624 struct ieee802_1x_mka_participant *principal; local
2660 struct ieee802_1x_mka_participant *principal; local
2718 struct ieee802_1x_mka_participant *principal; local
2766 struct ieee802_1x_mka_participant *principal; local
2794 struct ieee802_1x_mka_participant *principal; local
2824 struct ieee802_1x_mka_participant *principal; local
    [all...]
  /cts/tests/tests/net/src/android/net/http/cts/
SslCertificateTest.java 23 import java.security.Principal;
70 public Principal getIssuerDN() {
120 public Principal getSubjectDN() {
124 class MockPrincipal implements Principal {
  /device/htc/flounder/VolantisLayout/res/values-es-rUS/
strings.xml 19 <string name="app_label" msgid="4333089353149619778">"Pantalla principal de Nexus 9"</string>
  /device/htc/flounder/VolantisLayout/res/values-pt-rPT/
strings.xml 19 <string name="app_label" msgid="4333089353149619778">"Ecrã principal do Nexus 9"</string>
  /device/huawei/angler/AnglerLayout/res/values-es-rUS/
strings.xml 19 <string name="app_label" msgid="4827444239162090155">"Pantalla principal de Nexus 6P"</string>
  /device/huawei/angler/AnglerLayout/res/values-pt-rPT/
strings.xml 19 <string name="app_label" msgid="4827444239162090155">"Ecrã principal do Nexus 6P"</string>
  /device/lge/bullhead/BullheadLayout/res/values-es-rUS/
strings.xml 19 <string name="app_label" msgid="4827444239162090155">"Pantalla principal de Nexus 5X"</string>
  /device/lge/bullhead/BullheadLayout/res/values-pt-rPT/
strings.xml 19 <string name="app_label" msgid="4827444239162090155">"Ecrã principal do Nexus 5X"</string>
  /device/moto/shamu/ShamuLayout/res/values-es-rUS/
strings.xml 19 <string name="app_label" msgid="4827444239162090155">"Pantalla principal de Nexus 6"</string>
  /device/moto/shamu/ShamuLayout/res/values-pt-rPT/
strings.xml 19 <string name="app_label" msgid="4827444239162090155">"Ecrã principal do Nexus 6"</string>
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x501/
NameTest.java 69 Name principal = (Name) Name.ASN1.decode(mess); local
71 String s = principal.getName("RFC1779");
81 Name principal = (Name) Name.ASN1.decode(is); local
83 String s = principal.getName("RFC1779");
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/sts/
test_connection.py 219 principal = 'arn:aws:iam::000240903217:role/Principal'
225 principal_arn=principal,
230 'PrincipalArn': principal,
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-gssapi 28 # principal. ktutil(8)'s "list" command will list the
  /packages/apps/Protips/res/values-es-rUS/
strings.xml 19 <string name="widget_name" msgid="5948202656358353180">"Consejos acerca de la pantalla principal"</string>
  /packages/apps/Protips/res/values-pt-rPT/
strings.xml 19 <string name="widget_name" msgid="5948202656358353180">"Sugestões do ecrã principal"</string>
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLUtils.java 37 import java.security.Principal;
252 String[] keyTypes, Principal[] issuers, Socket socket);
263 String keyType, Principal[] issuers, Socket socket) {
269 public final String[] getClientAliases(String keyType, Principal[] issuers) {
275 public final String[] getServerAliases(String keyType, Principal[] issuers) {
289 public String chooseClientAlias(String[] keyTypes, Principal[] issuers, Socket socket) {
386 public String chooseClientAlias(String[] keyTypes, Principal[] issuers, Socket socket) {
  /cts/tests/tests/net/src/org/apache/http/conn/ssl/cts/
AbstractVerifierTest.java 29 import java.security.Principal;
43 * we are not checking as they are not allowed by the X500 principal in the first place.
153 X500Principal principal = new X500Principal(dn); local
240 public Principal getIssuerDN() {
245 public Principal getSubjectDN() {
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainTestActivity.java 33 import java.security.Principal;
220 Principal[] issuers,
241 Principal[] issuers,
266 @Override public String[] getClientAliases(String keyType, Principal[] issuers) {
270 @Override public String[] getServerAliases(String keyType, Principal[] issuers) {
  /external/opencv3/doc/tutorials/ml/introduction_to_pca/
introduction_to_pca.markdown 1 Introduction to Principal Component Analysis (PCA) {#tutorial_introduction_to_pca}
14 Principal Component Analysis (PCA) is a statistical procedure that extracts the most important features of a dataset.
26 The size of each eigenvector is encoded in the corresponding eigenvalue and indicates how much the data vary along the principal component. The beginning of the eigenvectors is the center of all points in the data set. Applying PCA to N-dimensional data set yields N N-dimensional eigenvectors, N eigenvalues and 1 N-dimensional center point. Enough theory, let?s see how we can put these ideas into code.
52 Mean subtraction is an integral part of the solution towards finding a principal component basis that minimizes the mean square error of approximating the data. Hence, we proceed by centering the data as follows:
89 @note sources [[1]](https://robospace.wordpress.com/2013/10/09/object-orientation-principal-component-analysis-opencv/), [[2]](http://en.wikipedia.org/wiki/Principal_component_analysis) and special thanks to Svetlin Penkov for the original tutorial.
122 The final result is visualized through the drawAxis() function, where the principal components are drawn in lines, and each eigenvector is multiplied by its eigenvalue and translated to the mean position.
  /frameworks/base/docs/html-intl/intl/es/training/tv/playback/
picture-in-picture.jd 48 de un episodio de contenido. La pantalla principal muestra información promocional
52 principal muestra una actividad de selección de contenido.</li>
59 otro video en la pantalla principal, la ventana de PIP se cierra
65 en la pantalla principal.</p>
179 pantalla principal, mientras una actividad de reproducción de video está en modo PIP. Reproduce el nuevo
208 esquina de la pantalla, debes evitar mostrar información importante en la pantalla principal

Completed in 1266 milliseconds

1 2 34 5 6 7 8 91011>>