/dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/ |
LSSerializerFilter.java | 40 * identity) may be reused during the process of filtering and serializing a
|
/dalvik/vm/ |
Sync.h | 33 * identity hash code exposed or relocated.
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
Layer.java | 22 // start with identity matrix for transformation
|
/external/apache-http/src/org/apache/http/cookie/ |
CookieIdentityComparator.java | 38 * This cookie comparator can be used to compare identity of cookies.
|
/external/apache-http/src/org/apache/http/impl/io/ |
IdentityOutputStream.java | 40 * A stream for writing with an "identity" transport encoding.
|
/external/freetype/include/freetype/ |
ftbdf.h | 136 * Retrieve a BDF font character set identity, according to
|
/external/neven/Embedded/common/src/b_TensorEm/ |
Functions.h | 34 bts_ALT_IDENTITY = 1, /* identity transformation */
|
/external/ppp/pppd/plugins/pppoatm/ |
atm.h | 77 #define SXE_COMPATIBLE 1 /* check for compatibility instead of identity*/
|
/external/stlport/src/ |
stdio_streambuf.h | 28 // classes assume that codecvt<char, char, mbstate_t> is always an identity
|
/external/webkit/WebCore/svg/ |
SVGComponentTransferFunctionElement.cpp | 51 if (value == "identity")
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_gpsk.c | 86 const u8 *identity, *password; local 100 identity = eap_get_config_identity(sm, &identity_len); 101 if (identity) { 107 os_memcpy(data->id_peer, identity, identity_len);
|
eap_pax.c | 57 const u8 *identity, *password; local 60 identity = eap_get_config_identity(sm, &identity_len); 62 if (!identity || !password) { 83 os_memcpy(data->cid, identity, identity_len);
|
/frameworks/base/awt/java/awt/image/renderable/ |
RenderableImage.java | 96 * Creates the default rendering (using the identity transform and default
|
/frameworks/base/include/surfaceflinger/ |
ISurfaceFlingerClient.h | 52 int32_t identity; member in struct:android::ISurfaceFlingerClient::surface_data_t
|
/frameworks/base/libs/surfaceflinger/ |
Transform.cpp | 80 if (CC_LIKELY(mType == IDENTITY)) 84 if (rhs.mType == IDENTITY) 124 mType = IDENTITY; 376 type.append("IDENTITY ");
|
Transform.h | 54 IDENTITY = 0,
|
/hardware/ti/wlan/wl1271/platforms/os/linux/inc/ |
wbuf.h | 76 TI_UINT8 Tid; /* WLAN TID (traffic identity) */
|
/system/wlan/ti/wilink_6_1/platforms/os/linux/inc/ |
wbuf.h | 76 TI_UINT8 Tid; /* WLAN TID (traffic identity) */
|
/external/wpa_supplicant/ |
wpa_cli.c | 108 " identity <network id> <identity> = configure identity for an SSID\n" 472 printf("Invalid IDENTITY command: needs two arguments " 473 "(network id and identity)\n"); 479 ret = os_snprintf(pos, end - pos, WPA_CTRL_RSP "IDENTITY-%s:%s", 482 printf("Too long IDENTITY command.\n"); 489 printf("Too long IDENTITY command.\n"); 815 " identity (EAP identity)\n [all...] |
/external/icu4c/samples/layout/ |
GDIFontInstance.cpp | 369 MAT2 identity = {{0, 1}, {0, 0}, {0, 0}, {0, 1}}; local 374 result = GetGlyphOutline(hdc, glyph, GGO_GLYPH_INDEX | GGO_METRICS, &metrics, 0, NULL, &identity);
|
/external/tcpdump/ |
makemib | 144 $2 == "MODULE-IDENTITY" || $2 == "MODULE-COMPLIANCE" || 145 $2 == "OBJECT-IDENTITY" || $2 == "OBJECT-TYPE" ||
|
/external/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.ui | 164 <string>Identity</string> 174 <string>Username/Identity for EAP methods</string>
|
/frameworks/base/libs/surfaceflinger_client/ |
ISurfaceFlingerClient.cpp | 197 identity = parcel.readInt32(); 207 parcel->writeInt32(identity);
|
/frameworks/base/services/java/com/android/server/ |
SensorService.java | 148 long identity = Binder.clearCallingIdentity(); local 154 Binder.restoreCallingIdentity(identity);
|
/dalvik/libcore/security/src/main/java/java/security/ |
Signature.java | 217 * using the public key of the identity whose signature is going to be 233 * using the certificate of the identity whose signature is going to be 281 * private key of the identity whose signature is going to be generated. 296 * private key of the identity whose signature is going to be generated and 317 * from the same identity. 338 * from the same identity.
|