Searched defs:entry (Results 126 - 150 of 1397) sorted by relevance

1234567891011>>

/external/ImageMagick/coders/
H A Dgray.c316 *entry;
318 entry=AcquireMagickInfo("GRAY","GRAY","Raw gray samples");
319 entry->decoder=(DecodeImageHandler *) ReadGRAYImage;
320 entry->encoder=(EncodeImageHandler *) WriteGRAYImage;
321 entry->flags|=CoderRawSupportFlag;
322 entry->flags|=CoderEndianSupportFlag;
323 (void) RegisterMagickInfo(entry);
312 *entry; local
H A Dhrz.c212 *entry;
214 entry=AcquireMagickInfo("HRZ","HRZ","Slow Scan TeleVision");
215 entry->decoder=(DecodeImageHandler *) ReadHRZImage;
216 entry->encoder=(EncodeImageHandler *) WriteHRZImage;
217 entry->flags^=CoderAdjoinFlag;
218 (void) RegisterMagickInfo(entry);
208 *entry; local
H A Dlabel.c286 *entry;
288 entry=AcquireMagickInfo("LABEL","LABEL","Image label");
289 entry->decoder=(DecodeImageHandler *) ReadLABELImage;
290 entry->flags^=CoderAdjoinFlag;
291 entry->format_type=ImplicitFormatType;
292 (void) RegisterMagickInfo(entry);
283 *entry; local
H A Dmac.c278 *entry;
280 entry=AcquireMagickInfo("MAC","MAC","MAC Paint");
281 entry->decoder=(DecodeImageHandler *) ReadMACImage;
282 (void) RegisterMagickInfo(entry);
275 *entry; local
H A Dmask.c158 *entry;
160 entry=AcquireMagickInfo("MASK","MASK","Image Clip Mask");
161 entry->decoder=(DecodeImageHandler *) ReadMASKImage;
162 entry->encoder=(EncodeImageHandler *) WriteMASKImage;
163 (void) RegisterMagickInfo(entry);
154 *entry; local
H A Dmtv.c266 *entry;
268 entry=AcquireMagickInfo("MTV","MTV","MTV Raytracing image format");
269 entry->decoder=(DecodeImageHandler *) ReadMTVImage;
270 entry->encoder=(EncodeImageHandler *) WriteMTVImage;
271 (void) RegisterMagickInfo(entry);
262 *entry; local
H A Dmvg.c254 *entry;
256 entry=AcquireMagickInfo("MVG","MVG","Magick Vector Graphics");
257 entry->decoder=(DecodeImageHandler *) ReadMVGImage;
258 entry->encoder=(EncodeImageHandler *) WriteMVGImage;
259 entry->magick=(IsImageFormatHandler *) IsMVG;
260 entry->format_type=ImplicitFormatType;
261 entry->flags^=CoderAdjoinFlag;
262 entry->flags|=CoderSeekableStreamFlag;
263 (void) RegisterMagickInfo(entry);
249 *entry; local
H A Dotb.c242 *entry;
244 entry=AcquireMagickInfo("OTB","OTB","On-the-air bitmap");
245 entry->decoder=(DecodeImageHandler *) ReadOTBImage;
246 entry->encoder=(EncodeImageHandler *) WriteOTBImage;
247 entry->flags^=CoderAdjoinFlag;
248 (void) RegisterMagickInfo(entry);
239 *entry; local
H A Dpix.c279 *entry;
281 entry=AcquireMagickInfo("PIX","PIX","Alias/Wavefront RLE image format");
282 entry->decoder=(DecodeImageHandler *) ReadPIXImage;
283 (void) RegisterMagickInfo(entry);
276 *entry; local
H A Dplasma.c243 *entry;
245 entry=AcquireMagickInfo("PLASMA","PLASMA","Plasma fractal image");
246 entry->decoder=(DecodeImageHandler *) ReadPlasmaImage;
247 entry->flags^=CoderAdjoinFlag;
248 entry->format_type=ImplicitFormatType;
249 (void) RegisterMagickInfo(entry);
250 entry=AcquireMagickInfo("PLASMA","FRACTAL","Plasma fractal image");
251 entry->decoder=(DecodeImageHandler *) ReadPlasmaImage;
252 entry->flags^=CoderAdjoinFlag;
253 entry
240 *entry; local
[all...]
H A Draw.c310 *entry;
312 entry=AcquireMagickInfo("RAW","R","Raw red samples");
313 entry->decoder=(DecodeImageHandler *) ReadRAWImage;
314 entry->encoder=(EncodeImageHandler *) WriteRAWImage;
315 entry->flags|=CoderRawSupportFlag;
316 entry->flags|=CoderEndianSupportFlag;
317 entry->format_type=ImplicitFormatType;
318 (void) RegisterMagickInfo(entry);
319 entry=AcquireMagickInfo("RAW","C","Raw cyan samples");
320 entry
306 *entry; local
[all...]
H A Drgf.c252 *entry;
254 entry=AcquireMagickInfo("RGF","RGF",
256 entry->decoder=(DecodeImageHandler *) ReadRGFImage;
257 entry->encoder=(EncodeImageHandler *) WriteRGFImage;
258 entry->flags^=CoderAdjoinFlag;
259 (void) RegisterMagickInfo(entry);
248 *entry; local
H A Duyvy.c219 *entry;
221 entry=AcquireMagickInfo("UYVY","PAL","16bit/pixel interleaved YUV");
222 entry->decoder=(DecodeImageHandler *) ReadUYVYImage;
223 entry->encoder=(EncodeImageHandler *) WriteUYVYImage;
224 entry->flags^=CoderAdjoinFlag;
225 entry->flags|=CoderRawSupportFlag;
226 entry->flags|=CoderEndianSupportFlag;
227 (void) RegisterMagickInfo(entry);
228 entry=AcquireMagickInfo("UYVY","UYVY","16bit/pixel interleaved YUV");
229 entry
215 *entry; local
[all...]
/external/autotest/client/profilers/powertop/src/
H A Dintelcstates.c78 struct dirent *entry; local
93 while ((entry = readdir(cpudir))) {
94 if (strlen(entry->d_name) < 3)
97 if (!isdigit(entry->d_name[3]))
101 entry->d_name);
109 while ((entry = readdir(dir))) {
110 if (strlen(entry->d_name) < 3)
112 sprintf(filename + len, "/%s/desc", entry->d_name);
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
H A DX509CRLEntryHolder.java19 private TBSCertList.CRLEntry entry; field in class:X509CRLEntryHolder
22 X509CRLEntryHolder(TBSCertList.CRLEntry entry, boolean isIndirect, GeneralNames previousCA) argument
24 this.entry = entry;
27 if (isIndirect && entry.hasExtensions())
29 Extension currentCaName = entry.getExtensions().getExtension(Extension.certificateIssuer);
45 return entry.getUserCertificate().getValue();
55 return entry.getRevocationDate().getDate();
59 * Return whether or not the holder's CRL entry contains extensions.
65 return entry
[all...]
/external/bsdiff/
H A Dsplit_patch_writer.cc43 bool SplitPatchWriter::AddControlEntry(const ControlEntry& entry) { argument
44 ControlEntry remaining(entry);
86 // Need to add a dummy control entry at the beginning of the patch to
135 const ControlEntry& entry) {
137 if (!entry.diff_size && !entry.extra_size && !entry.offset_increment)
144 old_pos_ += entry.diff_size + entry.offset_increment;
145 written_output_ += entry
134 AddControlEntryToCurrentPatch( const ControlEntry& entry) argument
[all...]
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
H A Dmain.cc31 std::string entry; local
32 while (std::getline(ss, entry, ',')) {
33 whitelist.insert(entry);
/external/conscrypt/platform/src/main/java/org/conscrypt/ct/
H A DCTLogInfo.java102 * Verify the signature of a signed certificate timestamp for the given certificate entry
108 CertificateEntry entry) {
115 toVerify = sct.encodeTBS(entry);
107 verifySingleSCT(SignedCertificateTimestamp sct, CertificateEntry entry) argument
/external/desugar/test/java/com/google/devtools/build/android/desugar/
H A DBug62456849TestDataGenerator.java59 ZipEntry entry = it.next();
60 String entryName = entry.getName();
63 ? convertClass(inputZip, entry)
64 : readEntry(inputZip, entry);
79 private static byte[] readEntry(ZipFile file, ZipEntry entry) throws IOException { argument
80 try (InputStream is = file.getInputStream(entry)) {
85 private static byte[] convertClass(ZipFile file, ZipEntry entry) throws IOException { argument
86 try (InputStream content = file.getInputStream(entry)) {
/external/e2fsprogs/contrib/android/
H A Dblock_list.c16 } entry; member in struct:block_list
40 params->entry.head = params->entry.tail = NULL;
41 params->entry.filename = LINUX_S_ISREG(inode->i_mode) ? path : NULL;
50 if (params->entry.filename && !metadata)
51 add_blocks_to_range(&params->entry.head, &params->entry.tail,
66 if (!params->entry.filename || !params->entry.head)
69 params->entry
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Ddblist_dir.c2 * dblist_dir.c --- iterate by directory entry
30 int entry,
26 ext2fs_dblist_dir_iterate(ext2_dblist dblist, int flags, char *block_buf, int (*func)(ext2_ino_t dir, int entry, struct ext2_dir_entry *dirent, int offset, int blocksize, char *buf, void *priv_data), void *priv_data) argument
/external/elfutils/lib/
H A Dfixedsizehash.h82 # define ENTRYP(el) (el).entry
83 TYPE *entry; local
85 # define ENTRYP(el) &(el).entry
86 TYPE entry; local
142 /* See whether this is the same entry. */
184 slot->entry = data;
186 slot->entry = *data;
208 slot->entry = data;
210 slot->entry = *data;
231 slot->entry
[all...]
/external/elfutils/libdw/
H A Dcie.c146 /* Add the new entry to the search tree. */
169 Dwarf_CFI_Entry entry; local
172 offset, &next_offset, &entry);
173 if (result != 0 || entry.cie.CIE_id != DW_CIE_ID_64)
183 return intern_new_cie (cache, offset, &entry.cie);
H A Ddwarf_next_cfi.c1 /* Advance to next CFI entry.
45 Dwarf_CFI_Entry *entry)
61 /* This points into the .debug_frame section at the start of the entry. */
65 /* The format of a CFI entry is described in DWARF3 6.4.1:
86 /* Now we know how large the entry is. Note the trick in the
96 entry->cie.CIE_id = read_8ubyte_unaligned_inc (&dw, bytes);
99 entry->cie.CIE_id = read_4ubyte_unaligned_inc (&dw, bytes);
101 if (!eh_frame_p && entry->cie.CIE_id == DW_CIE_ID_32)
102 entry->cie.CIE_id = DW_CIE_ID_64;
107 if (entry
40 dwarf_next_cfi(const unsigned char e_ident[], Elf_Data *data, bool eh_frame_p, Dwarf_Off off, Dwarf_Off *next_off, Dwarf_CFI_Entry *entry) argument
[all...]
/external/google-breakpad/src/processor/
H A Dcontained_range_map-inl.h58 const AddressType &base, const AddressType &size, const EntryType &entry) {
95 return iterator_base->second->StoreRange(base, size, entry);
145 new ContainedRangeMap(base, entry, child_map)));
152 const AddressType &address, EntryType *entry) const {
153 BPLOG_IF(ERROR, !entry) << "ContainedRangeMap::RetrieveRange requires "
154 "|entry|";
155 assert(entry);
173 // it will set |entry| appropriately. If not, set |entry| to the child.
174 if (!iterator->second->RetrieveRange(address, entry))
57 StoreRange( const AddressType &base, const AddressType &size, const EntryType &entry) argument
[all...]

Completed in 3202 milliseconds

1234567891011>>