/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | timeit.py | 94 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/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/ |
D | messages.cpp | 52 std::ostream& operator<<(std::ostream& out, const CmdRequest& setup) { in operator <<() argument 54 out << "\t\t\ttype:\t" << std::hex << int(setup.type) << '\n'; in operator <<() 55 out << "\t\t\treq:\t" << int(setup.cmd) << std::dec << '\n'; in operator <<() 56 out << "\t\t\tval:\t" << setup.value << '\n'; in operator <<() 57 out << "\t\t\tidx:\t" << setup.index << '\n'; in operator <<() 58 out << "\t\t\tlen:\t" << setup.length << '\n'; in operator <<() 70 out << "\t\tsetup:\t" << submit.setup << '\n'; in operator <<() 81 out << "\t\tsetup:\t" << submit.setup << '\n'; in operator <<()
|
D | messages.h | 74 CmdRequest setup; member 84 CmdRequest setup; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Logo/ |
D | LogoDxe.uni | 2 // 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…
|
D | Logo.uni | 2 // 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/ |
D | setup.py | 1 from distutils.core import setup 4 setup(
|
D | xxci.py | 48 def setup(): function 113 setup()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/PyUtility/ |
D | setup.py | 18 from distutils.core import setup, Extension 25 setup(
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/PyEfiCompressor/ |
D | setup.py | 18 from distutils.core import setup, Extension 25 setup(
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/ |
D | RamDiskDxe.uni | 3 // 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/ |
D | BoardConfig.mk | 29 BOARD_PERFSETUP_SCRIPT := platform_testing/scripts/perf-setup/wahoo-setup.sh
|
/device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/ |
D | TlsAuthConfigDxe.uni | 2 // 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/SecurityPkg/Tcg/TcgConfigDxe/ |
D | TcgConfigDxe.uni | 2 // 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/ |
D | EFI.CMM | 34 setup.var %hex.on 35 setup.var %decimal.OFF
|
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/ |
D | SecureBootConfigDxe.uni | 2 // 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/Tcg2Config/ |
D | Tcg2ConfigPei.uni | 5 // 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."
|
D | Tcg2ConfigDxe.uni | 5 // 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/TrEEConfig/ |
D | TrEEConfigPei.uni | 5 // 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."
|
D | TrEEConfigDxe.uni | 5 // 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/google/contexthub/firmware/os/platform/stm32/misc/ |
D | m3debug.script | 22 function flash-setup 42 #nothing since setup did the erase
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/ |
D | DriverHealthManagerDxe.uni | 7 // 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/ |
D | Constants.java | 1 package com.google.android.tv.setup.customizationsample;
|
/device/sample/apps/tv/SetupValidation/app/src/main/java/com/google/android/tv/setup/customizationsample/ |
D | Constants.java | 1 package com.google.android.tv.setup.customizationsample;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/ |
D | freeze.py | 269 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)
|
D | checkextensions.py | 13 setup = os.path.join(e, 'Setup') 17 edict[e] = parsesetup.getsetupinfo(setup), liba
|