Searched defs:cast (Results 226 - 250 of 293) sorted by relevance

1234567891011>>

/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DJHdf.java56 static JHdf cast(HDF hdf) { method in class:JHdf
195 JHdf jHdf = cast(hdf);
232 JHdf srcJHdf = cast(src);
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DExpressionTranslator.java84 return translateUntyped(csExpression).cast(Type.STRING);
91 return translateUntyped(csExpression).cast(Type.BOOLEAN);
98 return translateUntyped(csExpression).cast(Type.INT);
105 return translateUntyped(csExpression).cast(Type.DATA);
112 return translateUntyped(csExpression).cast(Type.VAR_NAME);
119 return translateUntyped(csExpression).cast(Type.VALUE);
197 setResult(cast(Type.INT, node.getExpression()));
226 JavaExpression left = cast(Type.STRING, node.getLeft());
227 JavaExpression right = cast(Type.STRING, node.getRight());
238 JavaExpression left = cast(Typ
367 private JavaExpression cast(Type type, PExpression node) { method in class:ExpressionTranslator
[all...]
H A DJavaExpression.java33 * Simple type enumeration to allow us to compare the return types of expressions easily and cast
39 protected JavaExpression cast(JavaExpression expression) {
41 expression = expression.cast(DATA);
48 protected JavaExpression cast(JavaExpression expression) {
50 expression = expression.cast(DATA);
57 protected JavaExpression cast(JavaExpression expression) {
59 expression = expression.cast(DATA);
66 protected JavaExpression cast(JavaExpression expression) {
76 protected JavaExpression cast(JavaExpression expression) {
80 throw new JSilverCompilationException("Cannot cast t
140 protected abstract JavaExpression cast(JavaExpression expression); method in class:JavaExpression.Type
163 public JavaExpression cast(Type destType) { method in class:JavaExpression
[all...]
/external/llvm/unittests/Support/
H A DCasting.cpp18 // Used to test illegal cast. If a cast doesn't match any of the "real" ones,
21 template <typename T> IllegalCast *cast(...) { return nullptr; } function in namespace:llvm
51 return cast<foo>(this);
110 TEST(CastingTest, cast) {
111 foo &F1 = cast<foo>(B1);
113 const foo *F3 = cast<foo>(B2);
115 const foo *F4 = cast<foo>(B2);
117 const foo &F5 = cast<foo>(B3);
119 const foo *F6 = cast<fo
[all...]
/external/chromium_org/media/cast/
H A Dcast_defines.h17 #include "media/cast/net/cast_transport_config.h"
20 namespace cast { namespace in namespace:media
82 // Basic RTP header + cast header.
85 // Each uint16 represents one packet id within a cast frame.
88 // Each uint8 represents one cast frame.
201 } // namespace cast
/external/chromium_org/media/cast/logging/
H A Dstats_event_subscriber.h13 #include "media/cast/logging/logging_defines.h"
14 #include "media/cast/logging/raw_event_subscriber.h"
15 #include "media/cast/logging/receiver_time_offset_estimator.h"
23 namespace cast { namespace in namespace:media
260 } // namespace cast
H A Dstats_event_subscriber.cc7 #include "media/cast/logging/stats_event_subscriber.h"
19 namespace cast { namespace in namespace:media
23 using media::cast::CastLoggingEvent;
24 using media::cast::EventMediaType;
664 } // namespace cast
/external/chromium_org/media/cast/net/rtcp/
H A Drtcp.cc5 #include "media/cast/net/rtcp/rtcp.h"
7 #include "media/cast/cast_config.h"
8 #include "media/cast/cast_defines.h"
9 #include "media/cast/cast_environment.h"
10 #include "media/cast/net/cast_transport_defines.h"
11 #include "media/cast/net/pacing/paced_sender.h"
12 #include "media/cast/net/rtcp/rtcp_builder.h"
13 #include "media/cast/net/rtcp/rtcp_defines.h"
14 #include "media/cast/net/rtcp/rtcp_utility.h"
19 namespace cast { namespace in namespace:media
[all...]
H A Drtcp_builder.cc5 #include "media/cast/net/rtcp/rtcp_builder.h"
13 #include "media/cast/net/cast_transport_defines.h"
14 #include "media/cast/net/rtcp/rtcp_defines.h"
15 #include "media/cast/net/rtcp/rtcp_utility.h"
18 namespace cast { namespace in namespace:media
262 void RtcpBuilder::AddCast(const RtcpCastMessage* cast, argument
267 writer_.WriteU32(cast->media_ssrc); // Remote SSRC.
269 writer_.WriteU8(static_cast<uint8>(cast->ack_frame_id));
281 cast->missing_frames_and_packets.begin();
284 for (; frame_it != cast
[all...]
/external/chromium_org/media/cast/test/
H A Dfake_media_source.cc5 #include "media/cast/test/fake_media_source.h"
20 #include "media/cast/cast_sender.h"
21 #include "media/cast/test/utility/audio_utility.h"
22 #include "media/cast/test/utility/video_utility.h"
47 namespace cast { namespace in namespace:media
593 } // namespace cast
H A Dsimulator.cc40 #include "media/cast/cast_config.h"
41 #include "media/cast/cast_environment.h"
42 #include "media/cast/cast_receiver.h"
43 #include "media/cast/cast_sender.h"
44 #include "media/cast/logging/encoding_event_subscriber.h"
45 #include "media/cast/logging/log_serializer.h"
46 #include "media/cast/logging/logging_defines.h"
47 #include "media/cast/logging/proto/raw_events.pb.h"
48 #include "media/cast/logging/raw_event_subscriber_bundle.h"
49 #include "media/cast/loggin
70 namespace cast { namespace in namespace:media
[all...]
H A Dreceiver.cc32 #include "media/cast/cast_config.h"
33 #include "media/cast/cast_environment.h"
34 #include "media/cast/cast_receiver.h"
35 #include "media/cast/logging/logging_defines.h"
36 #include "media/cast/net/udp_transport.h"
37 #include "media/cast/test/utility/audio_utility.h"
38 #include "media/cast/test/utility/barcode.h"
39 #include "media/cast/test/utility/default_config.h"
40 #include "media/cast/test/utility/in_process_receiver.h"
41 #include "media/cast/tes
50 namespace cast { namespace in namespace:media
[all...]
/external/chromium_org/third_party/cython/src/Cython/
H A DShadow.py130 def cast(type, *args): function
187 self._items = [cast(self._basetype, a) for a in value._items]
189 self._items = [cast(self._basetype, a) for a in value]
203 self._items[ix] = cast(self._basetype, value)
226 # do cast
230 raise ValueError('Cannot cast from %s'%cast_from)
239 self.__dict__[key] = cast(self._members[key], value)
248 # do type cast
256 raise ValueError('Cannot cast from %s'%cast_from)
268 self.__dict__ = {key: cast(sel
[all...]
/external/chromium_org/v8/src/
H A Dliveedit.h233 static S cast(Object* object) { function in class:v8::internal::JSArrayBasedStruct
234 JSArray* array = JSArray::cast(object);
266 return Handle<Smi>::cast(res)->value();
354 return Handle<JSValue>::cast(element)->value()->IsSharedFunctionInfo();
/external/deqp/framework/common/
H A DtcuVector.hpp150 Vector<float, Size> asFloat (void) const { return cast<float>(); }
151 Vector<int, Size> asInt (void) const { return cast<int>(); }
152 Vector<deUint32, Size> asUint (void) const { return cast<deUint32>(); }
153 Vector<bool, Size> asBool (void) const { return cast<bool>(); }
167 Vector<NewT, Size> cast (void) const;
228 // VecAccess to Vector cast.
238 // Type cast.
241 inline Vector<NewT, Size> Vector<T, Size>::cast (void) const function in class:tcu::Vector
249 // Size cast.
/external/eigen/Eigen/src/Core/
H A DMathFunctions.h311 * Implementation of cast *
323 // here, for once, we're plainly returning NewType: we don't want cast to do weird things.
326 inline NewType cast(const OldType& x) function in namespace:Eigen::internal
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DQuaternion.h187 inline typename internal::cast_return_type<Quaternion,Quaternion<NewScalarType> >::type cast() const function in class:Eigen::Quaternion
193 { m_coeffs = other.coeffs().template cast<Scalar>(); }
H A DTransform.h258 inline typename internal::cast_return_type<Transform,Transform<NewScalarType,Dim> >::type cast() const function in class:Eigen::Transform
264 { m_matrix = other.matrix().template cast<Scalar>(); }
/external/eigen/Eigen/src/Geometry/
H A DAlignedBox.h267 AlignedBox<NewScalarType,AmbientDimAtCompileTime> >::type cast() const function in class:Eigen::AlignedBox
277 m_min = (other.min)().template cast<Scalar>();
278 m_max = (other.max)().template cast<Scalar>();
H A DQuaternion.h172 inline typename internal::cast_return_type<Derived,Quaternion<NewScalarType> >::type cast() const function in class:Eigen::QuaternionBase
271 { m_coeffs = other.coeffs().template cast<Scalar>(); }
/external/jsilver/src/org/clearsilver/jni/
H A DJniHdf.java43 static JniHdf cast(HDF hdf) { method in class:JniHdf
69 return new JniHdf(hdfptr, cast(parent));
313 JniHdf jniHdf = cast(hdf);
384 JniHdf source = cast(src);
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java162 * Use {@link #cast cast()} to perform either a <strong>numeric cast</strong> or
163 * a <strong>type cast</strong>. Interrogate the type of a value in a local
712 * Performs either a numeric cast or a type cast.
730 * cast operations. For example, to go from float to short one would first
731 * cast float to int and then int to short.
740 public void cast(Local<?> target, Local<?> source) { method in class:Code
/external/guava/guava/src/com/google/common/collect/
H A DMultisets.java73 // Since it's unmodifiable, the covariant cast is safe
737 Multiset<? extends E> that = cast(elements);
851 @SuppressWarnings("cast")
863 @SuppressWarnings("cast")
949 static <T> Multiset<T> cast(Iterable<T> iterable) { method in class:Multisets
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultisetNavigationTester.java58 static <T> SortedMultiset<T> cast(Multiset<T> iterable) { method in class:MultisetNavigationTester
65 sortedMultiset = cast(getMultiset());
/external/protobuf/src/google/protobuf/
H A Drepeated_field.h258 static inline typename TypeHandler::Type* cast(void* element) { function in class:google::protobuf::internal::RepeatedPtrFieldBase
262 static inline const typename TypeHandler::Type* cast(const void* element) { function in class:google::protobuf::internal::RepeatedPtrFieldBase
622 TypeHandler::Delete(cast<TypeHandler>(elements_[i]));
638 return *cast<TypeHandler>(elements_[index]);
645 return cast<TypeHandler>(elements_[index]);
651 return cast<TypeHandler>(elements_[current_size_++]);
663 TypeHandler::Clear(cast<TypeHandler>(elements_[--current_size_]));
669 TypeHandler::Clear(cast<TypeHandler>(elements_[i]));
718 allocated_bytes += TypeHandler::SpaceUsed(*cast<TypeHandler>(elements_[i]));
726 return cast<TypeHandle
[all...]

Completed in 4516 milliseconds

1234567891011>>