Home
last modified time | relevance | path

Searched +defs:project +defs:s (Results 1 – 25 of 275) sorted by relevance

1234567891011

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Dvector_proxy.hpp131 vector_range<vector_type> project (const range_type &r) const { in project() function in boost::numeric::ublas::vector_range
543 vector_range<V> project (V &data, typename vector_range<V>::range_type const &r) { in project() function
554 …const vector_range<const V> project (const V &data, typename vector_range<V>::range_type const &r)… in project() function
566 vector_range<V> project (vector_range<V> &data, const typename vector_range<V>::range_type &r) { in project() function
577 …const vector_range<V> project (const vector_range<V> &data, const typename vector_range<V>::range_… in project() function
634 vector_slice (vector_type &data, const slice_type &s): in vector_slice()
641 vector_slice (const vector_closure_type &data, const slice_type &s, int): in vector_slice()
707 vector_slice<vector_type> project (const range_type &r) const { in project() function in boost::numeric::ublas::vector_slice
711 vector_slice<vector_type> project (const slice_type &s) const { in project() function in boost::numeric::ublas::vector_slice
1100 vector_slice<V> project (V &data, const typename vector_slice<V>::slice_type &s) { in project() function
[all …]
Dexpression_types.hpp102 scalar_reference &operator = (const scalar_reference &s) { in operator =()
152 scalar_value &operator = (const scalar_value &s) { in operator =()
225 vector_slice_type operator () (const default_slice &s) { in operator ()()
240 const_vector_range_type project (const default_range &r) const { in project() function in boost::numeric::ublas::vector_expression
244 vector_range_type project (const default_range &r) { in project() function in boost::numeric::ublas::vector_expression
248 const_vector_slice_type project (const default_slice &s) const { in project() function in boost::numeric::ublas::vector_expression
252 vector_slice_type project (const default_slice &s) { in project() function in boost::numeric::ublas::vector_expression
257 … const vector_indirect<const E, indirect_array<A> > project (const indirect_array<A> &ia) const { in project() function in boost::numeric::ublas::vector_expression
262 vector_indirect<E, indirect_array<A> > project (const indirect_array<A> &ia) { in project() function in boost::numeric::ublas::vector_expression
400 const_matrix_range_type project (const default_range &r1, const default_range &r2) const { in project() function in boost::numeric::ublas::matrix_expression
[all …]
/aosp_15_r20/external/skia/gn/
H A Dgn_to_cmake.py196 def FindFirstOf(s, a): argument
266 def __init__(self, gn_target_name, project): argument
274 def WriteAction(out, target, project, sources, synthetic_dependencies): argument
335 def WriteActionForEach(out, target, project, sources, synthetic_dependencies): argument
399 def WriteCopy(out, target, project, sources, synthetic_dependencies): argument
445 def WriteCompilerFlags(out, target, project, sources): argument
507 def WriteSourceVariables(out, target, project): argument
550 def WriteTarget(out, target, project): argument
664 def WriteProject(project, ninja_executable): argument
/aosp_15_r20/external/rust/android-crates-io/crates/serde-xml-rs/tests/
Dtest.rs17 let s = r##" in simple_struct_from_attributes() localVariable
36 let s = r##" in multiple_roots_attributes() localVariable
62 let s = r##" in simple_struct_from_attribute_and_child() localVariable
91 let s = r##" in nested_collection() localVariable
98 let project: Project = from_str(s).unwrap(); in nested_collection() localVariable
135 let s = r##" in collection_of_enums() localVariable
143 let project: MyEnums = from_str(s).unwrap(); in collection_of_enums() localVariable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/
Dmulti_index_container.hpp482 typename nth_index_iterator<N>::type project(IteratorType it) in project() function in boost::multi_index::multi_index_container
500 typename nth_index_const_iterator<N>::type project(IteratorType it)const in project() function in boost::multi_index::multi_index_container
534 typename index_iterator<Tag>::type project(IteratorType it) in project() function in boost::multi_index::multi_index_container
551 typename index_const_iterator<Tag>::type project(IteratorType it)const in project() function in boost::multi_index::multi_index_container
1086 const serialization::collection_size_type s(size_()); in save() local
1110 serialization::collection_size_type s; in load() local
1319 project( in project() function
1352 project( in project() function
1404 project( in project() function
1438 project( in project() function
/aosp_15_r20/external/guice/lib/build/
HDbnd-0.0.384.jar ... OPT/src/aQute/bnd/build/Project.java OSGI-OPT/src/aQute/ ...
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDlint-api.jar ... android.tools.lint.detector.api.Project project } com/android/tools/lint/ ...
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/math/include/math/
Dmat4.h291 static CONSTEXPR TVec3<A> project(const TMat44& projectionMatrix, TVec3<A> vertice) { in project() function
297 static CONSTEXPR TVec4<A> project(const TMat44& projectionMatrix, TVec4<A> vertice) { in project() function
396 const U s = n > 0 ? 2/n : 0; in TMat44() local
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/math/include/math/
Dmat4.h291 static CONSTEXPR TVec3<A> project(const TMat44& projectionMatrix, TVec3<A> vertice) { in project() function
297 static CONSTEXPR TVec4<A> project(const TMat44& projectionMatrix, TVec4<A> vertice) { in project() function
396 const U s = n > 0 ? 2/n : 0; in TMat44() local
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/math/include/math/
Dmat4.h291 static CONSTEXPR TVec3<A> project(const TMat44& projectionMatrix, TVec3<A> vertice) { in project() function
297 static CONSTEXPR TVec4<A> project(const TMat44& projectionMatrix, TVec4<A> vertice) { in project() function
396 const U s = n > 0 ? 2/n : 0; in TMat44() local
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/math/include/math/
Dmat4.h291 static CONSTEXPR TVec3<A> project(const TMat44& projectionMatrix, TVec3<A> vertice) { in project() function
297 static CONSTEXPR TVec4<A> project(const TMat44& projectionMatrix, TVec4<A> vertice) { in project() function
396 const U s = n > 0 ? 2/n : 0; in TMat44() local
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/math/include/math/
Dmat4.h291 static CONSTEXPR TVec3<A> project(const TMat44& projectionMatrix, TVec3<A> vertice) { in project() function
297 static CONSTEXPR TVec4<A> project(const TMat44& projectionMatrix, TVec4<A> vertice) { in project() function
396 const U s = n > 0 ? 2/n : 0; in TMat44() local
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/math/include/math/
Dmat4.h291 static CONSTEXPR TVec3<A> project(const TMat44& projectionMatrix, TVec3<A> vertice) { in project() function
297 static CONSTEXPR TVec4<A> project(const TMat44& projectionMatrix, TVec4<A> vertice) { in project() function
396 const U s = n > 0 ? 2/n : 0; in TMat44() local
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/math/include/math/
Dmat4.h291 static CONSTEXPR TVec3<A> project(const TMat44& projectionMatrix, TVec3<A> vertice) { in project() function
297 static CONSTEXPR TVec4<A> project(const TMat44& projectionMatrix, TVec4<A> vertice) { in project() function
396 const U s = n > 0 ? 2/n : 0; in TMat44() local
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/math/include/math/
Dmat4.h291 static CONSTEXPR TVec3<A> project(const TMat44& projectionMatrix, TVec3<A> vertice) { in project() function
297 static CONSTEXPR TVec4<A> project(const TMat44& projectionMatrix, TVec4<A> vertice) { in project() function
396 const U s = n > 0 ? 2/n : 0; in TMat44() local
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/math/include/math/
Dmat4.h291 static CONSTEXPR TVec3<A> project(const TMat44& projectionMatrix, TVec3<A> vertice) { in project() function
297 static CONSTEXPR TVec4<A> project(const TMat44& projectionMatrix, TVec4<A> vertice) { in project() function
396 const U s = n > 0 ? 2/n : 0; in TMat44() local
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/math/include/math/
Dmat4.h291 static CONSTEXPR TVec3<A> project(const TMat44& projectionMatrix, TVec3<A> vertice) { in project() function
297 static CONSTEXPR TVec4<A> project(const TMat44& projectionMatrix, TVec4<A> vertice) { in project() function
396 const U s = n > 0 ? 2/n : 0; in TMat44() local
/aosp_15_r20/frameworks/native/libs/math/include/math/
H A Dmat4.h299 static CONSTEXPR TVec3<A> project(const TMat44& projectionMatrix, TVec3<A> vertice) { in project() function
305 static CONSTEXPR TVec4<A> project(const TMat44& projectionMatrix, TVec4<A> vertice) { in project() function
404 const U s = n > 0 ? 2/n : 0; in TMat44() local
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/math/include/math/
Dmat4.h291 static CONSTEXPR TVec3<A> project(const TMat44& projectionMatrix, TVec3<A> vertice) { in project() function
297 static CONSTEXPR TVec4<A> project(const TMat44& projectionMatrix, TVec4<A> vertice) { in project() function
396 const U s = n > 0 ? 2/n : 0; in TMat44() local
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/math/include/math/
Dmat4.h291 static CONSTEXPR TVec3<A> project(const TMat44& projectionMatrix, TVec3<A> vertice) { in project() function
297 static CONSTEXPR TVec4<A> project(const TMat44& projectionMatrix, TVec4<A> vertice) { in project() function
396 const U s = n > 0 ? 2/n : 0; in TMat44() local
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/math/include/math/
Dmat4.h291 static CONSTEXPR TVec3<A> project(const TMat44& projectionMatrix, TVec3<A> vertice) { in project() function
297 static CONSTEXPR TVec4<A> project(const TMat44& projectionMatrix, TVec4<A> vertice) { in project() function
396 const U s = n > 0 ? 2/n : 0; in TMat44() local
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/math/include/math/
Dmat4.h291 static CONSTEXPR TVec3<A> project(const TMat44& projectionMatrix, TVec3<A> vertice) { in project() function
297 static CONSTEXPR TVec4<A> project(const TMat44& projectionMatrix, TVec4<A> vertice) { in project() function
396 const U s = n > 0 ? 2/n : 0; in TMat44() local
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/math/include/math/
Dmat4.h291 static CONSTEXPR TVec3<A> project(const TMat44& projectionMatrix, TVec3<A> vertice) { in project() function
297 static CONSTEXPR TVec4<A> project(const TMat44& projectionMatrix, TVec4<A> vertice) { in project() function
396 const U s = n > 0 ? 2/n : 0; in TMat44() local
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/math/include/math/
Dmat4.h291 static CONSTEXPR TVec3<A> project(const TMat44& projectionMatrix, TVec3<A> vertice) { in project() function
297 static CONSTEXPR TVec4<A> project(const TMat44& projectionMatrix, TVec4<A> vertice) { in project() function
396 const U s = n > 0 ? 2/n : 0; in TMat44() local
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/math/include/math/
Dmat4.h291 static CONSTEXPR TVec3<A> project(const TMat44& projectionMatrix, TVec3<A> vertice) { in project() function
297 static CONSTEXPR TVec4<A> project(const TMat44& projectionMatrix, TVec4<A> vertice) { in project() function
396 const U s = n > 0 ? 2/n : 0; in TMat44() local

1234567891011