Searched refs:sys (Results 51 - 75 of 1478) sorted by relevance

1234567891011>>

/device/lge/bullhead/
H A Dinit.bullhead.power.sh24 write /sys/devices/system/cpu/cpu4/online 0
25 write /sys/devices/system/cpu/cpu5/online 0
28 write /sys/module/msm_thermal/core_control/enabled 0
29 get-set-forall /sys/devices/soc.0/qcom,bcl.*/mode disable
30 bcl_hotplug_mask=`get-set-forall /sys/devices/soc.0/qcom,bcl.*/hotplug_mask 0`
31 bcl_hotplug_soc_mask=`get-set-forall /sys/devices/soc.0/qcom,bcl.*/hotplug_soc_mask 0`
32 get-set-forall /sys/devices/soc.0/qcom,bcl.*/mode enable
34 # some files in /sys/devices/system/cpu are created after the restorecon of
35 # /sys/. These files receive the default label "sysfs".
37 restorecon -R /sys/device
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/
H A D__init__.py37 import sys namespace
39 sys.modules[__name__] = _xmlplus
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/
H A D__init__.py37 import sys namespace
39 sys.modules[__name__] = _xmlplus
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
H A D__mb_cur_max.c29 #include <sys/EfiCdefs.h>
34 #include <sys/types.h>
H A D_def_messages.c8 #include <sys/EfiCdefs.h>
13 #include <sys/localedef.h>
H A D_def_numeric.c8 #include <sys/EfiCdefs.h>
13 #include <sys/localedef.h>
H A D_def_time.c8 #include <sys/EfiCdefs.h>
13 #include <sys/localedef.h>
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
H A Dfrom.py7 import sys, os namespace
14 sys.stderr.write('No environment variable $MAIL\n')
15 sys.exit(2)
20 sys.exit('Cannot open mailbox file: ' + mailbox)
H A Dbeer.py5 import sys namespace
8 if sys.argv[1:]:
9 n = int(sys.argv[1])
H A Dprimes.py21 import sys namespace
23 if sys.argv[1:]:
24 min = int(sys.argv[1])
25 if sys.argv[2:]:
26 max = int(sys.argv[2])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
H A Dtelnet.py16 import sys, posix, time namespace
30 host = sys.argv[1]
34 sys.stderr.write(sys.argv[1] + ': bad host name\n')
35 sys.exit(2)
37 if len(sys.argv) > 2:
38 servname = sys.argv[2]
48 sys.stderr.write(servname + ': bad tcp service name\n')
49 sys.exit(2)
56 sys
[all...]
H A Dradio.py5 import sys namespace
13 sys.stderr.write(repr(wherefrom) + '\n')
14 sys.stdout.write(data)
H A Dfinger.py11 import sys, string namespace
31 sys.stdout.write(buf)
32 sys.stdout.flush()
40 while i < len(sys.argv) and sys.argv[i][:1] == '-':
41 options = options + sys.argv[i] + ' '
43 args = sys.argv[i:]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
H A Dtest_util.py2 import sys namespace
13 # if sys.dont_write_bytecode is True
14 old_dont_write_bytecode = sys.dont_write_bytecode
15 sys.dont_write_bytecode = True
19 sys.dont_write_bytecode = old_dont_write_bytecode
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
H A Dres_data.c22 #include <sys/types.h>
23 #include <sys/param.h>
24 #include <sys/socket.h>
25 #include <sys/time.h>
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
H A Dbswap.h11 #include <sys/bswap.h>
/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
H A Dbswap.h9 #include <sys/bswap.h>
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
H A Dbswap.h11 #include <sys/bswap.h>
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
H A Dbswap.h11 #include <sys/bswap.h>
/device/linaro/bootloader/edk2/StdLib/Include/sys/
H A Dinttypes.h46 #include <sys/stdint.h>
H A Dselect.h37 #include <sys/EfiCdefs.h>
38 #include <sys/fd_set.h>
40 #include <sys/sigtypes.h>
41 #include <sys/time.h>
/device/google/marlin/
H A Dinit.power.sh17 write /sys/module/msm_thermal/core_control/enabled 0
20 write /sys/devices/system/cpu/cpu0/online 1
21 write /sys/devices/system/cpu/cpu2/online 1
23 write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor interactive
24 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/use_sched_load 1
25 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/use_migration_notif 1
26 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/above_hispeed_delay 19000
27 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/go_hispeed_load 90
28 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/timer_rate 20000
29 write /sys/device
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
H A Dbyteyears.py9 import sys, os, time namespace
21 if sys.argv[1] == '-m':
23 del sys.argv[1]
24 elif sys.argv[1] == '-c':
26 del sys.argv[1]
27 elif sys.argv[1] == '-a':
29 del sys.argv[1]
39 for filename in sys.argv[1:]:
43 for filename in sys.argv[1:]:
47 sys
[all...]
H A Dwhich.py7 import sys namespace
8 if sys.path[0] in (".", ""): del sys.path[0]
10 import sys, os namespace
14 sys.stderr.write(str + '\n')
22 if sys.argv[1:] and sys.argv[1][:2] == '-l':
23 longlist = sys.argv[1]
24 del sys.argv[1]
26 for prog in sys
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Datexit.py10 import sys namespace
26 exc_info = sys.exc_info()
29 print >> sys.stderr, "Error in atexit._run_exitfuncs:"
31 exc_info = sys.exc_info()
49 if hasattr(sys, "exitfunc"):
51 register(sys.exitfunc)
52 sys.exitfunc = _run_exitfuncs

Completed in 231 milliseconds

1234567891011>>