Home
last modified time | relevance | path

Searched refs:NewDict (Results 1 – 25 of 70) sorted by relevance

123

/dports/lang/swi-pl/swipl-8.2.3/boot/
H A Ddicts.pl78 -> put_dict(Key, Dict, Value, NewDict)
79 ; put_dict_path(Key, Dict, Value, NewDict)
81 eval_dict_function(put(New), _, Dict, NewDict) :-
83 put_dict(New, Dict, NewDict).
93 put_dict_path(Key, Dict, Value, NewDict) :-
96 put_dict(Key, Dict, Value, NewDict).
97 put_dict_path(Path, Dict, Value, NewDict) :-
113 get_dict_path(Key, Dict, Old, NewDict, New) :-
114 get_dict(Key, Dict, Old, NewDict, New),
117 get_dict_path(Key, Dict, _{}, NewDict, New) :-
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/Python/UPT/GenMetaFile/
H A DGenMetaFileMisc.py147 NewDict = {}
171 if SortedArch in NewDict:
172 NewDict[SortedArch] = NewDict[SortedArch] + [NewStateMent]
174 NewDict[SortedArch] = [NewStateMent]
176 return NewDict
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
H A DGenMetaFileMisc.py158 NewDict = {}
182 if SortedArch in NewDict:
183 NewDict[SortedArch] = NewDict[SortedArch] + [NewStateMent]
185 NewDict[SortedArch] = [NewStateMent]
187 return NewDict
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
H A DGenMetaFileMisc.py158 NewDict = {}
182 if SortedArch in NewDict:
183 NewDict[SortedArch] = NewDict[SortedArch] + [NewStateMent]
185 NewDict[SortedArch] = [NewStateMent]
187 return NewDict
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/UPT/GenMetaFile/
H A DGenMetaFileMisc.py158 NewDict = {}
182 if SortedArch in NewDict:
183 NewDict[SortedArch] = NewDict[SortedArch] + [NewStateMent]
185 NewDict[SortedArch] = [NewStateMent]
187 return NewDict
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
H A DGenMetaFileMisc.py158 NewDict = {}
182 if SortedArch in NewDict:
183 NewDict[SortedArch] = NewDict[SortedArch] + [NewStateMent]
185 NewDict[SortedArch] = [NewStateMent]
187 return NewDict
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/UPT/GenMetaFile/
H A DGenMetaFileMisc.py158 NewDict = {}
182 if SortedArch in NewDict:
183 NewDict[SortedArch] = NewDict[SortedArch] + [NewStateMent]
185 NewDict[SortedArch] = [NewStateMent]
187 return NewDict
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
H A DGenMetaFileMisc.py158 NewDict = {}
182 if SortedArch in NewDict:
183 NewDict[SortedArch] = NewDict[SortedArch] + [NewStateMent]
185 NewDict[SortedArch] = [NewStateMent]
187 return NewDict
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
H A DGenMetaFileMisc.py158 NewDict = {}
182 if SortedArch in NewDict:
183 NewDict[SortedArch] = NewDict[SortedArch] + [NewStateMent]
185 NewDict[SortedArch] = [NewStateMent]
187 return NewDict
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/Python/UPT/GenMetaFile/
H A DGenMetaFileMisc.py158 NewDict = {}
182 if SortedArch in NewDict:
183 NewDict[SortedArch] = NewDict[SortedArch] + [NewStateMent]
185 NewDict[SortedArch] = [NewStateMent]
187 return NewDict
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
H A DGenMetaFileMisc.py158 NewDict = {}
182 if SortedArch in NewDict:
183 NewDict[SortedArch] = NewDict[SortedArch] + [NewStateMent]
185 NewDict[SortedArch] = [NewStateMent]
187 return NewDict
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_dict.erl103 NewDict = Dict#asm_dict{strings = Strings++Str,
105 {NextOffset, NewDict}
169 {Index, NewDict} ->
170 {Index, NewDict, NextIndex+1}
174 {Index, NewDict} = lookup_store1(Key, Dict, NextIndex),
175 {Index, [Pair|NewDict]};
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_dict.erl103 NewDict = Dict#asm_dict{strings = Strings++Str,
105 {NextOffset, NewDict}
169 {Index, NewDict} ->
170 {Index, NewDict, NextIndex+1}
174 {Index, NewDict} = lookup_store1(Key, Dict, NextIndex),
175 {Index, [Pair|NewDict]};
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_dict.erl103 NewDict = Dict#asm_dict{strings = Strings++Str,
105 {NextOffset, NewDict}
169 {Index, NewDict} ->
170 {Index, NewDict, NextIndex+1}
174 {Index, NewDict} = lookup_store1(Key, Dict, NextIndex),
175 {Index, [Pair|NewDict]};
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_dict.erl103 NewDict = Dict#asm_dict{strings = Strings++Str,
105 {NextOffset, NewDict}
169 {Index, NewDict} ->
170 {Index, NewDict, NextIndex+1}
174 {Index, NewDict} = lookup_store1(Key, Dict, NextIndex),
175 {Index, [Pair|NewDict]};
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_dict.erl103 NewDict = Dict#asm_dict{strings = Strings++Str,
105 {NextOffset, NewDict}
169 {Index, NewDict} ->
170 {Index, NewDict, NextIndex+1}
174 {Index, NewDict} = lookup_store1(Key, Dict, NextIndex),
175 {Index, [Pair|NewDict]};
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_dict.erl103 NewDict = Dict#asm_dict{strings = Strings++Str,
105 {NextOffset, NewDict}
169 {Index, NewDict} ->
170 {Index, NewDict, NextIndex+1}
174 {Index, NewDict} = lookup_store1(Key, Dict, NextIndex),
175 {Index, [Pair|NewDict]};
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_dict.erl103 NewDict = Dict#asm_dict{strings = Strings++Str,
105 {NextOffset, NewDict}
169 {Index, NewDict} ->
170 {Index, NewDict, NextIndex+1}
174 {Index, NewDict} = lookup_store1(Key, Dict, NextIndex),
175 {Index, [Pair|NewDict]};
/dports/lang/yap/yap-6.2.2/library/MYDDAS/
H A Dmyddas_prolog2sql.ypp275 translate_goal(SimpleGoal,[SQLFrom],SQLWhere,Dict,NewDict):-
280 translate_arguments(Arguments,SQLFrom,1,SQLWhere,Dict,NewDict).
282 translate_goal(Result is Expression,[],SQLWhere,Dict,NewDict):-
323 translate_goal(Goal,List,SQL,Dict,NewDict),
324 add_distinct_statement(NewDict,DistinctDict).
337 % as an accumulator pair (arguments Dict and NewDict)
347 translate_conjunction(Goal,SQLFrom,SQLWhere,TmpDict,NewDict).
349 translate_conjunction(Goal,SQLFrom,SQLWhere,Dict,NewDict):-
354 translate_goal(Goal,SQLFrom,SQLWhere,Dict,NewDict).
388 add_to_dictionary(VarId,is,ArithExpression,Type,all,Dict,NewDict).
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/UPT/
H A DInstallPkg.py186 NewDict = Sdict()
202 NewDict[Guid, Version, Package.GetPackagePath()] = Package
217 return NewDict
237 NewDict = Sdict()
264 NewDict[Guid, Version, Name, Module.GetModulePath()] = Module
287 return NewDict
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/UPT/
H A DInstallPkg.py186 NewDict = Sdict()
202 NewDict[Guid, Version, Package.GetPackagePath()] = Package
217 return NewDict
237 NewDict = Sdict()
264 NewDict[Guid, Version, Name, Module.GetModulePath()] = Module
287 return NewDict
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/UPT/
H A DInstallPkg.py186 NewDict = Sdict()
202 NewDict[Guid, Version, Package.GetPackagePath()] = Package
217 return NewDict
237 NewDict = Sdict()
264 NewDict[Guid, Version, Name, Module.GetModulePath()] = Module
287 return NewDict
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/UPT/
H A DInstallPkg.py186 NewDict = Sdict()
202 NewDict[Guid, Version, Package.GetPackagePath()] = Package
217 return NewDict
237 NewDict = Sdict()
264 NewDict[Guid, Version, Name, Module.GetModulePath()] = Module
287 return NewDict
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/Python/UPT/
H A DInstallPkg.py200 NewDict = Sdict()
216 NewDict[Guid, Version, Package.GetPackagePath()] = Package
231 return NewDict
251 NewDict = Sdict()
278 NewDict[Guid, Version, Name, Module.GetModulePath()] = Module
301 return NewDict
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/UPT/
H A DInstallPkg.py186 NewDict = Sdict()
202 NewDict[Guid, Version, Package.GetPackagePath()] = Package
217 return NewDict
237 NewDict = Sdict()
264 NewDict[Guid, Version, Name, Module.GetModulePath()] = Module
287 return NewDict

123