OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calling
(Results
26 - 50
of
6673
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/LayoutTests/fast/dom/NodeList/script-tests/
nodelist-item-call-as-function.js
1
description('This tests that items in a NodeList can be retrieved directly by
calling
as a function with an integral index parameter, starting from 0.<br>It means NodeList[0] and NodeList(0) both work.');
/external/webkit/LayoutTests/storage/
open-database-set-empty-version-expected.txt
1
This tests that
calling
openDatabase with an empty version string sets the current version of that database to the empty string and subsequent attempts to open the database with a different expected version throw an exception.
/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/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.
/external/webkit/LayoutTests/fast/constructors/
constructor-as-function-crash.html
3
<title>
Calling
bindings constructors as function should not cause a crash</title>
29
<p>
Calling
<code>bindings</code> constructors as function should throw an exception and not cause a crash.</p>
/external/chromium/net/base/
winsock_init.h
14
// Make sure that Winsock is initialized,
calling
WSAStartup if needed.
/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
/external/webkit/LayoutTests/fast/dom/NodeList/
nodelist-item-call-as-function-expected.txt
1
This tests that items in a NodeList can be retrieved directly by
calling
as a function with an integral index parameter, starting from 0.
/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()
/frameworks/base/core/java/com/android/internal/util/
Preconditions.java
26
* Ensures that an object reference passed as a parameter to the
calling
41
* Ensures that an object reference passed as a parameter to the
calling
58
* Ensures the truth of an expression involving the state of the
calling
59
* instance, but not involving any parameters to the
calling
method.
/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.
placement2.cpp
1
// Bug: We were
calling
f() twice, for both the placement new and placement
rethrow3.cpp
9
printf ("
CALLING
TERMINATE\n");
/ndk/tests/device/test-stlport_static-exception/jni/
pdel1.cpp
2
// Test for
calling
placement delete.
pdel2.cpp
2
// Test for not
calling
mismatched placement delete.
placement2.cpp
1
// Bug: We were
calling
f() twice, for both the placement new and placement
Completed in 682 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>