/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-feat-table.hh | 50 hb_aat_layout_feature_selector_info_t get_info (hb_aat_layout_feature_selector_t default_selector) const in get_info() function 120 | hb_map ([=] (const SettingName& setting) { return setting.get_info (default_selector); }) in get_selector_infos()
|
/third_party/backends/backend/ |
H A D | gphoto2.h | 126 static SANE_Int get_info (void);
|
H A D | dc25.h | 121 static Dc20Info *get_info (int);
|
H A D | dc210.h | 122 static int get_info (DC210 *);
|
H A D | dc240.h | 125 static SANE_Int get_info (DC240 *);
|
H A D | gphoto2.c | 534 * get_info() - Get overall information about camera: folder names, 538 get_info (void) in get_info() function 857 DBG (3, "sane_init: about to get_info\n"); in sane_init() 858 if (get_info () != SANE_STATUS_GOOD) in sane_init() 1170 perhaps just call get_info again? in sane_control_option() 1207 if (get_info () != SANE_STATUS_GOOD) in sane_control_option() 1698 * with get_info and get_pictures_info. (We didn't have the call in snap_pic() 1709 if (get_info () != SANE_STATUS_GOOD) in snap_pic()
|
H A D | dc25.c | 538 get_info (int fd) in get_info() function 544 DBG (2, "get_info: error: send_pck returned -1\n"); in get_info() 548 DBG (9, "get_info: read info packet\n"); in get_info() 552 DBG (2, "get_info: error: read_data returned -1\n"); in get_info() 558 DBG (2, "get_info: error: end_of_data returned -1\n"); in get_info() 1896 if ((dc20_info = get_info (tfd)) == NULL) in sane_init() 2546 if (get_info (tfd) == NULL) in sane_read() 2552 DBG (10, "Call get_info!, image range=%d,%d\n", image_range.min, in sane_read() 2649 if (get_info (tfd) == NULL) in sane_read() 2655 DBG (10, "Call get_info!, imag in sane_read() [all...] |
H A D | dc240.c | 534 get_info (DC240 * camera) in get_info() function 537 SANE_Char f[] = "get_info"; in get_info() 903 if (get_info (&Camera) == -1) in sane_init() 1148 perhaps just call get_info again? in sane_control_option() 1185 if (get_info (&Camera) == -1) in sane_control_option()
|
H A D | dc210.c | 484 get_info (DC210 * camera) in get_info() function 487 char f[] = "get_info"; in get_info() 746 if (get_info (&Camera) == -1) in sane_init() 1020 perhaps just call get_info again? in sane_control_option()
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-fuchsia.cc | 236 zx_status_t status = zx::vmar::root_self()->get_info( in Initialize() 361 if (zx::thread::self()->get_info(ZX_INFO_THREAD_STATS, &info, sizeof(info), in GetUserTime()
|
/third_party/python/Lib/test/ |
H A D | test_mailbox.py | 1506 # Use get_info() and set_info() 1508 self.assertEqual(msg.get_info(), '') 1510 self.assertEqual(msg.get_info(), '1,foo=bar') 1517 self.assertEqual(msg.get_info(), '') 1520 self.assertEqual(msg.get_info(), '2,FS') 1523 self.assertEqual(msg.get_info(), '1,') 1526 self.assertEqual(msg.get_info(), '1,') 1529 self.assertEqual(msg.get_info(), '2,D')
|
H A D | test_tarfile.py | 739 self.assertEqual(m1.get_info(), m2.get_info()) 2018 info = t.get_info() 2042 info = t.get_info()
|
H A D | test_ssl.py | 4713 self.assertNotEqual(ee.get_info(), ca.get_info())
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 767 << DUMP_HEX0x_FORMAT( 3 ) << sec->get_info() << " " in section_header() 782 << DUMP_HEX0x_FORMAT( 4 ) << sec->get_info() << " " in section_header()
|
/third_party/elfio/tests/ |
H A D | ELFIOTest1.cpp | 234 EXPECT_EQ( file1.sections[i]->get_info(), 235 file2.sections[i]->get_info() ); 697 auto bound = psymsec->get_info(); in TEST()
|
H A D | ELFIOTest.cpp | 83 EXPECT_EQ( sec->get_info(), info ); in checkSection()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_load_store_vectorize.c | 65 get_info(nir_intrinsic_op op) { in get_info() function 1463 const struct intrinsic_info *info = get_info(intrin->intrinsic); in process_block()
|
/third_party/python/Lib/ |
H A D | tarfile.py | 948 def get_info(self): member in TarInfo 979 info = self.get_info()
|
H A D | mailbox.py | 304 suffix = self.colon + message.get_info() 1580 def get_info(self): member in MaildirMessage
|
/third_party/googletest/googletest/src/ |
H A D | gtest-death-test.cc | 950 status_zx = child_process_.get_info(ZX_INFO_PROCESS, &buffer, sizeof(buffer), in Wait()
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-death-test.cc | 938 status_zx = child_process_.get_info(ZX_INFO_PROCESS, &buffer, sizeof(buffer), in Wait()
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-death-test.cc | 958 status_zx = child_process_.get_info( in Wait()
|