HomeSort by relevance Sort by last modified time
    Searched defs:Key (Results 201 - 225 of 645) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/guice/extensions/mini/src/com/google/inject/mini/
MiniGuice.java 48 private final Map<Key, Provider<?>> bindings = new HashMap<Key, Provider<?>>();
50 private final Set<Key> singletons = new HashSet<Key>();
79 Key key = new Key(type, null); local
84 miniGuice.requireKey(key, "root injection");
88 Provider<?> provider = miniGuice.bindings.get(key);
93 Map<Key, Provider<?>> providerBindings = new HashMap<Key, Provider<?>>()
95 Key key = binding.getKey(); local
136 Key key = key(method, method.getGenericReturnType(), method.getAnnotations()); local
171 Key key = requiredKey.key; local
300 public Key key(Object subject, Type type, Annotation[] annotations) { method in class:MiniGuice
347 private final Key key; field in class:MiniGuice.RequiredKey
    [all...]
  /external/llvm/include/llvm/Support/
YAMLParser.h 256 /// \brief A key and value pair. While not technically a Node under the YAML
268 : Node(NK_KeyValue, D, StringRef(), StringRef()), Key(nullptr),
271 /// \brief Parse and return the key.
275 /// \returns The key, or nullptr if failed() == true.
296 Node *Key;
394 MT_Inline ///< An inline mapping node is used for "[key: value]".
443 // key:
  /external/llvm/lib/IR/
ConstantsContext.h 547 /// Key and hash together, so that we compute the hash only once and reuse it.
611 LookupKey Key(Ty, V);
613 LookupKeyHashed Lookup(MapInfo::getHashValue(Key), Key);
639 LookupKey Key(CP->getType(), ValType(Operands, CP));
641 LookupKeyHashed Lookup(MapInfo::getHashValue(Key), Key);
Module.cpp 314 MDString *Key = cast<MDString>(Flag->getOperand(1));
316 Flags.push_back(ModuleFlagEntry(MFB, Key, Val));
321 /// Return the corresponding value if Key appears in module flags, otherwise
323 Metadata *Module::getModuleFlag(StringRef Key) const {
327 if (Key == MFE.Key->getString())
350 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
355 MDString::get(Context, Key), Val};
358 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
360 addModuleFlag(Behavior, Key, ConstantAsMetadata::get(Val))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Type.cpp 332 std::vector<Type*> Key;
333 Key.reserve(Params.size()+2);
334 Key.push_back(const_cast<Type*>(ReturnType));
336 Key.push_back(const_cast<Type*>(Params[i]));
338 Key.push_back(0);
341 FunctionType *&FT = pImpl->FunctionTypes[Key];
381 std::vector<Type*> Key;
385 Key.push_back(ETypes[i]);
388 Key.push_back(0);
390 StructType *&ST = Context.pImpl->AnonStructTypes[Key];
    [all...]
  /external/v8/src/crankshaft/
hydrogen-bce.cc 17 // To do so we keep a dictionary of all checks where the key if the pair
19 // The class BoundsCheckKey represents this key.
85 // (the key is BoundsCheckKey).
89 // with the same key (the dictionary holds the head of the list).
99 BoundsCheckKey* Key() const { return key_; }
196 BoundsCheckBbData(BoundsCheckKey* key,
204 : key_(key),
315 BoundsCheckBbData** BoundsCheckTable::LookupOrInsert(BoundsCheckKey* key,
318 &(CustomMatcherZoneHashMap::LookupOrInsert(key, key->Hash()
395 BoundsCheckKey* key = local
    [all...]
  /frameworks/native/include/input/
InputTransport.h 63 struct Key {
77 return sizeof(Key);
79 } key; member in union:android::InputMessage::Body
202 /* Publishes a key event to the input channel.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetaheader.h 67 UINT32 Key;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
VolInfo.c 331 UINTN Key;
343 Key = 0;
344 Status = FvBufFindNextFile (Fv, &Key, (VOID **) &CurrentFile);
369 Status = FvBufFindNextFile (Fv, &Key, (VOID **) &CurrentFile);
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
BdsPlatform.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrForm.c 437 Draw a dialog and return the selected key.
466 EFI_INPUT_KEY Key;
620 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
621 EfiCopyMem (KeyValue, &Key, sizeof (EFI_INPUT_KEY));
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/
EfiFileLib.c 517 UINTN Key;
563 Key = 0;
568 &Key,
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsMisc.c 1119 EFI_INPUT_KEY Key;
1148 CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, StringBuffer1, StringBuffer2, NULL);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
LegacyBootMaintUi.c 706 UINT16 Key;
714 Key = 0;
731 Key = (UINT16) LEGACY_FD_QUESTION_ID;
741 Key = (UINT16) LEGACY_HD_QUESTION_ID;
751 Key = (UINT16) LEGACY_CD_QUESTION_ID;
761 Key = (UINT16) LEGACY_NET_QUESTION_ID;
771 Key = (UINT16) LEGACY_BEV_QUESTION_ID;
842 (EFI_QUESTION_ID) (Key + Index),
844 (UINT16) (Key + Index * 2 - CONFIG_OPTION_OFFSET),
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
FrontPage.c 877 @retval EFI_SUCCESS User pressed some key except "Enter"
889 EFI_INPUT_KEY Key;
895 DEBUG ((EFI_D_INFO, "\n\nStart showing progress bar... Press any key to stop it! ...Zzz....\n"));
953 // User pressed some key
956 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
961 if (Key.UnicodeChar == CHAR_CARRIAGE_RETURN) {
999 EFI_INPUT_KEY Key;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkHii.h 346 /// The definition of a specific physical key
354 /// Used to describe a physical key on a keyboard.
356 EFI_KEY Key;
358 /// The Unicode value for the Key.
361 /// The Unicode value for the key with the shift key being held down.
365 /// The Unicode value for the key with the Alt-GR being held down.
369 /// The Unicode value for the key with the Alt-GR and shift keys being held down.
398 /// Each entry will reflect the definition of a specific physical key.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
FrontPage.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DriverSample.c 90 @param[in] KeyData The key that was pressed.
137 KeyData.Key.ScanCode = 0;
139 KeyData.Key.UnicodeChar = L'c';
196 KeyData.Key.ScanCode = 0;
198 KeyData.Key.UnicodeChar = L'c';
239 CHAR16 *Key;
241 Key = L"MAR10648567";
245 for (Index = 0; Key[Index] != 0; Index++) {
247 Buffer[Loop] = (CHAR16) (Password[Loop] ^ Key[Index]);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
PlatDriOverrideDxe.c 320 @param KeyValue The callback key value of device controller item in first page.
611 @param KeyValue The callback key value of device controller item in first page.
657 // Switch the item callback key value to its NO. in mDevicePathHandleBuffer
901 @param KeyValue The callback key value of device controller item in first page.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiConfig.c 197 EFI_INPUT_KEY Key;
214 &Key,
450 EFI_INPUT_KEY Key;
492 &Key,
513 &Key,
522 &Key,
538 &Key,
553 &Key,
569 &Key,
582 &Key,
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6ConfigNv.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
FileHandleWrappers.c 339 EFI_INPUT_KEY Key;
415 // Read a key
418 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
425 // Press any other key to quit scrolling.
427 if (Key.UnicodeChar == 0 && (Key.ScanCode == SCAN_PAGE_UP || Key.ScanCode == SCAN_PAGE_DOWN)) {
428 if (Key.ScanCode == SCAN_PAGE_UP) {
430 } else if (Key.ScanCode == SCAN_PAGE_DOWN) {
445 if (InTabScrolling && Key.UnicodeChar != CHAR_TAB) {
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsMisc.c 1119 EFI_INPUT_KEY Key;
1140 CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, StringBuffer1, StringBuffer2, NULL);
1141 } while (Key.UnicodeChar != CHAR_CARRIAGE_RETURN);
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
PlatformDxe.h 221 UINT16 Key;
441 UINT16 *Key,
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 765 unsigned Key = (S->getStmtClass() << 1) | unsigned(isPreVisit);
766 CachedStmtCheckersMapTy::iterator CCI = CachedStmtCheckersMap.find(Key);
771 CachedStmtCheckers &Checkers = CachedStmtCheckersMap[Key];

Completed in 2139 milliseconds

1 2 3 4 5 6 7 891011>>