/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
D | JavaExpression.java | 39 protected JavaExpression cast(JavaExpression expression) { in cast() method 48 protected JavaExpression cast(JavaExpression expression) { in cast() method 57 protected JavaExpression cast(JavaExpression expression) { in cast() method 66 protected JavaExpression cast(JavaExpression expression) { in cast() method 76 protected JavaExpression cast(JavaExpression expression) { in cast() method 88 protected JavaExpression cast(JavaExpression expression) { in cast() method 100 protected JavaExpression cast(JavaExpression expression) { in cast() method 108 protected JavaExpression cast(JavaExpression expression) { in cast() method 118 protected JavaExpression cast(final JavaExpression expression) { in cast() method
|
/external/swiftshader/src/Reactor/ |
D | Traits.inl | 23 Pointer<Byte> CToReactorPtr<T, ENABLE>::cast(const T *v) function in rr::CToReactorPtr 32 CToReactorPtr<T, std::enable_if_t<HasReactorType<T>::value>>::cast(const T *v) function in rr::CToReactorPtr::enable_if_t::value 38 Pointer<Byte> CToReactorPtr<void, void>::cast(const void *v) function in rr::CToReactorPtr 46 CToReactorPtr<T, std::enable_if_t<std::is_function<T>::value>>::cast(T *v) function in rr::CToReactorPtr::enable_if_t::is_function::value 54 CToReactor<T, std::enable_if_t<std::is_pointer<T>::value>>::cast(T v) function in rr::CToReactor::enable_if_t::is_pointer::value 62 CToReactor<T, std::enable_if_t<std::is_enum<T>::value>>::cast(T v) function in rr::CToReactor::enable_if_t::is_enum::value
|
D | Reactor.cpp | 309 Byte::Byte(RValue<Int> cast) in Byte() 316 Byte::Byte(RValue<UInt> cast) in Byte() 323 Byte::Byte(RValue<UShort> cast) in Byte() 556 SByte::SByte(RValue<Int> cast) in SByte() 563 SByte::SByte(RValue<Short> cast) in SByte() 791 Short::Short(RValue<Int> cast) in Short() 1019 UShort::UShort(RValue<UInt> cast) in UShort() 1026 UShort::UShort(RValue<Int> cast) in UShort() 1033 UShort::UShort(RValue<Byte> cast) in UShort() 1256 Byte4::Byte4(RValue<Byte8> cast) in Byte4() [all …]
|
/external/perfetto/include/perfetto/ext/base/ |
D | no_destructor.h | 63 auto* const cast = reinterpret_cast<const T*>(storage_); in ref() local 67 auto* const cast = reinterpret_cast<T*>(storage_); in ref() local
|
/external/python/pybind11/tests/ |
D | test_custom_type_casters.cpp | 30 static handle cast(const ArgInspector1 &src, return_value_policy, handle) { in cast() function 45 static handle cast(const ArgInspector2 &src, return_value_policy, handle) { in cast() function 57 static handle cast(const ArgAlwaysConverts &, return_value_policy, handle) { in cast() function 79 static handle cast(const DestructionTester &, return_value_policy, handle) { in cast() function
|
/external/cronet/buildtools/third_party/libc++/trunk/test/support/ |
D | propagate_value_category.hpp | 117 static Apply<UnCVRef<Tp>> cast(Tp &&t) { in cast() function 124 static Apply<UnCVRef<Tp>> cast(Tp &&t) { in cast() function 133 static Apply<UnCVRef<Tp>> cast(Tp &&t) { in cast() function
|
/external/python/pybind11/include/pybind11/ |
D | stl.h | 86 static handle cast(T &&src, return_value_policy policy, handle parent) { in cast() function 122 static handle cast(T &&src, return_value_policy policy, handle parent) { in cast() function 169 static handle cast(T &&src, return_value_policy policy, handle parent) { in cast() function
|
/external/mesa3d/src/compiler/nir/ |
D | nir_deref.c | 30 is_trivial_deref_cast(nir_deref_instr *cast) in is_trivial_deref_cast() 822 is_trivial_array_deref_cast(nir_deref_instr *cast) in is_trivial_array_deref_cast() 847 opt_remove_restricting_cast_alignments(nir_deref_instr *cast) in opt_remove_restricting_cast_alignments() 920 opt_remove_cast_cast(nir_deref_instr *cast) in opt_remove_cast_cast() 963 opt_remove_sampler_cast(nir_deref_instr *cast) in opt_remove_sampler_cast() 1010 opt_replace_struct_wrapper_cast(nir_builder *b, nir_deref_instr *cast) in opt_replace_struct_wrapper_cast() 1035 opt_deref_cast(nir_builder *b, nir_deref_instr *cast) in opt_deref_cast() 1129 is_vector_bitcast_deref(nir_deref_instr *cast, in is_vector_bitcast_deref()
|
/external/tensorflow/tensorflow/python/util/ |
D | py_checkpoint_reader_wrapper.cc | 59 static handle cast(const tensorflow::TensorShape& src, in cast() function 84 static handle cast(const tensorflow::DataType& src, in cast() function
|
/external/dagger2/java/dagger/internal/codegen/javapoet/ |
D | CodeBlocks.java | 115 public static CodeBlock cast(CodeBlock expression, ClassName castTo) { in cast() method in CodeBlocks 120 public static CodeBlock cast(CodeBlock expression, Class<?> castTo) { in cast() method in CodeBlocks
|
/external/eigen/Eigen/src/Geometry/ |
D | Quaternion.h | 201 …ternal::enable_if<internal::is_same<Scalar,NewScalarType>::value,const Derived&>::type cast() const in cast() function 208 …e_if<!internal::is_same<Scalar,NewScalarType>::value,Quaternion<NewScalarType> >::type cast() const in cast() function
|
/external/openscreen/cast/streaming/ |
D | receiver_base.cc | 8 namespace cast { namespace
|
D | encoded_frame.cc | 8 namespace cast { namespace
|
D | frame_id.cc | 8 namespace cast { namespace
|
D | mock_environment.cc | 8 namespace cast { namespace
|
D | rtcp_session.cc | 10 namespace cast { namespace
|
D | packet_util.cc | 11 namespace cast { namespace
|
/external/guava/guava/src/com/google/common/collect/ |
D | ImmutableClassToInstanceMap.java | 123 private static <B, T extends B> T cast(Class<T> type, B value) { in cast() method in ImmutableClassToInstanceMap.Builder 158 ImmutableClassToInstanceMap<B> cast = (ImmutableClassToInstanceMap<B>) map; in copyOf() local
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | ImmutableClassToInstanceMap.java | 123 private static <B, T extends B> T cast(Class<T> type, B value) { in cast() method in ImmutableClassToInstanceMap.Builder 158 ImmutableClassToInstanceMap<B> cast = (ImmutableClassToInstanceMap<B>) map; in copyOf() local
|
/external/skia/src/utils/ |
D | SkJSON.h | 177 const T* cast() const { in cast() function 187 T* cast() { return const_cast<T*>(const_cast<const Value*>(this)->cast<T>()); } in cast() function
|
/external/ComputeLibrary/tests/ |
D | RawTensor.h | 83 SimpleTensor<T> cast; variable
|
/external/angle/include/ |
D | angle_cl.h | 67 T &cast() in cast() function 73 const T &cast() const in cast() function
|
/external/guava/guava-gwt/test/com/google/common/ |
D | GwtTestSuite.java | 42 Class<? extends GWTTestCase> cast = (Class<? extends GWTTestCase>) clazz; in suite() local
|
/external/rust/crates/anyhow/src/ |
D | ptr.rs | 38 pub fn cast<U: CastTo>(self) -> Own<U::Target> { in cast() function 102 pub fn cast<U: CastTo>(self) -> Ref<'a, U::Target> { in cast() function 159 pub fn cast<U: CastTo>(self) -> Mut<'a, U::Target> { in cast() function
|
/external/rust/crates/cast/src/ |
D | lib.rs | 155 fn cast(_: Src) -> Self::Output; in cast() method 526 fn cast(src: f64) -> Self::Output { in cast() method
|