HomeSort by relevance Sort by last modified time
    Searched refs:function (Results 576 - 600 of 4292) sorted by null

<<21222324252627282930>>

  /external/v8/test/mjsunit/regress/
regress-crbug-385002.js 9 function f() { f(); }
14 eval("function g() {" + locals + "f();}");
regress-crbug-387599.js 8 Debug.setListener(function() {});
10 function f() {
regress-crbug-412319.js 7 function __f_6() {
17 function __f_7(__v_7) {
regress-force-representation.js 7 function optimize(crankshaft_test) {
14 function f() {
regress-is-smi-repr.js 11 function g() { global = this; }
13 function f(s) { s.prop; }
regress-no-dummy-use-for-arguments-object.js 7 function g() {
13 function f() {
regress-observe-map-cache.js 7 function f() {
10 Object.observe(x, function() { });
regress-store-heapobject.js 9 function store(o, v) {
16 function f(bool) {
regress-update-field-type-attributes.js 5 function test(){
6 function InnerClass(){}
  /external/v8/test/mjsunit/
string-oom-replace-global-regexp-with-string.js 12 function replace1() {
22 function replace2() {
string-oom-replace-regexp-global-with-function.js 10 function replace() {
11 a.replace(/a/g, function() { return b });
  /external/v8/test/perf-test/Collections/
map.js 19 function MapSetup() {
27 function MapTearDown() {
32 function MapSet() {
38 function MapHas() {
52 function MapGet() {
66 function MapDelete() {
75 function MapForEach() {
76 map.forEach(function(v, k) {
  /external/valgrind/memcheck/tests/
malloc3.stderr.exp 1 Argument 'size' of function malloc has a fishy (possibly negative) value: -1
5 Argument 'size' of function calloc has a fishy (possibly negative) value: -1
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
copy.pass.cpp 30 std::function<float(float, float)> fnc = _pow;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
F.pass.cpp 12 // class function<R(ArgTypes...)>
14 // function(nullptr_t);
70 std::function<int(int)> f = A();
79 std::function<int(int)> f = g;
86 std::function<int(int)> f = (int (*)(int))0;
93 std::function<int(const A*, int)> f = &A::foo;
F_assign.pass.cpp 12 // class function<R(ArgTypes...)>
73 std::function<int(int)> f;
83 std::function<int(int)> f;
91 std::function<int(int)> f;
99 std::function<int(const A*, int)> f;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
invoke.fail.cpp 12 // class function<R(ArgTypes...)>
35 std::function<int& (const A_int_1*)> r2(fp);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr/
operator_==.pass.cpp 12 // class function<R(ArgTypes...)>
15 // bool operator==(const function<R(ArgTypes...)>&, nullptr_t);
18 // bool operator==(nullptr_t, const function<R(ArgTypes...)>&);
21 // bool operator!=(const function<R(ArgTypes...)>&, nullptr_t);
24 // bool operator!=(nullptr_t, const function<R(ArgTypes...)>&);
34 std::function<int(int)> f;
operator_EQEQ.pass.cpp 12 // class function<R(ArgTypes...)>
15 // bool operator==(const function<R(ArgTypes...)>&, nullptr_t);
18 // bool operator==(nullptr_t, const function<R(ArgTypes...)>&);
21 // bool operator!=(const function<R(ArgTypes...)>&, nullptr_t);
24 // bool operator!=(nullptr_t, const function<R(ArgTypes...)>&);
34 std::function<int(int)> f;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/
target.pass.cpp 12 // class function<R(ArgTypes...)>
62 std::function<int(int)> f = A();
69 std::function<int(int)> f = g;
76 const std::function<int(int)> f = A();
83 const std::function<int(int)> f = g;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
assert.hpp 42 char const * function, char const * file, long line); // user defined
71 char const * function, char const * file, long line); // user defined
97 inline void assertion_failed_msg(char const * expr, char const * msg, char const * function,
102 << function << ":\n"
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/machine/
asm.h 51 #define __bionic_asm_function_type #function
  /cts/suite/cts/deviceTests/browserbench/assets/octane/js/
jquery.js 2 (function( window, undefined ) {
8 var jQuery = (function() {
11 var jQuery = function( selector, context ) {
56 fcamelCase = function( all, letter ) {
85 init: function( selector, context, rootjQuery ) {
181 // HANDLE: $(function)
205 size: function() {
209 toArray: function() {
215 get: function( num ) {
227 pushStack: function( elems, name, selector )
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
jquery-1.7.1.js 16 (function( window, undefined ) {
22 var jQuery = (function() {
25 var jQuery = function( selector, context ) {
70 fcamelCase = function( all, letter ) {
99 init: function( selector, context, rootjQuery ) {
195 // HANDLE: $(function)
219 size: function() {
223 toArray: function() {
229 get: function( num ) {
241 pushStack: function( elems, name, selector )
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/src/gl-matrix/
vec4.js 34 vec4.create = function() {
49 vec4.clone = function(a) {
67 vec4.fromValues = function(x, y, z, w) {
83 vec4.copy = function(out, a) {
101 vec4.set = function(out, x, y, z, w) {
117 vec4.add = function(out, a, b) {
133 vec4.subtract = function(out, a, b) {
143 * @function
155 vec4.multiply = function(out, a, b) {
165 * @function
    [all...]

Completed in 1169 milliseconds

<<21222324252627282930>>