Searched refs:rem (Results 1 – 5 of 5) sorted by relevance
2 @rem ##########################################################################3 @rem4 @rem Gradle startup script for Windows5 @rem6 @rem ##########################################################################8 @rem Set local scope for the variables with windows NT shell16 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options t…19 @rem Find java.exe49 @rem Get command-line arguments, handling Windows variants54 @rem Slurp the command line arguments.[all …]
83 size_t rem = size_ % alignment; in Align() local84 if (rem != 0) { in Align()85 Alloc(alignment - rem); in Align()
25 rem Check we have a valid Java.exe in the path.↵33 rem frameworkdir must not end with a dir sep.↵50 rem This can be overridden by using "-JXmx..." and "-JXss..." options below.↵
25 rem Check we have a valid Java.exe in the path.33 rem frameworkdir must not end with a dir sep.50 rem This can be overridden by using "-JXmx..." and "-JXss..." options below.
83 val rem = containingMethod.parameters().size - parameterIndex in getKtParameter() constant84 val index = ktParameters.size - rem in getKtParameter()