Searched defs:entry (Results 301 - 325 of 1397) sorted by relevance

<<11121314151617181920>>

/external/ImageMagick/coders/
H A Djbig.c313 *entry;
319 entry=AcquireMagickInfo("JBIG","BIE",JBIGDescription);
321 entry->decoder=(DecodeImageHandler *) ReadJBIGImage;
322 entry->encoder=(EncodeImageHandler *) WriteJBIGImage;
324 entry->flags^=CoderAdjoinFlag;
326 entry->version=ConstantString(version);
327 (void) RegisterMagickInfo(entry);
328 entry=AcquireMagickInfo("JBIG","JBG",JBIGDescription);
330 entry->decoder=(DecodeImageHandler *) ReadJBIGImage;
331 entry
309 *entry; local
[all...]
H A Djnx.c362 *entry;
364 entry=AcquireMagickInfo("JNX","JNX","Garmin tile format");
365 entry->decoder=(DecodeImageHandler *) ReadJNXImage;
366 entry->flags|=CoderSeekableStreamFlag;
367 (void) RegisterMagickInfo(entry);
357 *entry; local
H A Dmagick.c13106 *entry;
13108 entry=AcquireMagickInfo("MAGICK","GRANITE","Granite texture");
13109 entry->decoder=(DecodeImageHandler *) ReadMAGICKImage;
13110 entry->flags^=CoderAdjoinFlag;
13111 entry->flags|=CoderStealthFlag;
13112 (void) RegisterMagickInfo(entry);
13114 entry=AcquireMagickInfo("MAGICK","H",
13116 entry->encoder=(EncodeImageHandler *) WriteMAGICKImage;
13117 entry->flags^=CoderAdjoinFlag;
13118 entry
13101 *entry; local
[all...]
H A Dmpeg.c246 *entry;
248 entry=AcquireMagickInfo("MPEG","AVI","Microsoft Audio/Visual Interleaved");
249 entry->decoder=(DecodeImageHandler *) ReadMPEGImage;
250 entry->magick=(IsImageFormatHandler *) IsAVI;
251 entry->flags^=CoderBlobSupportFlag;
252 (void) RegisterMagickInfo(entry);
253 entry=AcquireMagickInfo("MPEG","MKV","Multimedia Container");
254 entry->decoder=(DecodeImageHandler *) ReadMPEGImage;
255 entry->encoder=(EncodeImageHandler *) WriteMPEGImage;
256 entry
241 *entry; local
[all...]
H A Dpango.c499 *entry;
506 entry=AcquireMagickInfo("PANGO","PANGO","Pango Markup Language");
508 entry->decoder=(DecodeImageHandler *) ReadPANGOImage;
511 entry->version=ConstantString(version);
512 entry->flags^=CoderAdjoinFlag;
513 (void) RegisterMagickInfo(entry);
496 *entry; local
H A Dpes.c707 *entry;
709 entry=AcquireMagickInfo("PES","PES","Embrid Embroidery Format");
710 entry->decoder=(DecodeImageHandler *) ReadPESImage;
711 entry->magick=(IsImageFormatHandler *) IsPES;
712 (void) RegisterMagickInfo(entry);
701 *entry; local
H A Dscr.c278 *entry;
280 entry=AcquireMagickInfo("SCR","SCR","ZX-Spectrum SCREEN$");
281 entry->decoder=(DecodeImageHandler *) ReadSCRImage;
282 entry->flags^=CoderAdjoinFlag;
283 (void) RegisterMagickInfo(entry);
275 *entry; local
H A Dsfw.c403 *entry;
405 entry=AcquireMagickInfo("SFW","SFW","Seattle Film Works");
406 entry->decoder=(DecodeImageHandler *) ReadSFWImage;
407 entry->magick=(IsImageFormatHandler *) IsSFW;
408 entry->flags^=CoderAdjoinFlag;
409 (void) RegisterMagickInfo(entry);
399 *entry; local
H A Dtim.c452 *entry;
454 entry=AcquireMagickInfo("TIM","TIM","PSX TIM");
455 entry->decoder=(DecodeImageHandler *) ReadTIMImage;
456 (void) RegisterMagickInfo(entry);
449 *entry; local
H A Dxbm.c424 *entry;
426 entry=AcquireMagickInfo("XBM","XBM",
428 entry->decoder=(DecodeImageHandler *) ReadXBMImage;
429 entry->encoder=(EncodeImageHandler *) WriteXBMImage;
430 entry->magick=(IsImageFormatHandler *) IsXBM;
431 entry->flags^=CoderAdjoinFlag;
432 (void) RegisterMagickInfo(entry);
419 *entry; local
H A Dxps.c374 *entry;
376 entry=AcquireMagickInfo("XPS","XPS","Microsoft XML Paper Specification");
377 entry->decoder=(DecodeImageHandler *) ReadXPSImage;
378 entry->flags^=CoderAdjoinFlag;
379 entry->flags^=CoderBlobSupportFlag;
380 entry->flags^=CoderDecoderThreadSupportFlag;
381 entry->flags|=CoderSeekableStreamFlag;
382 (void) RegisterMagickInfo(entry);
371 *entry; local
H A Dxtrn.c264 *entry;
266 entry=AcquireMagickInfo("XTRN","XTRNFILE","External transfer of a file");
268 entry->decoder=ReadXTRNImage;
269 entry->encoder=WriteXTRNImage;
271 entry->flags^=CoderAdjoinFlag;
272 entry->flags|=CoderStealthFlag;
273 RegisterMagickInfo(entry);
274 entry=AcquireMagickInfo("XTRN","XTRNIMAGE",
277 entry->decoder=ReadXTRNImage;
278 entry
260 *entry; local
[all...]
H A Dyuv.c497 *entry;
499 entry=AcquireMagickInfo("YUV","YUV","CCIR 601 4:1:1 or 4:2:2");
500 entry->decoder=(DecodeImageHandler *) ReadYUVImage;
501 entry->encoder=(EncodeImageHandler *) WriteYUVImage;
502 entry->flags^=CoderAdjoinFlag;
503 entry->flags|=CoderRawSupportFlag;
504 (void) RegisterMagickInfo(entry);
493 *entry; local
/external/aac/libSACenc/src/
H A Dsacenc_huff_tab.h115 (((a.packed >> 8) & 0x00FFFFFF)) /*!< Return value from packed table entry. \
118 ((a.packed & 0xFF)) /*!< Return length from packed table entry. */
124 * The packed entry consist of hffman value and length information.
132 ULONG packed; /*! Packed huffman entry:
138 HUFF_ENTRY entry[2][2]; member in struct:__anon596
144 HUFF_ENTRY entry[4][4]; member in struct:__anon597
150 HUFF_ENTRY entry[6][6]; member in struct:__anon598
156 HUFF_ENTRY entry[7][7]; member in struct:__anon599
162 HUFF_ENTRY entry[8][8]; member in struct:__anon600
168 HUFF_ENTRY entry[1 member in struct:__anon601
174 HUFF_ENTRY entry[13][13]; member in struct:__anon602
[all...]
/external/apache-http/src/org/apache/http/impl/conn/
H A DSingleClientConnManager.java93 /** The one and only entry in this pool. */
241 // either. There's no harm in recreating an entry if
413 * The pool entry for this connection manager.
418 * Creates a new pool entry.
426 * Closes the connection in this pool entry.
438 * Shuts down the connection in this pool entry.
460 * @param entry the pool entry for the connection being wrapped
463 protected ConnAdapter(PoolEntry entry, HttpRoute route) { argument
464 super(SingleClientConnManager.this, entry);
[all...]
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DAbstractConnPool.java77 * and point to the pool entry for the issued connection.
150 * Obtains a pool entry with a connection within the given timeout.
157 * @return pool entry holding a connection for the route
182 * Returns an entry into the pool.
183 * The connection of the entry is expected to be in a suitable state,
187 * @param entry the entry for the connection to release
188 * @param reusable <code>true</code> if the entry is deemed
190 * @param validDuration The duration that the entry should remain free and reusable.
193 public abstract void freeEntry(BasicPoolEntry entry, boolea argument
[all...]
H A DRouteSpecificPool.java107 * @return the max entry number
116 * A pool is unused if there is neither an entry nor a waiting thread.
150 * Obtains a free entry from this pool, if one is available.
152 * @return an available pool entry, or <code>null</code> if there is none
158 BasicPoolEntry entry = it.previous();
159 if (LangUtils.equals(state, entry.getState())) {
161 return entry;
166 BasicPoolEntry entry = freeEntries.remove();
167 entry.setState(null);
168 OperatedClientConnection conn = entry
186 freeEntry(BasicPoolEntry entry) argument
208 createdEntry(BasicPoolEntry entry) argument
231 deleteEntry(BasicPoolEntry entry) argument
[all...]
/external/blktrace/btt/
H A Dlist.h50 * Insert a new entry between two known consecutive entries.
66 * list_add - add a new entry
67 * @new: new entry to be added
70 * Insert a new entry after the specified head.
79 * list_add_tail - add a new entry
80 * @new: new entry to be added
83 * Insert a new entry before the specified head.
92 * Delete a list entry by making the prev/next entries
105 * list_del - deletes entry from list.
106 * @entry
110 list_del(struct list_head *entry) argument
[all...]
/external/deqp/framework/delibs/dethread/win32/
H A DdeThreadWin32.c60 ThreadEntry* entry = (ThreadEntry*)entryPtr; local
61 deThreadFunc func = entry->func;
62 void* arg = entry->arg;
64 deFree(entry);
73 ThreadEntry* entry = (ThreadEntry*)deMalloc(sizeof(ThreadEntry)); local
76 if (!entry)
79 entry->func = func;
80 entry->arg = arg;
82 thread = CreateThread(DE_NULL, 0, startThread, entry, 0, DE_NULL);
85 deFree(entry);
[all...]
/external/dhcpcd-6.8.2/dbus/
H A Ddbus-dict.c84 append_config_value(DBusMessageIter *entry, int type, argument
103 dbus_message_iter_open_container(entry, DBUS_TYPE_VARIANT,
111 dbus_message_iter_open_container(entry, DBUS_TYPE_VARIANT,
118 dbus_message_iter_open_container(entry, DBUS_TYPE_VARIANT,
125 dbus_message_iter_open_container(entry, DBUS_TYPE_VARIANT,
133 dbus_message_iter_open_container(entry, DBUS_TYPE_VARIANT,
141 dbus_message_iter_open_container(entry, DBUS_TYPE_VARIANT,
152 dbus_message_iter_open_container(entry, DBUS_TYPE_VARIANT,
163 dbus_message_iter_close_container(entry, &var);
171 append_config_byte_array(DBusMessageIter *entry, cons argument
215 append_config_array(DBusMessageIter *entry, int type, const char *data) argument
282 DBusMessageIter entry; local
[all...]
/external/e2fsprogs/contrib/android/
H A Dbase_fs.c9 struct basefs_entry entry; member in struct:base_fs
42 struct basefs_entry *entry = NULL; local
51 entry = calloc(1, sizeof(*entry));
52 if (!entry)
59 if (sscanf(line, "%ms%n", &entry->path, &offset) != 1)
62 memmove(entry->path, entry->path + len, strlen(entry->path) - len + 1);
75 add_blocks_to_range(&entry
95 struct basefs_entry *entry = e; local
106 struct basefs_entry *entry; local
[all...]
/external/e2fsprogs/debugfs/
H A Dls.c85 int entry, variable
112 if (entry == DIRENT_DELETED_FILE) {
147 if (entry == DIRENT_CHECKSUM) {
164 if (entry == DIRENT_CHECKSUM) {
/external/e2fsprogs/lib/ext2fs/
H A Ddir_iterate.c64 * directory entry looks valid. What we do is check the deleted entry
65 * and each successive entry to make sure that they all look valid and
66 * that the last deleted entry ends at the beginning of the next
67 * undeleted entry. Returns 1 if the deleted entry looks valid, zero
97 int entry,
149 int entry EXT2FS_ATTR((unused)),
197 int entry; local
206 entry
92 ext2fs_dir_iterate2(ext2_filsys fs, ext2_ino_t dir, 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
[all...]
/external/elfutils/libdw/
H A Dfde.c66 intern_fde (Dwarf_CFI *cache, const Dwarf_FDE *entry) argument
68 /* Look up the new entry's CIE. */
69 struct dwarf_cie *cie = __libdw_find_cie (cache, entry->CIE_pointer);
80 fde->instructions = entry->start;
81 fde->instructions_end = entry->end;
121 /* Add the new entry to the search tree. */
145 Dwarf_CFI_Entry entry; local
149 offset, &next_offset, &entry);
158 if (unlikely (dwarf_cfi_cie_p (&entry)))
162 struct dwarf_fde *fde = intern_fde (cache, &entry
282 Dwarf_CFI_Entry entry; local
[all...]
/external/emma/core/java12/com/vladium/util/
H A DIPathEnumerator.java48 * is opened and the manifest entry is read.
52 void handleArchiveEntry (JarInputStream in, ZipEntry entry); argument
88 throw new IllegalArgumentException ("path entry does not exist: [" + f + "]");
94 if (m_verbose) m_log.verbose ("processing dir path entry [" + f.getAbsolutePath () + "] ...");
106 if (m_verbose) m_log.verbose ("processing archive path entry [" + f.getAbsolutePath () + "] ...");
118 throw new IllegalArgumentException ("path entry is not a directory or an archive: [" + f + "]");
230 for (ZipEntry entry; (entry = in.getNextEntry ()) != null; )
234 if (trace1) m_log.trace1 ("enumeratePathArchive", "processing archive entry [" + entry
[all...]

Completed in 2318 milliseconds

<<11121314151617181920>>