| /external/clang/test/PCH/Inputs/ |
| typo.hpp | 2 template<typename F> class function {}; class in namespace:boost
|
| /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
| F_incomplete.pass.cpp | 12 // class function<R(ArgTypes...)> 14 // template<class F> function(F); 21 typedef std::function<void(X&)> callback_type;
|
| no-variadics.pass.cpp | 12 // class function<R()> 14 // template<class F> function(F); 22 std::function<void()> f(static_cast<void(*)()>(0));
|
| nullptr_t.pass.cpp | 12 // class function<R(ArgTypes...)> 14 // function(nullptr_t); 21 std::function<int(int)> f(nullptr);
|
| /external/llvm/test/DebugInfo/AArch64/ |
| eh_frame.s | 5 .type foo,@function
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
| F_incomplete.pass.cpp | 12 // class function<R(ArgTypes...)> 14 // template<class F> function(F); 21 typedef std::function<void(X&)> callback_type;
|
| nullptr_t.pass.cpp | 12 // class function<R(ArgTypes...)> 14 // function(nullptr_t); 21 std::function<int(int)> f(nullptr);
|
| /external/chromium-trace/trace-viewer/tracing/third_party/d3/ |
| d3.min.js | 0 !function(){function n(n){return null!=n&&!isNaN(n)}function t(n){return n.length}function e(n){for(var t=1;n*t%1;)t*=10;return t}function r(n,t){try{for(var e in t)Object.defineProperty(n.prototype,e,{value:t[e],enumerable:!1})}catch(r){n.prototype=t}}function u(){}function i(n){return aa+n in this}function o(n){return n=aa+n,n in this&&delete this[n]}function a(){var n=[];return this.forEach(function(t){n.push(t)}),n}function c(){var n=0;for(var t in this)t.charCodeAt(0)===ca&&++n;return n}functio (…) [all...] |
| /external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/spec/gl-matrix/ |
| worker-spec.js | 5 describe("Embedded within Web Workers", function() { 6 it("should initialize successfully", function() { 9 xhr.onreadystatechange = function() { 21 waitsFor(function() { 31 worker.onmessage = function(e) { 37 waitsFor(function() {
|
| /external/clang/test/Misc/ |
| ast-dump-stmt.cpp | 4 void function() {} function in namespace:n 7 using n::function; 10 void (*f)() = &function; 11 // CHECK: DeclRefExpr{{.*}} (UsingShadow{{.*}}function 52 // CHECK: CXXNewExpr {{.*}} 'int *' Function {{.*}} 'operator new' 53 // CHECK: CXXDeleteExpr {{.*}} 'void' Function {{.*}} 'operator delete' 54 // CHECK: CXXNewExpr {{.*}} 'int *' array Function {{.*}} 'operator new[]' 55 // CHECK: CXXDeleteExpr {{.*}} 'void' array Function {{.*}} 'operator delete[]' 56 // CHECK: CXXNewExpr {{.*}} 'int *' global Function {{.*}} 'operator new' 57 // CHECK: CXXDeleteExpr {{.*}} 'void' global Function {{.*}} 'operator delete [all...] |
| /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/ |
| invoke_int_0.pass.cpp | 12 // class function<R(ArgTypes...)> 36 // function 38 std::function<int ()> r1(f_int_0); 41 // function pointer 44 std::function<int ()> r1(fp); 50 std::function<int ()> r1(a0);
|
| /external/mesa3d/src/glsl/ |
| ir_import_prototypes.cpp | 26 * Import function prototypes from one IR tree into another. 34 * Visitor used to import function prototypes 39 * body of the function. 51 this->function = NULL; 56 assert(this->function == NULL); 58 this->function = this->symbols->get_function(ir->name); 59 if (!this->function) { 60 this->function = new(this->mem_ctx) ir_function(ir->name); 62 list->push_tail(this->function); 64 /* Add the new function to the symbol table 97 ir_function *function; member in class:import_prototype_visitor [all...] |
| /external/skia/experimental/SkV8Example/js/ |
| speed.js | 4 var onDraw = function(){ 6 function f(canvas) { 13 function onTimeout() {
|
| /external/v8/test/mjsunit/regress/ |
| regress-builtinbust-1.js | 5 function nope() { return false; } 10 assertThrows(function() { a.pop(); }, TypeError); 11 assertThrows(function() { a.push(5); }, TypeError); 12 assertThrows(function() { a.shift(); }, TypeError); 13 assertThrows(function() { a.unshift(5); }, TypeError); 14 assertThrows(function() { a.splice(0, 1); }, TypeError);
|
| regress-crbug-382143.js | 5 function A() { 6 Object.defineProperty(this, "x", { set: function () {}, get: function () {}}); 7 this.a = function () { return 1; } 10 function B() { 12 this.a = function () { return 2; }
|
| regress-inline-getter-near-stack-limit.js | 7 function runNearStackLimit(f) { 8 function t() { 14 function g(x) { return x.bar; } 15 function f1() { } 16 function f2() { } 24 runNearStackLimit(function() { g(y); });
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/ |
| invoke_int_0.pass.cpp | 12 // class function<R(ArgTypes...)> 36 // function 38 std::function<int ()> r1(f_int_0); 41 // function pointer 44 std::function<int ()> r1(fp); 50 std::function<int ()> r1(a0);
|
| /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
| RewriteRuleTokenStream.as | 34 public function RewriteRuleTokenStream(adaptor:TreeAdaptor, elementDescription:String, element:Object=null) { 39 public function nextNode():Object { 44 public function nextToken():Token { 51 protected override function toTree(el:Object):Object { 55 protected override function dup(el:Object):Object {
|
| /external/compiler-rt/lib/builtins/ |
| int_util.c | 30 void compilerrt_abort_impl(const char *file, int line, const char *function) { 31 panic("%s:%d: abort in %s", file, line, function); 44 void compilerrt_abort_impl(const char *file, int line, const char *function) { 45 __assert_rtn(function, file, line, "libcompiler_rt abort"); 57 void compilerrt_abort_impl(const char *file, int line, const char *function) {
|
| /external/zlib/src/contrib/pascal/ |
| zlibpas.pas | 17 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer; 22 in_func = function(opaque: Pointer; var buf: PByte): Integer; 24 out_func = function(opaque: Pointer; buf: PByte; size: Integer): Integer; 105 function zlibVersion: PChar; 106 function deflateInit(var strm: z_stream; level: Integer): Integer; 107 function deflate(var strm: z_stream; flush: Integer): Integer; 108 function deflateEnd(var strm: z_stream): Integer; 109 function inflateInit(var strm: z_stream): Integer; 110 function inflate(var strm: z_stream; flush: Integer): Integer; 111 function inflateEnd(var strm: z_stream): Integer [all...] |
| /external/guava/guava/src/com/google/common/base/ |
| FunctionalEquivalence.java | 41 private final Function<F, ? extends T> function; field in class:FunctionalEquivalence 45 Function<F, ? extends T> function, Equivalence<T> resultEquivalence) { 46 this.function = checkNotNull(function); 51 return resultEquivalence.equivalent(function.apply(a), function.apply(b)); 55 return resultEquivalence.hash(function.apply(a)); 64 return function.equals(that.function [all...] |
| /external/v8/test/mjsunit/harmony/ |
| toMethod.js | 8 (function TestSingleClass() { 9 function f(x) { 14 function ClassD() { } 24 (function TestClassHierarchy() { 25 function f(x) { 26 return function g(y) { x++; return x + y; }; 29 function Base() {} 30 function Derived() { } 43 (function TestErrorCases() { 44 var sFun = Function.prototype.toMethod [all...] |
| proxies-with.js | 33 function TestWithProxies(test, x, y, z) { 35 test(function(h) {return Proxy.createFunction(h, function() {})}, x, y, z) 42 function TestWithGet(handler) { 49 function TestWithGet2(create, handler) { 69 get: function(r, k) { key = k; return k === "a" ? "onproxy" : undefined }, 70 getPropertyDescriptor: function(k) { 77 get: function(r, k) { return this.get2(r, k) }, 78 get2: function(r, k) { key = k; return k === "a" ? "onproxy" : undefined }, 79 getPropertyDescriptor: function(k) [all...] |
| /external/clang/test/Modules/Inputs/ |
| redecl-add-after-load-decls.h | 3 extern constexpr int function(); 4 constexpr int test(bool b) { return b ? variable : function(); } 9 extern constexpr int function(); 12 constexpr int N_test(bool b) { return b ? N::variable : N::function(); } 16 constexpr int C_test(bool b) { return b ? C::variable : C::function(); } 21 static constexpr int function(); 24 constexpr int D_test(bool b) { return b ? D::variable : D::function(); }
|
| /external/v8/test/webkit/ |
| codegen-temporaries.js | 36 function TestObject() { 37 this.toString = function() { return this.test; } 42 function assign_test1() 52 function assign_test2() 62 function assign_test3() 84 function assign_test6() 94 function assign_test7() 104 function assign_test8() 114 function assign_test9() 130 function assign_test11( [all...] |