Home
last modified time | relevance | path

Searched refs:get_info (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-feat-table.hh50 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 Dgphoto2.h126 static SANE_Int get_info (void);
H A Ddc25.h121 static Dc20Info *get_info (int);
H A Ddc210.h122 static int get_info (DC210 *);
H A Ddc240.h125 static SANE_Int get_info (DC240 *);
H A Dgphoto2.c534 * 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 Ddc25.c538 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 Ddc240.c534 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 Ddc210.c484 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 Dplatform-fuchsia.cc236 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 Dtest_mailbox.py1506 # 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 Dtest_tarfile.py739 self.assertEqual(m1.get_info(), m2.get_info())
2018 info = t.get_info()
2042 info = t.get_info()
H A Dtest_ssl.py4713 self.assertNotEqual(ee.get_info(), ca.get_info())
/third_party/elfio/elfio/
H A Delfio_dump.hpp767 << 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 DELFIOTest1.cpp234 EXPECT_EQ( file1.sections[i]->get_info(),
235 file2.sections[i]->get_info() );
697 auto bound = psymsec->get_info(); in TEST()
H A DELFIOTest.cpp83 EXPECT_EQ( sec->get_info(), info ); in checkSection()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_load_store_vectorize.c65 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 Dtarfile.py948 def get_info(self): member in TarInfo
979 info = self.get_info()
H A Dmailbox.py304 suffix = self.colon + message.get_info()
1580 def get_info(self): member in MaildirMessage
/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc950 status_zx = child_process_.get_info(ZX_INFO_PROCESS, &buffer, sizeof(buffer), in Wait()
/third_party/node/deps/googletest/src/
H A Dgtest-death-test.cc938 status_zx = child_process_.get_info(ZX_INFO_PROCESS, &buffer, sizeof(buffer), in Wait()
/third_party/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc958 status_zx = child_process_.get_info( in Wait()

Completed in 47 milliseconds