HomeSort by relevance Sort by last modified time
    Searched defs:cast (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /external/clang/test/PCH/
cxx-chain-function-template.cpp 9 T cast(U u) { function
14 cast<float>(1);
22 cast<CXXRecordDecl>(1.0f);
28 cast<CXXRecordDecl>(1.0f);
  /cts/tests/tests/security/src/android/security/cts/
NetdTest.java 61 mINMSMethod.invoke(mINMSClass.cast(INMSObj), "foo;reboot;", -1, -1);
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstChar.java 49 char cast = (char) value; local
51 if (cast != value) {
56 return make(cast);
CstShort.java 50 short cast = (short) value; local
52 if (cast != value) {
57 return make(cast);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstChar.java 49 char cast = (char) value; local
51 if (cast != value) {
56 return make(cast);
CstShort.java 50 short cast = (short) value; local
52 if (cast != value) {
57 return make(cast);
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstChar.java 49 char cast = (char) value; local
51 if (cast != value) {
56 return make(cast);
CstShort.java 50 short cast = (short) value; local
52 if (cast != value) {
57 return make(cast);
  /external/eigen/Eigen/src/Geometry/
Scaling.h 90 inline UniformScaling<NewScalarType> cast() const function in class:Eigen::UniformScaling
ParametrizedLine.h 114 ParametrizedLine<NewScalarType,AmbientDimAtCompileTime,Options> >::type cast() const function in class:Eigen::ParametrizedLine
124 m_origin = other.origin().template cast<Scalar>();
125 m_direction = other.direction().template cast<Scalar>();
Rotation2D.h 101 inline typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type cast() const function in class:Eigen::Rotation2D
  /external/eigen/Eigen/src/plugins/
CommonCwiseUnaryOps.h 92 cast() const function
  /external/guava/guava/src/com/google/common/collect/
MutableClassToInstanceMap.java 63 cast(key, value);
69 return cast(type, put(type, value));
74 return cast(type, get(type));
77 private static <B, T extends B> T cast(Class<T> type, B value) { method in class:MutableClassToInstanceMap
78 return Primitives.wrap(type).cast(value);
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JavaExpression.java 33 * Simple type enumeration to allow us to compare the return types of expressions easily and cast
39 protected JavaExpression cast(JavaExpression expression) { method
41 expression = expression.cast(DATA);
48 protected JavaExpression cast(JavaExpression expression) { method
50 expression = expression.cast(DATA);
57 protected JavaExpression cast(JavaExpression expression) { method
59 expression = expression.cast(DATA);
66 protected JavaExpression cast(JavaExpression expression) { method
76 protected JavaExpression cast(JavaExpression expression) { method
80 throw new JSilverCompilationException("Cannot cast to 'Data' for expression:\n
88 protected JavaExpression cast(JavaExpression expression) { method
100 protected JavaExpression cast(JavaExpression expression) { method
108 protected JavaExpression cast(JavaExpression expression) { method
118 protected JavaExpression cast(final JavaExpression expression) { method
    [all...]
  /external/chromium/chrome/browser/policy/
configuration_policy_provider_mac.cc 79 bool cast = CFNumberGetValue((CFNumberRef)value.get(), local
82 if (cast)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8AbstractEventListener.h 58 static const V8AbstractEventListener* cast(const EventListener* listener) function in class:WebCore::V8AbstractEventListener
65 static V8AbstractEventListener* cast(EventListener* listener) function in class:WebCore::V8AbstractEventListener
67 return const_cast<V8AbstractEventListener*>(cast(const_cast<const EventListener*>(listener)));
  /external/chromium_org/v8/src/
transitions-inl.h 54 TransitionArray* TransitionArray::cast(Object* object) { function in class:v8::internal::TransitionArray
88 return FixedArray::cast(prototype_transitions);
132 return Name::cast(get(ToKeyIndex(transition_number)));
146 return Map::cast(get(kSimpleTransitionTarget));
149 return Map::cast(get(ToTargetIndex(transition_number)));
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Scaling.h 121 inline typename internal::cast_return_type<Scaling,Scaling<NewScalarType,Dim> >::type cast() const function in class:Eigen::Scaling
127 { m_coeffs = other.coeffs().template cast<Scalar>(); }
Translation.h 124 inline typename internal::cast_return_type<Translation,Translation<NewScalarType,Dim> >::type cast() const function in class:Eigen::Translation
130 { m_coeffs = other.vector().template cast<Scalar>(); }
AlignedBox.h 118 AlignedBox<NewScalarType,AmbientDimAtCompileTime> >::type cast() const function in class:Eigen::AlignedBox
128 m_min = (other.min)().template cast<Scalar>();
129 m_max = (other.max)().template cast<Scalar>();
AngleAxis.h 128 inline typename internal::cast_return_type<AngleAxis,AngleAxis<NewScalarType> >::type cast() const function in class:Eigen::AngleAxis
135 m_axis = other.axis().template cast<Scalar>();
Hyperplane.h 231 Hyperplane<NewScalarType,AmbientDimAtCompileTime> >::type cast() const function in class:Eigen::Hyperplane
240 { m_coeffs = other.coeffs().template cast<Scalar>(); }
ParametrizedLine.h 94 ParametrizedLine<NewScalarType,AmbientDimAtCompileTime> >::type cast() const function in class:Eigen::ParametrizedLine
104 m_origin = other.origin().template cast<Scalar>();
105 m_direction = other.direction().template cast<Scalar>();
Rotation2D.h 96 inline typename internal::cast_return_type<Rotation2D,Rotation2D<NewScalarType> >::type cast() const function in class:Eigen::Rotation2D
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResource.h 70 Renderer* cast() function in class:WebCore::RenderSVGResource

Completed in 4880 milliseconds

1 2 3 4 5 6