HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 26 - 50 of 10091) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/v8/tools/
freebsd-tick-processor 7 # You must have d8 built and in your path before calling this.
  /external/clang/test/CodeGenCXX/
microsoft-abi-methods.cpp 20 // Make sure that the call uses the right calling convention:
24 // Make sure that the definition uses the right calling convention:
32 // Make sure that the call uses the right calling convention:
36 // Make sure that the definition uses the right calling convention:
44 // Make sure that the call uses the right calling convention:
48 // Make sure that the definition uses the right calling convention:
54 // Make sure that the call uses the right calling convention:
58 // Make sure that the definition uses the right calling convention:
73 // the right calling convention:
79 // the right calling convention
    [all...]
  /external/clang/test/Sema/
callingconv.c 12 void __attribute__((fastcall)) test0() { // expected-error {{function with no prototype cannot use fastcall calling convention}}
18 void __attribute__((fastcall)) test2(int a, ...) { // expected-error {{variadic function cannot use fastcall calling convention}}
44 int __attribute__((pcs("aapcs"))) pcs5(void); // expected-warning {{calling convention 'pcs' ignored for this target}}
45 int __attribute__((pcs("aapcs-vfp"))) pcs6(void); // expected-warning {{calling convention 'pcs' ignored for this target}}
56 void __attribute__((pnaclcall)) pnaclfunc(float *a) {} // expected-warning {{calling convention 'pnaclcall' ignored for this target}}
MicrosoftCompatibility-x64.c 2 int __stdcall f(void); /* expected-warning {{calling convention '__stdcall' ignored for this target}} */
incomplete-call.c 10 a(); // expected-error{{calling 'a' with incomplete return type 'struct foo'}}
  /external/e2fsprogs/tests/progs/test_data/
expect.icount 4 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store
6 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch
8 increment: Invalid argument passed to ext2 library while calling ext2fs_icount_increment
10 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
12 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store
14 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch
16 increment: Invalid argument passed to ext2 library while calling ext2fs_icount_increment
18 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
61 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
93 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decremen
    [all...]
  /external/chromium_org/ash/
caps_lock_delegate.h 21 // The state change can occur asynchronously and calling IsCapsLockEnabled
26 // The state change can occur asynchronously and calling IsCapsLockEnabled
  /external/chromium_org/content/common/
set_process_title_linux.h 9 // printf-style format string and arguments. After calling setproctitle()
19 // from main() to setproctitle_init() before calling setproctitle().
  /external/chromium_org/win8/test/
metro_registration_helper.h 17 // as the calling module.
18 // NOTE: COM must be initialized prior to calling this method.
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_apply.3 19 If you are doing multi-threaded programming, calling this function will only set capabilities on the calling thread. All other threads are unaffected. If you want to set overall capabilities for a multi-threaded process, you will need to do that before creating any threads. See the capset syscall for more information on this topic.
capng_get_caps_process.3 19 If you are doing multi-threaded programming, calling this function will only get capabilities on the calling thread. If you want to get overall capabilities for a multi-threaded process, you can only do that before creating any threads. Afterwards, threads may be able to independantly set capabilities.
  /external/llvm/test/CodeGen/X86/
2009-06-12-x86_64-tail-call-conv-out-of-sync-bug.ll 5 ; calling convention out of sync with standard c calling convention on x86_64)
  /external/qemu/target-arm/
helper-android.h 15 * calling stack.
22 * thread's calling stack.
  /art/compiler/jni/quick/arm/
calling_convention_arm.h 30 // Calling convention
33 // Managed runtime calling convention
51 // Calling convention
55 // JNI calling convention
  /art/compiler/jni/quick/mips/
calling_convention_mips.h 29 // Calling convention
32 // Managed runtime calling convention
50 // Calling convention
54 // JNI calling convention
  /art/compiler/jni/quick/x86/
calling_convention_x86.h 31 // Calling convention
34 // Managed runtime calling convention
50 // Calling convention
54 // JNI calling convention
  /external/chromium/net/base/
winsock_init.h 14 // Make sure that Winsock is initialized, calling WSAStartup if needed.
  /external/chromium_org/apps/app_host/
update.h 11 // newer than App Host's, then udpate App Host by calling setup.exe.
  /external/chromium_org/chrome/browser/importer/
importer_list_observer.h 10 // Any class calling DetectSourceProfiles() must implement this interface in
  /external/chromium_org/courgette/
crc.h 12 // Calculates Crc of the given buffer by calling CRC method in LZMA SDK
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
SceneGraphVisitor.java 6 * Use by calling {@link Spatial#depthFirstTraversal(com.jme3.scene.SceneGraphVisitor) }
  /external/llvm/test/Integer/
unreachable_bt.ll 9 define i9 @foo() { ;; Calling this function has undefined behavior
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityEventSource.java 34 * via calling {@link AccessibilityManager#isEnabled() AccessibilityManager.isEnabled()},
35 * obtain an {@link AccessibilityEvent} from the event pool through calling
37 * event, and send it for dispatch via calling
52 * to do the check via calling {@link AccessibilityManager#isEnabled()
  /ndk/tests/device/test-stlport_shared-exception/jni/
pdel1.cpp 2 // Test for calling placement delete.
pdel2.cpp 2 // Test for not calling mismatched placement delete.

Completed in 1112 milliseconds

12 3 4 5 6 7 8 91011>>