/external/bison/darwin-lib/ |
fcntl.h | 27 /* Special invocation convention. */ 44 /* Normal invocation convention. */
|
signal.h | 25 /* Special invocation convention: 39 /* Normal invocation convention. */
|
/external/bison/darwin-lib/sys/ |
stat.h | 30 /* Special invocation convention. */ 35 /* Normal invocation convention. */ [all...] |
/external/bison/lib/ |
stdlib.in.h | 24 /* Special invocation convention inside glibc header files. */ 29 /* Normal invocation convention. */
|
sys_stat.in.h | 29 /* Special invocation convention. */ 34 /* Normal invocation convention. */
|
wchar.in.h | 34 /* Special invocation convention: 49 /* Normal invocation convention. */ [all...] |
/external/bison/linux-lib/ |
fcntl.h | 27 /* Special invocation convention. */ 44 /* Normal invocation convention. */
|
signal.h | 25 /* Special invocation convention: 39 /* Normal invocation convention. */
|
/external/bison/linux-lib/sys/ |
stat.h | 30 /* Special invocation convention. */ 35 /* Normal invocation convention. */ [all...] |
/external/clang/lib/CodeGen/ |
CGDeclCXX.cpp | 208 // Make sure the call and the callee agree on calling convention. 560 // Make sure the call and the callee agree on calling convention.
|
/external/dexmaker/src/test/java/com/google/dexmaker/stock/ |
ProxyBuilderTest.java | 733 * This test shows that our generated proxies follow the bytecode convention 735 * different from javac's convention where return types must be assignable [all...] |
/external/eigen/Eigen/src/Core/ |
PermutationMatrix.h | 27 * The convention followed here is that if \f$ \sigma \f$ is a permutation, the corresponding permutation matrix 30 * This convention ensures that for any two permutations \f$ \sigma, \tau \f$, we have:
|
/external/llvm/lib/Target/AArch64/ |
AArch64RegisterInfo.cpp | 85 // In case that the calling convention does not use the same register for 87 assert(CC != CallingConv::GHC && "should not be GHC calling convention.");
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_gs_emit.c | 386 * vertex convention, and in order SVBI[0] + (1, 0, 2) if we're using 387 * the last provoking vertex convention.
|
/external/pcre/dist/doc/html/ |
pcresyntax.html | 32 <li><a name="TOC17" href="#SEC17">NEWLINE CONVENTION</a> 426 <br><a name="SEC17" href="#TOC1">NEWLINE CONVENTION</a><br>
|
/external/skia/src/ports/ |
SkFontMgr_fontconfig.cpp | 45 * Lists of elements are not typed, except by convention. Any collection of FcValues must be 47 * interesting if the values go against convention. [all...] |
/external/valgrind/VEX/priv/ |
host_s390_defs.h | 102 /* Naming convention for operand locations: 474 The convention for all fp s390_insn is that the _hi register will
|
/external/zlib/src/contrib/ada/ |
zlib.adb | 38 pragma Convention (C, Flate_Step_Function); 42 pragma Convention (C, Flate_End_Function);
|
/libcore/luni/src/main/java/java/util/concurrent/ |
Semaphore.java | 394 * Correct usage of a semaphore is established by programming convention 573 * Correct usage of a semaphore is established by programming convention
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
IOBinding.py | 6 # which will only understand the local convention. 250 # end-of-line convention ourselves.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
IOBinding.py | 6 # which will only understand the local convention. 250 # end-of-line convention ourselves.
|
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 248 // Calling Convention Implementation 338 // required in the calling convention ABI. 366 // to agree with the calling convention ABI. 383 llvm_unreachable("Unsupported calling convention"); 413 llvm_unreachable("Unsupported calling convention"); [all...] |
/external/expat/doc/ |
reference.html | 233 same calling convention in case the compiler options used for Expat 235 what the default calling convention is, though it may require that it 236 be compiled with a default convention of "cdecl" on some platforms. 237 For code which uses Expat, however, the calling convention is 243 are already using the "cdecl" calling convention, or they wouldn't be 245 convention may be something other than "cdecl". To use the annotation 469 cleared. If you follow the convention that the root element starts at [all...] |
/external/clang/docs/ |
AutomaticReferenceCounting.rst | 270 Objective-C methods follow such a convention very reliably, at least for 494 the convention does not force either path. It is convenient to not be 593 convention, [all...] |
/art/runtime/arch/arm/ |
quick_entrypoints_arm.S | 405 and r4, #0xFFFFFFF0 @ convention only aligns to 8B, so we have to ensure ART [all...] |