Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 172) sorted by relevance

1234567

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtimeit.py94 def _template_func(setup, func): argument
97 setup()
121 def __init__(self, stmt="pass", setup="pass", timer=default_timer): argument
127 if isinstance(setup, basestring):
128 setup = reindent(setup, 4)
129 src = template % {'stmt': stmt, 'setup': setup}
130 elif hasattr(setup, '__call__'):
132 ns['_setup'] = setup
141 if isinstance(setup, basestring):
142 _setup = setup
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Logo/
DLogoDxe.uni2 // The default logo bitmap picture shown on setup screen.
4 // This module provides the default logo bitmap picture shown on setup screen, through EDKII Platfo…
18 …TRACT #language en-US "Provides the default logo bitmap picture shown on setup screen."
20 …uage en-US "This module provides the default logo bitmap picture shown on setup screen, through ED…
DLogo.uni2 // The default logo bitmap picture shown on setup screen, which is corresponding to gEfiDefaultBmpL…
4 // This module provides the default logo bitmap picture shown on setup screen, which corresponds to…
18 … #language en-US "Provides the default logo bitmap picture shown on setup screen, which corr…
20 …uage en-US "This module provides the default logo bitmap picture shown on setup screen, which corr…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dsetup.py1 from distutils.core import setup
4 setup(
Dxxci.py48 def setup(): function
113 setup()
/device/linaro/bootloader/edk2/BaseTools/Source/C/PyUtility/
Dsetup.py18 from distutils.core import setup, Extension
25 setup(
/device/linaro/bootloader/edk2/BaseTools/Source/C/PyEfiCompressor/
Dsetup.py18 from distutils.core import setup, Extension
25 setup(
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/
DRamDiskDxe.uni3 // create/remove RAM disks in a setup browser.
17 …s EFI_RAM_DISK_PROTOCOL and provides the capability to create/remove RAM disks in a setup browser."
19 …s EFI_RAM_DISK_PROTOCOL and provides the capability to create/remove RAM disks in a setup browser."
/device/google/muskie/walleye/
DBoardConfig.mk29 BOARD_PERFSETUP_SCRIPT := platform_testing/scripts/perf-setup/wahoo-setup.sh
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
DTcgConfigDxe.uni2 // Provides the capability to update TPM state setup browser
18 …LE_ABSTRACT #language en-US "Provides the capability to update TPM state setup browser"
/device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/
DTlsAuthConfigDxe.uni2 // Provides the capability to configure Tls Authentication in a setup browser
18 … #language en-US "Provides the capability to configure Tls Authentication in a setup browser"
/device/linaro/bootloader/edk2/EmbeddedPkg/Scripts/LauterbachT32/
DEFI.CMM34 setup.var %hex.on
35 setup.var %decimal.OFF
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigDxe.uni2 // Provides the capbility to configure secure boot in a setup browser
18 …T #language en-US "Provides the capability to configure secure boot in a setup browser"
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/
DTrEEConfigPei.uni5 // NOTE: This module is only for reference only, each platform should have its own setup page.
22 … "NOTE: This module is only for reference only, each platform should have its own setup page."
DTrEEConfigDxe.uni5 // NOTE: This module is only for reference only, each platform should have its own setup page.
21 …, etc. NOTE: This module is only for reference only, each platform should have its own setup page."
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
DTcg2ConfigDxe.uni5 // NOTE: This module is only for reference only, each platform should have its own setup page.
21 …, etc. NOTE: This module is only for reference only, each platform should have its own setup page."
DTcg2ConfigPei.uni5 // NOTE: This module is only for reference only, each platform should have its own setup page.
22 … "NOTE: This module is only for reference only, each platform should have its own setup page."
/device/google/contexthub/firmware/os/platform/stm32/misc/
Dm3debug.script22 function flash-setup
42 #nothing since setup did the erase
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
DDriverHealthManagerDxe.uni7 // firmware setup (UI).
23 …Required driver health instances, the other will be automatically included by firmware setup (UI)."
/device/sample/apps/tv/SetupCustomizationSample/app/src/main/java/com/google/android/tv/setup/customizationsample/
DConstants.java1 package com.google.android.tv.setup.customizationsample;
/device/sample/apps/tv/SetupValidation/app/src/main/java/com/google/android/tv/setup/customizationsample/
DConstants.java1 package com.google.android.tv.setup.customizationsample;
DMockKatnissActivity.java1 package com.google.android.tv.setup.customizationsample;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
Dfreeze.py269 setup = os.path.join(dir, 'Setup')
270 if not os.path.exists(setup):
271 usage('needed file %s not found' % setup)
272 if not os.path.isfile(setup):
273 usage('%s: not a plain file' % setup)
Dcheckextensions.py13 setup = os.path.join(e, 'Setup')
17 edict[e] = parsesetup.getsetupinfo(setup), liba
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_core.py90 distutils.core.setup(name='bar')
97 distutils.core.setup(name='bar')

1234567