HomeSort by relevance Sort by last modified time
    Searched refs:KeyValue (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/cmockery/cmockery_0_1_2/src/example/
key_value.c 20 typedef struct KeyValue {
23 } KeyValue;
25 static KeyValue *key_values = NULL;
28 void set_key_values(KeyValue * const new_key_values,
34 // Compare two key members of KeyValue structures.
36 return (int)((KeyValue*)a)->key - (int)((KeyValue*)b)->key;
40 KeyValue* find_item_by_value(const char * const value) {
key_value_test.c 24 typedef struct KeyValue {
27 } KeyValue;
29 void set_key_values(KeyValue * const new_key_values,
31 extern KeyValue* find_item_by_value(const char * const value);
34 static KeyValue key_values[] = {
42 KeyValue * const items = (KeyValue*)test_malloc(sizeof(key_values));
56 KeyValue * const found = find_item_by_value(key_values[i].value);
65 KeyValue * const kv = *state;
  /external/swiftshader/third_party/subzero/src/
IceELFSection.cpp 157 for (auto &KeyValue : LocalSymbols) {
158 GlobalString Name = KeyValue.first;
159 ELFSection *Section = KeyValue.second.Section;
160 Elf64_Sym &SymInfo = KeyValue.second.Sym;
164 KeyValue.second.setNumber(SymNumber++);
166 for (auto &KeyValue : GlobalSymbols) {
167 const std::string &Name = KeyValue.first.toString();
168 ELFSection *Section = KeyValue.second.Section;
169 Elf64_Sym &SymInfo = KeyValue.second.Sym;
173 KeyValue.second.setNumber(SymNumber++)
    [all...]
IceELFSection.h 334 for (auto &KeyValue : Map) {
335 const Elf64_Sym &SymInfo = KeyValue.second.Sym;
344 for (auto &KeyValue : Map) {
345 const Elf64_Sym &SymInfo = KeyValue.second.Sym;
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
ClearKeyTypes.h 30 using ::android::hardware::drm::V1_0::KeyValue;
  /hardware/interfaces/drm/1.0/
types.hal 239 struct KeyValue {
244 typedef vec<KeyValue> KeyedVector;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
PlatDriOverrideDxe.c 320 @param KeyValue The callback key value of device controller item in first page.
329 IN UINT16 KeyValue,
611 @param KeyValue The callback key value of device controller item in first page.
612 KeyValue is larger than or equal to KEY_VALUE_DEVICE_OFFSET.
621 IN UINT16 KeyValue,
659 mSelectedCtrIndex = KeyValue - KEY_VALUE_DEVICE_OFFSET;
901 @param KeyValue The callback key value of device controller item in first page.
910 IN UINT16 KeyValue,
    [all...]
  /external/llvm/lib/Transforms/Utils/
SymbolRewriter.cpp 317 StringRef KeyValue;
331 KeyValue = Key->getValue(KeyStorage);
332 if (KeyValue.equals("source")) {
340 } else if (KeyValue.equals("target")) {
342 } else if (KeyValue.equals("transform")) {
344 } else if (KeyValue.equals("naked")) {
384 StringRef KeyValue;
398 KeyValue = Key->getValue(KeyStorage);
399 if (KeyValue.equals("source")) {
407 } else if (KeyValue.equals("target"))
    [all...]
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 272 StringRef KeyValue = KeyString->getValue(KeyStorage);
282 if (KeyValue == "arguments" && !SequenceString) {
285 } else if (KeyValue != "arguments" && !ValueString) {
289 if (KeyValue == "directory") {
291 } else if (KeyValue == "arguments") {
301 } else if (KeyValue == "command") {
304 } else if (KeyValue == "file") {
  /external/flatbuffers/include/flatbuffers/
reflection_generated.h 13 struct KeyValue;
157 struct KeyValue FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
165 bool KeyCompareLessThan(const KeyValue *o) const {
188 fbb_.AddOffset(KeyValue::VT_KEY, key);
191 fbb_.AddOffset(KeyValue::VT_VALUE, value);
198 flatbuffers::Offset<KeyValue> Finish() {
200 auto o = flatbuffers::Offset<KeyValue>(end);
201 fbb_.Required(o, KeyValue::VT_KEY);
206 inline flatbuffers::Offset<KeyValue> CreateKeyValue(
216 inline flatbuffers::Offset<KeyValue> CreateKeyValueDirect
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
PlatformSetupDxe.c 336 @param KeyValue A unique Goto OpCode callback value which record user's selection.
337 0x100 <= KeyValue <0x500 : user select a controller item in the first page;
338 KeyValue == 0x1234 : user select 'Refresh' in first page, or user select 'Go to Previous Menu' in second page
339 KeyValue == 0x1235 : user select 'Pci device filter' in first page
340 KeyValue == 0x1500 : user select 'order ... priority' item in second page
341 KeyValue == 0x1800 : user select 'commint changes' in third page
342 KeyValue == 0x2000 : user select 'Go to Previous Menu' in third page
355 IN EFI_QUESTION_ID KeyValue,
384 if (KeyValue == 0x1235) {
401 } else if (KeyValue == 0x1236) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/
FwVolRead.c 121 UINTN *KeyValue;
146 KeyValue = (UINTN *)Key;
148 if (*KeyValue == 0) {
157 Link = (LIST_ENTRY *)(*KeyValue);
173 *KeyValue = (UINTN)FfsFileEntry;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwVolRead.c 122 UINTN *KeyValue;
133 KeyValue = (UINTN *) Key;
151 if (*KeyValue == 0) {
166 *KeyValue = (UINTN) FfsFileEntry;
187 Link = (LIST_ENTRY *) (*KeyValue);
198 *KeyValue = (UINTN) FfsFileEntry;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
FileExplorer.h 216 @param KeyValue Key value to identify the type of data to expect.
224 IN UINT16 KeyValue
231 @param KeyValue Key value to identify the type of data to expect.
236 IN UINT16 KeyValue
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FormBrowser/
FormBrowser.h 94 OUT EFI_INPUT_KEY * KeyValue,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FormCallback/
FormCallback.h 105 IN UINT16 KeyValue,
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkFormBrowser.h 122 and returned in KeyValue, or if a string is returned
129 @param KeyValue The EFI_INPUT_KEY value returned if HotKey is TRUE.
147 OUT EFI_INPUT_KEY *KeyValue,
FrameworkFormCallback.h 187 @param KeyValue A unique value which is sent to the original exporting
202 IN UINT16 KeyValue,
  /prebuilts/go/darwin-x86/src/expvar/
expvar.go 107 // KeyValue represents a single entry in a Map.
108 type KeyValue struct {
117 v.Do(func(kv KeyValue) {
205 func (v *Map) Do(f func(KeyValue)) {
210 f(KeyValue{k, i.(Var)})
306 func Do(f func(KeyValue)) {
311 f(KeyValue{k, val.(Var)})
319 Do(func(kv KeyValue) {
  /prebuilts/go/linux-x86/src/expvar/
expvar.go 107 // KeyValue represents a single entry in a Map.
108 type KeyValue struct {
117 v.Do(func(kv KeyValue) {
205 func (v *Map) Do(f func(KeyValue)) {
210 f(KeyValue{k, i.(Var)})
306 func Do(f func(KeyValue)) {
311 f(KeyValue{k, val.(Var)})
319 Do(func(kv KeyValue) {
  /external/llvm/utils/TableGen/
CodeGenMapTable.cpp 243 std::vector<Init*> KeyValue;
247 KeyValue.push_back(CurInstrVal);
252 // their KeyValue in RowInstrMap.
256 RowInstrMap[KeyValue].push_back(CurInstr);
310 std::vector<Init*> KeyValue;
312 // Construct KeyValue using KeyInstr's values for RowFields.
315 KeyValue.push_back(KeyInstrVal);
318 // Get all the instructions that share the same KeyValue as the KeyInstr
322 const std::vector<Record*> &RelatedInstrVec = RowInstrMap[KeyValue];
344 for (Init *Value : KeyValue) {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringMap.h 321 bool insert(MapEntryTy *KeyValue) {
322 unsigned BucketNo = LookupBucketFor(KeyValue->getKey());
329 Bucket.Item = KeyValue;
386 void remove(MapEntryTy *KeyValue) {
387 RemoveKey(KeyValue);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
MdeModuleHii.h 186 UINT16 KeyValue;
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
MdeModuleHii.h 185 UINT16 KeyValue;
  /external/llvm/include/llvm/ADT/
StringMap.h 344 bool insert(MapEntryTy *KeyValue) {
345 unsigned BucketNo = LookupBucketFor(KeyValue->getKey());
352 Bucket = KeyValue;
410 void remove(MapEntryTy *KeyValue) {
411 RemoveKey(KeyValue);

Completed in 1969 milliseconds

1 2 3 4 5