Home
last modified time | relevance | path

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

12345

/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 …]
DSocketServer.py637 self.setup()
643 def setup(self): member in BaseRequestHandler
682 def setup(self): member in StreamRequestHandler
706 def setup(self): member in DatagramRequestHandler
/device/linaro/bootloader/edk2/MdeModulePkg/Logo/
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/google/contexthub/contexthubhal/
Dsystem_comms.h120 virtual int setup(const hub_message_t *app_msg) = 0;
225 virtual int setup(const hub_message_t *app_msg) override;
230 virtual int setup(const hub_message_t *app_msg) override;
238 virtual int setup(const hub_message_t *) override;
250 virtual int setup(const hub_message_t *) override;
/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/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/google/dragon/
DBoardConfig.mk122 BOARD_PERFSETUP_SCRIPT := platform_testing/scripts/perf-setup/dragon-setup.sh
/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/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/
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."
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."
/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/google/contexthub/firmware/os/platform/stm32/misc/
Dm3debug.script22 function flash-setup
42 #nothing since setup did the erase
/device/huawei/angler/
DBoardConfig.mk139 BOARD_PERFSETUP_SCRIPT := platform_testing/scripts/perf-setup/angler-setup.sh
/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')
/device/lge/bullhead/
DBoardConfig.mk166 BOARD_PERFSETUP_SCRIPT := platform_testing/scripts/perf-setup/bullhead-setup.sh
/device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/
DSecCore.uni7 // protected mode, setup flat memory model, enable temporary memory and
24 …tformSecLib. The entry point function will switch to protected mode, will setup flat memory model,…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/
DTODO.txt2 Generate a distutils setup script.

12345