HomeSort by relevance Sort by last modified time
    Searched refs:rem (Results 26 - 50 of 874) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/strace/tests/
clock_nanosleep.c 54 }, rem = { local
70 if (!syscall(__NR_clock_nanosleep, CLOCK_REALTIME, 0, NULL, &rem.ts))
73 " = -1 EFAULT (Bad address)\n", &rem.ts);
75 if (syscall(__NR_clock_nanosleep, CLOCK_REALTIME, 0, &req.ts, &rem.ts))
78 (intmax_t) req.ts.tv_sec, (intmax_t) req.ts.tv_nsec, &rem.ts);
81 if (!syscall(__NR_clock_nanosleep, CLOCK_MONOTONIC, 0, &req.ts, &rem.ts))
85 (intmax_t) req.ts.tv_sec, (intmax_t) req.ts.tv_nsec, &rem.ts);
102 if (!syscall(__NR_clock_nanosleep, CLOCK_REALTIME, 0, &req.ts, &rem.ts))
107 (intmax_t) rem.ts.tv_sec, (intmax_t) rem.ts.tv_nsec)
    [all...]
restart_syscall.c 51 struct timespec req = { .tv_nsec = 222222222 }, rem;
59 if (nanosleep(&req, &rem))
65 (intmax_t) rem.tv_sec, (intmax_t) rem.tv_nsec);
76 (intmax_t) req.tv_sec, (intmax_t) req.tv_nsec, &rem);
nanosleep.c 48 }, rem = { local
61 if (!nanosleep(NULL, &rem.ts))
63 printf("nanosleep(NULL, %p) = -1 EFAULT (Bad address)\n", &rem.ts);
65 if (nanosleep(&req.ts, &rem.ts))
68 (intmax_t) req.ts.tv_sec, (intmax_t) req.ts.tv_nsec, &rem.ts);
71 if (!nanosleep(&req.ts, &rem.ts))
74 (intmax_t) req.ts.tv_sec, (intmax_t) req.ts.tv_nsec, &rem.ts);
91 if (!nanosleep(&req.ts, &rem.ts))
96 (intmax_t) rem.ts.tv_sec, (intmax_t) rem.ts.tv_nsec)
    [all...]
  /external/compiler-rt/test/builtins/Unit/
divmodsi4_test.c 19 extern COMPILER_RT_ABI si_int __divmodsi4(si_int a, si_int b, si_int* rem);
25 si_int rem; local
26 si_int result = __divmodsi4(a, b, &rem);
32 if (rem != expected_rem) {
34 a, b, rem, expected_rem);
  /prebuilts/devtools/tools/
uiautomatorviewer.bat 2 rem Copyright (C) 2012 The Android Open Source Project
3 rem
4 rem Licensed under the Apache License, Version 2.0 (the "License");
5 rem you may not use this file except in compliance with the License.
6 rem You may obtain a copy of the License at
7 rem
8 rem http://www.apache.org/licenses/LICENSE-2.0
9 rem
10 rem Unless required by applicable law or agreed to in writing, software
11 rem distributed under the License is distributed on an "AS IS" BASIS
    [all...]
monkeyrunner.bat 2 rem Copyright (C) 2010 The Android Open Source Project
3 rem
4 rem Licensed under the Apache License, Version 2.0 (the "License");
5 rem you may not use this file except in compliance with the License.
6 rem You may obtain a copy of the License at
7 rem
8 rem http://www.apache.org/licenses/LICENSE-2.0
9 rem
10 rem Unless required by applicable law or agreed to in writing, software
11 rem distributed under the License is distributed on an "AS IS" BASIS
    [all...]
traceview.bat 2 rem Copyright (C) 2007 The Android Open Source Project
3 rem
4 rem Licensed under the Apache License, Version 2.0 (the "License");
5 rem you may not use this file except in compliance with the License.
6 rem You may obtain a copy of the License at
7 rem
8 rem http://www.apache.org/licenses/LICENSE-2.0
9 rem
10 rem Unless required by applicable law or agreed to in writing, software
11 rem distributed under the License is distributed on an "AS IS" BASIS
    [all...]
  /external/skia/
make.bat 1 @rem Copyright 2011 Google Inc.
2 @rem
3 @rem Use of this source code is governed by a BSD-style license that can be
4 @rem found in the LICENSE file.
7 rem Launches make.py on Windows, after setting Visual Studio environment variables.
8 rem See https://skia.org/user/quick/windows.
10 rem Skip environment setup on bots.
16 rem Run make.py and propagate its return value.
21 rem Visual Studio environment variables aren't set yet, so run vcvars32.bat
  /ndk/sources/android/support/src/
stdlib_support.c 52 retval.rem = numer % denom;
53 if (numer >= 0 && retval.rem < 0) {
55 retval.rem -= denom;
  /sdk/find_java/
find_java.bat 2 rem Copyright (C) 2007 The Android Open Source Project
3 rem
4 rem Licensed under the Apache License, Version 2.0 (the "License");
5 rem you may not use this file except in compliance with the License.
6 rem You may obtain a copy of the License at
7 rem
8 rem http://www.apache.org/licenses/LICENSE-2.0
9 rem
10 rem Unless required by applicable law or agreed to in writing, software
11 rem distributed under the License is distributed on an "AS IS" BASIS,
    [all...]
  /developers/build/
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 to this script.
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/
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 to this script.
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
    [all...]
  /developers/build/prebuilts/androidtv/visual-game-controller/
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 to this script.
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
    [all...]
  /developers/build/prebuilts/gradle/AccelerometerPlay/
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 to this script.
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments
    [all...]
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/
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 to this script.
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
    [all...]
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/
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 to this script.
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
    [all...]
  /developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/
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 to this script.
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
    [all...]
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/
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 to this script.
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
    [all...]
  /developers/build/prebuilts/gradle/ActiveNotifications/
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 to this script.
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
    [all...]
  /developers/build/prebuilts/gradle/ActivityInstrumentation/
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 to this script.
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
    [all...]
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/
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 to this script.
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments
    [all...]
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/
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 to this script.
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
    [all...]
  /developers/build/prebuilts/gradle/AgendaData/
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 to this script.
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments
    [all...]
  /developers/build/prebuilts/gradle/AlwaysOn/
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 to this script.
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
    [all...]
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/
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 to this script.
19 @rem Find java.exe
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
    [all...]

Completed in 1746 milliseconds

12 3 4 5 6 7 8 91011>>