/external/guice/core/test/com/google/inject/multibindings/ |
ProvidesIntoTest.java | 203 @MapKey(unwrapValue = true) 209 @MapKey(unwrapValue = false) 253 @MapKey(unwrapValue = true) 276 "Array types are not allowed in a MapKey with unwrapValue=true: " 282 @MapKey(unwrapValue = false) 354 "Found a MapKey annotation on non map binding at " 377 "Found a MapKey annotation on non map binding at " 399 "No MapKey found for map binding at " + m.getClass().getName() + ".provideFoo"); 403 @MapKey(unwrapValue = true) 427 "Found more than one MapKey annotations on " + m.getClass().getName() + ".provideFoo") [all...] |
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
WorkerModule.java | 26 import dagger.MapKey; 78 @MapKey(unwrapValue = true)
|
/external/guice/core/src/com/google/inject/internal/ |
ProvidesMethodScanner.java | 24 import com.google.inject.multibindings.MapKey; 55 @SuppressWarnings({"unchecked", "rawtypes"}) // mapKey doesn't know its key type 60 AnnotationOrError mapKey = findMapKeyAnnotation(binder, method); 62 if (mapKey.annotation != null) { 63 binder.addError("Found a MapKey annotation on non map binding at %s.", method); 69 if (mapKey.annotation != null) { 70 binder.addError("Found a MapKey annotation on non map binding at %s.", method); 74 if (mapKey.error) { 75 // Already failed on the MapKey, don't bother doing more work. 78 if (mapKey.annotation == null) [all...] |
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
MapKeys.java | 23 import dagger.MapKey; 55 * Methods for extracting {@link MapKey} annotations and key snippets from binding elements. 60 * If {@code bindingElement} is annotated with a {@link MapKey} annotation, returns it. 62 * @throws IllegalArgumentException if the element is annotated with more than one {@code MapKey} 73 * Returns all of the {@link MapKey} annotations that annotate {@code bindingElement}. 76 return getAnnotatedAnnotations(bindingElement, MapKey.class); 80 * Returns the annotation value if {@code mapKey}'s type is annotated with 81 * {@link MapKey @MapKey(unwrapValue = true)}. 83 * @throws IllegalArgumentException if {@code mapKey}'s type is not annotated wit [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ia32/ |
Fvb.c | 68 UINTN MapKey;
86 &MapKey,
108 &MapKey,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/X64/ |
Fvb.c | 68 UINTN MapKey;
86 &MapKey,
108 &MapKey,
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
ConstantsContext.h | 575 typedef std::pair<TypeClass*, ValType> MapKey; 576 typedef std::map<MapKey, ConstantClass *> MapTy; 607 typename MapTy::iterator InsertOrGetItem(std::pair<MapKey, ConstantClass *> 626 Map.find(MapKey(static_cast<TypeClass*>(CP->getType()), 643 I = Map.insert(I, std::make_pair(MapKey(Ty, V), Result)); 655 MapKey Lookup(Ty, V);
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D02/FdtUpdateLibD02/ |
FdtUpdateLib.c | 166 UINTN MapKey;
199 Status = gBS->GetMemoryMap (&MemoryMapSize, MemoryMap, &MapKey, &DescriptorSize, &DescriptorVersion);
212 Status = gBS->GetMemoryMap (&MemoryMapSize, MemoryMap, &MapKey, &DescriptorSize, &DescriptorVersion);
|
/device/linaro/bootloader/edk2/MdePkg/Library/SmmMemLib/ |
SmmMemLib.c | 339 UINTN MapKey;
354 &MapKey,
367 &MapKey,
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
ExperimentingRunnerModule.java | 39 import dagger.MapKey; 100 @MapKey(unwrapValue = true) 155 @MapKey(unwrapValue = true)
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/ |
Command.c | 327 UINTN MapKey;
346 &MapKey,
361 &MapKey,
367 Status = gBS->ExitBootServices (gImageHandle, MapKey);
|
EfiDevice.c | 566 UINTN MapKey;
582 Status = gBS->GetMemoryMap (&MemMapSize, MemMap, &MapKey, &DescriptorSize, &DescriptorVersion);
589 Status = gBS->GetMemoryMap (&MemMapSize, MemMap, &MapKey, &DescriptorSize, &DescriptorVersion);
|
/external/protobuf/python/google/protobuf/pyext/ |
map_container.cc | 134 MapKey* key) { 179 const MapKey& key) { 337 MapKey map_key; 442 MapKey map_key; 463 MapKey map_key; 702 MapKey map_key; 727 MapKey map_key; [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/Library/FdtUpdateLib/ |
FdtUpdateLib.c | 296 UINTN MapKey;
315 Status = gBS->GetMemoryMap (&MemoryMapSize, MemoryMap, &MapKey, &DescriptorSize, &DescriptorVersion);
327 Status = gBS->GetMemoryMap (&MemoryMapSize, MemoryMap, &MapKey, &DescriptorSize, &DescriptorVersion);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/ |
RamDiskProtocol.c | 154 UINTN MapKey;
171 &MapKey,
182 &MapKey,
|
/external/protobuf/src/google/protobuf/ |
map.h | 95 // MapKey is an union type for representing any possible 97 class LIBPROTOBUF_EXPORT MapKey { 99 MapKey() : type_(0) { 101 MapKey(const MapKey& other) : type_(0) { 105 ~MapKey() { 115 << "MapKey::type MapKey is not initialized. " 116 << "Call set methods to initialize MapKey."; 148 "MapKey::GetInt64Value") [all...] |
map_field_test.cc | 78 bool ContainsMapKey(const MapKey& map_key) const { 81 bool InsertOrLookupMapValue(const MapKey& map_key, MapValueRef* val) { 84 bool DeleteMapValue(const MapKey& map_key) {
|
generated_message_reflection.h | 62 class MapKey; 269 const MapKey& key) const; 272 const MapKey& key, 276 const MapKey& key) const;
|
message.h | 137 class MapKey; [all...] |
/device/linaro/bootloader/edk2/OvmfPkg/Library/LoadLinuxLib/ |
Linux.c | 255 UINTN MapKey;
275 &MapKey,
297 &MapKey,
393 gBS->ExitBootServices (gImageHandle, MapKey);
|
/external/guice/extensions/dagger-adapter/lib/ |
dagger-2.4.jar | |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
MemoryAttributesTable.c | 715 @param[out] MapKey A pointer to the location in which firmware
738 OUT UINTN *MapKey,
751 return SmmCoreGetMemoryMap (MemoryMapSize, MemoryMap, MapKey, DescriptorSize, DescriptorVersion);
761 Status = SmmCoreGetMemoryMap (MemoryMapSize, MemoryMap, MapKey, DescriptorSize, DescriptorVersion);
[all...] |
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/FdtDxe/ |
BdsLinuxFdt.c | 391 UINTN MapKey;
511 Status = gBS->GetMemoryMap (&MemoryMapSize, MemoryMap, &MapKey, &DescriptorSize, &DescriptorVersion);
521 Status = gBS->GetMemoryMap (&MemoryMapSize, MemoryMap, &MapKey, &DescriptorSize, &DescriptorVersion);
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
MemMap.c | 70 UINTN MapKey;
155 Status = gBS->GetMemoryMap(&Size, Buffer, &MapKey, &ItemSize, &Version);
159 Status = gBS->GetMemoryMap(&Size, Buffer, &MapKey, &ItemSize, &Version);
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/ |
SmmCpuMemoryManagement.c | [all...] |