Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
Dtest_refactor.py67 run = refactor._detect_future_features
70 self.assertEqual(run(""), empty)
71 self.assertEqual(run("from __future__ import print_function"),
73 self.assertEqual(run("from __future__ import generators"),
75 self.assertEqual(run("from __future__ import generators, feature"),
78 self.assertEqual(run(inp), fs(("generators", "print_function")))
80 self.assertEqual(run(inp), fs(("print_function", "generators")))
82 self.assertEqual(run(inp), fs(("print_function",)))
84 self.assertEqual(run(inp), fs(("generators", "print_function")))
86 self.assertEqual(run(inp), fs(("generators", "nested_scopes")))
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_skipping.py15 test.run(result)
27 test.run(result)
47 suite.run(result)
65 suite.run(result)
77 test.run(result)
91 test.run(result)
113 suite.run(result)
133 suite.run(result)
Dtest_functiontestcase.py37 unittest.FunctionTestCase(test, setUp, tearDown).run(result)
63 unittest.FunctionTestCase(test, setUp, tearDown).run(result)
89 unittest.FunctionTestCase(test, setUp, tearDown).run(result)
115 unittest.FunctionTestCase(test, setUp, tearDown).run(result)
Dtest_runner.py103 test.run(result)
111 test.run(result)
161 runner.run(Test('testFoo'))
186 runner.run(unittest.TestSuite())
203 runner.run(unittest.TestSuite())
221 runner.run(unittest.TestSuite())
Dtest_suite.py174 suite.run(result)
184 suite.run()
197 def run(self, result): member in Test_TestSuite.test_run.LoggingCase
205 unittest.TestSuite(tests).run(result)
301 suite.run(unittest.TestResult())
338 suite.run(result)
/device/google/cuttlefish/tools/
Dcreate_base_image_gce.sh49 sudo mount --bind /run /mnt/image/run
71 $(gsutil ls gs://nvidia-drivers-us-public/GRID/GRID*/*-Linux-x86_64-*.run \
74 /mnt/image/tmp/nvidia-driver-installer.run
77 chmod +x /mnt/image/tmp/nvidia-driver-installer.run
80 sudo chroot /mnt/image /tmp/nvidia-driver-installer.run \
85 rm /mnt/image/tmp/nvidia-driver-installer.run
Dvlan_prototype_down.sh15 if [ -f /var/run/cuttlefish-dnsmasq-"${bridge}".pid ]; then
16 kill $(cat /var/run/cuttlefish-dnsmasq-"${bridge}".pid)
Dvlan_prototype_up.sh30 --pid-file=/var/run/cuttlefish-dnsmasq-"${bridge}".pid \
31 --dhcp-leasefile=/var/run/cuttlefish-dnsmasq-"${bridge}".leases \
/device/linaro/bootloader/edk2/DuetPkg/
DReadMe.txt13 1). run cmd.exe to open command line window.
17 4). run "edksetup.bat"
18 …5). run "build -p DuetPkg\DuetPkgIa32.dsc -a IA32 -t VS2015x86" for IA32 architecture platform (us…
33 …3). run "CreateBootDisk.bat floppy a: FAT12 IA32" if floppy drive is a: disk and Arch to boot is I…
35run "CreateBootDisk.bat floppy a: FAT12 X64" if floppy drive is a: disk and Arch to boot is X64.
39 …3). run "CreateBootDisk.bat usb e: FAT16 IA32" if usb drive is e: and FAT format is FAT16 and Arch…
44 …5). run "CreateBootDisk.bat usb e: FAT16 IA32 step2" if usb drive is e: and FAT format is FAT16 an…
61 3). run ". edksetup.sh BaseTools"
62 …4). run "build -p DuetPkg/DuetPkgIa32.dsc -a IA32 -t GCC49" for IA32 architecture platform (using …
75 3). run "CreateBootDisk.sh" to build floppy drive
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_register.py114 cmd.run()
137 cmd.run()
166 cmd.run()
184 cmd.run()
205 self.assertRaises(DistutilsSetupError, cmd.run)
223 self.assertRaises(DistutilsSetupError, cmd.run)
234 cmd.run()
245 cmd.run()
Dtest_sdist.py123 cmd.run()
153 cmd.run()
168 cmd.run()
216 cmd.run()
248 cmd.run()
257 cmd.run()
317 cmd.run()
335 cmd.run()
359 cmd.run()
378 cmd.run()
[all …]
Dtest_clean.py35 cmd.run()
45 cmd.run()
Dtest_install_data.py35 cmd.run()
48 cmd.run()
66 cmd.run()
/device/generic/goldfish/sepolicy/common/
Dexecns.te12 #Allow execns itself to be run by init in its own domain
15 # Allow dhcpclient to be run by execns in its own domain
18 # Allow hostapd_nohidl to be run by execns in its own domain
21 # Allow netmgr to be run by execns in its own domain
/device/linaro/bootloader/edk2/EmulatorPkg/
DREADME26 For example, to build + run:
28 $ EmulatorPkg/build.sh run
32 On X64 host machines, you can build + run IA32 mode as well:
34 $ EmulatorPkg/build.sh -a IA32 run
/device/google/contexthub/firmware/
DREADME10 # First time you run toolchain-setup.sh it will download and install
17 1.1. to build any OS variant, run
22 # or simply "cd <variant_path>" and run "make".
25 1.2. to build nanoapp, run
30 # or simply "cd <nanoapp_path>" and run "make".
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
DREADME5 If you do a "make scrub", ANTLR will have to run on antlr.g and DLG
6 will have to run on parser.dlg. Either
15 not need to run; only the C files will compile.
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DwebRTC.cpp129 stunClient->run(); in main()
184 handler->run(); in main()
190 httpd->run(); in main()
191 runLoop->run(); in main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dsuite.py62 def run(self, result): member in BaseTestSuite
70 return self.run(*args, **kwds)
88 def run(self, result, debug=False): member in TestSuite
121 self.run(debug, True)
279 def run(self, result): member in _ErrorHolder
285 return self.run(result)
/device/linaro/bootloader/edk2/DuetPkg/BootSector/bin/
DReadme.txt4 2) run "edksetup.bat"
5 3) run "build -p DuetPkg/DuetPkg.dsc -a IA32 -m DuetPkg/BootSector/BootSector.inf"
/device/google/trout/hal/vehicle/2.0/
Dandroid.hardware.automotive.vehicle@2.0-virtualization-grpc-server.rc1 # It is an interim state to run GRPC server as an Android service.
2 # Eventually it will run outside of Android (e.g., AGL),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dcommand_template40 def run (self):
43 # run()
/device/google/cuttlefish_vmm/
Drebuild-docker.sh77 docker run --rm --privileged docker/binfmt:820fdd95a9972a5308930a2bdfb8573dd4447ad3
111 docker run -d \
138 docker run -it --rm \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DREADME31 Run 'pybench.py -h' to see the help screen. Run 'pybench.py' to run
35 It is usually a good idea to run pybench.py multiple times to see
36 whether the environment, timers and benchmark run-times are suitable
41 reference run.
53 run/show the tests that have 'string' in their name.
71 -t arg run only tests with names matching arg ()
87 The normal operation is to run the suite and display the
237 # measure. The benchmark will output the amount of run-time per
244 # Number of rounds to execute per test run. This should be
245 # adjusted to a figure that results in a test run-time of between
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlistsort.txt10 alternately identifying the next run, then merging it into the previous
55 when run with arguments "15 20 1".
198 element near the midpoint. \sort, /sort, =sort are the trivial one-run
199 cases, needing no merging at all. +sort ends up having one very long run
204 slots twice, but the run lengths that remain after 3 random exchanges
212 count_run() returns the # of elements in the next run. A run is either
221 Note that a run is always at least 2 long, unless we start at the array's
225 a descending run in-place, transforming a descending run into an ascending
226 run. Reversal is done via the obvious fast "swap elements starting at each
229 descending ensures that a descending run contains distinct elements.
[all …]

12345678910>>...16