OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:convention
(Results
76 - 100
of
3166
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/v8/src/ic/arm64/
access-compiler-arm64.cc
33
// Load calling
convention
.
37
// Store calling
convention
.
/packages/apps/TV/tests/common/src/com/android/tv/testing/testinput/
TvTestInputConstants.java
28
* <p> By
convention
Channel 1 should not be changed. Test often start by tuning to this
35
* <p> By
convention
the state of Channel 2 is changed by tests. Testcases should explicitly
/development/ndk/platforms/android-24/include/vulkan/
vk_platform.h
35
/* Platform-specific calling
convention
macros.
43
* Useful for MSVC-style calling
convention
syntax.
50
// On Windows, Vulkan commands use the stdcall
convention
58
// calling
convention
, i.e. float parameters are passed in registers. This
65
// On other platforms, use the default calling
convention
/external/mesa3d/include/vulkan/
vk_platform.h
35
/* Platform-specific calling
convention
macros.
43
* Useful for MSVC-style calling
convention
syntax.
50
// On Windows, Vulkan commands use the stdcall
convention
58
// calling
convention
, i.e. float parameters are passed in registers. This
65
// On other platforms, use the default calling
convention
/external/skia/third_party/vulkan/vulkan/
vk_platform.h
40
/* Platform-specific calling
convention
macros.
48
* Useful for MSVC-style calling
convention
syntax.
55
// On Windows, Vulkan commands use the stdcall
convention
63
// calling
convention
, i.e. float parameters are passed in registers. This
70
// On other platforms, use the default calling
convention
/external/vulkan-validation-layers/include/vulkan/
vk_platform.h
35
/* Platform-specific calling
convention
macros.
43
* Useful for MSVC-style calling
convention
syntax.
50
// On Windows, Vulkan commands use the stdcall
convention
58
// calling
convention
, i.e. float parameters are passed in registers. This
65
// On other platforms, use the default calling
convention
/frameworks/native/vulkan/include/vulkan/
vk_platform.h
35
/* Platform-specific calling
convention
macros.
43
* Useful for MSVC-style calling
convention
syntax.
50
// On Windows, Vulkan commands use the stdcall
convention
58
// calling
convention
, i.e. float parameters are passed in registers. This
65
// On other platforms, use the default calling
convention
/toolchain/binutils/binutils-2.25/bfd/
cpu-hppa.c
31
bfd_mach_hppa10, /* By
convention
PA1.0 = 10 */
49
bfd_mach_hppa20, /* By
convention
PA2.0 = 20 */
84
bfd_mach_hppa11, /* By
convention
PA1.1 = 11 */
/build/make/core/
build_id.mk
19
# capitalized by
convention
.
/external/clang/test/CodeGen/
mips-transparent-union.c
3
// Transparent unions are passed according to the calling
convention
rules of
/external/clang/test/Modules/
crashes.m
11
@property (assign) id newFile; // expected-error {{property follows Cocoa naming
convention
for returning 'owned' objects}} \
/external/iproute2/include/linux/
atmapi.h
24
*
Convention
: NULL pointers are passed as a field of all zeroes.
/external/kernel-headers/original/uapi/asm-mips/asm/
sgidefs.h
38
* Subprogram calling
convention
/external/kernel-headers/original/uapi/linux/
atmapi.h
24
*
Convention
: NULL pointers are passed as a field of all zeroes.
/external/llvm/lib/Target/PowerPC/
PPCCallingConv.td
31
// Return Value Calling
Convention
34
// PPC64 AnyReg return-value
convention
. No explicit register is specified for
38
// This calling
convention
is currently only supported by the stackmap and
40
// builds. On Release builds we fallback to the PPC C calling
convention
.
45
// Return-value
convention
for PowerPC
75
// No explicit register is specified for the AnyReg calling
convention
. The
78
// This calling
convention
is currently only supported by the stackmap and
80
// builds. On Release builds we fallback to the PPC C calling
convention
.
90
// Simple calling
convention
for 64-bit ELF PowerPC fast isel.
104
// Simple return-value
convention
for 64-bit ELF PowerPC fast isel
[
all
...]
/external/pcre/dist2/doc/
pcre2_set_newline.3
17
This function sets the newline
convention
within a compile context. This
/hardware/libhardware/modules/
README.android
8
convention
:
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atmapi.h
24
*
Convention
: NULL pointers are passed as a field of all zeroes.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atmapi.h
24
*
Convention
: NULL pointers are passed as a field of all zeroes.
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
manifest-expected-completion17.txt
3
package : This attribute gives a unique name for the package, using a Java-style naming
convention
to avoid name collisions. For example, applications published by Google could have names of the form com.google.app.appname
/system/media/audio_utils/private/
private.h
29
* The naming follows the ARM NEON
convention
.
/system/sepolicy/prebuilts/api/26.0/private/
keys.conf
3
# TARGET_BUILD_VARIANT. Common
convention
is to start TAGNAME with an @ and
/system/sepolicy/private/
keys.conf
3
# TARGET_BUILD_VARIANT. Common
convention
is to start TAGNAME with an @ and
/external/clang/test/SemaCXX/
decl-microsoft-call-conv.cpp
16
void __stdcall free_func_default(); // expected-error {{function declared 'stdcall' here was previously declared without calling
convention
}}
17
void __fastcall free_func_default(); // expected-error {{function declared 'fastcall' here was previously declared without calling
convention
}}
56
// Typedefs carrying the __cdecl
convention
are adjusted to __thiscall.
80
__vectorcall S(); // expected-warning {{vectorcall calling
convention
ignored on constructor/destructor}}
84
void __cdecl S::member_default1() {} // expected-error {{function declared 'cdecl' here was previously declared without calling
convention
}}
87
void __cdecl S::member_typedef_default() {} // expected-error {{function declared 'cdecl' here was previously declared without calling
convention
}}
88
void __cdecl S::member_typedef_cdecl1() {} // expected-error {{function declared 'cdecl' here was previously declared without calling
convention
}}
103
void __stdcall S::static_member_default3() {} // expected-error {{function declared 'stdcall' here was previously declared without calling
convention
}}
114
// Declare a template using a calling
convention
.
153
void __stdcall friend_stdcall3() {} // expected-error {{function declared 'stdcall' here was previously declared without calling
convention
}}
[
all
...]
/art/test/439-swap-double/src/
Main.java
26
// this depends on the calling
convention
, as a stack-only
convention
Completed in 261 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>