HomeSort by relevance Sort by last modified time
    Searched refs:Cast (Results 126 - 150 of 188) sorted by null

1 2 3 4 56 7 8

  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
SDL_main.cpp 59 static CCurrentAppUi* Cast(CEikAppUi* aUi);
64 CCurrentAppUi* CCurrentAppUi::Cast(CEikAppUi* aUi)
1019 return CCurrentAppUi::Cast(gEpocEnv->iAppUi)->DisableKeyBlocking();
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 211 DT->dominates(cast<Instruction>(Def), InsertPt)) &&
270 Instruction *U1 = cast<Instruction>(*IncrUse++);
272 Instruction *U2 = cast<Instruction>(*IncrUse++);
284 BranchInst *TheBr = cast<BranchInst>(Compare->use_back());
426 // int->fp cast.
527 Instruction *Inst = cast<Instruction>(InVal);
549 Instruction *UseInstr = cast<Instruction>(*IB);
563 unsigned PhiOpc = cast<Instruction>(*PB)->getOpcode();
607 PHINode *NewPN = cast<PHINode>(PN->clone());
649 virtual void visitCast(CastInst *Cast);
    [all...]
  /external/v8/src/
d8.cc 589 Handle<Value> val = Handle<Function>::Cast(fun)->Call(global, kArgc, argv);
590 return handle_scope.Close(Handle<Array>::Cast(val));
601 Handle<Value> val = Handle<Function>::Cast(fun)->Call(global, kArgc, argv);
602 return Handle<Object>::Cast(val);
612 Handle<Value> val = Handle<Function>::Cast(fun)->Call(global, kArgc, argv);
761 ? i::Handle<i::Script>(i::Script::cast(
762 i::JSFunction::cast(*compiled_script)->shared()->script()))
763 : i::Handle<i::Script>(i::Script::cast(
764 i::SharedFunctionInfo::cast(*compiled_script)->script()));
    [all...]
  /external/v8/test/cctest/
test-heap.cc 48 CHECK(String::cast(print_string)->IsEqualTo(CStrVector(string)));
56 CHECK(String::cast(print_string)->IsEqualTo(CStrVector(string)));
65 CHECK(String::cast(print_string)->IsEqualTo(CStrVector(string)));
85 HeapObject* obj = HeapObject::cast(code);
98 HeapObject* obj_copy = HeapObject::cast(copy);
127 CHECK_EQ(Smi::kMinValue, Smi::cast(value)->value());
132 CHECK_EQ(Smi::kMaxValue, Smi::cast(value)->value());
158 String* object_symbol = String::cast(HEAP->Object_symbol());
237 Handle<JSFunction> function(JSFunction::cast(func_value));
257 JSObject* js_obj = JSObject::cast(obj)
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 407 static inline Matcher<T> Cast(M polymorphic_matcher) {
421 static inline Matcher<T> Cast(const Matcher<U>& matcher) {
446 return SafeMatcherCastImpl<T>::Cast(polymorphic_matcher);
615 static Matcher<T> Cast(M polymorphic_matcher) {
626 static Matcher<T> Cast(const Matcher<U>& source_matcher) {
661 static Matcher<T> Cast(const Matcher<T>& matcher) { return matcher; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestObject.cpp 469 v8SetReturnValue(info, listener ? v8::Handle<v8::Value>(V8AbstractEventListener::cast(listener)->getListenerObject(imp->scriptExecutionContext())) : v8::Handle<v8::Value>(v8::Null(info.GetIsolate())));
515 V8TRYCATCH_VOID(TestObj*, v, V8TestObject::HasInstance(value, info.GetIsolate(), worldType(info.GetIsolate())) ? V8TestObject::toNative(v8::Handle<v8::Object>::Cast(value)) : 0);
545 V8TRYCATCH_VOID(TestObj*, v, V8TestObject::HasInstance(value, info.GetIsolate(), worldType(info.GetIsolate())) ? V8TestObject::toNative(v8::Handle<v8::Object>::Cast(value)) : 0);
    [all...]
V8TestActiveDOMObject.cpp 101 V8TRYCATCH_VOID(Node*, nextChild, V8Node::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0);
V8TestEventTarget.cpp 132 V8TRYCATCH_VOID(Node*, propertyValue, V8Node::HasInstance(value, info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(value)) : 0);
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 895 ICmpInst *Old = cast<ICmpInst>(*UI++);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 141 WriteAsOperand(OS, cast<SCEVConstant>(this)->getValue(), false);
144 const SCEVTruncateExpr *Trunc = cast<SCEVTruncateExpr>(this);
151 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(this);
158 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this);
165 const SCEVAddRecExpr *AR = cast<SCEVAddRecExpr>(this);
185 const SCEVNAryExpr *NAry = cast<SCEVNAryExpr>(this);
212 const SCEVUDivExpr *UDiv = cast<SCEVUDivExpr>(this);
217 const SCEVUnknown *U = cast<SCEVUnknown>(this);
252 return cast<SCEVConstant>(this)->getType();
256 return cast<SCEVCastExpr>(this)->getType()
    [all...]
  /external/chromium_org/content/renderer/
v8_value_converter_impl.cc 262 v8::Date* date = v8::Date::Cast(*val);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8GCController.cpp 280 addReferencesForNodeWithEventListeners(m_isolate, node, v8::Persistent<v8::Object>::Cast(*value));
ScriptController.cpp 470 return npCreateV8ScriptObject(0, v8::Handle<v8::Object>::Cast(global), window);
509 return npCreateV8ScriptObject(0, v8::Handle<v8::Object>::Cast(v8plugin), window);
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
VertexBuffer9.cpp 244 // BYTE SHORT (Cast)
246 // UNSIGNED_BYTE UBYTE4 (Identity) or SHORT (Cast)
250 // UNSIGNED_SHORT FLOAT (Cast)
330 template <> struct VertexTypeMapping<GL_BYTE, false> : VertexTypeMappingBase<D3DVT_SHORT> { }; // Cast
332 template <> struct VertexTypeMapping<GL_UNSIGNED_BYTE, false> : VertexTypeMappingBase<D3DVT_UBYTE, D3DVT_FLOAT> { }; // Identity, Cast
335 template <> struct VertexTypeMapping<GL_SHORT, true> : VertexTypeMappingBase<D3DVT_SHORT_NORM, D3DVT_FLOAT> { }; // Cast, Normalize
336 template <> struct VertexTypeMapping<GL_UNSIGNED_SHORT, false> : VertexTypeMappingBase<D3DVT_FLOAT> { }; // Cast
337 template <> struct VertexTypeMapping<GL_UNSIGNED_SHORT, true> : VertexTypeMappingBase<D3DVT_USHORT_NORM, D3DVT_FLOAT> { }; // Cast, Normalize
342 // Given a GL type & norm flag and a D3D type, ConversionRule provides the type conversion rule (Cast, Normalize, Identity, FixedToFloat).
345 // Almost all cases are covered by Cast (including those that are actually Identity since Cast<T,T> knows it's an identity mapping)
    [all...]
  /external/chromium_org/v8/test/cctest/
test-declarative-accessors.cc 123 v8::Local<v8::Object> obj = v8::Local<v8::Object>::Cast(
test-global-handles.cc 354 object = v8::Handle<v8::Object>::Cast(local);
test-object-observe.cc 332 Handle<Object> obj = Handle<Object>::Cast(CompileRun(
417 return i::ObjectHashTable::cast(map->table())->NumberOfElements();
433 i::Handle<i::JSWeakMap>::cast(
436 i::Handle<i::JSWeakMap>::cast(
439 i::Handle<i::JSWeakMap>::cast(
test-assembler-ia32.cc 69 Code::cast(code)->Print();
71 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
108 Code::cast(code)->Print();
110 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
151 Code::cast(code)->Print();
153 F1 f = FUNCTION_CAST<F1>(Code::cast(code)->entry());
180 Code* code = Code::cast(isolate->heap()->CreateCode(
215 Code* code = Code::cast(isolate->heap()->CreateCode(
245 Code* code = Code::cast(isolate->heap()->CreateCode(
282 Code* code = Code::cast(isolate->heap()->CreateCode
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
PssmShadowRenderer.java 333 GeometryList occluders = rq.getShadowQueueContent(ShadowMode.Cast);
547 * Set this to false if you want to use several PssmRederers to have multiple shadows cast by multiple light sources.
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestHoveringTank.java 182 missile.setShadowMode(ShadowMode.Cast);
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 120 if (const CastInst *Cast = dyn_cast<CastInst>(I))
121 if (Cast->isNoopCast(TD.getIntPtrType(Cast->getContext())) &&
122 !hasTrivialKill(Cast->getOperand(0)))
136 cast<Instruction>(*I->use_begin())->getParent() == I->getParent();
166 !FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(V))))
190 Reg = TargetMaterializeAlloca(cast<AllocaInst>(V));
205 // Try to emit the constant by using an integer constant with a cast.
227 !TargetSelectInstruction(cast<Instruction>(Op)))
239 Reg = TargetMaterializeConstant(cast<Constant>(V))
    [all...]
  /external/openfst/src/include/fst/
vector-fst.h 36 template <class F, class G> void Cast(const F &, G *);
417 template <class F, class G> friend void Cast(const F &, G *);
  /frameworks/base/tools/aidl/
generate_java_rpc.cpp 369 generate_get_listener_expression(Type* cast)
371 return new Cast(cast, new MethodCall(THIS_VALUE, "getView"));
755 new Cast(resultsInterfaceType, new FieldVariable(THIS_VALUE, "callback")),
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 28 return ConstantInt::get(cast<IntegerType>(C->getType()), 1);
41 return cast<ConstantInt>(ConstantExpr::getExtractElement(V, Idx));
73 return HasAddOverflow(cast<ConstantInt>(Result),
74 cast<ConstantInt>(In1), cast<ConstantInt>(In2),
108 return HasSubOverflow(cast<ConstantInt>(Result),
109 cast<ConstantInt>(In1), cast<ConstantInt>(In2),
245 !cast<ConstantInt>(GEP->getOperand(1))->isZero() ||
304 Constant *CompareRHS = cast<Constant>(ICI.getOperand(1))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WindowCustom.cpp 130 action = adoptPtr(new ScheduledAction(imp->frame()->script()->currentWorldContext(), v8::Handle<v8::Function>::Cast(function), paramCount, params.get(), args.GetIsolate()));

Completed in 493 milliseconds

1 2 3 4 56 7 8