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

1 2

  /frameworks/base/media/mca/filterfw/java/android/filterfw/
FilterFunctionEnvironment.java 31 * 3. Wrap Filters into FilterFunctions by calling createFunction().
64 public FilterFunction createFunction(Class filterClass, Object... parameters) {
  /external/v8/test/mjsunit/harmony/regress/
regress-405844.js 11 var functionProxy = Proxy.createFunction({ fix: function() { return {}; } }, function(){});
  /external/v8/test/mjsunit/harmony/
proxies-function.js 35 var f = Proxy.createFunction(handler, callTrap, constructTrap)
63 var f = Proxy.createFunction(handler, callTrap)
240 TestCall(false, Proxy.createFunction(handler, function(x, y) {
245 TestCall(true, Proxy.createFunction(handler, function(x, y) {
261 var f = Proxy.createFunction({}, callTrap)
277 var f = Proxy.createFunction({}, callTrap)
305 TestCallThrow(Proxy.createFunction({}, function() { throw "myexn" }))
366 var f = Proxy.createFunction(handler, function() {}, constructTrap)
382 TestConstruct(Object.prototype, Proxy.createFunction(handler, ReturnNew))
383 TestConstruct(prototype, Proxy.createFunction(handler, ReturnNewWithProto)
    [all...]
proxies.js 39 test(function(h) {return Proxy.createFunction(h, function() {})}, x, y, z)
1055 assertEquals("function", typeof Proxy.createFunction({}, function() {}))
1056 assertTrue(typeof Proxy.createFunction({}, function() {}) == "function")
1057 assertTrue("function" == typeof Proxy.createFunction({}, function() {}))
    [all...]
proxies-hash.js 36 return Proxy.createFunction(h, function() {})
proxies-symbols.js 35 test(function(h) {return Proxy.createFunction(h, function() {})}, x, y, z)
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)
proxies-json.js 53 var proxy_fun = Proxy.createFunction(handler1, function() { return 1; });
proxies-with.js 35 test(function(h) {return Proxy.createFunction(h, function() {})}, x, y, z)
  /external/v8/src/
proxy.js 29 throw MakeTypeError("trap_function_expected", ["createFunction", "call"])
40 ["createFunction", "construct"])
58 "createFunction", ProxyCreateFunction
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 214 llvm::Function *createFunction(llvm::Module &module,
    [all...]
  /external/llvm/include/llvm/IR/
DIBuilder.h 489 /// createFunction - Create a new descriptor for the specified subprogram.
506 createFunction(MDScope *Scope, StringRef Name, StringRef LinkageName,
513 /// createTempFunctionFwdDecl - Identical to createFunction,
525 createFunction(DIScopeRef Scope, StringRef Name, StringRef LinkageName,
    [all...]
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 299 DIB.createFunction(CU, "foo", "", File, 1, Type, false, true, 1, 0, true, F);
301 auto BarSP = DIB.createFunction(CU, "bar", "", File, 1, Type, false, true, 1,
  /external/llvm/lib/IR/
DIBuilder.cpp 625 MDSubprogram* DIBuilder::createFunction(DIScopeRef Context, StringRef Name,
635 return createFunction(Context.resolve(EmptyMap), Name, LinkageName, File,
640 MDSubprogram* DIBuilder::createFunction(MDScope * Context, StringRef Name,
    [all...]
  /external/llvm/bindings/go/llvm/
DIBuilderBindings.cpp 82 DISubprogram SP = D->createFunction(
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 238 DISubprogram Subprogram = DBuilder.createFunction(CU, "f", "f", File, 4,
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp     [all...]
  /external/v8/test/mjsunit/es7/
object-observe.js     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 1114 milliseconds

1 2