/frameworks/opt/gamesdk/samples/bouncyball/ |
D | gradlew.bat | 2 @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/ |
D | gradlew.bat | 2 @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/ |
D | gradlew.bat | 2 @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/ |
D | gradlew.bat | 2 @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/ |
D | gradlew.bat | 2 @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/ |
D | gradlew.bat | 2 @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/ |
D | gradlew.bat | 2 @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/ |
D | gradlew.bat | 2 @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/ |
D | gradlew.bat | 2 @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/ |
D | exact_uniform_int.h | 45 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/ |
D | StructInetDiagSockId.java | 53 public StructInetDiagSockId(InetSocketAddress loc, InetSocketAddress rem) { in StructInetDiagSockId() argument 55 mRemSocketAddress = rem; in StructInetDiagSockId()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Watermark.java | 162 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/ |
D | build_packages.bat | 1 @rem Builds Google.Protobuf NuGet packages
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/ |
D | Palette.kt | 46 hsv[0] = (hsv[0] + 360f / count).rem(360f) in randomize()
|
/frameworks/rs/rsov/compiler/tests/single_kernel/ |
D | duff.ll | 14 %rem = srem i32 %count, 8 15 switch i32 %rem, label %sw.epilog [
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | EnumerateClient.java | 118 public boolean onEnrollResult(BiometricAuthenticator.Identifier identifier, int rem) { in onEnrollResult() argument
|
D | RemovalClient.java | 121 public boolean onEnrollResult(BiometricAuthenticator.Identifier identifier, int rem) { in onEnrollResult() argument
|
/frameworks/opt/gamesdk/src/tuningfork/ |
D | annotation_util.cpp | 99 int value = r.rem; in SerializeAnnotationId()
|
/frameworks/opt/gamesdk/src/swappy/ |
D | Swappy.cpp | 621 auto framesPerRefreshRemainder = div_result.rem; in updateSwapInterval()
|