/external/bcc/tests/python/ |
D | test_map_in_map.py | 62 hash_maps[ct.c_int(1)] = ct.c_int(ex1_map.get_fd()) 63 hash_maps[ct.c_int(2)] = ct.c_int(ex2_map.get_fd()) 136 hash_maps[CustomKey(1, 1)] = ct.c_int(ex1_map.get_fd()) 137 hash_maps[CustomKey(1, 2)] = ct.c_int(ex2_map.get_fd()) 200 array_maps[ct.c_int(1)] = ct.c_int(ex1_map.get_fd()) 201 array_maps[ct.c_int(2)] = ct.c_int(ex2_map.get_fd())
|
/external/bcc/tests/cc/ |
D | test_map_in_map.cc | 70 int ex1_fd = ex1_table.get_fd(); 71 int ex2_fd = ex2_table.get_fd(); 72 int ex3_fd = ex3_table.get_fd(); 172 int ex1_fd = ex1_table.get_fd(); 173 int ex2_fd = ex2_table.get_fd(); 279 int ex1_fd = ex1_table.get_fd(); 280 int ex2_fd = ex2_table.get_fd(); 281 int ex3_fd = ex3_table.get_fd();
|
D | test_pinned_table.cc | 44 …REQUIRE(bpf_obj_pin(bpf.get_hash_table<int, int>("ids").get_fd(), "/sys/fs/bpf/test_pinned_table")… 109 …REQUIRE(bpf_obj_pin(bpf.get_sk_storage_table<unsigned long long>("sk_stg").get_fd(), "/sys/fs/bpf/…
|
/external/icing/icing/file/ |
D | destructible-file_test.cc | 58 ASSERT_TRUE(filesystem.Write(destructible1.get_fd(), &i, sizeof(i))); in TEST() 65 ASSERT_TRUE(filesystem.Write(destructible2.get_fd(), &i, sizeof(i))); in TEST() 91 ASSERT_TRUE(filesystem.Write(destructible2.get_fd(), &i, sizeof(i))); in TEST()
|
D | destructible-file.h | 61 int get_fd() const { return fd_; } in get_fd() function
|
/external/ltp/testcases/kernel/syscalls/close/ |
D | close01.c | 40 int (*get_fd) (); member 50 TST_EXP_PASS(close(tc[i].get_fd()), "close a %s fd", tc[i].type); in run()
|
/external/rust/crates/getrandom/src/ |
D | use_file.rs | 52 fn get_fd() -> Option<libc::c_int> { in get_rng_fd() function 60 if let Some(fd) = get_fd() { in get_rng_fd() 70 if let Some(fd) = get_fd() { in get_rng_fd()
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
D | ssl_methods.h | 31 set_fd, get_fd, \ argument 45 get_fd, \
|
/external/harfbuzz_ng/src/ |
D | hb-ot-cff-common.hh | 371 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function 430 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function 472 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function 478 case 0: return u.format0.get_fd (glyph); in get_fd() 479 case 3: return u.format3.get_fd (glyph); in get_fd()
|
D | hb-ot-cff2-table.hh | 74 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function 81 case 0: return u.format0.get_fd (glyph); in get_fd() 82 case 3: return u.format3.get_fd (glyph); in get_fd() 83 case 4: return u.format4.get_fd (glyph); in get_fd()
|
D | hb-ot-cff2-table.cc | 113 unsigned int fd = fdSelect->get_fd (glyph); in get_extents() 202 unsigned int fd = fdSelect->get_fd (glyph); in get_path()
|
D | hb-subset-cff-common.hh | 250 unsigned int fd = acc.fdSelect->get_fd (glyph); in flatten() 628 unsigned int fd = acc.fdSelect->get_fd (glyph); in subset() 679 unsigned int fd = acc.fdSelect->get_fd (glyph); in subset() 723 unsigned int fd = acc.fdSelect->get_fd (glyph); in encode_charstrings() 900 unsigned int fd = acc.fdSelect->get_fd (glyph); in closure_subroutines()
|
D | hb-ot-cff1-table.cc | 395 unsigned int fd = cff->fdSelect->get_fd (glyph); in _get_bounds() 540 unsigned int fd = cff->fdSelect->get_fd (glyph); in _get_path() 592 unsigned int fd = fdSelect->get_fd (glyph); in get_seac_components()
|
D | hb-subset-cff-common.cc | 80 fd = src.get_fd (glyph); in hb_plan_subset_cff_fdselect()
|
/external/mtools/ |
D | plain_io.h | 37 int get_fd(Stream_t *Stream);
|
/external/ltp/testcases/kernel/fs/fsx-linux/ |
D | fsx-linux.c | 420 int get_fd(void) in get_fd() function 476 int fd = get_fd(); in check_size() 495 int fd = get_fd(); in check_trunc_hack() 916 int fd = get_fd(); in writefileimage() 1291 int fd = get_fd(); in main() 1323 int fd = get_fd(); in main()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | endpoint.cc | 59 int grpc_endpoint_get_fd(grpc_endpoint* ep) { return ep->vtable->get_fd(ep); } in grpc_endpoint_get_fd()
|
D | endpoint.h | 49 int (*get_fd)(grpc_endpoint* ep); member
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | endpoint.cc | 63 int grpc_endpoint_get_fd(grpc_endpoint* ep) { return ep->vtable->get_fd(ep); } in grpc_endpoint_get_fd()
|
D | endpoint.h | 52 int (*get_fd)(grpc_endpoint* ep); member
|
/external/bcc/examples/cpp/ |
D | SkLocalStorageIterator.cc | 137 link_info.map.map_fd = sk_table.get_fd(); in main()
|
/external/bcc/src/cc/ |
D | bcc_btf.h | 135 int get_fd();
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
D | ssl_lib.c | 719 ret = SSL_METHOD_CALL(get_fd, ssl, 0); in SSL_get_fd() 733 ret = SSL_METHOD_CALL(get_fd, ssl, 0); in SSL_get_rfd() 747 ret = SSL_METHOD_CALL(get_fd, ssl, 0); in SSL_get_wfd()
|
/external/libiio/src/ |
D | iio-private.h | 107 int (*get_fd)(const struct iio_device *dev); member
|
/external/bpftool/src/ |
D | common.c | 279 int do_pin_any(int argc, char **argv, int (*get_fd)(int *, char ***)) in do_pin_any() 284 fd = get_fd(&argc, &argv); in do_pin_any()
|