/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_mhlib.py | 52 def writeContext(folder): argument 53 folder = normF(folder) 55 "Current-Folder: %s\n" % folder) 57 def writeCurMessage(folder, cur): argument 58 folder = normF(folder) 59 writeFile(os.path.join(_mhpath, folder, ".mh_sequences"), 62 def writeMessage(folder, n, headers, body): argument 63 folder = normF(folder) 66 mkdirs(os.path.join(_mhpath, folder)) 67 writeFile(os.path.join(_mhpath, folder, str(n)), contents) [all …]
|
/device/sample/sdk_addon/ |
D | manifest.ini | 8 # Name and vendor are used to create folder names, so they shouldn't contain 31 # the add-on folder in libs/ 36 # This should be the name of the skin in the skins/ folder of the add-on.
|
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/ |
D | UsbCredentialProvider.uni | 5 // folder of a USB stick. The token file name can be specified by the PCD 22 …S "This module reads a token from a token file that is saved in the root folder of a USB stick. Th…
|
D | UsbCredentialProviderDxe.inf | 5 # folder of a USB stick. The token file name can be specified by the PCD
|
/device/linaro/hikey/sepolicy/ |
D | hal_sensors.te | 21 # allow access to detect change in /dev folder
|
/device/linaro/bootloader/edk2/BaseTools/ |
D | set_vsprefix_envs.bat | 3 @REM however it may be executed directly from the BaseTools project folder 4 @REM if the file is not executed within a WORKSPACE\BaseTools folder.
|
D | toolsetup.bat | 3 @REM however it may be executed directly from the BaseTools project folder 4 @REM if the file is not executed within a WORKSPACE\BaseTools folder. 207 echo Error: target.template is missing at folder %EDK_TOOLS_PATH%\Conf\ 218 echo Error: tools_def.template is missing at folder %EDK_TOOLS_PATH%\Conf\ 229 echo Error: build_rule.template is missing at folder %EDK_TOOLS_PATH%\Conf\
|
/device/google/marlin/sepolicy/ |
D | hal_sensors.te | 23 # allow access to detect change in /dev folder
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | mailerdaemon.py | 231 for folder in sys.argv[1:]: 232 parsedir(folder, modify)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | mailbox.py | 409 def get_folder(self, folder): argument 411 return Maildir(os.path.join(self._path, '.' + folder), 415 def add_folder(self, folder): argument 417 path = os.path.join(self._path, '.' + folder) 425 def remove_folder(self, folder): argument 427 path = os.path.join(self._path, '.' + folder) 431 raise NotEmptyError('Folder contains message(s): %s' % folder) 436 (folder, entry)) 1050 def get_folder(self, folder): argument 1052 return MH(os.path.join(self._path, folder), [all …]
|
D | mhlib.py | 667 self.folder = f 676 return 'Message(%s, %s)' % (repr(self.folder), self.number) 727 part = SubMessage(self.folder, n, mf) 754 f, n, fp = self.folder, self.number, self.fp
|
/device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/ |
D | README.md | 3 This folder contains set of classes and structures that constitute basic USB/IP
|
/device/linaro/poplar/installer/ |
D | README | 5 recovery_files/ folder onto the disk.
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
D | Ecc.py | 155 for folder in re.finditer(r'\S+', EccGlobalData.gConfig.ScanOnlyDirList): 156 OnlyScanDirs.append(folder.group())
|
D | config.ini | 273 # A list for only scanning dirs, the dirs should be the top folder(s) under workspace
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/ |
D | lzma-history.txt | 72 7-Zip created temporary archive in current folder during update archive 74 The fixed 7-Zip creates temporary archive in folder that contains updated archive.
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/DOC/ |
D | lzma-history.txt | 72 7-Zip created temporary archive in current folder during update archive 74 The fixed 7-Zip creates temporary archive in folder that contains updated archive.
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/ |
D | lzma-history.txt | 72 7-Zip created temporary archive in current folder during update archive 74 The fixed 7-Zip creates temporary archive in folder that contains updated archive.
|
/device/google/bonito/json-c/ |
D | RELEASE_CHECKLIST.txt | 74 Upload the two tarballs in the json-c_releases folder.
|
/device/google/crosshatch/json-c/ |
D | RELEASE_CHECKLIST.txt | 74 Upload the two tarballs in the json-c_releases folder.
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/ |
D | BuildAndIntegrationInstructions.txt | 55 2. If build is successfully, the payload image (UEFIPAYLOAD.fd) will be generated inside the folder…
|
/device/linaro/bootloader/edk2/ |
D | edksetup.bat | 113 @echo The setup script, toolsetup.bat must reside in this folder.
|
/device/google/contexthub/firmware/ |
D | CodingStandard.txt | 39 19. Absolutely no inline assembly unless you're in a folder under "cpu" or "variant". Allowed in
|
/device/google/marlin/ |
D | init.common.rc | 251 # Create the symlink to qcn wpa_supplicant folder for ar6000 wpa_supplicant 278 # Create /data/time folder for time-services 283 # Create a folder for audio delta files
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/UserManuals/ |
D | GenCfgOptUserManual.md | 55 The **HEADER** option creates header files in the build folder. Both header
|