HomeSort by relevance Sort by last modified time
    Searched full:identity (Results 226 - 250 of 2436) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/data/xml/brkitr/
root.xml 12 <identity>
15 </identity>
  /external/icu/icu4c/source/data/xml/rbnf/
en.xml 7 <identity>
11 </identity>
mt.xml 7 <identity>
11 </identity>
  /external/iproute2/include/linux/
inet_diag.h 12 /* Socket identity */
84 /* Base info structure. It contains socket identity (addrs/ports/cookie)
  /external/kernel-headers/original/uapi/linux/
inet_diag.h 12 /* Socket identity */
84 /* Base info structure. It contains socket identity (addrs/ports/cookie)
watchdog.h 20 __u8 identity[32]; /* Identity of the board */ member in struct:watchdog_info
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAssertedIdentityList.java 36 * List of P-Asserted-Identity headers
42 * PAssertedID = "P-Asserted-Identity" HCOLON PAssertedID-value
  /external/tcpdump/tests/
dcb_pfc.out 36 Protocol Identity Subtype (4)
37 protocol identity:
70 Protocol Identity Subtype (4)
71 protocol identity:
104 Protocol Identity Subtype (4)
105 protocol identity:
138 Protocol Identity Subtype (4)
139 protocol identity:
  /external/v8/test/mjsunit/regress/
regress-3756.js 6 // \u not followed by 4 hex digits is treated as an identity escape.
45 // \X where X is not a legal escape character is treated as identity escape
  /external/valgrind/helgrind/tests/
tc24_nonzero_sem.c 49 static sem_t* my_sem_init (char* identity, int pshared, unsigned count)
64 sprintf(name, "anonsem_%s_pid%d", identity, (int)getpid());
  /external/wpa_supplicant_8/hs20/server/
sql-example.txt 15 INSERT INTO users(identity,realm,methods,password,phase2,shared) VALUES('free','example.com','TTLS-MSCHAPV2','free',1,1);
17 INSERT INTO wildcards(identity,methods) VALUES('','TTLS,TLS');
  /external/wpa_supplicant_8/hs20/server/www/
add-mo.php 34 $userrow = $db->query("SELECT identity FROM users WHERE identity='$user' AND realm='$realm'")->fetch();
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.h 14 /* Identity prefixes */
93 char * sim_get_username(const u8 *identity, size_t identity_len);
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_supplicant.conf.sgml 67 identity="user@example.com"
88 identity="user@example.com"
99 identity for the unencrypted use. Real identity is sent only
110 identity="user@example.com"
132 identity="user@example.com"
160 identity="user@example.com"
186 identity="user"
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
userdatarequest.cpp 66 } else if (strcmp(tmp, "IDENTITY") == 0)
67 queryField->setText(tr("Identity: "));
  /frameworks/base/core/java/android/speech/tts/
ITextToSpeechService.aidl 35 * @param callingInstance a binder representing the identity of the calling
48 * @param callingInstance a binder representing the identity of the calling
62 * @param callingInstance a binder representing the identity of the calling
75 * @param callingInstance a binder representing the identity of the calling
93 * @param callingInstance a binder representing the identity of the calling
154 * @param caller a binder representing the identity of the calling
172 * @param caller Instance a binder representing the identity of the calling
186 * @param caller a binder representing the identity of the calling
  /frameworks/base/libs/hwui/tests/unit/
MatrixTests.cpp 25 // Skew, so we don't hit identity/translate/simple fast paths
40 // Skew, so we don't hit identity/translate/simple fast paths
  /frameworks/native/services/surfaceflinger/RenderEngine/
Description.cpp 86 const mat4 identity; local
88 mColorMatrixEnabled = (mtx != identity);
  /frameworks/support/design/honeycomb/android/support/design/widget/
ViewGroupUtilsHoneycomb.java 29 private static final Matrix IDENTITY = new Matrix();
37 m.set(IDENTITY);
  /hardware/qcom/msm8994/original-kernel-headers/media/
msmb_pproc.h 170 uint32_t identity; member in struct:msm_cpp_buffer_info_t
174 uint32_t identity; member in struct:msm_cpp_stream_buff_info_t
197 uint32_t identity; member in struct:msm_cpp_frame_info_t
243 uint32_t identity; member in struct:msm_cpp_pop_stream_info_t
275 uint32_t identity; member in struct:msm_vpe_stream_buff_info_t
284 uint32_t identity; member in struct:msm_vpe_frame_info_t
393 uint32_t identity; member in struct:msm_cpp_frame_info32_t
444 uint32_t identity; member in struct:msm_cpp_stream_buff_info32_t
  /hardware/qcom/msm8996/original-kernel-headers/media/
msmb_pproc.h 42 uint32_t identity; member in struct:msm_cpp_buffer_info_t
46 uint32_t identity; member in struct:msm_cpp_stream_buff_info_t
69 uint32_t identity; member in struct:msm_cpp_frame_info_t
114 uint32_t identity; member in struct:msm_cpp_pop_stream_info_t
146 uint32_t identity; member in struct:msm_vpe_stream_buff_info_t
155 uint32_t identity; member in struct:msm_vpe_frame_info_t
264 uint32_t identity; member in struct:msm_cpp_frame_info32_t
314 uint32_t identity; member in struct:msm_cpp_stream_buff_info32_t
  /libcore/luni/src/test/java/libcore/java/util/function/
FunctionTest.java 27 assertSame(o, Function.identity().apply(o));
28 assertNull(Function.identity().apply(null));
LongUnaryOperatorTest.java 26 assertEquals(1L, LongUnaryOperator.identity().applyAsLong(1L));
27 assertEquals(Long.MAX_VALUE, LongUnaryOperator.identity().applyAsLong(Long.MAX_VALUE));
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLPeerUnverifiedException.java 31 * Indicates that the peer's identity has not been verified.
49 * identity has not been verifiied.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
remove_if.hpp 21 #include <boost/mpl/identity.hpp>
37 , identity<Sequence>

Completed in 551 milliseconds

1 2 3 4 5 6 7 8 91011>>