Home
last modified time | relevance | path

Searched refs:reach (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dpdeps.py48 reach = closure(table)
49 printresults(reach)
52 invreach = inverse(reach)
99 reach = {}
101 reach[mod] = table[mod][:]
109 for mo in reach[mod]:
111 for m in reach[mo]:
112 if m not in reach[mod]:
113 reach[mod].append(m)
116 return reach
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Ddlg.h157 extern int reach(unsigned *, register int, unsigned *);
205 extern int reach();
Dautomata.c153 reach(nfa_list,a,reach_list);
255 reach(unsigned *nfa_list, register int a, unsigned *reach_list) in reach() function
257 reach(nfa_list, a, reach_list) in reach()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_19.txt9 You can reach the person managing the list at
Dmsg_02.txt23 You can reach the person managing the list at
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cookielib.py666 from cookielib import reach
667 self.assertEqual(reach("www.acme.com"), ".acme.com")
668 self.assertEqual(reach("acme.com"), "acme.com")
669 self.assertEqual(reach("acme.local"), ".local")
670 self.assertEqual(reach(".local"), ".local")
671 self.assertEqual(reach(".com"), ".com")
672 self.assertEqual(reach("."), ".")
673 self.assertEqual(reach(""), "")
674 self.assertEqual(reach("192.168.0.1"), "192.168.0.1")
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DDeviceManagerStrings.uni55 …L_HELP #language en-US "Repair the whole platform until all modules reach terminal status"
56 … #language fr-FR "Repair the whole platform until all modules reach terminal status"
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/Ia32/
DMpFuncs.nasm214 jmp $ ; Never reach here
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcookielib.py655 def reach(h): function
701 if not domain_match(req_host, reach(request.get_origin_req_host())):
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/X64/
DMpFuncs.nasm220 jmp $ ; Should never reach here
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dpsci-pd-tree.rst38 start from a leaf node and follow the parent node pointer to reach the end
Dplatform-migration-guide.rst459 is missing but needs to be accounted for to reach this single core in the
/device/linaro/bootloader/edk2/ArmPkg/
DArmPkg.dec91 # This PCD will free the unallocated buffers if their size reach this threshold.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlistsort.txt394 that's exactly the same thing we need to do if we reach the end of B first,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlistsort.txt397 that's exactly the same thing we need to do if we reach the end of B first,