/external/ltp/ |
D | IDcheck.sh | 42 fe() { function 77 fe bin "$passwd"; NO_BIN_ID=$? 78 fe daemon "$passwd"; NO_DAEMON_ID=$? 79 fe nobody "$passwd"; NO_NOBODY_ID=$? 81 fe bin "$group"; NO_BIN_GRP=$? 82 fe daemon "$group"; NO_DAEMON_GRP=$? 83 fe nobody "$group" || fe nogroup "$group"; NO_NOBODY_GRP=$? 84 fe sys "$group"; NO_SYS_GRP=$? 85 fe users "$group"; NO_USERS_GRP=$? 125 if ! fe "$name" "$passwd" && [ $no_id -ne 0 ] ; then [all …]
|
/external/tcpdump/tests/ |
D | isoclns-heapoverflow-2.out | 1 fe:fe:fe:fe:fe:fe > 30:30:da:fe:fe:fe, ethertype OSI (0xfefe), length 808464432: OSI NLPID CLNP (0x…
|
D | isoclns-heapoverflow-3.out | 1 fe:fe:fe:fe:fe:fe > 30:30:da:fe:fe:fe, ethertype OSI (0xfefe), length 808464432: OSI NLPID CLNP (0x…
|
D | ahcp-vv.out | 2 …Hopcount 1, Original Hopcount 1, Nonce 0x7ce31135, Source Id 6a:a3:c4:ff:fe:f4:84:1e, Destination … 11 …ount 1, Nonce 0x9dccbd40, Source Id 08:4b:37:1e:f3:6e:1e:dc, Destination Id 6a:a3:c4:ff:fe:f4:84:1e 21 …Hopcount 1, Original Hopcount 1, Nonce 0x7de31135, Source Id 6a:a3:c4:ff:fe:f4:84:1e, Destination … 30 …ount 1, Nonce 0x9eccbd40, Source Id 08:4b:37:1e:f3:6e:1e:dc, Destination Id 6a:a3:c4:ff:fe:f4:84:1e 40 …Hopcount 1, Original Hopcount 1, Nonce 0x7ee31135, Source Id 6a:a3:c4:ff:fe:f4:84:1e, Destination … 49 …ount 1, Nonce 0x9fccbd40, Source Id 08:4b:37:1e:f3:6e:1e:dc, Destination Id 6a:a3:c4:ff:fe:f4:84:1e 59 …Hopcount 1, Original Hopcount 1, Nonce 0x7fe31135, Source Id 6a:a3:c4:ff:fe:f4:84:1e, Destination … 68 …ount 1, Nonce 0xa0ccbd40, Source Id 08:4b:37:1e:f3:6e:1e:dc, Destination Id 6a:a3:c4:ff:fe:f4:84:1e
|
D | babel1v.out | 31 …MH-Request (127 hops) for 2001:660:3301:8063:218:f3ff:fea9:914e/128 seqno 40150 id 02:18:f3:ff:fe:… 33 …Hopcount 1, Original Hopcount 1, Nonce 0xde3e5127, Source Id 02:18:f3:ff:fe:a9:91:4e, Destination … 36 …Hopcount 2, Original Hopcount 2, Nonce 0xdf3e5127, Source Id 02:18:f3:ff:fe:a9:91:4e, Destination … 39 …ount 1, Nonce 0xc9b83d0d, Source Id 79:40:14:7f:b6:6d:c3:29, Destination Id 02:18:f3:ff:fe:a9:91:4e 42 …Hopcount 1, Original Hopcount 1, Nonce 0xe03e5127, Source Id 02:18:f3:ff:fe:a9:91:4e, Destination … 45 …Hopcount 1, Original Hopcount 2, Nonce 0xdf3e5127, Source Id 02:18:f3:ff:fe:a9:91:4e, Destination … 50 …MH-Request (127 hops) for 2001:660:3301:8063:218:f3ff:fea9:914e/128 seqno 40150 id 02:18:f3:ff:fe:… 52 …ount 2, Nonce 0xcab83d0d, Source Id 79:40:14:7f:b6:6d:c3:29, Destination Id 02:18:f3:ff:fe:a9:91:4e 55 …Hopcount 1, Original Hopcount 1, Nonce 0xe13e5127, Source Id 02:18:f3:ff:fe:a9:91:4e, Destination … 63 …MH-Request (127 hops) for 2001:660:3301:8063:218:f3ff:fea9:914e/128 seqno 40150 id 02:18:f3:ff:fe:… [all …]
|
/external/mesa3d/src/intel/tools/tests/gen9/ |
D | sends.expected | 6 33 00 80 0c 10 80 00 00 c2 00 00 00 fe 5e 02 04 7 33 00 80 0c 10 c0 00 00 42 01 00 00 fe 87 00 04 21 33 00 80 0c 10 10 00 00 62 00 00 00 fe 8d 00 04 22 33 00 80 0c 10 10 00 00 a2 00 00 00 fe 8b 00 04 23 33 00 80 0c 10 10 00 00 62 00 00 00 fe 8c 00 04 24 33 00 80 0c 10 10 00 00 a2 00 00 00 fe 8a 00 04 25 33 00 80 0c 10 10 00 00 62 00 00 00 fe 81 00 04 26 33 00 80 0c 10 10 00 00 62 00 00 00 fe 82 00 04 27 33 00 80 0c 10 10 00 00 62 00 00 00 fe 83 00 04 28 33 00 80 0c 10 10 00 00 62 00 00 00 fe 84 00 04 [all …]
|
/external/slf4j/integration/src/test/java/org/slf4j/test_osgi/ |
D | FrameworkErrorListener.java | 37 public void frameworkEvent(FrameworkEvent fe) { in frameworkEvent() argument 38 if (fe.getType() == FrameworkEvent.ERROR) { in frameworkEvent() 39 errorList.add(fe); in frameworkEvent() 44 private void dump(FrameworkEvent fe) { in dump() argument 45 Throwable t = fe.getThrowable(); in dump() 50 …System.out.println("Framework ERROR:" + ", source " + fe.getSource() + ", bundle=" + fe.getBundle(… in dump() 58 FrameworkEvent fe = (FrameworkEvent) errorList.get(i); in dumpAll() local 59 dump(fe); in dumpAll()
|
D | CheckingBundleListener.java | 49 BundleEvent fe = (BundleEvent) eventList.get(i); in dumpAll() local 50 dump(fe); in dumpAll() 56 BundleEvent fe = (BundleEvent) eventList.get(i); in exists() local 57 Bundle b = fe.getBundle(); in exists()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/curve25519/ |
D | internal.h | 45 typedef struct fe { uint64_t v[5]; } fe; struct 56 typedef struct fe { uint32_t v[10]; } fe; struct 76 fe X; 77 fe Y; 78 fe Z; 82 fe X; 83 fe Y; 84 fe Z; 85 fe T;
|
D | curve25519.c | 151 OPENSSL_STATIC_ASSERT(sizeof(fe) == sizeof(fe_limb_t) * FE_NUM_LIMBS, 154 static void fe_frombytes_strict(fe *h, const uint8_t s[32]) { in fe_frombytes_strict() 161 static void fe_frombytes(fe *h, const uint8_t s[32]) { in fe_frombytes() 168 static void fe_tobytes(uint8_t s[32], const fe *f) { in fe_tobytes() 174 static void fe_0(fe *h) { in fe_0() 175 OPENSSL_memset(h, 0, sizeof(fe)); in fe_0() 183 static void fe_1(fe *h) { in fe_1() 184 OPENSSL_memset(h, 0, sizeof(fe)); in fe_1() 195 static void fe_add(fe_loose *h, const fe *f, const fe *g) { in fe_add() 204 static void fe_sub(fe_loose *h, const fe *f, const fe *g) { in fe_sub() [all …]
|
/external/boringssl/src/crypto/curve25519/ |
D | internal.h | 45 typedef struct fe { uint64_t v[5]; } fe; argument 56 typedef struct fe { uint32_t v[10]; } fe; typedef 76 fe X; 77 fe Y; 78 fe Z; 82 fe X; 83 fe Y; 84 fe Z; 85 fe T;
|
D | curve25519.c | 151 OPENSSL_STATIC_ASSERT(sizeof(fe) == sizeof(fe_limb_t) * FE_NUM_LIMBS, 154 static void fe_frombytes_strict(fe *h, const uint8_t s[32]) { in fe_frombytes_strict() 161 static void fe_frombytes(fe *h, const uint8_t s[32]) { in fe_frombytes() 168 static void fe_tobytes(uint8_t s[32], const fe *f) { in fe_tobytes() 174 static void fe_0(fe *h) { in fe_0() 175 OPENSSL_memset(h, 0, sizeof(fe)); in fe_0() 183 static void fe_1(fe *h) { in fe_1() 184 OPENSSL_memset(h, 0, sizeof(fe)); in fe_1() 195 static void fe_add(fe_loose *h, const fe *f, const fe *g) { in fe_add() 204 static void fe_sub(fe_loose *h, const fe *f, const fe *g) { in fe_sub() [all …]
|
/external/rust/crates/ring/crypto/curve25519/ |
D | internal.h | 56 typedef struct fe { fe_limb_t v[FE_NUM_LIMBS]; } fe; typedef 82 fe X; 83 fe Y; 84 fe Z; 90 fe X; 91 fe Y; 92 fe Z; 93 fe T;
|
D | curve25519.c | 150 OPENSSL_STATIC_ASSERT(sizeof(fe) == sizeof(fe_limb_t) * FE_NUM_LIMBS, 153 static void fe_frombytes_strict(fe *h, const uint8_t s[32]) { in fe_frombytes_strict() 160 static void fe_frombytes(fe *h, const uint8_t s[32]) { in fe_frombytes() 167 static void fe_tobytes(uint8_t s[32], const fe *f) { in fe_tobytes() 173 static void fe_0(fe *h) { in fe_0() 174 GFp_memset(h, 0, sizeof(fe)); in fe_0() 182 static void fe_1(fe *h) { in fe_1() 183 GFp_memset(h, 0, sizeof(fe)); in fe_1() 194 static void fe_add(fe_loose *h, const fe *f, const fe *g) { in fe_add() 203 static void fe_sub(fe_loose *h, const fe *f, const fe *g) { in fe_sub() [all …]
|
/external/mesa3d/src/intel/tools/tests/gen5/ |
D | mov.expected | 15 01 00 60 00 fe 73 80 20 00 00 00 00 00 00 00 00 16 01 20 80 00 fe 73 60 30 00 00 00 00 00 00 00 00 34 01 10 60 00 fe 73 60 20 00 00 00 00 66 66 fc 42 39 01 01 60 00 fe 52 af 20 00 00 00 00 30 00 00 28 40 01 01 60 00 fe 73 c1 20 00 00 00 00 00 00 00 00 68 01 01 60 80 fe 73 a4 20 00 00 00 00 ab aa aa 3e 69 01 05 60 80 fe 73 a8 20 00 00 00 00 cd cc cc 3d 70 01 09 60 00 fe 52 a3 20 00 00 00 00 30 20 00 00 74 01 0d 60 80 fe 73 a4 20 00 00 00 00 60 66 66 3f 75 01 09 60 80 fe 73 a8 20 00 00 00 00 c0 cc 4c 3e [all …]
|
D | while.expected | 1 27 00 60 00 00 1c 00 34 00 14 60 00 e6 fe 00 00 2 27 00 80 00 00 1c 00 34 00 14 60 00 e6 fe 00 00
|
/external/mesa3d/src/intel/tools/tests/gen6/ |
D | mov.expected | 6 01 01 60 00 fe 73 6f 20 00 00 00 00 00 00 88 41 14 01 00 60 00 fe 73 40 20 00 00 00 00 00 00 00 00 18 01 00 80 00 fe 73 60 20 00 00 00 00 00 00 00 00 36 01 09 60 00 fe 52 a5 20 00 00 00 00 20 00 7e 00 41 01 01 60 00 fe 52 8f 20 00 00 00 00 00 30 00 30 64 01 05 60 80 fe 73 81 20 00 00 00 00 00 00 80 3f 65 01 0d 60 80 fe 73 82 20 00 00 00 00 66 66 66 3f 66 01 09 60 80 fe 73 88 20 00 00 00 00 33 33 33 3f 96 01 05 60 00 fe 52 6c 20 00 00 00 00 00 00 00 30 117 01 09 60 00 fe 10 6c 20 00 00 00 00 00 00 00 00 [all …]
|
/external/mesa3d/src/intel/tools/tests/gen4.5/ |
D | mov.expected | 8 01 20 80 00 fe 73 60 30 00 00 00 00 00 00 00 00 32 01 01 60 00 fe 52 cf 20 00 00 00 00 30 40 48 50 33 01 00 60 00 fe 73 60 20 00 00 00 00 66 66 fc 42 34 01 10 60 00 fe 73 60 20 00 00 00 00 66 66 fc 42 45 01 09 60 00 fe 52 a7 21 00 00 00 00 7d 7e 7f 00 47 01 01 60 00 fe 73 c1 20 00 00 00 00 00 00 00 00 75 01 01 60 80 fe 73 a4 20 00 00 00 00 ab aa aa 3e 76 01 05 60 80 fe 73 a8 20 00 00 00 00 cd cc cc 3d 79 01 09 60 80 fe 73 a8 20 00 00 00 00 00 00 80 3f 81 01 0d 60 80 fe 73 a4 20 00 00 00 00 60 66 66 3f [all …]
|
/external/mesa3d/src/intel/tools/tests/gen4/ |
D | mov.expected | 11 01 00 60 00 fe 73 60 20 00 00 00 00 00 00 00 00 12 01 10 60 00 fe 73 e0 20 00 00 00 00 00 00 00 00 36 01 01 60 00 fe 52 cf 20 00 00 00 00 30 40 48 50 45 01 09 60 00 fe 52 a7 21 00 00 00 00 7d 7e 7f 00 48 01 01 60 00 fe 73 c1 20 00 00 00 00 00 00 00 00 49 01 20 80 00 fe 73 00 21 00 00 00 00 00 00 40 40 77 01 01 60 80 fe 73 a4 20 00 00 00 00 ab aa aa 3e 78 01 05 60 80 fe 73 a8 20 00 00 00 00 cd cc cc 3d 82 01 09 60 80 fe 73 a8 20 00 00 00 00 00 00 80 3f 84 01 0d 60 80 fe 73 a4 20 00 00 00 00 60 66 66 3f [all …]
|
/external/strace/ |
D | file_ioctl.c | 111 const struct fiemap_extent *fe = elem_buf; in print_fiemap_extent() local 116 fe->fe_logical, fe->fe_physical, fe->fe_length); in print_fiemap_extent() 118 printflags64(fiemap_extent_flags, fe->fe_flags, in print_fiemap_extent() 231 struct fiemap_extent fe; in file_ioctl() local 235 args.fm_mapped_extents, &fe, sizeof(fe), in file_ioctl()
|
/external/oss-fuzz/projects/irssi/ |
D | build.sh | 21 src/fe-fuzz/irssi-fuzz 22 src/fe-fuzz/server-fuzz 23 src/fe-fuzz/irc/core/event-get-params-fuzz 24 src/fe-fuzz/fe-common/core/theme-load-fuzz 56 cp src/fe-fuzz/tokens.txt "$OUT"/server-fuzz.dict
|
/external/python/cryptography/vectors/cryptography_vectors/asymmetric/RSA/pkcs-1v2-1d2-vec/ |
D | pss-int.txt | 23 b3 c0 5a 1e 8f ad da 27 ed b2 a4 2b c0 00 fe 88 8b 9b 32 c2 2d 15 ad d0 41 0d ce d4 72 39 4a 0d f7 43 fe 7f 92 9e 37 8e fd b3 68 ed df f4 53 cf 00 56 c8 bf 6c ec aa 47 63 03 ab f2 83 fe 05 76 9c fc 49 57 88 fe 5b 1d df de 61 67 eb 19 8a 17 6f 97 42 aa c7 c5 fe a1 4f 22 97 66 2b 84 81 2c 4d ef c4 85 df 1a 89 6f 9d 8b c8 16 d9 7c d7 a2 c4 3b ad 54 6f be 8c fe 96 b8 7d ee 7f bc 7e 65 af 50 57 f8 6f ae 89 84 d9 ba 7f 96 9a d6 fe 02 a4 97 d7 5f 74 45 fe fd d8 5b 6d 3a 47 7c 28 d2 4b a1 e3 75 6f 79 2d d1 dc e8 103 b8 7d ee 7f bc 7e 65 af 50 57 f8 6f ae 89 84 d9 ba 7f 96 9a d6 fe 02 a4 104 d7 5f 74 45 fe fd d8 5b 6d 3a 47 7c 28 d2 4b a1 e3 75 6f 79 2d d1 dc e8 110 b8 7d ee 7f bc 7e 65 af 50 57 f8 6f ae 89 84 d9 ba 7f 96 9a d6 fe 02 a4 [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | trap.ll | 49 ; ENCODING-NACL: f0 de fe e7 trap 51 ; ENCODING-ARM: fe de ff e7 trap 53 ; ENCODING-THUMB: fe de trap 76 ; ENCODING-NACL: f0 de fe e7 trap 78 ; ENCODING-ARM: fe de ff e7 trap 80 ; ENCODING-THUMB: fe de trap
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | strip-sections.test | 6 ## Sanity check the DATA-NOT line by showing that "fe ed fa ce" appears 42 # DATA: {{^[^[:blank:]]+}} de ad be ef ca fe ba be 43 # DATA-NOT: fe ed fa ce 45 # VALIDATE: {{^[^[:blank:]]+}} de ad be ef ca fe ba be fe ed fa ce
|
/external/openscreen/test/data/cast/common/certificate/certificates/ |
D | cast_test_root_ca.pem | 16 00:c1:e4:4c:2e:e0:ac:5c:da:e1:b7:e0:fe:f5:19: 27 52:89:58:19:cd:fe:f5:55:17:57:e3:c2:47:c3:be: 50 86:7d:5d:54:7d:b9:48:ac:fe:57:dd:50:94:c7:6b:f4:29:f4: 54 61:7d:7d:fc:59:6f:04:52:35:b0:dc:ea:ad:ce:fe:15:36:0a: 57 c2:73:46:a3:c2:bd:41:51:fe:57:ef:58:6e:b1:94:82:ea:c0: 59 d8:de:73:ec:a2:3d:cc:12:fe:f5:ae:c9:fa:a7:4e:e3:0b:4e:
|