Home
last modified time | relevance | path

Searched refs:get_fd (Results 1 – 25 of 34) sorted by relevance

12

/external/bcc/tests/python/
Dtest_map_in_map.py62 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/
Dtest_map_in_map.cc70 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();
Dtest_pinned_table.cc44 …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/
Ddestructible-file_test.cc58 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()
Ddestructible-file.h61 int get_fd() const { return fd_; } in get_fd() function
/external/ltp/testcases/kernel/syscalls/close/
Dclose01.c40 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/
Duse_file.rs52 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/
Dssl_methods.h31 set_fd, get_fd, \ argument
45 get_fd, \
/external/harfbuzz_ng/src/
Dhb-ot-cff-common.hh371 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()
Dhb-ot-cff2-table.hh74 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()
Dhb-ot-cff2-table.cc113 unsigned int fd = fdSelect->get_fd (glyph); in get_extents()
202 unsigned int fd = fdSelect->get_fd (glyph); in get_path()
Dhb-subset-cff-common.hh250 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()
Dhb-ot-cff1-table.cc395 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()
Dhb-subset-cff-common.cc80 fd = src.get_fd (glyph); in hb_plan_subset_cff_fdselect()
/external/mtools/
Dplain_io.h37 int get_fd(Stream_t *Stream);
/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c420 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/
Dendpoint.cc59 int grpc_endpoint_get_fd(grpc_endpoint* ep) { return ep->vtable->get_fd(ep); } in grpc_endpoint_get_fd()
Dendpoint.h49 int (*get_fd)(grpc_endpoint* ep); member
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dendpoint.cc63 int grpc_endpoint_get_fd(grpc_endpoint* ep) { return ep->vtable->get_fd(ep); } in grpc_endpoint_get_fd()
Dendpoint.h52 int (*get_fd)(grpc_endpoint* ep); member
/external/bcc/examples/cpp/
DSkLocalStorageIterator.cc137 link_info.map.map_fd = sk_table.get_fd(); in main()
/external/bcc/src/cc/
Dbcc_btf.h135 int get_fd();
/external/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c719 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/
Diio-private.h107 int (*get_fd)(const struct iio_device *dev); member
/external/bpftool/src/
Dcommon.c279 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()

12