Home
last modified time | relevance | path

Searched refs:rem (Results 1 – 11 of 11) sorted by relevance

/system/extras/power_profile/camera_avg/
Dgradlew.bat2 @rem ##########################################################################
3 @rem
4 @rem Gradle startup script for Windows
5 @rem
6 @rem ##########################################################################
8 @rem Set local scope for the variables with windows NT shell
11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options t…
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
[all …]
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
Dgradlew.bat2 @rem ##########################################################################
3 @rem
4 @rem Gradle startup script for Windows
5 @rem
6 @rem ##########################################################################
8 @rem Set local scope for the variables with windows NT shell
11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options t…
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
[all …]
/system/extras/power_profile/gps_on/
Dgradlew.bat2 @rem ##########################################################################
3 @rem
4 @rem Gradle startup script for Windows
5 @rem
6 @rem ##########################################################################
8 @rem Set local scope for the variables with windows NT shell
11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options t…
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
[all …]
/system/extras/power_profile/camera_flashlight/
Dgradlew.bat2 @rem ##########################################################################
3 @rem
4 @rem Gradle startup script for Windows
5 @rem
6 @rem ##########################################################################
8 @rem Set local scope for the variables with windows NT shell
11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options t…
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
[all …]
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/
Dgradlew.bat2 @rem ##########################################################################
3 @rem
4 @rem Gradle startup script for Windows
5 @rem
6 @rem ##########################################################################
8 @rem Set local scope for the variables with windows NT shell
11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options t…
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
[all …]
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/
Dgradlew.bat2 @rem ##########################################################################
3 @rem
4 @rem Gradle startup script for Windows
5 @rem
6 @rem ##########################################################################
8 @rem Set local scope for the variables with windows NT shell
11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options t…
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
[all …]
/system/extras/simpleperf/demo/CppApi/
Dgradlew.bat2 @rem ##########################################################################
3 @rem
4 @rem Gradle startup script for Windows
5 @rem
6 @rem ##########################################################################
8 @rem Set local scope for the variables with windows NT shell
16 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options t…
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windows variants
54 @rem Slurp the command line arguments.
[all …]
/system/extras/simpleperf/demo/JavaApi/
Dgradlew.bat2 @rem ##########################################################################
3 @rem
4 @rem Gradle startup script for Windows
5 @rem
6 @rem ##########################################################################
8 @rem Set local scope for the variables with windows NT shell
16 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options t…
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windows variants
54 @rem Slurp the command line arguments.
[all …]
/system/connectivity/wifilogd/
Draw_os.cpp42 int RawOs::Nanosleep(const struct timespec* req, struct timespec* rem) { in Nanosleep() argument
43 return nanosleep(req, rem); in Nanosleep()
Draw_os.h46 struct timespec* rem);
/system/connectivity/wifilogd/tests/
Dmock_raw_os.h37 int(const struct timespec* req, struct timespec* rem));