Searched refs:entries (Results 276 - 300 of 606) sorted by relevance

<<11121314151617181920>>

/external/vboot_reference/cgpt/
H A Dcgpt_show.c69 static void HeaderDetails(GptHeader *header, GptEntry *entries, argument
89 printf("%sNumber of entries: %d\n", indent, header->number_of_entries);
93 Crc32((const uint8_t *)entries,header->size_of_entry *
241 GptEntry *entries; local
268 entries = (GptEntry*)drive->gpt.primary_entries;
269 HeaderDetails(header, entries, indent, params->numeric);
324 entries = (GptEntry*)drive->gpt.secondary_entries;
325 HeaderDetails(header, entries, indent, params->numeric);
/external/vboot_reference/firmware/lib/cgptlib/
H A Dcgptlib_internal.c110 * Check locations for the header and its entries. The primary
111 * immediately follows the PMBR, and is followed by its entries. The
112 * secondary is at the end of the drive, preceded by its entries.
142 /* TODO(namnguyen): Also check for padding between header & entries. */
159 int CheckEntries(GptEntry *entries, GptHeader *h) argument
161 if (!entries)
167 /* Check CRC before examining entries. */
168 crc32 = Crc32((const uint8_t *)entries,
173 /* Check all entries. */
174 for (i = 0, entry = entries;
408 GptEntry *entries = (GptEntry *)gpt->primary_entries; local
[all...]
/external/deqp/framework/randomshaders/
H A DrsgShaderGenerator.cpp95 vector<const ValueEntry*> entries; local
96 std::copy(state.getVariableManager().getBegin<AnyEntry>(), state.getVariableManager().getEnd<AnyEntry>(), std::inserter(entries, entries.begin()));
98 for (vector<const ValueEntry*>::const_iterator i = entries.begin(); i != entries.end(); i++)
281 // Create input entries (store value range) if necessary
/external/e2fsprogs/intl/
H A Dl10nflist.c183 size_t entries; local
321 entries = 0;
346 retval->successor[entries++]
353 retval->successor[entries++]
359 retval->successor[entries] = NULL;
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
H A DHttpZipLocator.java65 private HashMap<String, ZipEntry2> entries; field in class:HttpZipLocator
237 entries.put(entry.name, entry);
266 entries = new HashMap<String, ZipEntry2>(numEntries);
331 ZipEntry2 entry = entries.get(name);
350 final ZipEntry2 entry = entries.get(key.getName());
/external/toybox/toys/pending/
H A Darp.c218 int h_type, type, flag, i, fd, entries = 0, disp = 0; local
263 entries++;
299 entries, entries - disp, disp);
300 if (!disp) xprintf("No Match found in %d entries\n", entries);
/external/linux-tools-perf/src/tools/perf/ui/
H A Dbrowser.c57 } while (pos != browser->entries);
70 } while (pos != browser->entries);
77 struct list_head *head = browser->entries;
112 struct rb_root *root = browser->entries;
146 browser->top = rb_first(browser->entries);
455 struct list_head *head = browser->entries;
458 if (browser->top == NULL || browser->top == browser->entries)
566 browser->top = browser->entries;
585 browser->top = browser->entries;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jar ... .eclipse.core.runtime.Preferences prefs String entries private void restoreAdditionalEntries (org.eclipse.core.runtime ...
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DSortedMultisetTestSuiteBuilder.java177 public SortedMultiset<E> create(Object... entries) {
183 List<E> normalValues = (List) Arrays.asList(entries);
262 public SortedMultiset<E> create(Object... entries) {
263 return ((SortedMultiset<E>) super.create(entries))
291 public SortedMultiset<E> create(Object... entries) {
292 return SerializableTester.reserialize(((SortedMultiset<E>) super.create(entries)));
H A DSortedMapGenerators.java47 @Override public SortedMap<String, String> create(Entry<String, String>[] entries) { argument
49 for (Entry<String, String> entry : entries) {
/external/libpng/
H A Dpngset.c544 * of num_palette entries, in case of an invalid PNG file that has
749 /* num_text is adjusted below as the entries are copied in */
751 png_debug1(3, "allocated %d entries for info_ptr->text", max_text);
973 png_inforp info_ptr, png_const_sPLT_tp entries, int nentries)
975 * entries - array of png_sPLT_t structures
985 if (png_ptr == NULL || info_ptr == NULL || nentries <= 0 || entries == NULL)
1012 /* Skip invalid input entries */
1013 if (entries->name == NULL || entries->entries
972 png_set_sPLT(png_const_structrp png_ptr, png_inforp info_ptr, png_const_sPLT_tp entries, int nentries) argument
[all...]
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngset.c543 * of num_palette entries, in case of an invalid PNG file that has
748 /* num_text is adjusted below as the entries are copied in */
750 png_debug1(3, "allocated %d entries for info_ptr->text", max_text);
972 png_inforp info_ptr, png_const_sPLT_tp entries, int nentries)
974 * entries - array of png_sPLT_t structures
984 if (png_ptr == NULL || info_ptr == NULL || nentries <= 0 || entries == NULL)
1011 /* Skip invalid input entries */
1012 if (entries->name == NULL || entries->entries
971 png_set_sPLT(png_const_structrp png_ptr, png_inforp info_ptr, png_const_sPLT_tp entries, int nentries) argument
[all...]
/external/boringssl/src/crypto/x509/
H A Dx509_obj.c102 for (i=0; i<sk_X509_NAME_ENTRY_num(a->entries); i++)
104 ne=sk_X509_NAME_ENTRY_value(a->entries,i);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jmf.jar ... getSource () java.io.File f int i String[] entries java.util.Vector files int numfiles java. ...
/external/elfutils/src/tests/
H A Drun-readelf-aranges.sh153 DWARF section [27] '.debug_aranges' at offset 0x1044 contains 5 entries:
/external/google-breakpad/src/client/windows/crash_generation/
H A Dclient_info.cc191 // entries is always the same. So allocate memory only if scoped array has
203 custom_client_info_.entries,
216 custom_info.entries = custom_info_entries_.get();
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSetMultimap.java86 * Returns an immutable multimap containing the given entries, in order.
98 * Returns an immutable multimap containing the given entries, in order.
112 * Returns an immutable multimap containing the given entries, in order.
127 * Returns an immutable multimap containing the given entries, in order.
142 // looking for of() with > 5 entries? Use the builder instead.
269 List<Map.Entry<K, Collection<V>>> entries = Lists.newArrayList(
272 entries,
274 for (Map.Entry<K, Collection<V>> entry : entries) {
382 for (Entry<K, V> entry : entries()) {
411 private transient ImmutableSet<Entry<K, V>> entries; field in class:ImmutableSetMultimap
418 @Override public ImmutableSet<Entry<K, V>> entries() { method in class:ImmutableSetMultimap
[all...]
/external/guava/guava-testlib/test/com/google/common/collect/testing/
H A DMapTestSuiteBuilderTests.java61 Map.Entry<String, String>[] entries) {
63 for (Map.Entry<String, String> entry : entries) {
60 create( Map.Entry<String, String>[] entries) argument
/external/guava/guava-tests/test/com/google/common/collect/
H A DConstrainedBiMapTest.java107 protected BiMap<String, String> create(Entry<String, String>[] entries) { argument
111 for (Entry<String, String> entry : entries) {
/external/llvm/test/MC/ARM/
H A Deh-directive-text-section-multiple-func.s8 @ Besides, there should be two entries in .ARM.exidx section.
44 @ There should be two entries (two words per entry.)
/external/ltrace/
H A Dtype.c92 VECT_INIT(&info->u.entries, struct struct_field);
101 return VECT_PUSHBACK(&info->u.entries, &field);
108 return VECT_ELEMENT(&info->u.entries, struct struct_field, idx)->info;
115 return vect_size(&info->u.entries);
130 VECT_DESTROY(&info->u.entries, struct struct_field,
146 for (i = 0; i < vect_size(&info->u.entries); ++i) {
148 = VECT_ELEMENT(&info->u.entries,
307 if (VECT_EACH_CST(&info->u.entries, struct struct_field, NULL,
/external/skia/src/animator/
H A DSkAnimateActive.cpp151 // int entries = animate->entries();
153 // value.fOperand = animate->getValues()[entries - 1];
374 int entries = animate->entries(); local
375 SkASSERT(entries > 0);
379 interpolator.reset(components, entries == 1 ? 2 : entries, animate->getValuesType());
383 if (entries == 1) {
388 for (int entry = 0; entry < entries; entr
[all...]
/external/f2fs-tools/fsck/
H A Df2fs.h93 unsigned int sents_per_block; /* # of SIT entries per block */
320 #define nat_in_journal(sum, i) (sum->nat_j.entries[i].ne)
321 #define nid_in_journal(sum, i) (sum->nat_j.entries[i].nid)
322 #define sit_in_journal(sum, i) (sum->sit_j.entries[i].se)
323 #define segno_in_journal(sum, i) (sum->sit_j.entries[i].segno)
/external/google-breakpad/src/client/windows/common/
H A Dipc_protocol.h98 const CustomInfoEntry* entries; member in struct:google_breakpad::CustomClientInfo
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMultimaps.java321 for (Map.Entry<? extends V, ? extends K> entry : source.entries()) {
405 transient Collection<Entry<K, V>> entries; field in class:Multimaps.UnmodifiableMultimap
437 @Override public Collection<Entry<K, V>> entries() { method in class:Multimaps.UnmodifiableMultimap
438 Collection<Entry<K, V>> result = entries;
440 entries = result = unmodifiableEntries(delegate.entries());
538 @Override public Set<Map.Entry<K, V>> entries() { method in class:Multimaps.UnmodifiableSetMultimap
539 return Maps.unmodifiableEntrySet(delegate().entries());
747 * Returns an unmodifiable view of the specified collection of entries. The
752 * @param entries th
755 unmodifiableEntries( Collection<Entry<K, V>> entries) argument
953 public Set<Entry<K, V>> entries() { method in class:Multimaps.MapMultimap
[all...]

Completed in 812 milliseconds

<<11121314151617181920>>