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

  /external/webkit/Source/WebCore/xml/
XPathFunctions.h 52 Function* createFunction(const String& name, const Vector<Expression*>& args = Vector<Expression*>());
XPathGrammar.y 371 $$ = createFunction(*$1);
380 $$ = createFunction(*$1, *$3);
XPathPredicate.cpp 274 return EqTestOp(EqTestOp::OP_EQ, createFunction("position"), new Number(result.toNumber())).evaluate().toBoolean();
XPathFunctions.cpp 717 Function* createFunction(const String& name, const Vector<Expression*>& args)
  /frameworks/base/media/mca/filterfw/java/android/filterfw/
FilterFunctionEnvironment.java 32 * 3. Wrap Filters into FilterFunctions by calling createFunction().
65 public FilterFunction createFunction(Class filterClass, Object... parameters) {
  /external/v8/test/mjsunit/harmony/
proxies-function.js 35 var f = Proxy.createFunction(handler, callTrap, constructTrap)
64 var f = Proxy.createFunction(handler, callTrap)
242 TestCall(false, Proxy.createFunction(handler, function(x, y) {
247 TestCall(true, Proxy.createFunction(handler, function(x, y) {
263 var f = Proxy.createFunction({}, callTrap)
279 var f = Proxy.createFunction({}, callTrap)
307 TestCallThrow(Proxy.createFunction({}, function() { throw "myexn" }))
368 var f = Proxy.createFunction(handler, function() {}, constructTrap)
384 TestConstruct(Object.prototype, Proxy.createFunction(handler, ReturnNew))
385 TestConstruct(prototype, Proxy.createFunction(handler, ReturnNewWithProto)
    [all...]
proxies.js 35 test(function(h) {return Proxy.createFunction(h, function() {})}, x, y, z)
1028 assertEquals("function", typeof Proxy.createFunction({}, function() {}))
1029 assertTrue(typeof Proxy.createFunction({}, function() {}) == "function")
1030 assertTrue("function" == typeof Proxy.createFunction({}, function() {}))
    [all...]
proxies-hash.js 36 return Proxy.createFunction(h, function() {})
proxies-example-membrane.js 188 return Proxy.createFunction(handler, callTrap, constructTrap);
348 Proxy.createFunction(dryRevokeHandler, callTrap, constructTrap);
415 Proxy.createFunction(wetRevokeHandler, callTrap, constructTrap);
proxies-for.js 35 test(function(h) {return Proxy.createFunction(h, function() {})}, x, y, z)
  /external/v8/src/
proxy.js 44 $Proxy.createFunction = function(handler, callTrap, constructTrap) {
48 throw MakeTypeError("trap_function_expected", ["createFunction", "call"])
59 ["createFunction", "construct"])
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 213 llvm::Function *createFunction(llvm::Module &module,
    [all...]
  /external/llvm/include/llvm/Analysis/
DIBuilder.h 438 /// createFunction - Create a new descriptor for the specified subprogram.
454 DISubprogram createFunction(DIDescriptor Scope, StringRef Name,
  /external/llvm/lib/Analysis/
DIBuilder.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 438 milliseconds