Searched refs:sandbox (Results 1 – 25 of 373) sorted by relevance
12345678910>>...15
/external/u-boot/arch/sandbox/dts/ |
D | test.dts | 4 model = "sandbox"; 5 compatible = "sandbox"; 46 compatible = "sandbox,audio-codec"; 52 compatible = "google,cros-ec-sandbox"; 63 /* Information for sandbox */ 80 compatible = "sandbox,dsi-host"; 118 compatible = "sandbox,phy"; 135 compatible = "sandbox,phy"; 140 compatible = "sandbox,phy"; 227 compatible = "sandbox,clk"; [all …]
|
D | sandbox.dtsi | 2 * This is the common sandbox device-tree nodes. This is shared between sandbox 14 compatible = "sandbox,audio-codec"; 21 compatible = "sandbox,gpio"; 24 sandbox,gpio-count = <20>; 30 compatible = "sandbox,gpio"; 33 sandbox,gpio-count = <10>; 46 sandbox,emul = <&emul_eeprom>; 51 compatible = "sandbox-rtc"; 52 sandbox,emul = <&emul0>; 64 compatible = "sandbox,i2c-emul-parent"; [all …]
|
D | sandbox.dts | 8 model = "sandbox"; 25 compatible = "google,cros-ec-sandbox"; 29 compatible = "sandbox,dsi-host"; 34 compatible = "sandbox,eth-raw-bus"; 39 compatible = "sandbox,eth"; 48 compatible = "sandbox,i2c"; 55 compatible = "sandbox,pci"; 68 compatible = "sandbox,spi"; 73 #include "sandbox.dtsi"
|
D | sandbox64.dts | 8 model = "sandbox"; 25 compatible = "google,cros-ec-sandbox"; 29 compatible = "sandbox,eth-raw-bus"; 34 compatible = "sandbox,eth"; 43 compatible = "sandbox,i2c"; 50 compatible = "sandbox,pci"; 63 compatible = "sandbox,spi"; 69 #include "sandbox.dtsi"
|
/external/ltp/testscripts/ |
D | test_fs_bind.sh | 83 sandbox="${TMPDIR}/sandbox" 103 mkdir "${sandbox}" >& /dev/null 104 if [ ! -d "${sandbox}" -o ! -x "${sandbox}" ]; then 105 tst_brkm TBROK true "$0: failed to make directory \"${sandbox}\"" 109 mount --bind "${sandbox}" "${sandbox}" >& /dev/null 111 tst_brkm TBROK true "$0: failed to perform bind mount on directory \"${sandbox}\"" 115 mount --make-private "${sandbox}" >& /dev/null 117 tst_brkm TBROK true "$0: failed to make private mountpoint on directory \"${sandbox}\"" 124 pushd "${sandbox}" > /dev/null && { 162 …mount --make-shared "${sandbox}" > /dev/null 2>&1 || "${FS_BIND_ROOT}/bin/smount" "${sandbox}" sha… [all …]
|
/external/python/setuptools/setuptools/tests/ |
D | test_sandbox.py | 9 import setuptools.sandbox 14 with setuptools.sandbox.DirectorySandbox(str(tmpdir)): 32 setuptools.sandbox._execfile(target, vars(namespace)) 39 setuptools.sandbox._execfile(str(setup_py), globals()) 44 with setuptools.sandbox.ExceptionSaver(): 48 with setuptools.sandbox.ExceptionSaver() as saved_exc: 60 with setuptools.sandbox.ExceptionSaver() as saved_exc: 70 with setuptools.sandbox.ExceptionSaver() as saved_exc: 81 with setuptools.sandbox.ExceptionSaver() as saved_exc: 84 with pytest.raises(setuptools.sandbox.UnpickleableException) as caught: [all …]
|
/external/u-boot/board/sandbox/ |
D | MAINTAINERS | 4 F: board/sandbox/ 5 F: include/configs/sandbox.h 12 F: board/sandbox/ 13 F: include/configs/sandbox.h 19 F: board/sandbox/ 26 F: board/sandbox/ 27 F: include/configs/sandbox.h
|
/external/u-boot/arch/sandbox/ |
D | Kconfig | 5 default "sandbox" 8 default "sandbox" 11 default "sandbox" 19 bool "Enable SPL for sandbox" 24 default "sandbox" if !SANDBOX_SPL 27 prompt "Run sandbox on 32/64-bit host" 32 on a 64-bit host. If you want to run sandbox on
|
D | Makefile | 3 head-y := arch/sandbox/cpu/start.o arch/sandbox/cpu/os.o 4 head-$(CONFIG_SANDBOX_SDL) += arch/sandbox/cpu/sdl.o 5 libs-y += arch/sandbox/cpu/ 6 libs-y += arch/sandbox/lib/
|
/external/u-boot/doc/device-tree-bindings/pmic/ |
D | sandbox.txt | 4 - drivers/power/pmic/sandbox.c (for parent device) 5 - drivers/power/regulator/sandbox.c (for child regulators) 10 - doc/device-tree-bindings/regulator/sandbox.txt 13 - compatible: "sandbox,pmic" 17 - compatible: "sandbox,i2c-pmic" 28 compatible = "sandbox,pmic"; 33 compatible = "sandbox,i2c-pmic";
|
/external/selinux/sandbox/ |
D | Makefile | 10 SHAREDIR ?= $(PREFIX)/share/sandbox 15 all: sandbox seunshare sandboxX.sh start 21 install -m 755 sandbox $(DESTDIR)$(BINDIR) 23 install -m 644 sandbox.8 $(DESTDIR)$(MANDIR)/man8/ 26 install -m 644 sandbox.5 $(DESTDIR)$(MANDIR)/man5/ 41 install -m 644 sandbox.conf $(DESTDIR)$(SYSCONFDIR)/sandbox
|
/external/python/asn1crypto/dev/ |
D | build.py | 9 import setuptools.sandbox 56 setuptools.sandbox.run_setup(setup, ['-q', 'sdist']) 59 setuptools.sandbox.run_setup(setup, ['-q', 'bdist_wheel', '--universal']) 62 setuptools.sandbox.run_setup(setup, ['-q', 'clean']) 69 setuptools.sandbox.run_setup(tests_setup, ['-q', 'sdist']) 72 setuptools.sandbox.run_setup(tests_setup, ['-q', 'bdist_wheel', '--universal']) 75 setuptools.sandbox.run_setup(tests_setup, ['-q', 'clean'])
|
/external/u-boot/tools/dtoc/ |
D | dtoc_test_simple.dts | 15 compatible = "sandbox,spl-test"; 29 compatible = "sandbox,spl-test"; 41 compatible = "sandbox,spl-test"; 47 compatible = "sandbox,spl-test.2"; 51 compatible = "sandbox,i2c-test"; 56 compatible = "sandbox,pmic-test";
|
/external/u-boot/doc/device-tree-bindings/w1-eeprom/ |
D | eep_sandbox.txt | 1 Onewire EEPROM sandbox driver device binding - one wire protocol sandbox EEPROM 14 * compatible = "sandbox,w1-eeprom" 21 compatible = "sandbox,w1-eeprom"; 31 compatible = "sandbox,w1-eeprom";
|
/external/u-boot/doc/arch/ |
D | sandbox.rst | 11 The 'sandbox' architecture is designed to allow U-Boot to run under Linux on 16 of the sandbox U-Boot. The purpose of running U-Boot under Linux is to test 22 The board name is 'sandbox' but the vendor name is unset, so there is a 23 single board in board/sandbox. 28 There are two versions of the sandbox: One using 32-bit-wide integers, and one 31 default, the sandbox it built for a 32-bit host. The sandbox using 64-bit-wide 40 To run sandbox U-Boot use something like:: 47 build sandbox without SDL (i.e. no display/keyboard support) by removing 48 the CONFIG_SANDBOX_SDL line in include/configs/sandbox.h or using:: 53 U-Boot will start on your computer, showing a sandbox emulation of the serial [all …]
|
/external/u-boot/doc/SPI/ |
D | README.sandbox-spi | 4 U-Boot supports SPI and SPI flash emulation in sandbox. This must be enabled 9 $ make O=sandbox sandbox_config 10 $ make O=sandbox 11 $ ./sandbox/u-boot --spi_sf 0:0:W25Q128:b/chromeos_peach/out/image.bin 23 $ ./b/sandbox/u-boot --spi_sf 0:0:W25Q128:b/chromeos_peach/out/image.bin \ 63 Note that the sandbox SPI implementation was written by Mike Frysinger
|
/external/perfetto/infra/ci/worker/ |
D | gce-startup-script.sh | 35 docker pull eu.gcr.io/perfetto-ci/sandbox 39 docker network rm sandbox 2>/dev/null || true # Handles the reboot case. 40 docker network create sandbox -o com.docker.network.bridge.name=sandbox 41 sudo iptables -I DOCKER-USER -i sandbox -d 169.254.0.0/16 -j REJECT
|
/external/robolectric-shadows/junit/src/main/java/org/robolectric/internal/ |
D | SandboxTestRunner.java | 199 protected void configureSandbox(Sandbox sandbox, FrameworkMethod method) { 210 sandbox.replaceShadowMap(shadowMap); 212 sandbox.configure(createClassHandler(shadowMap, sandbox), getInterceptors()); 225 Sandbox sandbox = getSandbox(method); 230 configureSandbox(sandbox, method); 233 Thread.currentThread().setContextClassLoader(sandbox.getRobolectricClassLoader()); 236 Class bootstrappedTestClass = sandbox.bootstrappedClass(getTestClass().getJavaClass()); 252 beforeTest(sandbox, method, bootstrappedMethod); 292 …protected void beforeTest(Sandbox sandbox, FrameworkMethod method, Method bootstrappedMethod) thro… 342 protected ClassHandler createClassHandler(ShadowMap shadowMap, Sandbox sandbox) {
|
/external/perfetto/infra/ci/ |
D | Makefile | 36 build: build-worker build-sandbox 41 .PHONY: build-sandbox 42 build-sandbox: .deps/${BUILDER}-sandbox 60 .deps/${BUILDER}-sandbox: sandbox/* ${COMMON_DEPS} 61 ${BUILDER} build --rm --force-rm -t ${SANDBOX_IMG} sandbox
|
/external/u-boot/doc/device-tree-bindings/serial/ |
D | sandbox-serial.txt | 3 The sandbox serial device is an emulated device which displays its output 7 compatible: "sandbox,serial" 10 sandbox,text-colour: If present, this is the colour of the console text.
|
/external/u-boot/doc/driver-model/ |
D | pci-info.rst | 19 compatible = "sandbox,pci"; 115 With sandbox we need a device emulator for each device on the bus since there 122 sandbox,emul = <&emul_1f>; 125 compatible = "sandbox,pci-emul-parent"; 127 compatible = "sandbox,swap-case"; 131 This means that there is a 'sandbox,swap-case' driver at that bus position. 147 The sandbox PCI drivers also support dynamic driver binding, allowing device 150 node. It is required a "sandbox,dev-info" property must be provided in the 156 compatible = "sandbox,pci"; 158 sandbox,dev-info = <0x08 0x00 0x1234 0x5678 [all …]
|
/external/u-boot/doc/device-tree-bindings/regulator/ |
D | sandbox.txt | 4 - drivers/power/pmic/sandbox.c (as parent I/O device) 5 - drivers/power/regulator/sandbox.c (for child regulators) 10 - doc/device-tree-bindings/pmic/sandbox.txt 16 The sandbox PMIC can support: ldo1, ldo2, buck1, buck2.
|
/external/u-boot/doc/uImage.FIT/ |
D | sign-images.its | 11 arch = "sandbox"; 24 data = /incbin/("sandbox-kernel.dtb"); 26 arch = "sandbox";
|
/external/u-boot/test/py/tests/vboot/ |
D | sign-configs-sha256.its | 11 arch = "sandbox"; 23 data = /incbin/("sandbox-kernel.dtb"); 25 arch = "sandbox";
|
D | sign-images-sha1.its | 11 arch = "sandbox"; 24 data = /incbin/("sandbox-kernel.dtb"); 26 arch = "sandbox";
|
12345678910>>...15