Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/samples/bouncyball/
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 …]
/frameworks/base/tests/TouchLatency/
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 …]
/frameworks/opt/gamesdk/third_party/cube/
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 …]
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
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 …]
/frameworks/opt/gamesdk/samples/cube/
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 …]
/frameworks/opt/gamesdk/
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 …]
/frameworks/opt/gamesdk/samples/unitypackaging/
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 …]
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/
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 …]
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/
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 …]
/frameworks/ml/nn/common/random/
Dexact_uniform_int.h45 const UintType rem = (range % n) + 1; in ExactUniformInt() local
56 } while (rnd < rem); // reject [0, rem) in ExactUniformInt()
/frameworks/base/services/net/java/android/net/netlink/
DStructInetDiagSockId.java53 public StructInetDiagSockId(InetSocketAddress loc, InetSocketAddress rem) { in StructInetDiagSockId() argument
55 mRemSocketAddress = rem; in StructInetDiagSockId()
/frameworks/base/services/core/java/com/android/server/wm/
DWatermark.java162 int rem = (dw+mTextWidth) - (div*deltaX); in drawIfNeeded() local
164 if (rem < qdelta || rem > (deltaX-qdelta)) { in drawIfNeeded()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/
Dbuild_packages.bat1 @rem Builds Google.Protobuf NuGet packages
/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
DPalette.kt46 hsv[0] = (hsv[0] + 360f / count).rem(360f) in randomize()
/frameworks/rs/rsov/compiler/tests/single_kernel/
Dduff.ll14 %rem = srem i32 %count, 8
15 switch i32 %rem, label %sw.epilog [
/frameworks/base/services/core/java/com/android/server/biometrics/
DEnumerateClient.java118 public boolean onEnrollResult(BiometricAuthenticator.Identifier identifier, int rem) { in onEnrollResult() argument
DRemovalClient.java121 public boolean onEnrollResult(BiometricAuthenticator.Identifier identifier, int rem) { in onEnrollResult() argument
/frameworks/opt/gamesdk/src/tuningfork/
Dannotation_util.cpp99 int value = r.rem; in SerializeAnnotationId()
/frameworks/opt/gamesdk/src/swappy/
DSwappy.cpp621 auto framesPerRefreshRemainder = div_result.rem; in updateSwapInterval()