/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/ |
watchdog.h | 29 __u8 identity[32]; member in struct:watchdog_info
|
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/ |
watchdog.h | 29 __u8 identity[32]; member in struct:watchdog_info
|
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/ |
watchdog.h | 29 __u8 identity[32]; member in struct:watchdog_info
|
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/ |
watchdog.h | 29 __u8 identity[32]; member in struct:watchdog_info
|
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/ |
watchdog.h | 29 __u8 identity[32]; member in struct:watchdog_info
|
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/ |
watchdog.h | 29 __u8 identity[32]; member in struct:watchdog_info
|
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/ |
watchdog.h | 29 __u8 identity[32]; member in struct:watchdog_info
|
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/ |
watchdog.h | 29 __u8 identity[32]; member in struct:watchdog_info
|
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/ |
watchdog.h | 29 __u8 identity[32]; member in struct:watchdog_info
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/ |
watchdog.h | 29 __u8 identity[32]; member in struct:watchdog_info
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/ |
watchdog.h | 29 __u8 identity[32]; member in struct:watchdog_info
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/ |
watchdog.h | 29 __u8 identity[32]; member in struct:watchdog_info
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/ |
watchdog.h | 29 __u8 identity[32]; member in struct:watchdog_info
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/ |
watchdog.h | 29 __u8 identity[32]; member in struct:watchdog_info
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/ |
watchdog.h | 29 __u8 identity[32]; member in struct:watchdog_info
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/ |
watchdog.h | 29 __u8 identity[32]; member in struct:watchdog_info
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
upload.py | 25 ('identity=', 'i', 'GPG identity used to sign files'), 36 self.identity = None 40 if self.identity and not self.sign: 42 "Must use --sign for --identity to have meaning" 75 if self.identity: 76 gpg_args[2:2] = ["--local-user", self.identity]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
upload.py | 25 ('identity=', 'i', 'GPG identity used to sign files'), 36 self.identity = None 40 if self.identity and not self.sign: 42 "Must use --sign for --identity to have meaning" 75 if self.identity: 76 gpg_args[2:2] = ["--local-user", self.identity]
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/spec/gl-matrix/ |
mat2-spec.js | 24 var out, matA, matB, identity, result; 36 identity = [1, 0, 42 it("should return a 4 element array initialized to a 2x2 identity matrix", function() { expect(result).toBeEqualish(identity); }); 56 describe("identity", function() { 57 beforeEach(function() { result = mat2.identity(out); }); 58 it("should place values into out", function() { expect(result).toBeEqualish(identity); });
|
mat3-spec.js | 26 var out, matA, matB, identity, result; 41 identity = [1, 0, 0, 134 it("should return a 9 element array initialized to a 3x3 identity matrix", function() { expect(result).toBeEqualish(identity); }); 148 describe("identity", function() { 149 beforeEach(function() { result = mat3.identity(out); }); 150 it("should place values into out", function() { expect(result).toBeEqualish(identity); });
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
Array.java | 159 * @param identity If true, == comparison will be used. If false, .equals() comparison will be used.
161 public boolean contains (T value, boolean identity) {
164 if (identity || value == null) {
176 * @param identity If true, == comparison will be used. If false, .equals() comparison will be used.
178 public int indexOf (T value, boolean identity) {
180 if (identity || value == null) {
193 * @param identity If true, == comparison will be used. If false, .equals() comparison will be used.
195 public int lastIndexOf (T value, boolean identity) {
197 if (identity || value == null) {
209 * @param identity If true, == comparison will be used. If false, .equals() comparison will be used. [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_aka.c | 374 const u8 *identity = NULL; local 384 /* Look for the realm of the permanent identity */ 385 identity = eap_get_config_identity(sm, &identity_len); 386 if (identity) { 387 for (realm = identity, realm_len = identity_len; 463 * No EAP-AKA/Identity packets were exchanged - send empty 470 /* Checkcode is SHA1/SHA256 hash over all EAP-AKA/Identity packets. */ 501 "indicates that AKA/Identity messages were " 513 "indicates that AKA/Identity message were not " 518 /* Checkcode is SHA1/SHA256 hash over all EAP-AKA/Identity packets. * 596 const u8 *identity = NULL; local 886 const u8 *identity; local [all...] |
eap_sim.c | 396 const u8 *identity = NULL; local 406 /* Look for the realm of the permanent identity */ 407 identity = eap_get_config_identity(sm, &identity_len); 408 if (identity) { 409 for (realm = identity, realm_len = identity_len; 477 const u8 *identity = NULL; local 483 identity = data->reauth_id; 488 identity = data->pseudonym; 492 identity = eap_get_config_identity(sm, &identity_len); 493 if (identity) { 703 const u8 *identity; local [all...] |
/external/guava/guava-tests/test/com/google/common/base/ |
FunctionsTest.java | 43 Function<String, String> identity = Functions.identity(); local 44 assertNull(identity.apply(null)); 45 assertSame("foo", identity.apply("foo")); 49 Function<Long, Long> identity = Functions.identity(); local 50 assertNotSame(new Long(135135L), identity.apply(new Long(135135L))); 55 checkCanReserializeSingleton(Functions.identity()); 347 .addEqualityGroup(Functions.identity())
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
utils.py | 295 is_internal_user = IsGroupMember(identity=username, group='googlers') 312 def IsGroupMember(identity, group): 316 identity: User email address. 328 request = service.membership(identity=identity, group=group) 332 logging.error('Failed to check membership of %s: %s', identity, e) 360 identity=user, group='project-chromium-tryjob-access')
|