Home
last modified time | relevance | path

Searched refs:merge (Results 1 – 25 of 28) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_descrtut.py30 def merge(self, other): member in defaultdict
122 def merge(self, other): member in defaultdict2
Dtest_heapq.py158 self.assertEqual(sorted(chain(*inputs)), list(self.module.merge(*inputs)))
159 self.assertEqual(list(self.module.merge()), [])
173 result = [i.pair for i in self.module.merge(*inputs)]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlistsort.txt195 the preliminary pre-merge searches described under "Merge Memory" later.
196 %sort approaches having a balanced merge at the end because the random
243 heroic efforts to shave a few cycles off per-merge overheads. For
246 with, a few "extra" function calls per merge is barely measurable.
274 merge at the end. The adaptive gimmicks can do that with fewer than 2048+64
286 q is a power of 2 and r>0 (then the last merge only gets r elements into
289 leaving too little work for the last merge to do).
311 we dare not merge A with C first, because if A, B and C happen to contain
320 should merge it with preceding run(s). We would like to delay merging as
361 In both examples, the stack configuration after the merge still violates
[all …]
/device/linaro/bootloader/arm-trusted-firmware/
Dcontributing.rst94 - Typically, the `Maintainers`_ will merge the `pull request`_ into the
95 ``integration`` branch within the GitHub UI, creating a merge commit.
96 - Please avoid creating merge commits in the `pull request`_ itself.
101 - After final integration testing, the `Maintainers`_ will push your merge
103 the merge commit will be removed from the ``integration`` branch and the
Dmaintainers.rst8 maintainers merge a contribution.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlistsort.txt198 the preliminary pre-merge searches described under "Merge Memory" later.
199 %sort approaches having a balanced merge at the end because the random
246 heroic efforts to shave a few cycles off per-merge overheads. For
249 with, a few "extra" function calls per merge is barely measurable.
277 merge at the end. The adaptive gimmicks can do that with fewer than 2048+64
289 q is a power of 2 and r>0 (then the last merge only gets r elements into
292 leaving too little work for the last merge to do).
314 we dare not merge A with C first, because if A, B and C happen to contain
323 should merge it with preceding run(s). We would like to delay merging as
364 In both examples, the stack configuration after the merge still violates
[all …]
/device/google/crosshatch/json-c/
DCOPYING7 the rights to use, copy, modify, merge, publish, distribute, sublicense,
29 the rights to use, copy, modify, merge, publish, distribute, sublicense,
/device/google/bonito/json-c/
DCOPYING7 the rights to use, copy, modify, merge, publish, distribute, sublicense,
29 the rights to use, copy, modify, merge, publish, distribute, sublicense,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
DCOPYING8 without limitation the rights to use, copy, modify, merge, publish,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
DCOPYING7 without limitation the rights to use, copy, modify, merge, publish,
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/
DCopyright.txt32 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
53 without limitation the rights to use, copy, modify, merge, publish,
DLua.inf10 # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
DLuaLib.inf8 # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/device/sample/apps/SampleEmailPolicy/
DREADME20 having to edit or merge changes directly into its source. It also allows the same Email application
/device/google/contexthub/firmware/lib/builtins/
DLICENSE.TXT32 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
63 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
DNOTICE32 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
63 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/
DLICENSE.TXT32 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
63 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DValidCheckingInfoObject.py30 tab.merge(var_check_tab)
233 def merge(self, varchecktab): member in VAR_CHECK_PCD_VARIABLE_TAB
/device/linaro/bootloader/edk2/OvmfPkg/
DLicense.txt37 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dheapq.py319 def merge(*iterables): function
Ddoctest.py1463 def merge(self, other): member in DocTestRunner
1859 master.merge(runner)
1984 master.merge(runner)
2073 def merge(self, other): member in Tester
2074 self.testrunner.merge(other.testrunner)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dheapq.py357 def merge(*iterables): function
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DRangeExpression.py69 self.merge()
83 def merge(self): member in RangeContainer
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dmsi.py1335 def merge(msi, feature, rootdir, modules): function
1390 merge(msiname, "SharedCRT", "TARGETDIR", modules)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DPy2710ReadMe.txt41 AppPkg/Applications/Python/Python-2.7.10. This should merge the additional

12