Home
last modified time | relevance | path

Searched refs:get_data (Results 1 – 25 of 152) sorted by relevance

1234567

/third_party/grpc/src/python/grpcio_tests/tests/unit/
Dresources.py25 return pkgutil.get_data(__name__, _ROOT_CERTIFICATES_RESOURCE_PATH)
29 return pkgutil.get_data(__name__, _PRIVATE_KEY_RESOURCE_PATH)
33 return pkgutil.get_data(__name__, _CERTIFICATE_CHAIN_RESOURCE_PATH)
37 return pkgutil.get_data(
42 return pkgutil.get_data(
49 return pkgutil.get_data(
56 return pkgutil.get_data(
63 return pkgutil.get_data(
70 return pkgutil.get_data(
77 return pkgutil.get_data(
[all …]
/third_party/boost/boost/container/detail/
Dcompare_functors.hpp58 { return static_cast<const Pred&>(*this)(a.get_data(), b.get_data()); } in operator ()()
61 { return static_cast<const Pred&>(*this)(a.get_data()); } in operator ()()
64 { return static_cast<Pred&>(*this)(a.get_data(), b.get_data()); } in operator ()()
67 { return static_cast<Pred&>(*this)(a.get_data()); } in operator ()()
89 return key_of_value()(n.get_data()); in key_from()
/third_party/boost/boost/python/numpy/
Dufunc.hpp51 char * get_data(int n) const;
115 TArgument * argument = reinterpret_cast<TArgument*>(iter.get_data(0)); in call()
116 TResult * result = reinterpret_cast<TResult*>(iter.get_data(1)); in call()
180 TArgument1 * argument1 = reinterpret_cast<TArgument1*>(iter.get_data(0)); in call()
181 TArgument2 * argument2 = reinterpret_cast<TArgument2*>(iter.get_data(1)); in call()
182 TResult * result = reinterpret_cast<TResult*>(iter.get_data(2)); in call()
/third_party/boost/libs/msm/doc/HTML/examples/
DiPodSearch.cpp26 const string& get_data() const {return m_Song;} in get_data() function
33 DATA get_data() const {return m_Data;} in get_data() function
39 DATA get_data() const {return m_Data;} in get_data() function
53 m_Cont->insert(evt.get_data()); in on_entry()
72 if (evt.get_data().find(m_Cont) != std::string::npos ) in on_entry()
75 res.m_Data = evt.get_data(); in on_entry()
82 res.m_Data = evt.get_data(); in on_entry()
DCompilerStressTestEuml.cpp57 const string& get_data() const {return get_attribute(m_song);} in get_data() function
66 return lhs.get_data() == rhs.get_data(); in operator ()()
73 return lhs.get_data() < rhs.get_data(); in operator ()()
113 return lhs.get_data() == "Twist and Shout"; in BOOST_MSM_EUML_ACTION()
128 std::cout << "Song:" << lhs.get_data() << endl; in operator ()()
416 cout << "candidate song:" << (*it).get_data() << endl; in test()
437 cout << "candidate song:" << (*it).get_data() << endl; in test()
/third_party/boost/libs/msm/doc/PDF/examples/
DiPodSearch.cpp26 const string& get_data() const {return m_Song;} in get_data() function
33 DATA get_data() const {return m_Data;} in get_data() function
39 DATA get_data() const {return m_Data;} in get_data() function
53 m_Cont->insert(evt.get_data()); in on_entry()
72 if (evt.get_data().find(m_Cont) != std::string::npos ) in on_entry()
75 res.m_Data = evt.get_data(); in on_entry()
82 res.m_Data = evt.get_data(); in on_entry()
DCompilerStressTestEuml.cpp57 const string& get_data() const {return get_attribute(m_song);} in get_data() function
66 return lhs.get_data() == rhs.get_data(); in operator ()()
73 return lhs.get_data() < rhs.get_data(); in operator ()()
113 return lhs.get_data() == "Twist and Shout"; in BOOST_MSM_EUML_ACTION()
128 std::cout << "Song:" << lhs.get_data() << endl; in operator ()()
416 cout << "candidate song:" << (*it).get_data() << endl; in test()
437 cout << "candidate song:" << (*it).get_data() << endl; in test()
/third_party/mindspore/tests/ut/python/mindrecord/
Dskip_test_issue.py18 from utils import get_data, get_nlp_data, get_mkv_data
35 data = get_data("../data/mindrecord/testImageNetData/")
55 data = get_data("../data/mindrecord/testImageNetData/")
146 data_raw = get_data("../data/mindrecord/testImageNetData/")
281 data = get_data("../data/mindrecord/testImageNetData/")
298 data = get_data("../data/mindrecord/testImageNetData/")
319 data = get_data("../data/mindrecord/testImageNetData/")
377 data_raw = get_data("../data/mindrecord/testImageNetData/")
427 data = get_data("../data/mindrecord/testImageNetData/")
453 data = get_data("../data/mindrecord/testImageNetData/")
[all …]
/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dresources.py26 return pkgutil.get_data(__name__, _ROOT_CERTIFICATES_RESOURCE_PATH)
30 return pkgutil.get_data(__name__, _PRIVATE_KEY_RESOURCE_PATH)
34 return pkgutil.get_data(__name__, _CERTIFICATE_CHAIN_RESOURCE_PATH)
/third_party/boost/boost/fusion/container/set/
Dset.hpp79 storage_type& get_data() { return data; } in get_data() function
81 storage_type const& get_data() const { return data; } in get_data() function
127 storage_type& get_data() { return data; } in get_data() function
129 storage_type const& get_data() const { return data; } in get_data() function
/third_party/boost/libs/heap/tools/
Dheap_benchmarks.hpp44 test_data const & get_data(int index) in get_data() function
68 test_data const & data = get_data(index); in fill_heap()
83 test_data const & data = get_data(index); in fill_heap_with_handles()
113 test_data const & data = get_data(index); in operator ()()
165 test_data const & data = get_data(index); in operator ()()
192 test_data const & data = get_data(index); in operator ()()
/third_party/elfio/elfio/
Delfio_symbols.hpp88 Elf_Word nbucket = *(const Elf_Word*)hash_section->get_data(); in get_symbol()
89 Elf_Word nchain = *(const Elf_Word*)( hash_section->get_data() + in get_symbol()
92 Elf_Word y = *(const Elf_Word*)( hash_section->get_data() + in get_symbol()
98 y = *(const Elf_Word*)( hash_section->get_data() + in get_symbol()
279 if ( 0 != symbol_section->get_data() && index < get_symbols_num() ) { in generic_get_symbol_ptr()
281 symbol_section->get_data() + in generic_get_symbol_ptr()
323 if ( 0 != symbol_section->get_data() && index < get_symbols_num() ) { in generic_get_symbol()
325 symbol_section->get_data() + in generic_get_symbol()
/third_party/boost/libs/core/test/swap/
Dswap_test_class.hpp53 int get_data() const in get_data() function in swap_test_class
106 return lhs.get_data() == rhs.get_data(); in operator ==()
Darray_of_array_of_class.cpp62 BOOST_CHECK_EQUAL(ptr1[i].get_data(), static_cast<int>(i + number_of_elements) ); in main()
63 BOOST_CHECK_EQUAL(ptr2[i].get_data(), static_cast<int>(i) ); in main()
Dswap_array_of_array_of_class.cpp62 BOOST_CHECK_EQUAL(ptr1[i].get_data(), static_cast<int>(i + number_of_elements) ); in main()
63 BOOST_CHECK_EQUAL(ptr2[i].get_data(), static_cast<int>(i) ); in main()
/third_party/boost/libs/type_erasure/src/
Ddynamic_binding.cpp35 data_type * get_data() { in get_data() function
43 ::data_type * data = ::get_data(); in register_function_impl()
49 ::data_type * data = ::get_data(); in lookup_function_impl()
/third_party/boost/boost/gil/
Dchannel.hpp389 …const bitfield_t& get_data() const { return *static_cast<const bitfield_t*>(_… in get_data() function in boost::gil::detail::packed_channel_reference_base
392 bitfield_t get_data() const { in get_data() function in boost::gil::detail::packed_channel_reference_base
473 integer_t get() const { return integer_t((this->get_data()&channel_mask) >> FirstBit); } in get()
502 … operator=(const mutable_reference& ref) const { set_from_reference(ref.get_data()); return *this;… in operator =()
503 … operator=(const const_reference& ref) const { set_from_reference(ref.get_data()); return *this;… in operator =()
510 …integer_t get() const { return integer_t((this->get_data()&channel_mask) >> First… in get()
511 …void set_unsafe(integer_t value) const { this->set_data((this->get_data() & ~channel_mask) | (( st… in set_unsafe()
513 …void set_from_reference(const BitField& other_bits) const { this->set_data((this->get_data() & ~ch… in set_from_reference()
610 return static_cast< integer_t >(( this->get_data()&channel_mask ) >> _first_bit ); in get()
652 return static_cast< integer_t >(( this->get_data()&channel_mask ) >> _first_bit ); in get()
[all …]
/third_party/mindspore/tests/ut/python/dataset/
Dtest_minddataset_padded.py51 data = get_data(CV_DIR_NAME)
116 data = get_data(CV_DIR_NAME)
143 data = get_data(CV_DIR_NAME)
171 data = get_data(CV_DIR_NAME)
211 data = get_data(CV_DIR_NAME)
283 data = get_data(CV_DIR_NAME)
308 data = get_data(CV_DIR_NAME)
330 data = get_data(CV_DIR_NAME)
354 data = get_data(CV_DIR_NAME)
379 data = get_data(CV_DIR_NAME)
[all …]
/third_party/mesa3d/src/microsoft/clc/
Dcompute_test.h218 virtual const void *get_data() const = 0;
219 virtual void *get_data() = 0;
230 const void *get_data() const override { return NULL; } in get_data() function
231 void *get_data() override { return NULL; } in get_data() function
269 const void *get_data() const override { return this->data(); } in get_data() function
270 void *get_data() override { return this->data(); } in get_data() function
/third_party/boost/boost/log/utility/manipulators/
Ddump.hpp123 const void* get_data() const BOOST_NOEXCEPT { return m_data; } in get_data() function in boost::dump_manip
132 aux::dump_data(manip.get_data(), manip.get_size(), strm); in operator <<()
163 aux::dump_data(manip.get_data(), size, strm); in operator <<()
167 aux::dump_data(manip.get_data(), max_size, strm); in operator <<()
/third_party/boost/boost/fusion/container/map/detail/cpp03/
Dat_impl.hpp41 return m.get_data().at_impl(N()); in call()
57 return m.get_data().at_impl(N()); in call()
/third_party/boost/boost/hof/
Ddecorate.hpp123 constexpr const T& get_data(Ts&&... xs) const noexcept in get_data() function
151 BOOST_HOF_MANGLE_CAST(const T&)(BOOST_HOF_CONST_THIS->get_data(xs...)),
172 constexpr const T& get_data(Ts&&... xs) const noexcept in get_data() function
/third_party/boost/boost/fusion/container/set/detail/cpp03/
Dset.hpp91 storage_type& get_data() { return data; } in get_data() function
93 storage_type const& get_data() const { return data; } in get_data() function
/third_party/elfio/tests/
DELFIOTest1.cpp255 BOOST_REQUIRE_NE( file1.sections[i]->get_data(), (const char*)0 ); in checkObjestsAreEqual()
256 BOOST_REQUIRE_NE( file2.sections[i]->get_data(), (const char*)0 ); in checkObjestsAreEqual()
257 std::string pdata1( file1.sections[i]->get_data(), in checkObjestsAreEqual()
258 file1.sections[i]->get_data() + in checkObjestsAreEqual()
260 std::string pdata2( file2.sections[i]->get_data(), in checkObjestsAreEqual()
261 file2.sections[i]->get_data() + in checkObjestsAreEqual()
303 BOOST_REQUIRE_NE( file1.segments[i]->get_data(), (const char*)0 ); in checkExeAreEqual()
304 BOOST_REQUIRE_NE( file2.segments[i]->get_data(), (const char*)0 ); in checkExeAreEqual()
306 std::string pdata1( file1.segments[i]->get_data(), in checkExeAreEqual()
307 file1.segments[i]->get_data() + in checkExeAreEqual()
[all …]
/third_party/boost/libs/python/test/numpy/
Dtemplates.cpp27 char * p = argument.get_data(); in apply()
35 char * row_p = argument.get_data(); in apply()

1234567