Home
last modified time | relevance | path

Searched defs:get (Results 151 – 175 of 36840) sorted by relevance

12345678910>>...1474

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/native/libjimage/
H A Dendian.cpp53 u2 NativeEndian::get(u2 x) { return x; } in get() function in NativeEndian
54 u4 NativeEndian::get(u4 x) { return x; } in get() function in NativeEndian
55 u8 NativeEndian::get(u8 x) { return x; } in get() function in NativeEndian
56 s2 NativeEndian::get(s2 x) { return x; } in get() function in NativeEndian
57 s4 NativeEndian::get(s4 x) { return x; } in get() function in NativeEndian
58 s8 NativeEndian::get(s8 x) { return x; } in get() function in NativeEndian
69 u2 SwappingEndian::get(u2 x) { return bswap_16(x); } in get() function in SwappingEndian
70 u4 SwappingEndian::get(u4 x) { return bswap_32(x); } in get() function in SwappingEndian
71 u8 SwappingEndian::get(u8 x) { return bswap_64(x); } in get() function in SwappingEndian
72 s2 SwappingEndian::get(s2 x) { return bswap_16(x); } in get() function in SwappingEndian
[all …]
/dports/astro/geographiclib/GeographicLib-1.52/dotnet/NETGeographicLib/
H A DRhumb.cpp130 double Rhumb::EquatorialRadius::get() { return m_pRhumb->EquatorialRadius(); } in get() function in Rhumb::EquatorialRadius
133 double Rhumb::Flattening::get() { return m_pRhumb->Flattening(); } in get() function in Rhumb::Flattening
136 double Rhumb::EllipsoidArea::get() { return m_pRhumb->EllipsoidArea(); } in get() function in Rhumb::EllipsoidArea
210 double RhumbLine::Latitude::get() in get() function in RhumbLine::Latitude
216 double RhumbLine::Longitude::get() in get() function in RhumbLine::Longitude
222 double RhumbLine::Azimuth::get() in get() function in RhumbLine::Azimuth
228 double RhumbLine::EquatorialRadius::get() in get() function in RhumbLine::EquatorialRadius
234 double RhumbLine::Flattening::get() in get() function in RhumbLine::Flattening
H A DEllipsoid.cpp229 double Ellipsoid::EquatorialRadius::get() in get() function in Ellipsoid::EquatorialRadius
233 double Ellipsoid::MinorRadius::get() in get() function in Ellipsoid::MinorRadius
237 double Ellipsoid::QuarterMeridian::get() in get() function in Ellipsoid::QuarterMeridian
241 double Ellipsoid::Area::get() in get() function in Ellipsoid::Area
245 double Ellipsoid::Volume::get() in get() function in Ellipsoid::Volume
249 double Ellipsoid::Flattening::get() in get() function in Ellipsoid::Flattening
253 double Ellipsoid::SecondFlattening::get() in get() function in Ellipsoid::SecondFlattening
257 double Ellipsoid::ThirdFlattening::get() in get() function in Ellipsoid::ThirdFlattening
261 double Ellipsoid::EccentricitySq::get() in get() function in Ellipsoid::EccentricitySq
265 double Ellipsoid::SecondEccentricitySq::get() in get() function in Ellipsoid::SecondEccentricitySq
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/generics/rawOverride/
H A DAttributeSet.java37 <T> Attribute<?> get(Class<T> category); in get() method
41 public Attribute get(Class category) { return null; } in get() method in AttributeSet2Impl
45 Attribute<?> get(Class<?> category); in get() method
49 public Attribute get(Class category) { return null; } in get() method in AttributeSet3Impl
53 Attribute<?> get(Number category); in get() method
57 public Attribute get(Number category) { return null; } in get() method in AttributeSet4Impl
61 Attribute<?> get(Attribute<Number> category); in get() method
65 public Attribute get(Attribute category) { return null; } in get() method in AttributeSet5Impl
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/generics/rawOverride/
H A DAttributeSet.java37 <T> Attribute<?> get(Class<T> category); in get() method
41 public Attribute get(Class category) { return null; } in get() method in AttributeSet2Impl
45 Attribute<?> get(Class<?> category); in get() method
49 public Attribute get(Class category) { return null; } in get() method in AttributeSet3Impl
53 Attribute<?> get(Number category); in get() method
57 public Attribute get(Number category) { return null; } in get() method in AttributeSet4Impl
61 Attribute<?> get(Attribute<Number> category); in get() method
65 public Attribute get(Attribute category) { return null; } in get() method in AttributeSet5Impl
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/generics/rawOverride/
H A DAttributeSet.java37 <T> Attribute<?> get(Class<T> category); in get() method
41 public Attribute get(Class category) { return null; } in get() method in AttributeSet2Impl
45 Attribute<?> get(Class<?> category); in get() method
49 public Attribute get(Class category) { return null; } in get() method in AttributeSet3Impl
53 Attribute<?> get(Number category); in get() method
57 public Attribute get(Number category) { return null; } in get() method in AttributeSet4Impl
61 Attribute<?> get(Attribute<Number> category); in get() method
65 public Attribute get(Attribute category) { return null; } in get() method in AttributeSet5Impl
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/generics/rawOverride/
H A DAttributeSet.java37 <T> Attribute<?> get(Class<T> category); in get() method
41 public Attribute get(Class category) { return null; } in get() method in AttributeSet2Impl
45 Attribute<?> get(Class<?> category); in get() method
49 public Attribute get(Class category) { return null; } in get() method in AttributeSet3Impl
53 Attribute<?> get(Number category); in get() method
57 public Attribute get(Number category) { return null; } in get() method in AttributeSet4Impl
61 Attribute<?> get(Attribute<Number> category); in get() method
65 public Attribute get(Attribute category) { return null; } in get() method in AttributeSet5Impl
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/generics/rawOverride/
H A DAttributeSet.java37 <T> Attribute<?> get(Class<T> category); in get() method
41 public Attribute get(Class category) { return null; } in get() method in AttributeSet2Impl
45 Attribute<?> get(Class<?> category); in get() method
49 public Attribute get(Class category) { return null; } in get() method in AttributeSet3Impl
53 Attribute<?> get(Number category); in get() method
57 public Attribute get(Number category) { return null; } in get() method in AttributeSet4Impl
61 Attribute<?> get(Attribute<Number> category); in get() method
65 public Attribute get(Attribute category) { return null; } in get() method in AttributeSet5Impl
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/generics/rawOverride/
H A DAttributeSet.java37 <T> Attribute<?> get(Class<T> category); in get() method
41 public Attribute get(Class category) { return null; } in get() method in AttributeSet2Impl
45 Attribute<?> get(Class<?> category); in get() method
49 public Attribute get(Class category) { return null; } in get() method in AttributeSet3Impl
53 Attribute<?> get(Number category); in get() method
57 public Attribute get(Number category) { return null; } in get() method in AttributeSet4Impl
61 Attribute<?> get(Attribute<Number> category); in get() method
65 public Attribute get(Attribute category) { return null; } in get() method in AttributeSet5Impl
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/generics/rawOverride/
H A DAttributeSet.java37 <T> Attribute<?> get(Class<T> category); in get() method
41 public Attribute get(Class category) { return null; } in get() method in AttributeSet2Impl
45 Attribute<?> get(Class<?> category); in get() method
49 public Attribute get(Class category) { return null; } in get() method in AttributeSet3Impl
53 Attribute<?> get(Number category); in get() method
57 public Attribute get(Number category) { return null; } in get() method in AttributeSet4Impl
61 Attribute<?> get(Attribute<Number> category); in get() method
65 public Attribute get(Attribute category) { return null; } in get() method in AttributeSet5Impl
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/generics/rawOverride/
H A DAttributeSet.java37 <T> Attribute<?> get(Class<T> category); in get() method
41 public Attribute get(Class category) { return null; } in get() method in AttributeSet2Impl
45 Attribute<?> get(Class<?> category); in get() method
49 public Attribute get(Class category) { return null; } in get() method in AttributeSet3Impl
53 Attribute<?> get(Number category); in get() method
57 public Attribute get(Number category) { return null; } in get() method in AttributeSet4Impl
61 Attribute<?> get(Attribute<Number> category); in get() method
65 public Attribute get(Attribute category) { return null; } in get() method in AttributeSet5Impl
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/generics/rawOverride/
H A DAttributeSet.java37 <T> Attribute<?> get(Class<T> category); in get() method
41 public Attribute get(Class category) { return null; } in get() method in AttributeSet2Impl
45 Attribute<?> get(Class<?> category); in get() method
49 public Attribute get(Class category) { return null; } in get() method in AttributeSet3Impl
53 Attribute<?> get(Number category); in get() method
57 public Attribute get(Number category) { return null; } in get() method in AttributeSet4Impl
61 Attribute<?> get(Attribute<Number> category); in get() method
65 public Attribute get(Attribute category) { return null; } in get() method in AttributeSet5Impl
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/generics/rawOverride/
H A DAttributeSet.java37 <T> Attribute<?> get(Class<T> category); in get() method
41 public Attribute get(Class category) { return null; } in get() method in AttributeSet2Impl
45 Attribute<?> get(Class<?> category); in get() method
49 public Attribute get(Class category) { return null; } in get() method in AttributeSet3Impl
53 Attribute<?> get(Number category); in get() method
57 public Attribute get(Number category) { return null; } in get() method in AttributeSet4Impl
61 Attribute<?> get(Attribute<Number> category); in get() method
65 public Attribute get(Attribute category) { return null; } in get() method in AttributeSet5Impl
/dports/games/simutrans/simutrans-121.0/script/
H A Dapi_param.cc108 void_t param<void_t>::get(HSQUIRRELVM, SQInteger) in get() function in script_api::param
114 uint8 param<uint8>::get(HSQUIRRELVM vm, SQInteger index) in get() function in script_api::param
126 sint8 param<sint8>::get(HSQUIRRELVM vm, SQInteger index) in get() function in script_api::param
138 uint16 param<uint16>::get(HSQUIRRELVM vm, SQInteger index) in get() function in script_api::param
150 sint16 param<sint16>::get(HSQUIRRELVM vm, SQInteger index) in get() function in script_api::param
162 uint32 param<uint32>::get(HSQUIRRELVM vm, SQInteger index) in get() function in script_api::param
174 sint32 param<sint32>::get(HSQUIRRELVM vm, SQInteger index) in get() function in script_api::param
186 uint64 param<uint64>::get(HSQUIRRELVM vm, SQInteger index) in get() function in script_api::param
271 bool param<bool>::get(HSQUIRRELVM vm, SQInteger index) in get() function in script_api::param
284 koord param<koord>::get(HSQUIRRELVM vm, SQInteger index) in get() function in script_api::param
[all …]
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dvalue.h244 CppType get() const { return CppType(static_cast<CType>(get_boxed())); } in get() function
283 CppType get() const { return Glib::RefPtr<T>::cast_dynamic(get_object_copy()); } in get() function
302 CppType get() const { return Glib::RefPtr<T>::cast_dynamic(get_object_copy()); } in get() function
329 std::string get() const { return get_cstring(); } in get() function
342 Glib::ustring get() const { return get_cstring(); } in get() function
385 CppType get() const { return CppType(get_enum()); } in get() function
398 CppType get() const { return CppType(get_flags()); } in get() function
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/strategies/relate/
H A Dcartesian.hpp206 static auto get(strategy::within::cartesian_point_point const& ) in get() function
215 static auto get(strategy::within::cartesian_point_box const&) in get() function
224 static auto get(strategy::covered_by::cartesian_point_box const&) in get() function
233 static auto get(strategy::covered_by::cartesian_box_box const&) in get() function
242 static auto get(strategy::disjoint::cartesian_box_box const&) in get() function
251 static auto get(strategy::disjoint::segment_box const&) in get() function
260 static auto get(strategy::within::cartesian_box_box const&) in get() function
278 static auto get(strategy::intersection::cartesian_segments<CalculationType> const& ) in get() function
348 static auto get(strategy::within::franklin<P1, P2, CalculationType> const&) in get() function
383 static auto get(strategy::side::side_by_triangle<CalculationType> const&) in get() function
[all …]
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/api/rest/
H A Dcinder.py35 def get(self, request): member in Volumes
104 def get(self, request, volume_id): member in Volume
122 def get(self, request): member in VolumeTypes
137 def get(self, request, volume_id): member in VolumeMetadata
191 def get(self, request): member in VolumeSnapshots
277 def get(self, request): member in Extensions
302 def get(self, request): member in QoSSpecs
312 def get(self, request): member in TenantAbsoluteLimits
322 def get(self, request): member in Services
350 def get(self, request): member in DefaultQuotaSets
[all …]
/dports/www/gohugo/hugo-0.91.2/docs/content/en/commands/
H A Dhugo_mod_get.md19 hugo mod get github.com/gohugoio/testshortcodes
44 ### Options
50 ### Options inherited from parent commands
68 ### SEE ALSO
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/stlport/stl/
H A D_num_get.h64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() function
70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() function
74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() function
79 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() function
83 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() function
87 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() function
91 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() function
96 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() function
100 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() function
105 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() function
[all …]
/dports/www/py-flask-restful/Flask-RESTful-0.3.9/tests/
H A Dtest_accept.py13 def get(self): member in AcceptTestCase.test_accept_default_application_json.Foo
30 def get(self): member in AcceptTestCase.test_accept_no_default_match_acceptable.Foo
47 def get(self): member in AcceptTestCase.test_accept_default_override_accept.Foo
64 def get(self): member in AcceptTestCase.test_accept_default_any_pick_first.Foo
86 def get(self): member in AcceptTestCase.test_accept_no_default_no_match_not_acceptable.Foo
103 def get(self): member in AcceptTestCase.test_accept_no_default_custom_repr_match.Foo
126 def get(self): member in AcceptTestCase.test_accept_no_default_custom_repr_not_acceptable.Foo
153 def get(self): member in AcceptTestCase.test_accept_no_default_match_q0_not_acceptable.Foo
168 def get(self): member in AcceptTestCase.test_accept_no_default_accept_highest_quality_of_two.Foo
189 def get(self): member in AcceptTestCase.test_accept_no_default_accept_highest_quality_of_three.Foo
[all …]
/dports/math/nfft/nfft-3.5.2/matlab/fastsum/
H A Dfastsum.m239 function x=get.x(h) function
247 function alpha=get.alpha(h) function
255 function y=get.y(h) function
263 function b=get.b(h) function
271 function f=get.f(h) function
279 function N=get.N(h) function
/dports/math/amgcl/amgcl-1.4.2/amgcl/value_type/
H A Deigen.hpp86 static return_type get(const Eigen::Matrix<T, N, M> &x) { in get() function
96 static T get(const Eigen::Matrix<T, N, 1> &x, const Eigen::Matrix<T, N, 1> &y) { in get() function
107 static return_type get(const Eigen::Matrix<T, N, M> &x, const Eigen::Matrix<T, N, M> &y) { in get() function
116 static typename math::scalar_of<T>::type get(const Eigen::Matrix<T, N, M> &x) { in get() function
125 static Eigen::Matrix<T, N, M> get() { in get() function
134 static bool get(const Eigen::Matrix<T, N, M> &x) { in get() function
143 static Eigen::Matrix<T, N, N> get() { in get() function
152 static Eigen::Matrix<T, N, M> get(T c) { in get() function
161 static Eigen::Matrix<T, N, N> get(const Eigen::Matrix<T, N, N> &x) { in get() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/include/perfetto/protozero/
H A Dfield.h166 void get(bool* val) const { *val = as_bool(); } in get() function
167 void get(uint32_t* val) const { *val = as_uint32(); } in get() function
168 void get(int32_t* val) const { *val = as_int32(); } in get() function
169 void get(uint64_t* val) const { *val = as_uint64(); } in get() function
170 void get(int64_t* val) const { *val = as_int64(); } in get() function
171 void get(float* val) const { *val = as_float(); } in get() function
172 void get(double* val) const { *val = as_double(); } in get() function
173 void get(std::string* val) const { *val = as_std_string(); } in get() function
174 void get(ConstChars* val) const { *val = as_string(); } in get() function
175 void get(ConstBytes* val) const { *val = as_bytes(); } in get() function
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/include/perfetto/protozero/
H A Dfield.h166 void get(bool* val) const { *val = as_bool(); } in get() function
167 void get(uint32_t* val) const { *val = as_uint32(); } in get() function
168 void get(int32_t* val) const { *val = as_int32(); } in get() function
169 void get(uint64_t* val) const { *val = as_uint64(); } in get() function
170 void get(int64_t* val) const { *val = as_int64(); } in get() function
171 void get(float* val) const { *val = as_float(); } in get() function
172 void get(double* val) const { *val = as_double(); } in get() function
173 void get(std::string* val) const { *val = as_std_string(); } in get() function
174 void get(ConstChars* val) const { *val = as_string(); } in get() function
175 void get(ConstBytes* val) const { *val = as_bytes(); } in get() function
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/IR/
H A DLocation.cpp20 Location CallSiteLoc::get(Location callee, Location caller) { in get() function in CallSiteLoc
25 Location CallSiteLoc::get(Location name, ArrayRef<Location> frames) { in get() function in CallSiteLoc
41 Location FileLineColLoc::get(Identifier filename, unsigned line, in get() function in FileLineColLoc
47 Location FileLineColLoc::get(StringRef filename, unsigned line, unsigned column, in get() function in FileLineColLoc
61 Location FusedLoc::get(ArrayRef<Location> locs, Attribute metadata, in get() function in FusedLoc
101 Location NameLoc::get(Identifier name, Location child) { in get() function in NameLoc
108 Location NameLoc::get(Identifier name, MLIRContext *context) { in get() function in NameLoc
122 Location OpaqueLoc::get(uintptr_t underlyingLocation, TypeID typeID, in get() function in OpaqueLoc

12345678910>>...1474