Searched refs:ed (Results 1 - 25 of 66) sorted by relevance

123

/external/libexif/test/
H A Dtest-mem.c33 ExifData *ed; local
41 ed = exif_data_new ();
42 exif_data_set_data_type (ed, EXIF_DATA_TYPE_UNCOMPRESSED_CHUNKY);
45 exif_data_fix (ed);
47 exif_data_dump (ed);
50 exif_data_save_data (ed, &eb, &ebs);
51 exif_data_unref (ed);
61 ed = exif_loader_get_data (loader);
63 exif_data_dump (ed);
64 exif_data_unref (ed);
[all...]
/external/libexif/contrib/examples/
H A Dthumbnail.c25 ExifData *ed; local
31 ed = exif_loader_get_data(l);
36 if (ed) {
38 if (ed->data && ed->size) {
49 fwrite(ed->data, 1, ed->size, thumb);
62 exif_data_unref(ed);
H A Dphotographer.c70 ExifData *ed; local
81 ed = exif_data_new_from_file(argv[1]);
82 if (!ed) {
90 show_tag(ed, EXIF_IFD_0, EXIF_TAG_ARTIST);
91 show_tag(ed, EXIF_IFD_0, EXIF_TAG_XP_AUTHOR);
92 show_tag(ed, EXIF_IFD_0, EXIF_TAG_COPYRIGHT);
95 show_tag(ed, EXIF_IFD_EXIF, EXIF_TAG_USER_COMMENT);
96 show_tag(ed, EXIF_IFD_0, EXIF_TAG_IMAGE_DESCRIPTION);
97 show_tag(ed, EXIF_IFD_1, EXIF_TAG_IMAGE_DESCRIPTION);
103 entry = exif_content_get_entry(ed
[all...]
/external/fio/engines/
H A De4defrag.c72 struct e4defrag_data *ed; local
81 ed = malloc(sizeof(*ed));
82 if (!ed) {
86 memset(ed, 0 ,sizeof(*ed));
92 ed->donor_fd = open(donor_name, O_CREAT|O_WRONLY, 0644);
93 if (ed->donor_fd < 0) {
95 log_err("Can't open donor file %s err:%d", donor_name, ed->donor_fd);
96 free(ed);
122 struct e4defrag_data *ed = td->io_ops->data; local
138 struct e4defrag_data *ed = td->io_ops->data; local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dea-warn.asm2 add [byte ebp*8+06h],ecx ;db 01,0c,0ed,06 probably wrong
4 add [dword ebp*8+06h],ecx ;db 01,0c,0ed,06,0,0,0 OK
6 add ecx,[byte ebp*8+06h] ;db 03,0c,0ed,06 probably wrong
/external/libexif/libexif/canon/
H A Dexif-mnote-data-canon.h48 * \param[in] ed image #ExifData to identify as as a Canon type
49 * \param[in] e #ExifEntry for EXIF_TAG_MAKER_NOTE, from within ed but
54 int exif_mnote_data_canon_identify (const ExifData *ed, const ExifEntry *e);
/external/libexif/libexif/fuji/
H A Dexif-mnote-data-fuji.h43 * \param[in] ed image #ExifData to identify as as a Fuji type
44 * \param[in] e #ExifEntry for EXIF_TAG_MAKER_NOTE, from within ed but
49 int exif_mnote_data_fuji_identify (const ExifData *ed, const ExifEntry *e);
/external/libexif/libexif/olympus/
H A Dexif-mnote-data-olympus.h57 * \param[in] ed image #ExifData to identify as as an Olympus type
58 * \param[in] e #ExifEntry for EXIF_TAG_MAKER_NOTE, from within ed but
63 int exif_mnote_data_olympus_identify (const ExifData *ed, const ExifEntry *e);
/external/libexif/libexif/pentax/
H A Dexif-mnote-data-pentax.h49 * \param[in] ed image #ExifData to identify as as a Pentax type
50 * \param[in] e #ExifEntry for EXIF_TAG_MAKER_NOTE, from within ed but
55 int exif_mnote_data_pentax_identify (const ExifData *ed, const ExifEntry *e);
/external/emma/
H A DAndroid.mk6 # the custom dex'ed emma library ready to put on a device.
/external/bison/src/
H A Dgraphviz.c109 char const *ed = enabled ? "" : "d"; local
117 source, ruleno, ed);
133 source, ruleno, ed);
/external/valgrind/main/none/tests/s390x/
H A Dcu12.c282 uint8_t ed[] = { local
287 0xed, 0x8a, 0xbb, // random ed .. ..
289 run_test(buff, sizeof buff, ed, sizeof ed);
298 if (i == 0x0d) continue; // special case ed
325 ed[0] = 0xed; // valid
326 ed[1] = 0x7f; // invalid because outside [0x80 .. 0x9f]
327 ed[2] = 0x80; // valid
328 run_test(buff, sizeof buff, ed, sizeof ed);
[all...]
H A Dcu12_1.c282 uint8_t ed[] = { local
287 0xed, 0x8a, 0xbb, // random ed .. ..
289 run_test(buff, sizeof buff, ed, sizeof ed);
298 if (i == 0x0d) continue; // special case ed
325 ed[0] = 0xed; // valid
326 ed[1] = 0x7f; // invalid because outside [0x80 .. 0x9f]
327 ed[2] = 0x80; // valid
328 run_test(buff, sizeof buff, ed, sizeof ed);
[all...]
H A Dcu14.c282 uint8_t ed[] = { local
287 0xed, 0x8a, 0xbb, // random ed .. ..
289 run_test(buff, sizeof buff, ed, sizeof ed);
298 if (i == 0x0d) continue; // special case ed
325 ed[0] = 0xed; // valid
326 ed[1] = 0x7f; // invalid because outside [0x80 .. 0x9f]
327 ed[2] = 0x80; // valid
328 run_test(buff, sizeof buff, ed, sizeof ed);
[all...]
H A Dcu14_1.c282 uint8_t ed[] = { local
287 0xed, 0x8a, 0xbb, // random ed .. ..
289 run_test(buff, sizeof buff, ed, sizeof ed);
298 if (i == 0x0d) continue; // special case ed
325 ed[0] = 0xed; // valid
326 ed[1] = 0x7f; // invalid because outside [0x80 .. 0x9f]
327 ed[2] = 0x80; // valid
328 run_test(buff, sizeof buff, ed, sizeof ed);
[all...]
H A Dcu21.stdout.exp47 UTF8: e0 a0 80 ed 9f bf ed b0 80
115 UTF8: e0 a0 80 ed 9f bf
119 UTF8: e0 a0 80 ed 9f bf
161 UTF8: e0 a0 80 ed 9f bf ed b0 80 ef bf bf e0 a0 bf e1 a8 a1 e1 ac 90 e2 88 80 e2 89 9e e2 8b 89 ee 80 81
165 UTF8: f0 90 80 80 f4 8f bf bf f3 86 a7 9d ed ba af ed b3 9c
H A Dcu21_1.stdout.exp47 UTF8: e0 a0 80 ed 9f bf ed b0 80
115 UTF8: e0 a0 80 ed 9f bf
119 UTF8: e0 a0 80 ed 9f bf
161 UTF8: e0 a0 80 ed 9f bf ed b0 80 ef bf bf e0 a0 bf e1 a8 a1 e1 ac 90 e2 88 80 e2 89 9e e2 8b 89 ee 80 81
165 UTF8: f0 90 80 80 f4 8f bf bf f3 86 a7 9d ed ba af ed b3 9c
H A Dcu41.stdout.exp167 UTF8: e0 a0 80 ed 9f bf ed b0 80 ef bf bf ed b0 81 ef bf be ed ba a0 ed 80 8d ee 95 95
201 UTF8: ed ba a0
205 UTF8: ed ba a0
/external/libexif/libexif/
H A Dexif-loader.c393 ExifData *ed; local
399 ed = exif_data_new_mem (loader->mem);
400 exif_data_log (ed, loader->log);
401 exif_data_load_data (ed, loader->buf, loader->bytes_read);
403 return ed;
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp639 SkPathRef::Editor ed(&fPathRef);
640 ed.atPoint(count-1)->set(x, y);
668 SkPathRef::Editor ed(&fPathRef);
673 ed.growForVerb(kMove_Verb)->set(x, y);
703 SkPathRef::Editor ed(&fPathRef);
704 ed.growForVerb(kLine_Verb)->set(x, y);
721 SkPathRef::Editor ed(&fPathRef);
722 SkPoint* pts = ed.growForVerb(kQuad_Verb);
751 SkPathRef::Editor ed(&fPathRef);
752 SkPoint* pts = ed
[all...]
/external/skia/src/core/
H A DSkPath.cpp639 SkPathRef::Editor ed(&fPathRef);
640 ed.atPoint(count-1)->set(x, y);
668 SkPathRef::Editor ed(&fPathRef);
673 ed.growForVerb(kMove_Verb)->set(x, y);
701 SkPathRef::Editor ed(&fPathRef);
702 ed.growForVerb(kLine_Verb)->set(x, y);
719 SkPathRef::Editor ed(&fPathRef);
720 SkPoint* pts = ed.growForVerb(kQuad_Verb);
749 SkPathRef::Editor ed(&fPathRef);
750 SkPoint* pts = ed
[all...]
/external/aac/libSBRenc/src/
H A Denv_est.cpp1113 SBR_ENV_TEMP_DATA *ed = &eData[ch]; local
1119 sbrExtrEnv->pre_transient_info[0] = ed->transient_info[0];/* tran_pos */
1120 sbrExtrEnv->pre_transient_info[1] = ed->transient_info[1];/* tran_flag */
1121 hEnvChan->encEnvData.noOfEnvelopes = ed->nEnvelopes = ed->frame_info->nEnvelopes; /* number of envelopes of current frame */
1128 && ( ed->nEnvelopes == 1 ) )
1161 ed->noiseFloor,
1165 ed->frame_info,
1166 ed->transient_info,
1586 SBR_ENV_TEMP_DATA *ed local
1650 SBR_ENV_TEMP_DATA *ed = &eData[ch]; local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzbdtest.cpp240 UDate ed = (epochHours * H); local
243 e + " (" + ed + ")"); local
247 ", expected " + epochHours + " (" + ed + ")"); local
249 cal.setTime(ed, status);
254 logln(UnicodeString("Ok: ") + epochHours + " (" + ed + ") => " +
260 dataerrln(UnicodeString("FAIL: ") + epochHours + " (" + ed + ") => " +
/external/icu/icu4c/source/test/intltest/
H A Dtzbdtest.cpp240 UDate ed = (epochHours * H); local
243 e + " (" + ed + ")"); local
247 ", expected " + epochHours + " (" + ed + ")"); local
249 cal.setTime(ed, status);
254 logln(UnicodeString("Ok: ") + epochHours + " (" + ed + ") => " +
260 dataerrln(UnicodeString("FAIL: ") + epochHours + " (" + ed + ") => " +
/external/llvm/test/DebugInfo/SystemZ/
H A Deh_frame_personality.s45 # Augmentation data: 9b ff ff ff ed 1b 1b

Completed in 979 milliseconds

123