HomeSort by relevance Sort by last modified time
    Searched refs:Entry (Results 201 - 225 of 2649) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
RegularImmutableMap.java 32 RegularImmutableMap(Entry<? extends K, ? extends V>... entries) {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestMapGenerator.java 30 extends TestContainerGenerator<Map<K, V>, Map.Entry<K, V>> {
  /external/guava/guava-tests/test/com/google/common/collect/
MultimapsFilterEntriesAsMapTest.java 24 import java.util.Map.Entry;
34 private static final Predicate<Map.Entry<String, Integer>> PREDICATE
35 = new Predicate<Map.Entry<String, Integer>>() {
36 @Override public boolean apply(Entry<String, Integer> entry) {
37 return !"badkey".equals(entry.getKey()) && 55556 != entry.getValue();
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 44 class Entry {
72 std::unique_ptr<Entry[]> Rows;
82 const Entry *getFromOffset(uint32_t Offset) const;
86 ArrayRef<Entry> getRows() const {
  /external/llvm/lib/Target/Mips/
MipsOptimizePICCall.cpp 86 /// instruction and load the function address from object Entry.
87 unsigned getCount(ValueType Entry);
90 /// that loads from object Entry.
91 unsigned getReg(ValueType Entry);
94 void incCntAndSetReg(ValueType Entry, unsigned Reg);
215 ValueType Entry;
218 if (!isCallViaRegister(*I, Reg, Entry))
222 unsigned N = getCount(Entry);
229 getCallTargetRegOpnd(*I)->setReg(getReg(Entry));
237 if (Entry)
    [all...]
  /external/llvm/test/MC/MachO/ARM/
data-in-code.s 25 @ CHECK: Entry {
31 @ CHECK: Entry {
37 @ CHECK: Entry {
43 @ CHECK: Entry {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
Mp4TrackImpl.java 35 private List<TimeToSampleBox.Entry> decodingTimeEntries;
36 private List<CompositionTimeToSample.Entry> compositionTimeEntries;
38 private List<SampleDependencyTypeBox.Entry> sampleDependencies;
50 decodingTimeEntries = new LinkedList<TimeToSampleBox.Entry>();
51 compositionTimeEntries = new LinkedList<CompositionTimeToSample.Entry>();
52 sampleDependencies = new LinkedList<SampleDependencyTypeBox.Entry>();
84 for (TrackRunBox.Entry entry : trun.getEntries()) {
87 decodingTimeEntries.get(decodingTimeEntries.size() - 1).getDelta() != entry.getSampleDuration()) {
88 decodingTimeEntries.add(new TimeToSampleBox.Entry(1, entry.getSampleDuration()))
    [all...]
  /external/skia/src/core/
SkDescriptor.h 21 return sizeof(SkDescriptor) + entryCount * sizeof(Entry);
53 struct Entry {
91 + sizeof(SkDescriptor::Entry) + sizeof(SkScalerContextRec) // for rec
92 + sizeof(SkDescriptor::Entry) + sizeof(void*) // for typeface
  /external/skqp/src/core/
SkDescriptor.h 21 return sizeof(SkDescriptor) + entryCount * sizeof(Entry);
53 struct Entry {
91 + sizeof(SkDescriptor::Entry) + sizeof(SkScalerContextRec) // for rec
92 + sizeof(SkDescriptor::Entry) + sizeof(void*) // for typeface
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
IndexSection.java 40 @Nonnull Collection<? extends Map.Entry<? extends Key, Integer>> getItems();
OffsetSection.java 40 @Nonnull Collection<? extends Map.Entry<? extends Key, Integer>> getItems();
  /external/swiftshader/third_party/LLVM/utils/TableGen/
StringToOffsetTable.h 30 unsigned &Entry = StringOffset[Str];
31 if (Entry == 0) {
33 Entry = AggregateString.size();
38 return Entry;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLoc.h 27 struct Entry {
42 SmallVector<Entry, 2> Entries;
78 struct Entry {
86 SmallVector<Entry, 2> Entries;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUMachineFunction.cpp 48 auto Entry = LocalMemoryObjects.insert(std::make_pair(&GV, 0));
49 if (!Entry.second)
50 return Entry.first->second;
61 Entry.first->second = Offset;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsOptimizePICCall.cpp 105 /// instruction and load the function address from object Entry.
106 unsigned getCount(ValueType Entry);
109 /// that loads from object Entry.
110 unsigned getReg(ValueType Entry);
113 void incCntAndSetReg(ValueType Entry, unsigned Reg);
237 ValueType Entry;
240 if (!isCallViaRegister(*I, Reg, Entry))
244 unsigned N = getCount(Entry);
251 getCallTargetRegOpnd(*I)->setReg(getReg(Entry));
259 if (Entry)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ARM/
data-in-code.s 25 @ CHECK: Entry {
31 @ CHECK: Entry {
37 @ CHECK: Entry {
43 @ CHECK: Entry {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DispatchStatistics.cpp 39 for (const std::pair<unsigned, unsigned> &Entry : DispatchGroupSizePerCycle) {
40 TempStream << " " << Entry.first << ", " << Entry.second
42 << format("%.1f", ((double)Entry.second / NumCycles) * 100.0)
  /external/u-boot/tools/binman/etype/
intel_cmc.py 5 # Entry-type module for Intel Chip Microcode binary blob
8 from entry import Entry
intel_fsp.py 5 # Entry-type module for Intel Firmware Support Package binary blob
8 from entry import Entry
intel_me.py 5 # Entry-type module for Intel Management Engine binary blob
8 from entry import Entry
intel_mrc.py 5 # Entry-type module for Intel Memory Reference Code binary blob
8 from entry import Entry
intel_vbt.py 4 # Entry-type module for Intel Video BIOS Table binary blob
7 from entry import Entry
intel_vga.py 5 # Entry-type module for x86 VGA ROM binary blob
8 from entry import Entry
u_boot.py 5 # Entry-type module for U-Boot binary
8 from entry import Entry
u_boot_dtb.py 5 # Entry-type module for U-Boot device tree
8 from entry import Entry

Completed in 822 milliseconds

1 2 3 4 5 6 7 891011>>