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

1 2 3 4

  /external/webkit/Source/WebCore/bindings/cpp/
WebNativeEventListener.h 35 static const WebNativeEventListener* cast(const WebCore::EventListener* listener) function in class:WebNativeEventListener
  /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);
  /external/webkit/Source/WebCore/bindings/objc/
ObjCEventListener.h 43 static const ObjCEventListener* cast(const EventListener* listener) function in class:WebCore::ObjCEventListener
  /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/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);
ImmutableClassToInstanceMap.java 84 mapBuilder.put(type, cast(type, value));
89 private static <B, T extends B> T cast(Class<T> type, B value) { method in class:ImmutableClassToInstanceMap.Builder
90 return Primitives.wrap(type).cast(value);
121 // Eclipse won't compile if we cast to the parameterized type.
122 ImmutableClassToInstanceMap<B> cast = (ImmutableClassToInstanceMap) map; local
123 return cast;
Range.java 228 SortedSet<? extends C> set = cast(values);
499 private static <T> SortedSet<T> cast(Iterable<T> iterable) { method in class:Range
  /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/webkit/Source/WebCore/bindings/gobject/
GObjectEventListener.h 53 static const GObjectEventListener* cast(const EventListener* listener) function in class:WebCore::GObjectEventListener
  /external/webkit/Source/WebCore/bindings/js/
JSEventListener.h 38 static const JSEventListener* cast(const EventListener* listener) function in class:WebCore::JSEventListener
  /external/webkit/Source/WebCore/bindings/v8/
V8AbstractEventListener.h 59 static const V8AbstractEventListener* cast(const EventListener* listener) function in class:WebCore::V8AbstractEventListener
66 static V8AbstractEventListener* cast(EventListener* listener) function in class:WebCore::V8AbstractEventListener
68 return const_cast<V8AbstractEventListener*>(cast(const_cast<const EventListener*>(listener)));
  /external/webkit/Source/WebCore/inspector/
InspectorDOMStorageResource.h 56 static const InspectorDOMStorageResource* cast(const EventListener* listener) function in class:WebCore::InspectorDOMStorageResource
  /external/chromium/chrome/browser/policy/
configuration_policy_provider_mac.cc 79 bool cast = CFNumberGetValue((CFNumberRef)value.get(), local
82 if (cast)
  /external/llvm/include/llvm/Support/
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
114 // cast<x> Support Templates
120 // Calculate what type the 'cast' function should return, based on a requested
175 // This _is_ a simple type, just cast it.
185 // cast<X> - Return the argument parameter cast to the specified type. This
190 // cast<Instruction>(myVal)->getParent()
193 inline typename cast_retty<X, Y>::ret_type cast(const Y &Val) { function in namespace:llvm
194 assert(isa<X>(Val) && "cast<Ty>() argument of incompatible type!");
199 // cast_or_null<X> - Functionally identical to cast, except that a null value i
    [all...]
  /external/llvm/bindings/python/llvm/
disassembler.py 21 from ctypes import cast namespace
73 buf = cast(c_char_p(source), POINTER(c_ubyte))
74 out_str = cast((c_byte * 255)(), c_char_p)
95 out_str = cast((c_byte * 255)(), c_char_p)
98 buf = cast(source_bytes, POINTER(c_ubyte * len(source))).contents
103 b = cast(addressof(buf) + offset, POINTER(c_ubyte))
  /external/v8/src/
handles.h 81 template <class S> static Handle<T> cast(Handle<S> that) { function in class:v8::internal::Handle
82 T::cast(*that);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResource.h 70 Renderer* cast() function in class:WebCore::RenderSVGResource
  /external/jsilver/src/org/clearsilver/jni/
JniHdf.java 43 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/junit/src/org/junit/runners/model/
TestClass.java 147 results.add(valueClass.cast(fieldValue));
  /external/mesa3d/src/glsl/
loop_controls.cpp 105 ir_rvalue *cast = local
109 iter = cast->constant_expression_value();

Completed in 948 milliseconds

1 2 3 4