HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 1 - 25 of 6678) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/javax/sip/
TransactionState.java 4 CALLING,
  /external/webkit/LayoutTests/storage/
open-database-over-quota-expected.txt 1 This tests that calling openDatabase with a size over 5MB doesn't assert on debug builds.
open-database-empty-version-expected.txt 1 This tests that calling openDatabase with an empty version string does not cause an exception to be thrown.
  /external/clang/test/Sema/
stdcall-fastcall-x64.c 8 void __attribute__((stdcall, fastcall)) foo3(void); // expected-warning{{calling convention 'stdcall' ignored for this target}} expected-warning {{calling convention 'fastcall' ignored for this target}}
9 void __attribute__((stdcall)) foo4(); // expected-warning{{calling convention 'stdcall' ignored for this target}}
10 void __attribute__((fastcall)) foo4(void); // expected-warning {{calling convention 'fastcall' ignored for this target}}
13 void rdar8876096foo1(int i, int j) __attribute__((fastcall, cdecl)); // expected-warning{{calling convention 'fastcall' ignored for this target}}
14 void rdar8876096foo2(int i, int j) __attribute__((fastcall, stdcall)); // expected-warning{{calling convention 'stdcall' ignored for this target}} expected-warning {{calling convention 'fastcall' ignored for this target}}
15 void rdar8876096foo3(int i, int j) __attribute__((fastcall, regparm(2))); // expected-warning {{calling convention 'fastcall' ignored for this target}}
16 void rdar8876096foo4(int i, int j) __attribute__((stdcall, cdecl)); // expected-warning{{calling convention 'stdcall' ignored for this target}}
17 void rdar8876096foo5(int i, int j) __attribute__((stdcall, fastcall)); // expected-warning{{calling convention 'stdcall' ignored for this target}} expected-warning {{calling convention 'fastcall' ig (…)
    [all...]
  /external/clang/test/SemaCXX/
incomplete-call.cpp 18 f(); // expected-error {{calling 'f' with incomplete return type 'A'}}
22 fp(); // expected-error {{calling function with incomplete return type 'A'}}
23 ((Func)0)(); // expected-error {{calling function with incomplete return type 'A'}}
26 b.f(); // expected-error {{calling 'f' with incomplete return type 'A'}}
28 b.operator()(); // expected-error {{calling 'operator()' with incomplete return type 'A'}}
29 b.operator A(); // expected-error {{calling 'operator A' with incomplete return type 'A'}}
30 b.operator!(); // expected-error {{calling 'operator!' with incomplete return type 'A'}}
32 !b; // expected-error {{calling 'operator!' with incomplete return type 'A'}}
33 b(); // expected-error {{calling 'operator()' with incomplete return type 'A'}}
34 b++; // expected-error {{calling 'operator++' with incomplete return type 'A'}
    [all...]
borland-extensions.cpp 10 // expected-warning@+1 {{calling convention '_pascal' ignored for this target}}
13 // expected-warning@+1 {{calling convention '__pascal' ignored for this target}}
15 // expected-warning@+1 {{calling convention '__pascal' ignored for this target}}
19 // expected-warning@+1 {{calling convention '__pascal' ignored for this target}}
21 // expected-warning@+1 {{calling convention '__pascal' ignored for this target}}
24 // expected-warning@+1 {{calling convention '__pascal' ignored for this target}}
35 // 3. test other calling conventions
37 // expected-warning@+1 {{calling convention '_fastcall' ignored for this target}}
39 // expected-warning@+1 {{calling convention '_stdcall' ignored for this target}}
virtual-override-x64.cpp 3 // Non-x86 targets ignore the calling conventions by default (but will warn
9 virtual void __attribute__((thiscall)) f(); // expected-warning {{calling convention 'thiscall' ignored for this target}}
19 void __attribute__((thiscall)) f(); // expected-warning {{calling convention 'thiscall' ignored for this target}}
29 virtual void __attribute__((stdcall)) g(); // expected-warning {{calling convention 'stdcall' ignored for this target}}
virtual-override-x86.cpp 11 void __attribute__((cdecl)) f(); // expected-error{{virtual function 'f' has different calling convention attributes ('void () __attribute__((cdecl))') than the function it overrides (which has calling convention 'void () __attribute__((thiscall))'}}
21 void f(); // This override is correct because thiscall is the default calling convention for class members
31 void g(); // expected-error{{virtual function 'g' has different calling convention attributes ('void ()') than the function it overrides (which has calling convention 'void () __attribute__((stdcall))'}}
  /dalvik/tests/032-concrete-sub/
expected.txt 0 calling abs.doStuff()
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p17.cpp 12 new ctor[0]; // expected-error{{calling a private constructor of class 'ctor'}}
13 new dtor[0]; // expected-error{{calling a private destructor of class 'dtor'}}
14 new dtor[3]; // expected-error{{calling a private destructor of class 'dtor'}}
15 new dtor[3][3]; // expected-error{{calling a private destructor of class 'dtor'}}
  /external/e2fsprogs/tests/progs/test_data/
expect.brel 8 brel_put: Invalid argument while calling ext2fs_brel_put
10 brel_get: Invalid argument while calling ext2fs_brel_get
12 brel_delete: Invalid argument while calling ext2fs_brel_delete
14 brel_get: No such file or directory while calling ext2fs_brel_get
30 brel_delete: No such file or directory while calling ext2fs_brel_delete
32 brel_delete: No such file or directory while calling ext2fs_brel_delete
35 brel_delete: No such file or directory while calling ext2fs_brel_delete
37 brel_move: No such file or directory while calling ext2fs_brel_move
expect.irel 8 irel_add_ref: No space left on device while calling ext2fs_irel_add_ref
14 irel_put: Invalid argument while calling ext2fs_irel_put
16 irel_get: Invalid argument while calling ext2fs_irel_get
18 irel_delete: Invalid argument while calling ext2fs_irel_delete
37 irel_delete: No such file or directory while calling ext2fs_irel_delete
39 irel_delete: No such file or directory while calling ext2fs_irel_delete
46 irel_delete: No such file or directory while calling ext2fs_irel_delete
48 irel_move: No such file or directory while calling ext2fs_irel_move
60 irel_get_by_orig: No such file or directory while calling ext2fs_irel_get_by_orig
62 irel_get_by_orig: No such file or directory while calling ext2fs_irel_get_by_ori
    [all...]
  /external/llvm/include/llvm/IR/
CallingConv.h 1 //===-- llvm/CallingConv.h - LLVM Calling Conventions -----------*- C++ -*-===//
10 // This file defines LLVM's set of calling conventions.
20 /// the well-known calling conventions.
24 /// calling conventions.
25 /// @brief LLVM Calling Convention Representation
27 /// C - The default llvm calling convention, compatible with C. This
28 /// convention is the only calling convention that supports varargs calls.
29 /// As with typical C calling conventions, the callee/caller have to
33 // Generic LLVM calling conventions. None of these calling convention
    [all...]
  /external/valgrind/main/drd/tests/
sigaltstack.stderr.exp 0 calling sigaltstack, stack base is 0x........
  /external/valgrind/main/memcheck/tests/
sigaltstack.stderr.exp 0 calling sigaltstack, stack base is 0x........
  /external/chromium/chrome/browser/ui/cocoa/applescript/
bookmark_folder_applescript.h 29 // before calling directly.
34 // before calling directly.
47 // before calling directly.
53 // before calling directly.
58 // AppleScript makes sure that there is a bookmark folder before calling this
59 // method, make sure of that before calling directly.
64 // AppleScript makes sure that there is a bookmark item before calling this
65 // method, make sure of that before calling directly.
  /external/valgrind/main/massif/tests/
realloc.c 6 int* y __attribute__((unused)); // calling Valgrind's (and Massif's) malloc
17 // calling Valgrind's (and Massif's) free
  /bionic/libstdc++/src/
pure_virtual.cpp 6 assert(!"Pure virtual function called. Are you calling virtual methods from a destructor?");
  /development/samples/LunarLander/
_index.html 6 <li>Animating by calling invalidate() from draw()</li>
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p9.cpp 10 f(); // expected-error {{calling 'f' with incomplete return type 'S'}}
  /external/clang/test/CXX/dcl.decl/dcl.init/
p7.cpp 9 A a = {}; // expected-error {{calling a private constructor}}
  /external/e2fsprogs/contrib/python-uuid/
test.py 13 print "Calling generate with param...",
  /external/nist-sip/java/gov/nist/javax/sip/
LogRecord.java 4 * The interface for a log record. The log records are generated by calling the
  /external/v8/tools/
freebsd-tick-processor 7 # You must have d8 built and in your path before calling this.
  /external/webkit/LayoutTests/fast/constructors/
constructor-as-function-crash-expected.txt 0 Calling bindings constructors as function should throw an exception and not cause a crash.

Completed in 553 milliseconds

1 2 3 4 5 6 7 8 91011>>