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

1 2 3 4 5 6

  /external/libexif/test/
test-mem.c 33 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/
thumbnail.c 25 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);
photographer.c 70 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->ifd[EXIF_IFD_0], EXIF_TAG_MAKE)
    [all...]
  /external/chromium_org/third_party/jemalloc/chromium/
apply-ed-patches.pl 39 # Usage: apply-ed-patches.pl <source patch> <target directory> <path to ed>
44 my ($ed, $target_file, $patch_file, $fh) = @_;
49 print "$ed -s $target_file < $patch_file\n";
50 system "$ed -s $target_file < $patch_file\n";
57 my $ed = $ARGV[2];
73 do_patch $ed, $target_file, $patch_file, $fh;
84 do_patch $ed, $target_file, $patch_file, $fh;
Makefile.in 80 #XXX: get ed into mozillabuild, bug 415123
81 $(PERL) $(srcdir)/apply-ed-patches.pl $(srcdir)/crtsp1.diff \
82 $(CRT_OBJ_DIR) $(srcdir)/ed.exe
  /external/chromium_org/third_party/jemalloc/vendor/
apply-ed-patches.pl 39 # Usage: apply-ed-patches.pl <source patch> <target directory> <path to ed>
44 my ($ed, $target_file, $patch_file, $fh) = @_;
49 print "$ed -s $target_file < $patch_file\n";
50 system "$ed -s $target_file < $patch_file\n";
57 my $ed = $ARGV[2];
73 do_patch $ed, $target_file, $patch_file, $fh;
84 do_patch $ed, $target_file, $patch_file, $fh;
Makefile.in 80 #XXX: get ed into mozillabuild, bug 415123
81 $(PERL) $(srcdir)/apply-ed-patches.pl $(srcdir)/crtsp1.diff \
82 $(CRT_OBJ_DIR) $(srcdir)/ed.exe
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
ea-warn.asm 2 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/llvm/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h 195 EdgeData &ed = getHeuristicEdgeData(eItr); local
196 ed.isUpToDate = false;
267 EdgeData &ed = getHeuristicEdgeData(eItr);
268 (void)ed;
269 assert(ed.isUpToDate && "Edge data is not up to date.");
308 EdgeData &ed = getHeuristicEdgeData(eItr); local
310 if (ed.isUpToDate)
321 ed.worst = 0;
322 ed.reverseWorst = 0;
323 ed.unsafe.clear()
356 EdgeData &ed = getHeuristicEdgeData(eItr); local
383 EdgeData &ed = getHeuristicEdgeData(eItr); local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppPreference.java 130 Editor ed = mNamePreference.edit(); local
131 ed.putString(remoteDevice.getAddress(), name);
132 ed.apply();
142 Editor ed = mChannelPreference.edit(); local
143 ed.putInt(key, channel);
144 ed.apply();
151 Editor ed = mChannelPreference.edit(); local
152 ed.remove(key);
153 ed.apply();
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/TlCm/
cmp.h 354 cmpAuthCmdEd_t ed; member in struct:__anon32370
386 cmpAuthRspEd_t ed; member in struct:__anon32375
421 cmpRootRegActCmdEd_t ed; member in struct:__anon32380
450 cmpRootRegActRspEd_t ed; member in struct:__anon32385
486 cmpRootUnregCmdEd_t ed; member in struct:__anon32390
515 cmpRootUnregRspEd_t ed; member in struct:__anon32395
569 cmpRootLockByRootRspEd_t ed; member in struct:__anon32403
623 cmpRootUnlockByRootRspEd_t ed; member in struct:__anon32411
659 cmpSpRegActCmdEd_t ed; member in struct:__anon32416
689 cmpSpRegActRspEd_t ed; member in struct:__anon32421
726 cmpSpRegisterCmdEd_t ed; member in struct:__anon32426
756 cmpSpRegisterRspEd_t ed; member in struct:__anon32431
793 cmpSpActivateCmdEd_t ed; member in struct:__anon32436
822 cmpSpActivateRspEd_t ed; member in struct:__anon32441
877 cmpSpUnregRspEd_t ed; member in struct:__anon32449
933 cmpSpLockByRootRspEd_t ed; member in struct:__anon32457
989 cmpSpUnlockByRootRspEd_t ed; member in struct:__anon32465
1044 cmpSpLockBySpRspEd_t ed; member in struct:__anon32473
1099 cmpSpUnlockBySpRspEd_t ed; member in struct:__anon32481
1136 cmpTltRegCmdEd_t ed; member in struct:__anon32486
1166 cmpTltRegRspEd_t ed; member in struct:__anon32491
1224 cmpTltActRspEd_t ed; member in struct:__anon32499
1261 cmpTltRegActCmdEd_t ed; member in struct:__anon32504
1291 cmpTltRegActRspEd_t ed; member in struct:__anon32509
1348 cmpTltUnregRspEd_t ed; member in struct:__anon32517
1405 cmpTltLockBySpRspEd_t ed; member in struct:__anon32525
1462 cmpTltUnlockBySpRspEd_t ed; member in struct:__anon32533
1570 cmpTltContPersonalizeCmdEd_t ed; member in struct:__anon32546
1601 cmpTltContPersonalizeRspEd_t ed; member in struct:__anon32551
    [all...]
  /development/tools/findunused/
removeunusedresources 61 xmlstarlet ed -P -S -d "/resources/string[@name='$LINE']" $RESLINE > tf$$
66 xmlstarlet ed -P -S -d "/resources/*[@name='$LINE']" $RESLINE > tf$$
  /external/libexif/libexif/canon/
exif-mnote-data-canon.h 48 * \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/
exif-mnote-data-fuji.h 43 * \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/qemu/hw/
usb-ohci.c 496 uint32_t addr, struct ohci_ed *ed)
498 return get_dwords(ohci, addr, (uint32_t *)ed, sizeof(*ed) >> 2);
523 uint32_t addr, struct ohci_ed *ed)
525 return put_dwords(ohci, addr, (uint32_t *)ed, sizeof(*ed) >> 2);
602 static int ohci_service_iso_td(OHCIState *ohci, struct ohci_ed *ed,
620 addr = ed->head & OHCI_DPTR_MASK;
632 printf("--- ISO_TD ED head 0x%.8x tailp 0x%.8x\n"
639 ed->head & OHCI_DPTR_MASK, ed->tail & OHCI_DPTR_MASK
1037 struct ohci_ed ed; local
    [all...]
  /external/libexif/libexif/olympus/
exif-mnote-data-olympus.h 57 * \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/
exif-mnote-data-pentax.h 49 * \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/
Android.mk 6 # the custom dex'ed emma library ready to put on a device.
  /external/bison/src/
graphviz.c 109 char const *ed = enabled ? "" : "d"; local
117 source, ruleno, ed);
133 source, ruleno, ed);
  /packages/apps/OneTimeInitializer/src/com/android/onetimeinitializer/
OneTimeInitializerService.java 97 SharedPreferences.Editor ed = mPreferences.edit(); local
98 ed.putInt(MAPPING_VERSION_PREF, version);
99 ed.commit();
  /external/chromium_org/third_party/JSON/
get_and_build_json_pm.sh 73 ed -s "$i" <<END
  /external/valgrind/main/none/tests/s390x/
cu12.c 282 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...]
cu12_1.c 282 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...]
cu14.c 282 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...]
cu14_1.c 282 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...]

Completed in 3383 milliseconds

1 2 3 4 5 6