HomeSort by relevance Sort by last modified time
    Searched full:arguments (Results 701 - 725 of 11668) sorted by null

<<21222324252627282930>>

  /external/jsilver/src/com/google/clearsilver/jsilver/template/
Macro.java 38 * Return the number of arguments this macro expects. Must be equal to the number of arguments
  /external/kernel-headers/original/asm-x86/
ptrace-abi.h 34 /* arguments: interrupts/non tracing syscalls only save upto here*/
45 /* end of arguments */
  /external/llvm/lib/Target/X86/
X86CallingConv.td 199 // Promote i8/i16 arguments to i32.
205 // The first 6 integer arguments are passed in integer registers.
209 // The first 8 MMX vector arguments are passed in XMM registers on Darwin.
215 // The first 8 FP/Vector arguments are passed in XMM registers.
220 // The first 8 256-bit vector arguments are passed in YMM registers, unless
223 // fixed arguments to vararg functions are supposed to be passed in
230 // The first 8 512-bit vector arguments are passed in ZMM registers.
260 // Promote i8/i16 arguments to i32.
276 // The first 4 MMX vector arguments are passed in GPRs.
279 // The first 4 integer arguments are passed in integer registers
    [all...]
  /external/llvm/test/CodeGen/X86/
2010-06-28-FastAllocTiedOperand.ll 6 ; Arguments 1 and 4 must be the same. No other output arguments may be
  /external/marisa-trie/tools/
cmdopt.h 29 // Command line arguments.
51 // cmdopt_get() analyzes command line arguments and gets the next option.
  /external/marisa-trie/v0_1_5/tools/
cmdopt.h 29 // Command line arguments.
51 // cmdopt_get() analyzes command line arguments and gets the next option.
  /external/mockito/src/org/mockito/stubbing/
Answer.java 20 * return "called with arguments: " + args;
24 * //Following prints "called with arguments: foo"
  /external/v8/test/mjsunit/
function-arguments-null.js 28 // The arguments property of functions should be null when not
30 assertTrue(toString.arguments === null);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_MEGetBufSize.c 32 * Input Arguments:
38 * Output Arguments:
  /frameworks/base/core/java/android/database/sqlite/
SQLiteCustomFunction.java 33 * @param numArgs The number of arguments for the function, or -1 to
34 * support any number of arguments.
  /frameworks/testing/androidtestlib/src/com/android/test/
BundleTest.java 23 * Implement this interface to receive a {@link Bundle} containing the command line arguments
35 * Called by Android test runner to pass in Bundle containing command line arguments.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
integral_c.hpp 23 // the type of non-type template arguments may not depend on template arguments
  /packages/apps/Calculator/tests/src/com/android/calculator2/tests/
CalculatorLaunchPerformance.java 37 public void onCreate(Bundle arguments) {
38 super.onCreate(arguments);
  /packages/apps/Camera/tests/src/com/android/camera/
CameraLaunchPerformance.java 31 public void onCreate(Bundle arguments) {
32 super.onCreate(arguments);
  /packages/apps/DeskClock/tests/src/com/android/deskclock/
DeskClockLaunchPerformance.java 29 public void onCreate(Bundle arguments) {
30 super.onCreate(arguments);
  /packages/apps/Gallery/tests/src/com/android/camera/
CameraLaunchPerformance.java 31 public void onCreate(Bundle arguments) {
32 super.onCreate(arguments);
  /packages/apps/LegacyCamera/tests/src/com/android/camera/
CameraLaunchPerformance.java 31 public void onCreate(Bundle arguments) {
32 super.onCreate(arguments);
  /packages/apps/Music/tests/src/com/android/music/
MusicPlayerLaunchPerformance.java 37 public void onCreate(Bundle arguments) {
38 super.onCreate(arguments);
  /packages/apps/Settings/tests/src/com/android/settings/tests/
SettingsLaunchPerformance.java 37 public void onCreate(Bundle arguments) {
38 super.onCreate(arguments);
  /packages/apps/VoiceDialer/tests/src/com/android/voicedialer/
VoiceDialerLaunchPerformance.java 29 public void onCreate(Bundle arguments) {
30 super.onCreate(arguments);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ptrace-abi.h 34 /* arguments: interrupts/non tracing syscalls only save upto here*/
45 /* end of arguments */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl2.h 37 "open can be called either with 2 or 3 arguments, not more");
39 "open with O_CREAT in second argument needs 3 arguments");
69 "open64 can be called either with 2 or 3 arguments, not more");
71 "open64 with O_CREAT in second argument needs 3 arguments");
113 "openat can be called either with 3 or 4 arguments, not more");
115 "openat with O_CREAT in third argument needs 4 arguments");
147 "openat64 can be called either with 3 or 4 arguments, not more");
149 "openat64 with O_CREAT in third argument needs 4 arguments");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
inet_diag.h 42 /* Bytecode is sequence of 4 byte commands followed by variable arguments.
45 * length of the command and its arguments.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ptrace-abi.h 34 /* arguments: interrupts/non tracing syscalls only save upto here*/
45 /* end of arguments */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl2.h 37 "open can be called either with 2 or 3 arguments, not more");
39 "open with O_CREAT in second argument needs 3 arguments");
69 "open64 can be called either with 2 or 3 arguments, not more");
71 "open64 with O_CREAT in second argument needs 3 arguments");
113 "openat can be called either with 3 or 4 arguments, not more");
115 "openat with O_CREAT in third argument needs 4 arguments");
147 "openat64 can be called either with 3 or 4 arguments, not more");
149 "openat64 with O_CREAT in third argument needs 4 arguments");

Completed in 3934 milliseconds

<<21222324252627282930>>