/device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/ |
EsrtManagement.h | 34 Get Variable name and data by Esrt Entry FwClass
36 @param[in] FwClass FwClass of Esrt entry to get
37 @param[in out] Entry Esrt entry returned
39 @retval EFI_SUCCESS The variable saving this Esrt Entry exists.
47 IN OUT EFI_SYSTEM_RESOURCE_ENTRY *Entry
52 Update one ESRT entry in ESRT Cache.
54 @param[in] Entry Esrt entry to be updated
56 @retval EFI_SUCCESS Successfully update an ESRT entry in cache. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
Ip4Common.c | 76 LIST_ENTRY *Entry;
90 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
91 IpIf = NET_LIST_USER_STRUCT (Entry, IP4_INTERFACE, Link);
142 LIST_ENTRY *Entry;
145 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
146 IpIf = NET_LIST_USER_STRUCT (Entry, IP4_INTERFACE, Link);
172 LIST_ENTRY *Entry;
175 NET_LIST_FOR_EACH (Entry, &IpSb->Interfaces) {
176 IpIf = NET_LIST_USER_STRUCT (Entry, IP4_INTERFACE, Link);
204 LIST_ENTRY *Entry;
[all...] |
Ip4Route.c | 18 Allocate a route entry then initialize it with the Dest/Netmaks
26 route entry.
57 Free the route table entry. It is reference counted.
59 @param RtEntry The route entry to free.
76 Allocate and initialize an IP4 route cache entry.
82 entries spawned from one route table entry.
85 to the created route cache entry.
117 Free the route cache entry. It is reference counted.
119 @param RtCacheEntry The route cache entry to free.
166 LIST_ENTRY *Entry;
[all...] |
/device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/ |
ExtraRootBusMap.c | 147 ORDERED_COLLECTION_ENTRY *Entry, *Entry2;
218 Entry = OrderedCollectionMin (Collection);
222 ASSERT (Entry != NULL);
223 Acpi = OrderedCollectionUserStruct (Entry);
229 Entry = OrderedCollectionNext (Entry);
231 ASSERT (Entry == NULL);
249 for (Entry = OrderedCollectionMin (Collection); Entry != NULL;
250 Entry = Entry2) { [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
ImmutableEntry.java | 20 public class ImmutableEntry<K,V> implements Map.Entry<K,V> { 39 Map.Entry e = (Map.Entry)o;
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
ImmutableEntry.java | 17 public class ImmutableEntry<K,V> implements Map.Entry<K,V> { 36 Map.Entry e = (Map.Entry)o;
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFTypeUnit.h | 26 const DWARFUnitIndex::Entry *Entry) 28 UnitSection, Entry) {}
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
EditListBox.java | 37 * This box contains an explicit timeline map. Each entry defines part of the track time-line: by mapping part of 48 * <li>Entry-count = 2</li> 57 private List<Entry> entries = new LinkedList<Entry>(); 65 public List<Entry> getEntries() { 69 public void setEntries(List<Entry> entries) { 88 entries = new LinkedList<Entry>(); 90 entries.add(new Entry(this, content)); 99 for (Entry entry : entries) [all...] |
/external/opencensus-java/api/src/main/java/io/opencensus/trace/ |
Tracestate.java | 61 for (Entry entry : getEntries()) { 62 if (entry.getKey().equals(key)) { 63 return entry.getValue(); 75 public abstract List<Entry> getEntries(); 105 @javax.annotation.Nullable private ArrayList<Entry> entries; 109 private static final Tracestate EMPTY = create(Collections.<Entry>emptyList()); 118 * Adds or updates the {@code Entry} that has the given {@code key} if it is present. The new 119 * {@code Entry} will always be added in the front of the list of entries. 121 * @param key the key for the {@code Entry} to be added 129 Entry entry = Entry.create(key, value); local [all...] |
/external/u-boot/tools/binman/etype/ |
blob.py | 5 # Entry-type module for blobs, which are binary objects read from files 8 from entry import Entry 12 class Entry_blob(Entry): 14 Entry.__init__(self, section, etype, node) 28 # new Entry method which can read in chunks. Then we could copy
|
/external/volley/src/main/java/com/android/volley/ |
Response.java | 42 public static <T> Response<T> success(T result, Cache.Entry cacheEntry) { 58 public final Cache.Entry cacheEntry; 71 private Response(T result, Cache.Entry cacheEntry) {
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
SmallSortedMap.java | 50 * corresponding {@code Entry}s without the need to create an Iterator. The 58 * for (Map.Entry<K, V> entry : fieldMap.getOverflowEntries()) { 59 * process(entry); 94 * @param arraySize The size of the entry array containing the 106 final Map.Entry<FieldDescriptorType, Object> entry = 108 if (entry.getKey().isRepeated()) { 109 final List value = (List) entry.getValue(); 110 entry.setValue(Collections.unmodifiableList(value)) 490 final Map.Entry<K, V> entry = (Map.Entry<K, V>) o; local 514 final Map.Entry<K, V> entry = (Map.Entry<K, V>) o; local [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EsrtDxe/ |
EsrtImpl.h | 48 // Attribute of Cached ESRT entry
73 Find Esrt Entry stored in ESRT repository.
75 @param[in] FwClass Firmware class guid in Esrt entry
77 @param[out] Entry Esrt entry returned
79 @retval EFI_SUCCESS Successfully find an Esrt entry
80 @retval EF_NOT_FOUND No Esrt entry found
87 OUT EFI_SYSTEM_RESOURCE_ENTRY *Entry
91 Insert a new ESRT entry into ESRT Cache repository.
93 @param[in] Entry Esrt entry to be set [all...] |
/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/ |
ParseConfigProfile.c | 47 CHAR8 Entry[MAX_LINE_LENGTH];
87 AsciiStrCpyS (Entry, MAX_LINE_LENGTH, "Recovery");
88 AsciiValueToString(Entry + AsciiStrLen(Entry), 0, Index, 0);
92 Entry,
96 DEBUG((DEBUG_ERROR, "[%d] %a not found\n", Index, Entry));
|
/external/guava/guava/src/com/google/common/collect/ |
WellBehavedMap.java | 39 private Set<Entry<K, V>> entrySet; 49 * {@code Set<Entry<K, V>>}. All other invocations are delegated as-is. 59 @Override public Set<Entry<K, V>> entrySet() { 60 Set<Entry<K, V>> es = entrySet; 74 public Iterator<Entry<K, V>> iterator() { 75 return new TransformedIterator<K, Entry<K, V>>(keySet().iterator()) { 77 Entry<K, V> transform(final K key) {
|
/external/llvm/lib/MC/ |
ConstantPools.cpp | 28 for (const ConstantPoolEntry &Entry : Entries) { 29 Streamer.EmitCodeAlignment(Entry.Size); // align naturally 30 Streamer.EmitLabel(Entry.Label); 31 Streamer.EmitValue(Entry.Value, Entry.Size, Entry.Loc);
|
/external/llvm/lib/Target/AArch64/ |
AArch64SelectionDAGInfo.cpp | 23 // Check to see if there is a specialized entry-point for memory zeroing. 38 TargetLowering::ArgListEntry Entry; 39 Entry.Node = Dst; 40 Entry.Ty = IntPtrTy; 41 Args.push_back(Entry); 42 Entry.Node = Size; 43 Args.push_back(Entry);
|
/external/skia/src/gpu/gl/ |
GrGLGpuProgramCache.cpp | 25 struct GrGLGpu::ProgramCache::Entry { 26 Entry(sk_sp<GrGLProgram> program) : fProgram(std::move(program)) {} 65 fMap.foreach([](std::unique_ptr<Entry>* e) { 88 std::unique_ptr<Entry>* entry = fMap.find(desc); local 89 if (!entry) { 92 entry = fMap.find(desc); 94 if (!entry) { 105 entry = fMap.insert(desc, std::unique_ptr<Entry>(new Entry(sk_sp<GrGLProgram>(program)))) [all...] |
/external/skqp/src/gpu/gl/ |
GrGLGpuProgramCache.cpp | 25 struct GrGLGpu::ProgramCache::Entry { 26 Entry(sk_sp<GrGLProgram> program) : fProgram(std::move(program)) {} 65 fMap.foreach([](std::unique_ptr<Entry>* e) { 88 std::unique_ptr<Entry>* entry = fMap.find(desc); local 89 if (!entry) { 92 entry = fMap.find(desc); 94 if (!entry) { 105 entry = fMap.insert(desc, std::unique_ptr<Entry>(new Entry(sk_sp<GrGLProgram>(program)))) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
AArch64SelectionDAGInfo.cpp | 23 // Check to see if there is a specialized entry-point for memory zeroing. 38 TargetLowering::ArgListEntry Entry; 39 Entry.Node = Dst; 40 Entry.Ty = IntPtrTy; 41 Args.push_back(Entry); 42 Entry.Node = Size; 43 Args.push_back(Entry);
|
/external/guava/guava-tests/test/com/google/common/collect/ |
MapsCollectionTest.java | 50 import java.util.Map.Entry; 71 protected SortedMap<String, String> create(Entry<String, String>[] entries) { 85 protected BiMap<String, String> create(Entry<String, String>[] entries) { 87 for (Entry<String, String> entry : entries) { 88 checkArgument(!bimap.containsKey(entry.getKey())); 89 bimap.put(entry.getKey(), entry.getValue()); 106 public SampleElements<Entry<String, Integer>> samples() { 107 return new SampleElements<Entry<String, Integer>> [all...] |
/cts/tools/release-parser/src/com/android/cts/releaseparser/ |
SymbolicLinkParser.java | 31 public Entry.EntryType getType() { 32 return Entry.EntryType.SYMBOLIC_LINK;
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/AArch64/ |
ArchPrePeiCore.c | 23 IN UINT32 Entry,
30 switch (Entry) {
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/ |
EdbSymbol.c | 19 Load single symbol entry.
27 @retval EFI_SUCCESS - add single symbol entry successfully
39 EFI_DEBUGGER_SYMBOL_ENTRY *Entry;
52 Entry = &Object->Entry[Object->EntryCount];
64 // Fill the entry - name, RVA, type
66 AsciiStrnCpyS (Entry->Name, sizeof(Entry->Name), Name, sizeof(Entry->Name) - 1);
68 AsciiStrnCpyS (Entry->ObjName, sizeof(Entry->ObjName), ObjName, sizeof(Entry->ObjName) - 1); [all...] |
/external/apache-http/android/src/android/net/http/ |
IdleCache.java | 29 class Entry { 43 private Entry[] mEntries = new Entry[IDLE_CACHE_MAX]; 55 mEntries[i] = new Entry(); 75 Entry entry = mEntries[i]; local 76 if (entry.mHost == null) { 77 entry.mHost = host; 78 entry.mConnection = connection; 79 entry.mTimeout = time + TIMEOUT 99 Entry entry = mEntries[i]; local 116 Entry entry = mEntries[i]; local 130 Entry entry = mEntries[i]; local [all...] |