Searched refs:entries (Results 426 - 450 of 548) sorted by relevance

<<11121314151617181920>>

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DFragmentedMp4Builder.java314 List<TrackRunBox.Entry> entries = new ArrayList<TrackRunBox.Entry>(l2i(endSample - startSample));
393 entries.add(entry);
396 trun.setEntries(entries);
/external/v8/src/
H A Dprofile-generator.h278 // Fake CodeEntry pointer to distinguish shared function entries.
516 // In a HeapSnapshot, all entries are hand-allocated in a continuous array
648 List<HeapEntry*>* entries() { return &entries_; } function in class:v8::internal::HeapSnapshot
1086 bool BuildDominatorTree(const Vector<HeapEntry*>& entries,
1091 void FillReversePostorderIndexes(Vector<HeapEntry*>* entries);
/external/libmtp/src/
H A Dptp.c1421 * Retrieves direct transfer entries specifying the images to transfer
1429 PTPCanon_directtransfer_entry **entries, unsigned int *cnt)
1444 *entries = malloc(sizeof(PTPCanon_directtransfer_entry)*(*cnt));
1448 (*entries)[i].oid = dtoh32a(cur);
1449 (*entries)[i].str = ptp_unpack_string(params, cur, 4, &len);
1578 ptp_canon_eos_getevent (PTPParams* params, PTPCanon_changes_entry **entries, int *nrofentries) argument
1586 *entries = NULL;
1592 *nrofentries = ptp_unpack_CANON_changes(params,data,size,entries);
1903 * PTPCANONFolderEntry** entries - the pointer to the folder entry array
1910 PTPCANONFolderEntry** entries, uint32_
1428 ptp_canon_gettreesize(PTPParams* params, PTPCanon_directtransfer_entry **entries, unsigned int *cnt) argument
1908 ptp_canon_getobjectinfo(PTPParams* params, uint32_t store, uint32_t p2, uint32_t parent, uint32_t handle, PTPCANONFolderEntry** entries, uint32_t* entnum) argument
[all...]
/external/ipsec-tools/src/racoon/
H A Dcrypto_openssl.c372 if (sk_X509_NAME_ENTRY_num(a->entries)
373 != sk_X509_NAME_ENTRY_num(b->entries))
374 return sk_X509_NAME_ENTRY_num(a->entries)
375 -sk_X509_NAME_ENTRY_num(b->entries);
376 for (i=sk_X509_NAME_ENTRY_num(a->entries)-1; i>=0; i--)
378 na=sk_X509_NAME_ENTRY_value(a->entries,i);
379 nb=sk_X509_NAME_ENTRY_value(b->entries,i);
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5video.c2279 /* We can set all entries explicitly */
2488 PALETTEENTRY *entries; local
2501 entries = SDL_stack_alloc(PALETTEENTRY, palette->ncolors);
2503 GetSystemPaletteEntries(hdc, 0, palette->ncolors, entries);
2511 palette->colors[i].r = entries[i].peRed;
2512 palette->colors[i].g = entries[i].peGreen;
2513 palette->colors[i].b = entries[i].peBlue;
2515 SDL_stack_free(entries);
/external/chromium/net/http/
H A Dhttp_network_transaction_unittest.cc184 net::CapturingNetLog::EntryList entries; local
185 log.GetEntries(&entries);
187 entries, 0, NetLog::TYPE_HTTP_TRANSACTION_SEND_REQUEST_HEADERS,
190 entries, pos,
194 CapturingNetLog::Entry entry = entries[pos];
1566 net::CapturingNetLog::EntryList entries; local
1567 log.GetEntries(&entries);
1569 entries, 0, NetLog::TYPE_HTTP_TRANSACTION_SEND_TUNNEL_HEADERS,
1572 entries, pos,
1672 net::CapturingNetLog::EntryList entries; local
1876 net::CapturingNetLog::EntryList entries; local
8195 net::CapturingNetLog::EntryList entries; local
8259 net::CapturingNetLog::EntryList entries; local
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtask.rb178 if test( ?d, output_directory ) and ( Dir.entries( output_directory ) - %w( . .. ) ).empty?
/external/chromium/base/
H A Dfile_util.h485 static bool ReadDirectory(std::vector<DirectoryEntryInfo>* entries,
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_win.h439 const _ATL_INTMAP_ENTRY* entries,
/external/chromium/chrome/browser/sync/engine/
H A Dprocess_commit_response_command.cc83 LOG(ERROR) << "Commit response has wrong number of entries! Expected:" <<
143 commit_message.entries(proj[i]),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jmonkeyengine/engine/src/test/jme3test/
H A DTestChooser.java133 Enumeration e = jfile.entries();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DHashMapTest.java377 Object[] entries = map.entrySet().toArray();
378 Map.Entry entry = (Map.Entry)entries[0];
/external/chromium/chrome/browser/extensions/
H A Dextension_file_browser_private_api.cc252 const std::vector<base::FileUtilProxy::Entry>& entries,
462 const std::vector<base::FileUtilProxy::Entry>& entries,
739 details->Set("entries", files_urls);
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable.h526 // Adjusts the successor and predecessor entries so that they no longer
575 // This index includes all entries.
586 // This index includes all entries.
860 // up by either purging entries no longer needed (this part done under a
871 // before any new entries have been created. The intention is that the
888 // If full_scan is false, the function will avoid pulling any entries from the
889 // db and scan entries currently in ram.
890 // If full_scan is true, all entries will be pulled from the database.
903 // Purges all data associated with any entries whose ModelType or
907 // entries, whic
[all...]
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/kernel-headers/original/linux/
H A Dpci.h596 struct msix_entry *entries, int nvec) {return -1;}
604 struct msix_entry *entries, int nvec);
595 pci_enable_msix(struct pci_dev* dev, struct msix_entry *entries, int nvec) argument
/external/linux-tools-perf/util/
H A Dpython.c693 first = list_entry(evlist->entries.next, struct perf_evsel, node);
756 list_for_each_entry(pos, &pevlist->evlist.entries, node)
/external/qemu/target-i386/
H A Dhax-all.c889 struct vmx_msr *msrs = md.entries;
926 msrs = md.entries;
/external/valgrind/main/none/tests/
H A Dcmdline2.stdout.exp16 but check the argv[] entries for children, rather
/external/libpng/
H A Dpngrutil.c1284 new_palette.entries = (png_sPLT_entryp)png_malloc_warn(
1286 if (new_palette.entries == NULL)
1295 pp = new_palette.entries + i;
1314 pp = new_palette.entries;
1343 png_free(png_ptr, new_palette.entries);

Completed in 3209 milliseconds

<<11121314151617181920>>