HomeSort by relevance Sort by last modified time
    Searched refs:NewInstance (Results 1 - 17 of 17) sorted by null

  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserFactory.java 123 return (Parser) NewInstance.newInstance (
124 NewInstance.getClassLoader (), className);
NewInstance.java 0 // NewInstance.java - create a new instance of a class by name.
6 // $Id: NewInstance.java,v 1.4 2002/01/30 20:52:27 dbrownell Exp $
34 class NewInstance {
41 static Object newInstance (ClassLoader classLoader, String className)
51 return driverClass.newInstance();
66 return NewInstance.class.getClassLoader();
XMLReaderFactory.java 110 ClassLoader loader = NewInstance.getClassLoader ();
182 return loadClass (NewInstance.getClassLoader (), className);
189 return (XMLReader) NewInstance.newInstance (loader, className);
  /external/webkit/Source/WebCore/bindings/v8/
V8Utilities.h 109 static inline v8::Local<v8::Object> newInstance(v8::Handle<v8::Function>);
110 static inline v8::Local<v8::Object> newInstance(v8::Handle<v8::ObjectTemplate>);
111 static inline v8::Local<v8::Object> newInstance(v8::Handle<v8::Function>, int argc, v8::Handle<v8::Value> argv[]);
114 v8::Local<v8::Object> SafeAllocation::newInstance(v8::Handle<v8::Function> function)
119 return function->NewInstance();
122 v8::Local<v8::Object> SafeAllocation::newInstance(v8::Handle<v8::ObjectTemplate> objectTemplate)
127 return objectTemplate->NewInstance();
130 v8::Local<v8::Object> SafeAllocation::newInstance(v8::Handle<v8::Function> function, int argc, v8::Handle<v8::Value> argv[])
135 return function->NewInstance(argc, argv);
V8Proxy.cpp 507 v8::Local<v8::Value> V8Proxy::newInstance(v8::Handle<v8::Function> constructor, int argc, v8::Handle<v8::Value> args[])
516 result = constructor->NewInstance(argc, args);
  /external/v8/test/cctest/
test-accessors.cc 139 x_holder = obj->NewInstance();
177 Local<v8::Object> instance = templ->NewInstance();
222 v8::Handle<v8::Object> inst = obj->NewInstance();
258 v8::Handle<v8::Object> inst = obj->NewInstance();
281 v8::Handle<v8::Object> inst = obj->NewInstance();
299 v8::Handle<v8::Object> inst = obj->NewInstance();
314 v8::Handle<v8::Object> inst = obj->NewInstance();
348 env->Global()->Set(v8_str("obj"), obj->NewInstance());
381 env->Global()->Set(v8_str("obj"), obj->NewInstance());
414 env->Global()->Set(v8_str("obj"), obj->NewInstance());
    [all...]
test-api.cc 913 Local<v8::Object> base_instance = base_function->NewInstance();
914 Local<v8::Object> derived_instance = derived_function->NewInstance();
915 Local<v8::Object> derived_instance2 = derived_function->NewInstance();
916 Local<v8::Object> other_instance = other_function->NewInstance();
    [all...]
test-debug.cc     [all...]
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLDocumentCustom.cpp 68 v8::Local<v8::Object> shadow = shadowConstructor->NewInstance();
  /external/v8/samples/
process.cc 304 Handle<Object> result = templ->NewInstance();
409 Handle<Object> result = templ->NewInstance();
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/
api.cc     [all...]
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 217 milliseconds