HomeSort by relevance Sort by last modified time
    Searched refs:args (Results 1 - 25 of 9120) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2005-01-02-VAArgError-ICE.c 6 __builtin_va_list args; local
7 __builtin_va_start(args,a); // not the last named arg
8 foo(args);
le32-vaarg.c 4 int get_int(va_list *args) {
5 return va_arg(*args, int);
17 void get_struct(va_list *args) {
18 dest = va_arg(*args, struct Foo);
24 void skip_struct(va_list *args) {
25 va_arg(*args, struct Foo);
  /external/clang/test/PCH/
__va_list_tag.c 12 int myvprintf(const char *fmt, va_list args) {
13 return myvfprintf(fmt, args);
  /system/media/camera/docs/
CameraCharacteristicsKeys.mako 17 <%include file="CameraMetadataKeys.mako" args="java_class='CameraCharacteristics', xml_kind='static'" />
CaptureRequestKeys.mako 17 <%include file="CameraMetadataKeys.mako" args="java_class='CaptureRequest', xml_kind='controls'" />
CaptureResultKeys.mako 17 <%include file="CameraMetadataKeys.mako" args="java_class='CaptureResult', xml_kind='dynamic'" />
  /external/valgrind/main/none/tests/ppc32/
test_gx.c 74 double* args, int nargs,
82 a = args[i];
95 double* args = malloc(nargs * sizeof(double)); local
96 args[0] = 0.0;
97 args[1] = 1.0 / 0.0; // inf
98 args[2] = -args[1]; // -inf
99 args[3] = args[2]/args[2]; // na
    [all...]
test_fx.c 39 double* args, int nargs,
47 a = args[i];
60 double* args = malloc(nargs * sizeof(double)); local
61 args[0] = 0.0;
62 args[1] = 1.0 / 0.0; // inf
63 args[2] = -args[1]; // -inf
64 args[3] = args[2]/args[2]; // na
    [all...]
  /external/elfutils/0.153/backends/
i386_syscall.c 35 int *sp, int *pc, int *callno, int args[6])
40 args[0] = 3; /* %ebx */
41 args[1] = 1; /* %ecx */
42 args[2] = 2; /* %edx */
43 args[3] = 6; /* %esi */
44 args[4] = 7; /* %edi */
45 args[5] = 5; /* %ebp */
ppc_syscall.c 35 int *sp, int *pc, int *callno, int args[6])
40 args[0] = 3;
41 args[1] = 4;
42 args[2] = 5;
43 args[3] = 6;
44 args[4] = 7;
45 args[5] = 8;
x86_64_syscall.c 35 int *sp, int *pc, int *callno, int args[6])
40 args[0] = 5; /* %rdi */
41 args[1] = 4; /* %rsi */
42 args[2] = 1; /* %rdx */
43 args[3] = 10; /* %r10 */
44 args[4] = 8; /* %r8 */
45 args[5] = 9; /* %r9 */
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
tester_main.cc 54 int ParseArguments(CmdArgs& args) {
55 args.width = FLAGS_width;
56 args.height = FLAGS_height;
57 args.bitRate = FLAGS_bitrate;
58 args.frameRate = FLAGS_framerate;
59 if (args.width < 1 || args.height < 1 || args.bitRate < 1 ||
60 args.frameRate < 1) {
63 args.codecName = FLAGS_codec
88 CmdArgs args; local
    [all...]
  /art/test/023-many-interfaces/src/
Main.java 2 static public void main(String[] args) throws Exception {
3 boolean timing = (args.length >= 1) && args[0].equals("--timing");
  /art/test/001-Main/src/
Main.java 18 public static void main(String args[]) {
  /art/test/Main/
Main.java 18 public static void main(String args[]) {
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtccommon.h 35 #define WEBRTC_STUB(method, args) \
36 virtual int method args OVERRIDE { return 0; }
38 #define WEBRTC_STUB_CONST(method, args) \
39 virtual int method args const OVERRIDE { return 0; }
41 #define WEBRTC_BOOL_STUB(method, args) \
42 virtual bool method args OVERRIDE { return true; }
44 #define WEBRTC_VOID_STUB(method, args) \
45 virtual void method args OVERRIDE {}
47 #define WEBRTC_FUNC(method, args) \
48 virtual int method args OVERRID
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkDebug_stdio.cpp 16 va_list args; local
17 va_start(args, format);
18 vfprintf(stderr, format, args);
19 va_end(args);
  /external/chromium_org/third_party/webrtc/test/
fake_common.h 18 #define WEBRTC_STUB(method, args) \
19 virtual int method args OVERRIDE { return 0; }
21 #define WEBRTC_STUB_CONST(method, args) \
22 virtual int method args const OVERRIDE { return 0; }
24 #define WEBRTC_BOOL_STUB(method, args) \
25 virtual bool method args OVERRIDE { return true; }
27 #define WEBRTC_VOID_STUB(method, args) \
28 virtual void method args OVERRIDE {}
30 #define WEBRTC_FUNC(method, args) \
31 virtual int method args OVERRID
    [all...]
  /external/skia/src/ports/
SkDebug_stdio.cpp 16 va_list args; local
17 va_start(args, format);
18 vfprintf(stderr, format, args);
19 va_end(args);
  /external/chromium_org/native_client_sdk/src/tools/
compiler-wrapper.py 20 args = sys.argv[1:]
21 if '--glibc' in args:
23 args.remove('--glibc')
24 elif '--newlib' in args:
26 args.remove('--newlib')
31 args = [compiler] + args
32 os.execv(compiler, args)
  /external/clang/test/Preprocessor/
macro_arg_slocentry_merge.h 6 #define P_(args) args
  /external/lldb/test/functionalities/command_script/import/foo/bar/
foobar.py 1 def foo_function(debugger, args, result, dict):
2 print >>result, ("foobar says " + args)
  /external/lldb/test/functionalities/command_script/import/foo/
foo.py 1 def foo_function(debugger, args, result, dict):
2 print >>result, ("foo says " + args)
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 45 #define CDBG(fmt, args...) do{}while(0)
53 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
56 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
57 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
62 #define CDBG_HIGH(fmt, args...) ALOGE(fmt, ##args)
63 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 45 #define CDBG(fmt, args...) do{}while(0)
53 #define CDBG(fmt, args...) ALOGE(fmt, ##args)
56 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
57 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
62 #define CDBG_HIGH(fmt, args...) ALOGI(fmt, ##args)
63 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args
    [all...]

Completed in 1670 milliseconds

1 2 3 4 5 6 7 8 91011>>