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

1 2 3 4 5 6 7

  /external/clang/test/FixIt/
fixit-suffix.c 5 _Complex cd; variable
  /external/clang/test/CodeGen/
2007-04-24-bit-not-expr.c 5 void f(void *cd) {
6 bar(((void *)((unsigned long)(cd) ^ -1)));
arm-aapcs-vfp.c 32 void test_complex(__complex__ double cd) {
33 complex_callee(cd);
  /external/qemu/android/camera/
camera-capture.h 43 * 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
83 extern int camera_device_read_frame(CameraDevice* cd,
89 * cd - Camera descriptor representing a camera device opened in
92 extern void camera_device_close(CameraDevice* cd);
camera-capture-linux.c 251 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)
296 if (cd->framebuffers != NULL)
804 LinuxCameraDevice* cd; local
834 LinuxCameraDevice* cd; local
929 LinuxCameraDevice* cd; local
974 LinuxCameraDevice* cd; local
1057 LinuxCameraDevice* cd; local
1076 CameraDevice* cd; local
    [all...]
camera-capture-windows.c 98 WndCameraDevice* cd = (WndCameraDevice*)malloc(sizeof(WndCameraDevice)); local
99 if (cd != NULL) {
100 memset(cd, 0, sizeof(WndCameraDevice));
101 cd->header.opaque = cd;
105 return cd;
113 _camera_device_free(WndCameraDevice* cd)
115 if (cd != NULL) {
116 if (cd->cap_window != NULL) {
118 capDriverDisconnect(cd->cap_window)
552 CameraDevice* cd; local
    [all...]
camera-capture-mac.m 344 MacCameraDevice* cd = (MacCameraDevice*)malloc(sizeof(MacCameraDevice));
345 if (cd != NULL) {
346 memset(cd, 0, sizeof(MacCameraDevice));
347 cd->header.opaque = cd;
351 return cd;
359 _camera_device_free(MacCameraDevice* cd)
361 if (cd != NULL) {
362 if (cd->device != NULL) {
363 [cd->device free]
    [all...]
  /external/dbus/test/
test-utils.c 23 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 = data local
86 CData *cd = data; local
98 CData *cd; local
117 CData *cd; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContentDispositionParser.java 73 ContentDisposition cd = new ContentDisposition(); local
74 cd.setHeaderName(SIPHeaderNames.CONTENT_DISPOSITION);
80 cd.setDispositionType(token.getTokenValue());
82 super.parse(cd);
87 return cd;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
InfoPanel.java 147 ClientData cd = client.getClientData(); local
148 synchronized (cd) {
149 clientDescription = (cd.getClientDescription() != null) ?
150 cd.getClientDescription() : "?";
151 vmIdentifier = (cd.getVmIdentifier() != null) ?
152 cd.getVmIdentifier() : "?";
153 isDdmAware = cd.isDdmAware() ?
155 pid = (cd.getPid() != 0) ?
156 String.valueOf(cd.getPid()) : "?";
169 if (cd.hasFeature(ClientData.FEATURE_PROFILING_STREAMING))
    [all...]
  /external/clang/test/SemaCXX/
direct-initializer.cpp 46 void foo(const Derived cd, Derived d) {
47 int *pi = cd; // expected-error {{no viable conversion from 'const Derived' to 'int *'}}
conversion-delete-expr.cpp 89 void foo6(const Derived cd, Derived d) {
91 delete cd;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatPidToNameMapper.java 60 ClientData cd = client.getClientData();
61 updateClientName(cd);
67 private void updateClientName(ClientData cd) {
68 String name = cd.getClientDescription();
70 int pid = cd.getPid();
104 ClientData cd = c.getClientData();
105 String name = cd.getClientDescription();
106 int pid = cd.getPid();
  /external/harfbuzz/src/
harfbuzz-open-private.h 62 _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/llvm/test/MC/AsmParser/
macros.s 38 // CHECK: .globl "ab)(,) -- (cd)"
39 test4 a b)(,),(cd)
  /external/pcre/
pcre_compile.c 49 #define NLBLOCK cd /* Block containing newline information */
6830 compile_data *cd = &compile_block; local
    [all...]
  /external/e2fsprogs/e2fsck/
pass2.c 90 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.count = 1
721 struct check_dir_struct *cd; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_iconv.c 42 size_t SDL_iconv(SDL_iconv_t cd,
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,
817 SDL_iconv_t cd; local
    [all...]
  /development/apps/Development/src/com/android/development/
Details.java 86 ColumnData cd = mData.get(i); local
87 TextView label = makeView(cd.key, true, 12);
88 TextView contents = makeView(cd.value, false, 12);
124 ColumnData cd = new ColumnData(columnNames[i], str);
125 mData.add(cd);
145 ColumnData cd = mData.get(i);
146 System.out.println(" " + cd.key + ": " + cd.value);
  /external/quake/quake/src/QW/client/
cd_audio.c 205 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.lowTrack
    [all...]
  /external/quake/quake/src/WinQuake/
cd_audio.cpp 227 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.lowTrack)
    [all...]
  /system/media/wilhelm/src/
devices.c 213 const CodecDescriptor *cd = codecDescriptors; local
216 for (index = 0 ; NULL != cd->mDescriptor; ++cd) {
217 if (cd->mCodecID == codecId) {
225 for ( ; NULL != cd->mDescriptor; ++cd) {
226 if (cd->mCodecID == codecId) {
228 *pDescriptor = *cd->mDescriptor;
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleAppName.java 82 ClientData cd = client.getClientData(); local
83 synchronized (cd) {
84 cd.setClientDescription(appName);
HandleWait.java 83 ClientData cd = client.getClientData(); local
84 synchronized (cd) {
85 cd.setDebuggerConnectionStatus(DebuggerStatus.WAITING);
  /external/bluetooth/glib/glib/
gconvert.c 75 iconv_t *cd)
78 *cd = iconv_open (to_codeset, from_codeset);
80 if (*cd == (iconv_t)-1 && errno == EINVAL)
92 iconv_t *cd)
99 if (try_conversion (*p, from_codeset, cd))
134 iconv_t cd; local
136 if (!try_conversion (to_codeset, from_codeset, &cd))
146 if (try_conversion (to_codeset, *p, &cd))
149 if (try_to_aliases (to_aliases, *p, &cd))
156 if (try_to_aliases (to_aliases, from_codeset, &cd))
192 iconv_t cd = (iconv_t)converter; local
219 iconv_t cd = (iconv_t)converter; local
236 GIConv cd; member in struct:_iconv_cache_bucket
374 GIConv cd; local
471 GIConv cd; local
522 GIConv cd; local
756 GIConv cd; local
841 GIConv cd; local
    [all...]

Completed in 566 milliseconds

1 2 3 4 5 6 7