OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:system
(Results
2176 - 2200
of
46866
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/external/skia/platform_tools/android/bin/
android_perf
23
TMP_SYS_BIN=$PERF_TMP_DIR/
system
/bin
24
TMP_SYS_LIB=$PERF_TMP_DIR/
system
/lib
34
adb_pull_if_needed /
system
/lib/libc.so $TMP_SYS_LIB
35
adb_pull_if_needed /
system
/lib/libstdc++.so $TMP_SYS_LIB
36
adb_pull_if_needed /
system
/lib/libGLESv2.so $TMP_SYS_LIB
37
adb_pull_if_needed /
system
/lib/libandroid.so $TMP_SYS_LIB
38
adb_pull_if_needed /
system
/lib/libm.so $TMP_SYS_LIB
39
adb_pull_if_needed /
system
/lib/libz.so $TMP_SYS_LIB
/external/skia/tools/skpbench/
_hardware_nexus_6p.py
24
echo 1 > /sys/devices/
system
/cpu/cpu$N/online
25
echo userspace > /sys/devices/
system
/cpu/cpu$N/cpufreq/scaling_governor
26
echo %i > /sys/devices/
system
/cpu/cpu$N/cpufreq/scaling_max_freq
27
echo %i > /sys/devices/
system
/cpu/cpu$N/cpufreq/scaling_min_freq
28
echo %i > /sys/devices/
system
/cpu/cpu$N/cpufreq/scaling_setspeed
34
echo 0 > /sys/devices/
system
/cpu/cpu$N/online
71
/sys/devices/
system
/cpu/online \
77
cat /sys/devices/
system
/cpu/cpu$N/cpufreq/scaling_cur_freq
_hardware_pixel_c.py
26
echo 1 > /sys/devices/
system
/cpu/cpu$N/online
27
echo userspace > /sys/devices/
system
/cpu/cpu$N/cpufreq/scaling_governor
28
echo %i > /sys/devices/
system
/cpu/cpu$N/cpufreq/scaling_max_freq
29
echo %i > /sys/devices/
system
/cpu/cpu$N/cpufreq/scaling_min_freq
30
echo %i > /sys/devices/
system
/cpu/cpu$N/cpufreq/scaling_setspeed
35
echo 0 > /sys/devices/
system
/cpu/cpu3/online''',
58
/sys/devices/
system
/cpu/online \
65
cat /sys/devices/
system
/cpu/cpu$N/cpufreq/scaling_cur_freq
/external/skqp/platform_tools/android/bin/
android_perf
23
TMP_SYS_BIN=$PERF_TMP_DIR/
system
/bin
24
TMP_SYS_LIB=$PERF_TMP_DIR/
system
/lib
34
adb_pull_if_needed /
system
/lib/libc.so $TMP_SYS_LIB
35
adb_pull_if_needed /
system
/lib/libstdc++.so $TMP_SYS_LIB
36
adb_pull_if_needed /
system
/lib/libGLESv2.so $TMP_SYS_LIB
37
adb_pull_if_needed /
system
/lib/libandroid.so $TMP_SYS_LIB
38
adb_pull_if_needed /
system
/lib/libm.so $TMP_SYS_LIB
39
adb_pull_if_needed /
system
/lib/libz.so $TMP_SYS_LIB
/external/skqp/tools/skpbench/
_hardware_nexus_6p.py
30
echo 1 > /sys/devices/
system
/cpu/cpu$N/online
31
echo userspace > /sys/devices/
system
/cpu/cpu$N/cpufreq/scaling_governor
32
echo %i > /sys/devices/
system
/cpu/cpu$N/cpufreq/scaling_max_freq
33
echo %i > /sys/devices/
system
/cpu/cpu$N/cpufreq/scaling_min_freq
34
echo %i > /sys/devices/
system
/cpu/cpu$N/cpufreq/scaling_setspeed
40
echo 0 > /sys/devices/
system
/cpu/cpu$N/online
77
/sys/devices/
system
/cpu/online \
83
cat /sys/devices/
system
/cpu/cpu$N/cpufreq/scaling_cur_freq
_hardware_pixel_c.py
26
echo 1 > /sys/devices/
system
/cpu/cpu$N/online
27
echo userspace > /sys/devices/
system
/cpu/cpu$N/cpufreq/scaling_governor
28
echo %i > /sys/devices/
system
/cpu/cpu$N/cpufreq/scaling_max_freq
29
echo %i > /sys/devices/
system
/cpu/cpu$N/cpufreq/scaling_min_freq
30
echo %i > /sys/devices/
system
/cpu/cpu$N/cpufreq/scaling_setspeed
35
echo 0 > /sys/devices/
system
/cpu/cpu3/online''',
58
/sys/devices/
system
/cpu/online \
65
cat /sys/devices/
system
/cpu/cpu$N/cpufreq/scaling_cur_freq
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
MessageFormatterPerfTest.java
54
System
.out.println("jdk duration = " + duration + " nanos");
60
System
.out.println("duration=" + duration);
73
long start =
System
.nanoTime();
82
long end =
System
.nanoTime();
87
long start =
System
.nanoTime();
94
long end =
System
.nanoTime();
102
long start =
System
.currentTimeMillis();
107
long end =
System
.currentTimeMillis();
/external/smali/baksmali/src/main/java/org/jf/baksmali/
ListFieldOffsetsCommand.java
72
System
.err.println("Too many files specified");
86
System
.out.write(className.getBytes());
89
System
.out.write(field.getBytes());
91
System
.out.write("\n".getBytes());
93
System
.out.close();
113
System
.err.println("Error occurred while loading class path files.");
114
ex.printStackTrace(
System
.err);
115
System
.exit(-1);
/external/strace/linux/sh/
get_scno.c
8
* In the new syscall ABI, the
system
call number is in R3.
19
error_msg("Detected glibc bug: bogus
system
call"
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
README.txt
4
This directory provides implementations of the lib/
System
classes that
11
SysV - code that is specific to
System
V variants of UNIX
/external/swiftshader/third_party/LLVM/utils/
GetRepositoryPath
7
echo " source control
system
. If the source control
system
isn't known,"
GetSourceVersion
7
echo " control
system
. If the source control
system
isn't known, the output"
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
README.txt
4
This directory provides implementations of the lib/
System
classes that
11
SysV - code that is specific to
System
V variants of UNIX
/external/syslinux/bios/com32/cmenu/
simple.c32
/external/syslinux/efi32/com32/cmenu/
simple.c32
/external/tensorflow/tensorflow/docs_src/deploy/
index.md
11
to run TensorFlow with the S3 file
system
.
13
flexible, high-performance serving
system
for machine-learned models
/external/testng/src/main/java/org/testng/
PreserveOrderMethodInterceptor.java
18
System
.out.println("[PreserveOrderMethodInterceptor] " + s);
20
System
.out.println(" " + mi.getMethod().getMethodName()
/external/testng/src/test/java/test/pholser/
Captor.java
23
//
System
.out.println("@@PHOLSER RESETTING CAPTOR");
28
//
System
.out.println("@@PHOLSER CAPTURING " + aString);
/external/testng/src/test/java/test/regression/groupsordering/
Base.java
14
//
System
.out.println("class is " + getClass().getName() + " Before group ");
20
//
System
.out.println("class is " + getClass().getName() + " After group ");
/external/toybox/toys/posix/
who.c
1
/* who.c - display who is on the
system
21
Print logged user information on
system
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/
DrawingCanvas.java
24
lastMillis =
System
.currentTimeMillis();
39
final long millis =
System
.currentTimeMillis();
/external/valgrind/coregrind/m_gdbserver/
mips-linux.xml
8
<!DOCTYPE target
SYSTEM
"gdb-target.dtd">
17
<reg name="restart" bitsize="32" group="
system
"/>
/external/webrtc/talk/app/webrtc/androidtests/
ant.properties
1
# This file is used to override default values used by the Ant build
system
.
4
# integral to the build
system
of your project.
/external/webrtc/webrtc/examples/androidapp/
ant.properties
1
# This file is used to override default values used by the Ant build
system
.
4
# integral to the build
system
of your project.
/external/webrtc/webrtc/examples/androidtests/
ant.properties
1
# This file is used to override default values used by the Ant build
system
.
4
# integral to the build
system
of your project.
Completed in 1097 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>