Searched refs:cd (Results 1 - 25 of 112) sorted by relevance

12345

/external/clang/test/FixIt/
H A Dfixit-recompile.c4 _Complex cd; variable
6 // CHECK: _Complex double cd;
H A Dfixit-suffix.c5 _Complex cd; variable
/external/clang/test/CodeGen/
H A D2007-04-24-bit-not-expr.c5 void f(void *cd) { argument
6 bar(((void *)((unsigned long)(cd) ^ -1)));
H A Darm-aapcs-vfp.c33 void test_complex(__complex__ double cd) { argument
34 complex_callee(cd);
40 void test_complex_long(__complex__ long double cd) { argument
41 complex_callee(cd);
/external/qemu/android/camera/
H A Dcamera-capture.h43 * cd - Camera descriptor representing a camera device opened in
53 extern int camera_device_start_capturing(CameraDevice* cd,
60 * cd - Camera descriptor representing a camera device opened in
65 extern int camera_device_stop_capturing(CameraDevice* cd);
69 * cd - Camera descriptor representing a camera device opened in
85 extern int camera_device_read_frame(CameraDevice* cd,
95 * cd - Camera descriptor representing a camera device opened in
98 extern void camera_device_close(CameraDevice* cd);
H A Dcamera-capture-linux.c251 LinuxCameraDevice* cd; local
253 ANEW0(cd);
254 memset(cd, 0, sizeof(*cd));
255 cd->header.opaque = cd;
256 cd->handle = -1;
258 return cd;
290 _camera_device_reset(LinuxCameraDevice* cd) argument
296 if (cd
324 _camera_device_mmap_framebuffer(LinuxCameraDevice* cd) argument
401 _camera_device_user_framebuffer(LinuxCameraDevice* cd) argument
467 _camera_device_direct_framebuffer(LinuxCameraDevice* cd) argument
496 _camera_device_open(LinuxCameraDevice* cd) argument
556 _camera_device_enum_format_sizes(LinuxCameraDevice* cd, uint32_t fmt, CameraFrameDim** sizes) argument
671 _camera_device_enum_pixel_formats(LinuxCameraDevice* cd, QemuPixelFormat** fmts) argument
755 _camera_device_get_info(LinuxCameraDevice* cd, CameraInfo* cis) argument
804 LinuxCameraDevice* cd; local
834 LinuxCameraDevice* cd; local
929 LinuxCameraDevice* cd; local
978 LinuxCameraDevice* cd; local
1063 LinuxCameraDevice* cd; local
1082 CameraDevice* cd; local
[all...]
H A Dcamera-capture-windows.c106 WndCameraDevice* cd = (WndCameraDevice*)malloc(sizeof(WndCameraDevice)); local
107 if (cd != NULL) {
108 memset(cd, 0, sizeof(WndCameraDevice));
109 cd->header.opaque = cd;
113 return cd;
121 _camera_device_free(WndCameraDevice* cd) argument
123 if (cd != NULL) {
124 if (cd->cap_window != NULL) {
126 capDriverDisconnect(cd
164 _camera_device_reset(WndCameraDevice* cd) argument
288 camera_device_start_capturing(CameraDevice* cd, uint32_t pixel_format, int frame_width, int frame_height) argument
518 camera_device_stop_capturing(CameraDevice* cd) argument
642 camera_device_read_frame(CameraDevice* cd, ClientFrameBuffer* framebuffers, int fbs_num, float r_scale, float g_scale, float b_scale, float exp_comp) argument
674 camera_device_close(CameraDevice* cd) argument
708 CameraDevice* cd; local
[all...]
H A Dcamera-capture-mac.m345 MacCameraDevice* cd = (MacCameraDevice*)malloc(sizeof(MacCameraDevice));
346 if (cd != NULL) {
347 memset(cd, 0, sizeof(MacCameraDevice));
348 cd->header.opaque = cd;
352 return cd;
360 _camera_device_free(MacCameraDevice* cd)
362 if (cd != NULL) {
363 if (cd->device != NULL) {
364 [cd
[all...]
/external/dbus/test/
H A Dtest-utils.c23 CData *cd = data; local
25 return _dbus_loop_add_watch (cd->loop,
28 cd, NULL);
35 CData *cd = data; local
37 _dbus_loop_remove_watch (cd->loop,
38 watch, connection_watch_callback, cd);
53 CData *cd = data; local
55 return _dbus_loop_add_timeout (cd->loop,
56 timeout, connection_timeout_callback, cd, NULL);
63 CData *cd local
86 CData *cd = data; local
98 CData *cd; local
117 CData *cd; local
[all...]
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DContentDispositionParser.java73 ContentDisposition cd = new ContentDisposition();
74 cd.setHeaderName(SIPHeaderNames.CONTENT_DISPOSITION);
80 cd.setDispositionType(token.getTokenValue());
82 super.parse(cd);
87 return cd;
/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLFrameElement09.js96 var cd;
106 cd = testNode.contentDocument;
108 vtitle = cd.title;
H A DHTMLIFrameElement11.js93 var cd;
103 cd = testNode.contentDocument;
105 vtitle = cd.title;
H A DHTMLObjectElement20.js89 var cd;
101 cd = testNode.contentDocument;
103 assertNull("noContentDocument",cd);
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLFrameElement09.js92 var cd;
102 cd = testNode.contentDocument;
104 vtitle = cd.title;
H A DHTMLIFrameElement11.js89 var cd;
99 cd = testNode.contentDocument;
101 vtitle = cd.title;
H A DHTMLObjectElement20.js89 var cd;
101 cd = testNode.contentDocument;
103 assertNull("noContentDocument",cd);
/external/clang/test/SemaCXX/
H A Ddirect-initializer.cpp46 void foo(const Derived cd, Derived d) { argument
47 int *pi = cd; // expected-error {{no viable conversion from 'const Derived' to 'int *'}}
H A Dconversion-delete-expr.cpp89 void foo6(const Derived cd, Derived d) { argument
91 delete cd;
/external/harfbuzz/src/
H A Dharfbuzz-open-private.h62 _HB_OPEN_Load_ClassDefinition( HB_ClassDefinition* cd,
66 _HB_OPEN_Load_EmptyOrClassDefinition( HB_ClassDefinition* cd,
81 HB_INTERNAL void _HB_OPEN_Free_ClassDefinition( HB_ClassDefinition* cd );
91 _HB_OPEN_Get_Class( HB_ClassDefinition* cd,
/external/libvpx/examples/includes/geshi/geshi/
H A Dplsql.php45 'COMMENT_SINGLE' => array(1 =>'--'), //http://download-uk.oracle.com/docs/cd/B10501_01/appdev.920/a96624/02_funds.htm#2930
46 'COMMENT_MULTI' => array('/*' => '*/'), //http://download-uk.oracle.com/docs/cd/B10501_01/appdev.920/a96624/02_funds.htm#2950
48 'QUOTEMARKS' => array("'", '"'), //http://download-uk.oracle.com/docs/cd/B10501_01/appdev.920/a96624/02_funds.htm
51 //PL/SQL reserved keywords (http://download-uk.oracle.com/docs/cd/B10501_01/appdev.920/a96624/f_words.htm#LNPLS019)
79 //SQL functions (http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96540/toc.htm & http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96540/functions101a.htm#85925)
112 //PL/SQL packages (http://download-uk.oracle.com/docs/cd/B10501_01/appdev.920/a96612/intro2.htm#1025672)
142 //PL/SQL predefined exceptions (http://download-uk.oracle.com/docs/cd/B10501_01/appdev.920/a96624/07_errs.htm#784)
150 //Static data dictionary views (http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96536/ch2.htm)
194 //PL/SQL delimiters (http://download-uk.oracle.com/docs/cd/B10501_0
[all...]
/external/e2fsprogs/e2fsck/
H A Dpass2.c90 struct check_dir_struct cd; local
99 clear_problem_context(&cd.pctx);
106 fix_problem(ctx, PR_2_PASS_HEADER, &cd.pctx);
111 cd.pctx.errcode = 0;
113 cd.pctx.errcode = ext2fs_create_icount2(fs,
117 if (cd.pctx.errcode) {
118 fix_problem(ctx, PR_2_ALLOCATE_ICOUNT, &cd.pctx);
132 cd.buf = buf;
133 cd.ctx = ctx;
134 cd
519 parse_int_node(ext2_filsys fs, struct ext2_db_entry *db, struct check_dir_struct *cd, struct dx_dir_info *dx_dir, char *block_buf) argument
721 struct check_dir_struct *cd; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_iconv.c42 size_t SDL_iconv(SDL_iconv_t cd, argument
48 retCode = iconv(cd, (char **)inbuf, inbytesleft, outbuf, outbytesleft);
50 retCode = iconv(cd, inbuf, inbytesleft, outbuf, outbytesleft);
197 SDL_iconv_t cd = (SDL_iconv_t)SDL_malloc(sizeof(*cd)); local
198 if ( cd ) {
199 cd->src_fmt = src_fmt;
200 cd->dst_fmt = dst_fmt;
201 return cd;
207 size_t SDL_iconv(SDL_iconv_t cd, argument
805 SDL_iconv_close(SDL_iconv_t cd) argument
817 SDL_iconv_t cd; local
[all...]
/external/quake/quake/src/QW/client/
H A Dcd_audio.c205 static cd_info cd; variable
365 cd.valid = true;
366 cd.lowTrack = readInfo->audioDiskInfo.lowTrack;
367 cd.highTrack = readInfo->audioDiskInfo.highTrack;
368 cd.leadOutAddress = readInfo->audioDiskInfo.leadOutStart;
370 for (n = cd.lowTrack; n <= cd.highTrack; n++)
372 cd.track[n].isData = CDAudio_GetAudioTrackInfo (n, &cd.track[n].start);
373 if (n > cd
[all...]
/external/quake/quake/src/WinQuake/
H A Dcd_audio.cpp227 static cd_info cd; variable
373 cd.valid = true;
374 cd.lowTrack = readInfo->audioDiskInfo.lowTrack;
375 cd.highTrack = readInfo->audioDiskInfo.highTrack;
376 cd.leadOutAddress = readInfo->audioDiskInfo.leadOutStart;
378 for (n = cd.lowTrack; n <= cd.highTrack; n++)
380 cd.track[n].isData = CDAudio_GetAudioTrackInfo (n, &cd.track[n].start);
381 if (n > cd
[all...]
/external/icu4c/config/
H A Ddist.mk25 SVNVER=$(shell svnversion $(SVNTOP) | cut -d: -f1 | tr -cd 'a-zA-Z0-9')
67 ( cd $(DISTY_TMP)/icu ; python as_is/bomlist.py > as_is/bomlist.txt || rm -f as_is/bomlist.txt )
68 ( cd $(DISTY_TMP) ; tar cfpz $(DISTY_FILE_TGZ) icu )
69 ( cd $(DISTY_TMP) ; zip -rlq $(DISTY_FILE_ZIP) icu )
82 @(cd $(DISTY_CHECK) && tar xfpz $(DISTY_FILE_TGZ) && cd icu/source && $(SHELL) ./configure $(DISTCHECK_CONFIG_OPTIONS) && $(MAKE) check $(DISTCHECK_MAKE_OPTIONS) ) && (echo "!!! PASS: $(DISTY_FILE_TGZ)" )

Completed in 546 milliseconds

12345