Searched refs:sys (Results 26 - 50 of 1478) sorted by relevance

1234567891011>>

/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
H A Dieee.h3 #include <sys/ieee754.h>
H A Dsignal.h14 #include <sys/EfiCdefs.h>
/device/google/marlin/
H A Dinit.qcom.devstart.sh3 echo 1 > /sys/kernel/boot_adsp/boot
4 echo 1 > /sys/kernel/boot_slpi/boot
5 setprop sys.qcom.devup 1
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
H A Dcopytime.py5 import sys namespace
10 if len(sys.argv) <> 3:
11 sys.stderr.write('usage: copytime source destination\n')
12 sys.exit(2)
13 file1, file2 = sys.argv[1], sys.argv[2]
17 sys.stderr.write(file1 + ': cannot stat\n')
18 sys.exit(1)
22 sys.stderr.write(file2 + ': cannot change time\n')
23 sys
[all...]
H A Ddb2pickle.py39 import sys namespace
45 prog = sys.argv[0]
48 sys.stderr.write(__doc__ % globals())
64 pfile = sys.stdout
70 sys.stderr.write("Unable to open %s\n" % args[1])
79 sys.stderr.write("bsddb module unavailable.\n")
85 sys.stderr.write("bsddb module unavailable.\n")
91 sys.stderr.write("bsddb module unavailable.\n")
97 sys.stderr.write("anydbm module unavailable.\n")
103 sys
[all...]
H A Dpickle2db.py44 import sys namespace
50 prog = sys.argv[0]
53 sys.stderr.write(__doc__ % globals())
68 pfile = sys.stdin
74 sys.stderr.write("Unable to open %s\n" % args[0])
84 sys.stderr.write("bsddb module unavailable.\n")
90 sys.stderr.write("bsddb module unavailable.\n")
96 sys.stderr.write("bsddb module unavailable.\n")
102 sys.stderr.write("anydbm module unavailable.\n")
108 sys
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
H A D__main__.py3 import sys namespace
4 if sys.argv[0].endswith("__main__.py"):
5 sys.argv[0] = "python -m unittest"
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/
H A Dtest_gestalt.py1 import sys namespace
3 if sys.platform != 'darwin':
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/subprocessdata/
H A Dsigchild_ignore.py1 import signal, subprocess, sys namespace
6 subprocess.Popen([sys.executable, '-c', 'print("albatross")']).wait()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtestall.py8 import sys, regrtest namespace
9 sys.argv[1:] = ["-vv"]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
H A Dwcmac.py1 import webchecker, sys namespace
5 sys.argv.append('-x')
/device/linaro/bootloader/edk2/StdLib/LibC/Main/Arm/
H A Dflt_rounds.c34 #include <sys/EfiCdefs.h>
39 #include <sys/types.h>
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
H A Dtool.py13 import sys namespace
17 if len(sys.argv) == 1:
18 infile = sys.stdin
19 outfile = sys.stdout
20 elif len(sys.argv) == 2:
21 infile = open(sys.argv[1], 'rb')
22 outfile = sys.stdout
23 elif len(sys.argv) == 3:
24 infile = open(sys.argv[1], 'rb')
25 outfile = open(sys
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
H A Dfaqw.py23 import os, sys namespace
25 sys.path.insert(0, SRCDIR)
28 sys.exit(n)
30 t, v, tb = sys.exc_info()
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
H A Dsignal.h14 #include <sys/EfiCdefs.h>
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
H A Dsignal.h15 #include <sys/EfiCdefs.h>
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
H A Dsignal.h14 #include <sys/EfiCdefs.h>
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
H A Dsignal.h14 #include <sys/EfiCdefs.h>
/device/linaro/bootloader/edk2/StdLib/Include/
H A Dstdbool.h30 #include <sys/EfiCdefs.h>
/device/linaro/bootloader/edk2/StdLib/LibC/String/
H A DErrorList.c21 #include <sys/EfiCdefs.h>
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Tools/
H A DFixupForRawSection.py15 import sys namespace
17 filename = sys.argv[1]
19 d = open(sys.argv[1], 'rb').read()
23 f = open(sys.argv[1], 'wb')
/device/huawei/angler/
H A Dinit.angler.power.sh24 write /sys/module/msm_thermal/core_control/enabled 0
25 get-set-forall /sys/devices/soc.0/qcom,bcl.*/mode disable
26 bcl_hotplug_mask=`get-set-forall /sys/devices/soc.0/qcom,bcl.*/hotplug_mask 0`
27 bcl_hotplug_soc_mask=`get-set-forall /sys/devices/soc.0/qcom,bcl.*/hotplug_soc_mask 0`
28 get-set-forall /sys/devices/soc.0/qcom,bcl.*/mode enable
30 # some files in /sys/devices/system/cpu are created after the restorecon of
31 # /sys/. These files receive the default label "sysfs".
33 restorecon -R /sys/devices/system/cpu
36 write /sys/devices/system/cpu/cpu5/online 0
37 write /sys/device
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
H A Drpythond.py8 import sys namespace
17 if len(sys.argv) > 1:
18 port = int(eval(sys.argv[1]))
38 stdout = sys.stdout
39 stderr = sys.stderr
40 sys.stdout = sys.stderr = fakefile = StringIO.StringIO()
48 sys.stderr = stderr
49 sys.stdout = stdout
H A Dudpecho.py8 import sys namespace
15 if len(sys.argv) < 2:
17 if sys.argv[1] == '-s':
19 elif sys.argv[1] == '-c':
25 sys.stdout = sys.stderr
28 sys.exit(2)
31 if len(sys.argv) > 2:
32 port = eval(sys.argv[2])
44 if len(sys
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
H A Dmakeconfig.py2 import sys namespace
6 never = ['marshal', '__main__', '__builtin__', 'sys', 'exceptions', '_warnings']
33 sys.stderr.write('MARKER 1 never found\n')
35 sys.stderr.write('MARKER 2 never found\n')
41 if not sys.argv[3:]:
44 sys.exit(2)
45 if sys.argv[1] == '-':
46 infp = sys.stdin
48 infp = open(sys.argv[1])
49 if sys
[all...]

Completed in 458 milliseconds

1234567891011>>