/art/cmdline/ |
cmdline_parser.h | 169 using MapKey = TVariantMapKey<TArg>; 173 CmdlineParser::Builder& IntoKey(const MapKey& key) {
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/ |
DxeMain.c | 727 @param MapKey Key to the latest memory map.
730 @retval EFI_INVALID_PARAMETER MapKey is incorrect.
737 IN UINTN MapKey
748 // Terminate memory services if the MapKey matches
750 Status = CoreTerminateMemoryMap (MapKey);
[all...] |
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/ |
ShellCommandLib.h | 531 list based on the MapKey.
533 @param[in] MapKey The pointer to the string key to search for in the map.
540 IN CONST CHAR16 *MapKey
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
ContributionBinding.java | 32 import dagger.MapKey; 255 * itself, depending on {@link MapKey#unwrapValue()}). 265 AnnotationMirror mapKey = getMapKey(mapBinding.bindingElement()).get(); 266 Optional<? extends AnnotationValue> unwrappedValue = unwrapValue(mapKey); 267 return unwrappedValue.isPresent() ? unwrappedValue.get().getValue() : mapKey;
|
MapKeyGenerator.java | 24 import dagger.MapKey; 52 * Generates classes that create annotations required to instantiate {@link MapKey}s. 59 * Specification of the {@link MapKey} annotation and the annotation type to generate. 64 * The {@link MapKey}-annotated annotation. 69 * The annotation type to write create methods for. For wrapped {@link MapKey}s, this is 70 * {@link #mapKeyElement()}. For unwrapped {@code MapKey}s whose single element is an 76 * Returns a specification for a wrapped {@link MapKey}-annotated annotation. 83 * Returns a specification for an unwrapped {@link MapKey}-annotated annotation whose single
|
BindingGraphValidator.java | 40 import dagger.MapKey; 389 * {@link MapKey} annotation type. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/ |
Page.c | [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
EfiApi.h | 72 OUT UINTN *MapKey,
391 IN UINTN MapKey
[all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/ |
UefiSpec.h | 193 @param[out] MapKey A pointer to the location in which firmware returns the key for the
213 OUT UINTN *MapKey,
[all...] |
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/ |
BdsPlatform.c | 95 UINTN MapKey, DescriptorSize;
103 Status = gBS->GetMemoryMap (&MemMapSize, MemMap, &MapKey, &DescriptorSize, &DescriptorVersion);
108 Status = gBS->GetMemoryMap (&MemMapSize, MemMap, &MapKey, &DescriptorSize, &DescriptorVersion);
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/ |
DxeMain.h | 540 @param MapKey Key to the latest memory map.
543 @retval EFI_INVALID_PARAMETER MapKey is incorrect.
550 IN UINTN MapKey
558 @param MapKey Memory map key
567 IN UINTN MapKey
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/ |
PropertiesTable.c | 742 @param MapKey A pointer to the location in which firmware
764 OUT UINTN *MapKey,
777 return CoreGetMemoryMap (MemoryMapSize, MemoryMap, MapKey, DescriptorSize, DescriptorVersion);
789 Status = CoreGetMemoryMap (MemoryMapSize, MemoryMap, MapKey, DescriptorSize, DescriptorVersion);
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
PiSmmCore.h | [all...] |
Page.c | 1045 @param[out] MapKey A pointer to the location in which firmware
1067 OUT UINTN *MapKey,
[all...] |
/external/guice/extensions/persist/lib/ |
ejb3-persistence.jar | |
hibernate-annotations.jar | |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/ |
ConsistMapping.c | [all...] |
/external/golang-protobuf/proto/proto3_proto/ |
proto3.pb.go | 409 MapKey map[string]int64 `protobuf:"bytes,4,rep,name=map_key,json=mapKey,proto3" json:"map_key,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` 481 return m.MapKey
|
/external/protobuf/src/google/protobuf/ |
generated_message_reflection.cc | [all...] |
map_test_util.cc | 566 MapKey map_key; [all...] |
map_test.cc | 221 MapKey key; 225 "MapKey::GetUInt64Value type does not match\n" [all...] |
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
Constants.cpp | [all...] |
/external/golang-protobuf/proto/ |
all_test.go | [all...] |
/external/golang-protobuf/proto/test_proto/ |
test.pb.go | [all...] |