HomeSort by relevance Sort by last modified time
    Searched defs:call (Results 1 - 25 of 433) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
jmpcall.asm 3 call *%eax
4 call %eax
5 call *(%eax)
6 call (%eax)
7 call label(,1)
8 call label label
9 call label+5
10 call *label
11 call *label(%eax)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
far64.asm 2 call far dword [0] label
3 call far qword [0] label
4 call far [0] label
mem64rip.asm 8 call sym label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
elf-rip.asm 7 call sym label
  /external/chromium_org/v8/test/webkit/
call-apply-crash.js 28 Function.prototype.call.apply(testLog, arguments); method
32 Function.prototype.call.apply(testLog, arguments);
dfg-convert-this-dom-window.js 25 "This tests that we can correctly call Function.prototype.call in the DFG, but more precisely, that we give the correct this object in case it is undefined"
28 var myObject = { call: function() { return [myObject, "myObject.call"] } };
31 myFunctionWithCall.call = function (arg1) { return [this, "myFunctionWithCall.call", arg1] };
32 Function.prototype.aliasedCall = Function.prototype.call;
35 shouldBe("myObject.call()", '[myObject, "myObject.call"]');
37 shouldBe("myFunction.call(myObject, 'arg1')", '[myObject, "myFunction", "arg1"]')
    [all...]
function-call-aliased.js 25 "This tests that we can correctly call Function.prototype.call"
28 var myObject = { call: function() { return [myObject, "myObject.call"] } };
31 myFunctionWithCall.call = function (arg1) { return [this, "myFunctionWithCall.call", arg1] };
32 Function.prototype.aliasedCall = Function.prototype.call;
34 shouldBe("myObject.call()", '[myObject, "myObject.call"]');
36 shouldBe("myFunction.call(myObject, 'arg1')", '[myObject, "myFunction", "arg1"]')
    [all...]
  /external/valgrind/main/memcheck/tests/x86/
tronical.S 82 call VG_SYM_ASM(printf)
95 call VG_SYM_ASM(malloc)
97 call set define
98 call get
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/
gas32-jmpcall.asm 0 call foo
1 call foo label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
gas64-jmpcall.asm 0 call foo
1 call foo label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
nasm-macho64-pic.asm 3 call _foo label
7 call _foo+4 label
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-242502.js 34 function call(o) { function
45 assertEquals(23, call(o1));
46 assertEquals(23, call(o1));
48 assertEquals(23, call(o2));
49 assertEquals(23, call(o3));
50 assertEquals(23, call(o4));
51 assertEquals(23, call(o5));
65 %OptimizeFunctionOnNextCall(call);
66 assertEquals(23, call(oboom));
  /external/llvm/test/Object/Inputs/
elfver.S 15 call _puts@PLT label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
elf_gas64_curpos.asm 8 call foo label
9 call baz label
27 call foo label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
gas-macho64-pic.asm 0 call _foo
5 call _foo+4 label
1 call _foo label
gas-macho64.asm 2 call _foo label
6 call _foo+4 label
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
Callable.java 25 V call() throws Exception; method in interface:Callable
  /libcore/luni/src/main/java/java/util/concurrent/
Callable.java 12 * {@code call}.
26 * @param <V> the result type of method {@code call}
35 V call() throws Exception; method in interface:Callable
  /external/clang/test/CodeGenCXX/
instantiate-temporaries.cpp 17 void call() { function
22 // CHECK: call void @_ZN1Y3getEv
23 // CHECK-NEXT: call void @_ZN1XD1Ev
25 template void call<int>();
33 // CHECK: call void @_ZN1XC1Ev
34 // CHECK-NEXT: call void @_ZN2X2D1Ev
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
gl-matrix.rb 32 alias_method :jasmine_call, :call
33 def call(env) method in class:Rack
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8MutationCallback.cpp 49 void V8MutationCallback::call(const Vector<RefPtr<MutationRecord> >& mutations, MutationObserver* observer) function in class:WebCore::V8MutationCallback
  /external/chromium_org/third_party/mesa/src/src/glsl/
hir_field_selection.cpp 78 ast_expression *call = expr->subexpressions[1]; local
79 assert(call->oper == ast_function_call);
82 method = call->subexpressions[0]->primary_expression.identifier;
85 if (!call->expressions.is_empty())
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
curpos-err.asm 8 call foo label
9 call baz label
27 call foo label
curpos.asm 8 call foo label
9 call baz label
27 call foo label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
win32-curpos.asm 8 call foo label
9 call baz label
27 call foo label

Completed in 1371 milliseconds

1 2 3 4 5 6 7 8 91011>>