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

1 23 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8ErrorHandler.cpp 58 v8::Local<v8::Function> callFunction = v8::Local<v8::Function>::Cast(listener);
V8MutationCallback.cpp 76 v8::Handle<v8::Object> thisObject = v8::Handle<v8::Object>::Cast(observerHandle);
PageScriptDebugServer.cpp 101 v8::Handle<v8::Function> getScriptsFunction = v8::Local<v8::Function>::Cast(debuggerScript->Get(v8::String::NewSymbol("getScripts")));
107 v8::Handle<v8::Array> scriptsArray = v8::Handle<v8::Array>::Cast(value);
109 dispatchDidParseSource(listener, v8::Handle<v8::Object>::Cast(scriptsArray->Get(v8::Integer::New(i, m_isolate))));
ScriptFunctionCall.cpp 129 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(value);
164 v8::Local<v8::Function> constructor = v8::Local<v8::Function>::Cast(value);
192 v8::Handle<v8::Function> function = v8::Handle<v8::Function>::Cast(m_function.v8Value());
V8WorkerGlobalScopeEventListener.cpp 119 return v8::Local<v8::Object>::New(v8::Handle<v8::Object>::Cast(value));
V8Initializer.cpp 112 v8::Local<v8::Object>::Cast(wrappedEvent)->SetHiddenValue(V8HiddenPropertyName::error(), data);
189 v8::Local<v8::Object>::Cast(wrappedEvent)->SetHiddenValue(V8HiddenPropertyName::error(), data);
V8PerContextData.cpp 67 v8::Handle<v8::Object> object = v8::Handle<v8::Object>::Cast(v8::Local<v8::Context>::New(m_isolate, m_context)->Global()->Get(symbol)); \
127 v8::Local<v8::Object> prototypeObject = v8::Local<v8::Object>::Cast(prototypeValue);
  /external/chromium_org/v8/test/cctest/
test-platform.cc 92 v8::Local<v8::Function>::Cast(global_object->Get(v8_str("foo")));
test-heap.cc 87 CHECK(String::cast(print_string)->IsUtf8EqualTo(CStrVector(string)));
95 CHECK(String::cast(print_string)->IsUtf8EqualTo(CStrVector(string)));
105 CHECK(String::cast(print_string)->IsUtf8EqualTo(CStrVector(string)));
126 HeapObject* obj = HeapObject::cast(code);
139 HeapObject* obj_copy = HeapObject::cast(copy);
171 CHECK_EQ(Smi::kMinValue, Smi::cast(value)->value());
176 CHECK_EQ(Smi::kMaxValue, Smi::cast(value)->value());
209 String* object_string = String::cast(heap->Object_string());
293 Handle<JSFunction> function(JSFunction::cast(func_value));
314 JSObject* js_obj = JSObject::cast(obj)
    [all...]
test-compiler.cc 292 GetProperty(String::cast(foo_string));
298 Execution::Call(Handle<JSFunction>::cast(fun1),
340 v8::Local<v8::Function> f = v8::Local<v8::Function>::Cast(
370 *v8::Local<v8::Function>::Cast(env->Global()->Get(v8_str("closure1"))));
372 *v8::Local<v8::Function>::Cast(env->Global()->Get(v8_str("closure2"))));
384 v8::Local<v8::Function>::Cast(obj->Get(v8_str(property_name)));
test-cpu-profiler.cc 116 *v8::Local<v8::Function>::Cast(
565 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(
626 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(
710 void* data = v8::External::Cast(*info.Data())->Value();
742 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(
782 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(
837 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(
874 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(
920 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(
    [all...]
  /frameworks/base/tools/aidl/
AST.h 142 Type* cast; member in struct:Assignment
145 Assignment(Variable* lvalue, Expression* rvalue, Type* cast);
218 struct Cast : public Expression
223 Cast();
224 Cast(Type* type, Expression* expression);
225 virtual ~Cast();
232 Type* cast; member in struct:VariableDeclaration
236 VariableDeclaration(Variable* lvalue, Expression* rvalue, Type* cast = NULL);
AST.cpp 262 cast(NULL)
269 cast(c)
282 if (this->cast != NULL) {
283 fprintf(to, "(%s)", this->cast->QualifiedName().c_str());
474 Cast::Cast()
480 Cast::Cast(Type* t, Expression* e)
486 Cast::~Cast()
    [all...]
  /external/javassist/src/main/javassist/expr/
ExprEditor.java 239 expr = new Cast(pos, iterator, clazz, minfo);
240 edit((Cast)expr);
309 public void edit(Cast c) throws CannotCompileException {}
  /external/chromium/net/proxy/
proxy_resolver_v8.cc 149 // Note that the reinterpret cast is because on Windows string16 is an alias
370 v8::Local<v8::Value> ret = v8::Function::Cast(*function)->Call(
536 static_cast<Context*>(v8::External::Cast(*args.Data())->Value());
555 static_cast<Context*>(v8::External::Cast(*args.Data())->Value());
577 static_cast<Context*>(v8::External::Cast(*args.Data())->Value());
598 static_cast<Context*>(v8::External::Cast(*args.Data())->Value());
619 static_cast<Context*>(v8::External::Cast(*args.Data())->Value());
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 389 v8::Local<v8::Value> ret = v8::Function::Cast(*function)->Call(
544 static_cast<Context*>(v8::External::Cast(*args.Data())->Value());
566 static_cast<Context*>(v8::External::Cast(*args.Data())->Value());
588 static_cast<Context*>(v8::External::Cast(*args.Data())->Value());
609 static_cast<Context*>(v8::External::Cast(*args.Data())->Value());
630 static_cast<Context*>(v8::External::Cast(*args.Data())->Value());
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestOverloadedConstructors.cpp 70 V8TRYCATCH_VOID(ArrayBuffer*, arrayBuffer, args[0]->IsArrayBuffer() ? V8ArrayBuffer::toNative(v8::Handle<v8::ArrayBuffer>::Cast(args[0])) : 0);
81 V8TRYCATCH_VOID(ArrayBufferView*, arrayBufferView, args[0]->IsArrayBufferView() ? V8ArrayBufferView::toNative(v8::Handle<v8::ArrayBufferView>::Cast(args[0])) : 0);
92 V8TRYCATCH_VOID(Blob*, blob, V8Blob::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate())) ? V8Blob::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0);
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 114 ConstantInt *D = cast<ConstantInt>(UseInst->getOperand(1));
117 uint32_t BitWidth = cast<IntegerType>(UseInst->getType())->getBitWidth();
275 Instruction *User = cast<Instruction>(*UI);
356 CastInst *Cast = dyn_cast<CastInst>(UseOper.first);
357 if (V && Cast) {
358 V->visitCast(Cast);
388 Changed |= simplifyUsersOfIV(cast<PHINode>(I), SE, LPM, Dead);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ClipboardCustom.cpp 100 node = V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0]));
V8HTMLDocumentCustom.cpp 104 v8SetReturnValue(args, frame->script()->callFunction(v8::Local<v8::Function>::Cast(function), global, args.Length(), params.get()));
V8HTMLOptionsCollectionCustom.cpp 87 HTMLOptionElement* option = V8HTMLOptionElement::toNative(v8::Handle<v8::Object>(v8::Handle<v8::Object>::Cast(args[0])));
V8HTMLCanvasElementCustom.cpp 99 ScriptObject context(scriptState, v8::Handle<v8::Object>::Cast(v8Result));
113 ScriptObject glContext(scriptState, v8::Handle<v8::Object>::Cast(v8Result));
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 111 // Process region cast according to the kind of the region being cast.
123 llvm_unreachable("Invalid region cast");
153 // the pointee-cast type as the new ElementType and the index
162 const ElementRegion *elementR = cast<ElementRegion>(R);
192 // that reflects the cast.
246 SVal StoreManager::evalDerivedToBase(SVal Derived, const CastExpr *Cast) {
249 if (!regionMatchesCXXRecordType(Derived, Cast->getSubExpr()->getType()))
252 // Walk through the cast path to create nested CXXBaseRegions.
254 for (CastExpr::path_const_iterator I = Cast->path_begin()
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestTransparentSSAO.java 47 teaGeom.setShadowMode(ShadowMode.Cast);
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
fakedevicemanager.h 105 talk_base::WindowId::Cast(id);
123 talk_base::DesktopId::Cast(id, valid_index);

Completed in 202 milliseconds

1 23 4 5 6 7 8