/external/skia/include/core/ |
SkMatrix.h | 28 using either reset() - to construct an identity matrix, or one of the set 57 /** Returns true if the matrix is identity. 64 true if the matrix is identity, scale-only, or rotates a multiple of 126 /** Set the matrix to identity 425 90 degrees. This bit is not set if the matrix is identity. 427 This bit will be set on identity matrices
|
/external/v8/benchmarks/ |
richards.js | 121 * @param {int} id the identity of the task 132 * @param {int} id the identity of the task 142 * @param {int} id the identity of the task 152 * @param {int} id the identity of the task 162 * @param {int} id the identity of the task 174 * @param {int} id the identity of the task
|
/external/webkit/SunSpider/tests/v8-v4/ |
v8-richards.js | 116 * @param {int} id the identity of the task 127 * @param {int} id the identity of the task 137 * @param {int} id the identity of the task 147 * @param {int} id the identity of the task 157 * @param {int} id the identity of the task 169 * @param {int} id the identity of the task
|
/external/wpa_supplicant/ |
eap_mschapv2.c | 231 const u8 *username, *identity, *password; local 235 identity = eap_get_config_identity(sm, &identity_len); 237 if (identity == NULL || password == NULL) 241 username = eap_mschapv2_remove_domain(identity, &username_len); 290 os_memcpy((u8 *) (r + 1), identity, identity_len); 737 wpa_printf(MSG_INFO, "EAP-MSCHAPV2: Identity not configured");
|
eap_ttls.c | 652 username = config->identity; 672 config->identity, config->identity_len); 777 config->identity, config->identity_len); 854 config->identity, config->identity_len); 908 config->identity, config->identity_len); 939 config->identity, config->identity_len); 985 "EAP-TTLS: Identity not configured"); 1137 "Phase 2 - use fake EAP-Request Identity"); 1142 "memory for fake EAP-Identity Request"); [all...] |
ChangeLog | 87 tunnelled identity request (previously, the identifier from the outer 256 * fixed EAP-GTC response to include correct user identity when run as [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_mschapv2.c | 162 const u8 *identity, *password; local 167 identity = eap_get_config_identity(sm, &identity_len); 169 if (identity == NULL || password == NULL) 212 mschapv2_derive_response(identity, identity_len, password, 221 wpabuf_put_data(resp, identity, identity_len); 691 wpa_printf(MSG_INFO, "EAP-MSCHAPV2: Identity not configured");
|
/frameworks/base/graphics/java/android/graphics/ |
Matrix.java | 25 * using either reset() - to construct an identity matrix, or one of the set..() 43 * Create an identity matrix 58 * Returns true if the matrix is identity. 67 * true if the matrix is identity, scale-only, or rotates a multiple of 90 76 * matrix to the identity matrix. 94 /** Set the matrix to identity */
|
/external/wpa_supplicant_6/wpa_supplicant/ |
wpa_cli.c | 525 printf("Invalid IDENTITY command: needs two arguments " 526 "(network id and identity)\n"); 532 ret = os_snprintf(pos, end - pos, WPA_CTRL_RSP "IDENTITY-%s:%s", 535 printf("Too long IDENTITY command.\n"); 542 printf("Too long IDENTITY command.\n"); 908 " identity (EAP identity)\n" 1241 { "identity", wpa_cli_cmd_identity, 1243 "<network id> <identity> = configure identity for an SSID" } [all...] |
/external/guava/src/com/google/common/collect/ |
MapMaker.java | 72 * #softKeys()} was specified, the map uses identity ({@code ==}) 74 * {@link #softValues()} was specified, the map uses identity comparisons 90 * concurrency, asynchronous cleanup, identity-based equality for keys, and 156 * <p><b>Note:</b> the map will use identity ({@code ==}) comparison 175 * <p><b>Note:</b> the map will use identity ({@code ==}) comparison 208 * <p><b>Note:</b> the map will use identity ({@code ==}) comparison 231 * <p><b>Note:</b> the map will use identity ({@code ==}) comparison [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBaseIterators.java | 43 * @param dtmIdentity The DTM identity ID for this DTM. 65 * @param dtmIdentity The DTM identity ID for this DTM. 1085 * The node identity of _startNode for this iterator [all...] |
/frameworks/base/services/java/com/android/server/ |
PowerManagerService.java | 1514 long identity = Binder.clearCallingIdentity(); local 1542 long identity = Binder.clearCallingIdentity(); local 1704 long identity = Binder.clearCallingIdentity(); local 2518 long identity = Binder.clearCallingIdentity(); local 2563 long identity = Binder.clearCallingIdentity(); local 2601 long identity = Binder.clearCallingIdentity(); local 2618 long identity = Binder.clearCallingIdentity(); local 2669 long identity = Binder.clearCallingIdentity(); local [all...] |
/external/webkit/WebCore/platform/graphics/win/ |
FontCGWin.cpp | 54 static const MAT2 identity = { 0, 1, 0, 0, 0, 0, 0, 1 }; local 58 DWORD outlineLength = GetGlyphOutline(hdc, glyph, GGO_GLYPH_INDEX | GGO_NATIVE, &glyphMetrics, 0, 0, &identity); 64 GetGlyphOutline(hdc, glyph, GGO_GLYPH_INDEX | GGO_NATIVE, &glyphMetrics, outlineLength, outline.data(), &identity);
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_ikev2.c | 44 "to user identity from EAP-Identity"); 45 IDr = sm->identity;
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiConfiguration.java | 74 public EnterpriseField identity = new EnterpriseField("identity"); field in class:WifiConfiguration 88 eap, phase2, identity, anonymous_identity, password, client_cert,
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiDialog.java | 157 config.identity.setValue((mEapIdentity.length() == 0) ? "" : 312 mEapIdentity = (TextView) mView.findViewById(R.id.identity); 326 mEapIdentity.setText(config.identity.value());
|
/external/skia/src/effects/ |
SkColorMatrixFilter.cpp | 115 fProc = NULL; // signals identity 177 fProc = NULL; // identity
|
/external/srec/shared/include/ |
HashMap.h | 117 * Returns the value to which the specified key is mapped in this identity hash map, 240 * Returns the value to which the specified key is mapped in this identity hash map,
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
relabel.h | 34 // Any label associations not specified are assumed to be identity 91 // Any label associations not specified are assumed to be identity
|
/external/webkit/WebCore/platform/graphics/ |
GraphicsLayer.cpp | 446 ts << "identity"; 458 ts << "identity";
|
/external/wpa_supplicant/wpa_gui/ |
networkconfig.ui | 185 <string>Identity</string> 196 <string>Username/Identity for EAP methods</string>
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
networkconfig.ui | 204 <string>Identity</string> 215 <string>Username/Identity for EAP methods</string>
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.ui | 161 <string>Identity</string> 171 <string>Username/Identity for EAP methods</string>
|
/frameworks/base/core/java/android/net/http/ |
Headers.java | 188 transferEncoding = ContentLengthStrategy.IDENTITY; 194 transferEncoding = ContentLengthStrategy.IDENTITY;
|
/packages/apps/Email/src/com/android/exchange/provider/ |
GalEmailAddressAdapter.java | 299 // No separator, identity map 302 // Before or at the separator, identity map
|