Home
last modified time | relevance | path

Searched refs:descriptor_str (Results 1 – 25 of 25) sorted by last modified time

/dports/devel/gdcm/gdcm-3.0.10/Applications/Cxx/
H A Dgdcmgendir.cxx77 std::string descriptor_str; in main() local
140 assert( descriptor_str.empty() ); in main()
141 descriptor_str = optarg; in main()
333 gen.SetDescriptor( descriptor_str.c_str() ); in main()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dwalletutil.h97 std::string descriptor_str; in SERIALIZE_METHODS() local
98 SER_WRITE(obj, descriptor_str = obj.descriptor->ToString()); in SERIALIZE_METHODS()
99 … READWRITE(descriptor_str, obj.creation_time, obj.next_index, obj.range_start, obj.range_end); in SERIALIZE_METHODS()
100 SER_READ(obj, obj.DeserializeDescriptor(descriptor_str)); in SERIALIZE_METHODS()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dwalletutil.h97 std::string descriptor_str;
98 SER_WRITE(obj, descriptor_str = obj.descriptor->ToString());
99 … READWRITE(descriptor_str, obj.creation_time, obj.next_index, obj.range_start, obj.range_end);
100 SER_READ(obj, obj.DeserializeDescriptor(descriptor_str));
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dwalletutil.h97 std::string descriptor_str;
98 SER_WRITE(obj, descriptor_str = obj.descriptor->ToString());
99 … READWRITE(descriptor_str, obj.creation_time, obj.next_index, obj.range_start, obj.range_end);
100 SER_READ(obj, obj.DeserializeDescriptor(descriptor_str));
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
H A DCsvWriter.cpp40 string descriptor_str = FloatToString(descriptors.at<float>((int)i,j)); in writeUVXYZ() local
41 _file << _separator << descriptor_str; in writeUVXYZ()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwalletutil.h96 std::string descriptor_str; in SERIALIZE_METHODS() local
97 SER_WRITE(obj, descriptor_str = obj.descriptor->ToString()); in SERIALIZE_METHODS()
98 … READWRITE(descriptor_str, obj.creation_time, obj.next_index, obj.range_start, obj.range_end); in SERIALIZE_METHODS()
99 SER_READ(obj, obj.DeserializeDescriptor(descriptor_str)); in SERIALIZE_METHODS()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwalletutil.h96 std::string descriptor_str; in SERIALIZE_METHODS() local
97 SER_WRITE(obj, descriptor_str = obj.descriptor->ToString()); in SERIALIZE_METHODS()
98 … READWRITE(descriptor_str, obj.creation_time, obj.next_index, obj.range_start, obj.range_end); in SERIALIZE_METHODS()
99 SER_READ(obj, obj.DeserializeDescriptor(descriptor_str)); in SERIALIZE_METHODS()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwalletutil.h96 std::string descriptor_str; in SERIALIZE_METHODS() local
97 SER_WRITE(obj, descriptor_str = obj.descriptor->ToString()); in SERIALIZE_METHODS()
98 … READWRITE(descriptor_str, obj.creation_time, obj.next_index, obj.range_start, obj.range_end); in SERIALIZE_METHODS()
99 SER_READ(obj, obj.DeserializeDescriptor(descriptor_str)); in SERIALIZE_METHODS()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/shaderc/src/spvc/src/
H A Dmain.cc286 string_piece descriptor_str; in main() local
288 "--msl-discrete-descriptor-set=", &descriptor_str); in main()
290 if (!shaderc_util::ParseUint32(descriptor_str.str(), &descriptor_num)) { in main()
291 std::cerr << "spvc: error: invalid value '" << descriptor_str in main()
/dports/security/py-stem/stem-1.8.0/test/unit/descriptor/
H A Dreader.py271 descriptor_str = str(descriptor)
273 if descriptor_str in remaining_entries:
274 remaining_entries.remove(descriptor_str)
/dports/emulators/vmips/vmips-1.5.1/
H A DChangeLog6487 deccsr.h: Add include guards. Constify descriptor_str().
6565 deviceint.h: Constify descriptor_str.
9490 doc/to-do: Dealt with descriptor_str & friends.
9497 devicemap.cc, devicemap.h: Get rid of descriptor_str for mappings.
9504 range.cc, range.h: Remove Range::print(), Range::descriptor_str(),
11039 devicemap.cc: (descriptor_str) Cast this and getNext() to unsigned long.
11043 range.cc: (descriptor_str) Cast this, address, prev, and next to unsigned
14444 range.cc (descriptor_str): Use %ld.
15112 and debugging stuff (might go away, someday...) Add descriptor_str abstract
15117 spimconsole.cc: Add descriptor_str. Set clock unready at initialization.
[all …]
H A Dclockdev.cc136 const char *ClockDevice::descriptor_str() const in descriptor_str() function in ClockDevice
H A Dvmips.cc183 spim_console->descriptor_str(), SPIM_BASE); in setup_spimconsole()
193 spim_console->descriptor_str ()); in setup_spimconsole()
195 spim_console->descriptor_str ()); in setup_spimconsole()
215 clock_device->descriptor_str(), CLOCK_BASE ); in setup_clockdevice()
219 clock_device->descriptor_str() ); in setup_clockdevice()
240 decrtc_device->descriptor_str() ); in setup_decrtc()
256 deccsr_device->descriptor_str(), DECCSR_BASE); in setup_deccsr()
260 deccsr_device->descriptor_str()); in setup_deccsr()
293 decserial_device->descriptor_str ()); in setup_decserial()
305 test_device->descriptor_str(), TEST_BASE); in setup_testdev()
[all …]
H A Ddecstat.h39 const char *descriptor_str () const { in descriptor_str() function
H A Ddeviceint.cc77 fprintf(stderr, "%s asserted %s\n", descriptor_str(), strlineno(line)); in reportAssert()
86 descriptor_str(), strlineno(line)); in reportAssertDisconnected()
94 fprintf(stderr, "%s deasserted %s\n", descriptor_str(), in reportDeassert()
104 descriptor_str(), strlineno(line)); in reportDeassertDisconnected()
H A Ddeviceint.h75 virtual const char *descriptor_str(void) const = 0;
H A Ddecrtc.h51 const char *descriptor_str () const { return "DECstation 5000/200 RTC"; } in descriptor_str() function
H A Dhaltdev.h39 const char *descriptor_str();
H A Dhaltdev.cc61 const char *HaltDevice::descriptor_str() in descriptor_str() function in HaltDevice
H A Dspimconsole.cc207 const char *SpimConsoleDevice::descriptor_str() const in descriptor_str() function in SpimConsoleDevice
H A Dspimconsole.h67 virtual const char *descriptor_str() const;
H A Ddeccsr.h53 const char *descriptor_str() const { return "DECstation 5000/200 CSR"; } in descriptor_str() function
H A Ddecserial.h50 const char *descriptor_str () const { return "DECstation 5000/200 DZ11 Serial"; } in descriptor_str() function
H A Dclockdev.h53 virtual const char *descriptor_str() const;
H A Dtestdev.h16 const char *descriptor_str () const { return "Test Device"; } in descriptor_str() function