OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:real
(Results
501 - 525
of
8477
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
seq_event.h
85
/** MIDI
Real
Time Start message; event data type = #snd_seq_ev_queue_control_t */
87
/** MIDI
Real
Time Continue message; event data type = #snd_seq_ev_queue_control_t */
89
/** MIDI
Real
Time Stop message; event data type = #snd_seq_ev_queue_control_t */
93
/** Set
real
-time queue position; event data type = #snd_seq_ev_queue_control_t */
97
/** MIDI
Real
Time Clock message; event data type = #snd_seq_ev_queue_control_t */
99
/** MIDI
Real
Time Tick message; event data type = #snd_seq_ev_queue_control_t */
190
/**
Real
-time data record */
202
struct snd_seq_real_time time; /**<
real
-time */
212
#define SND_SEQ_TIME_STAMP_REAL (1<<0) /**< timestamp in
real
time */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
seq_event.h
85
/** MIDI
Real
Time Start message; event data type = #snd_seq_ev_queue_control_t */
87
/** MIDI
Real
Time Continue message; event data type = #snd_seq_ev_queue_control_t */
89
/** MIDI
Real
Time Stop message; event data type = #snd_seq_ev_queue_control_t */
93
/** Set
real
-time queue position; event data type = #snd_seq_ev_queue_control_t */
97
/** MIDI
Real
Time Clock message; event data type = #snd_seq_ev_queue_control_t */
99
/** MIDI
Real
Time Tick message; event data type = #snd_seq_ev_queue_control_t */
190
/**
Real
-time data record */
202
struct snd_seq_real_time time; /**<
real
-time */
212
#define SND_SEQ_TIME_STAMP_REAL (1<<0) /**< timestamp in
real
time */
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DESedeParameters.java
59
* return true if the passed in key is a
real
2/3 part DES-EDE key.
70
* return true if the passed in key is a
real
2 part DES-EDE key.
90
* return true if the passed in key is a
real
3 part DES-EDE key.
/external/curl/tests/data/
test1095
18
This is not the
real
page
29
This IS the
real
page!
44
This IS the
real
page!
test2028
25
This is not the
real
page!
48
This is not the
real
page!
58
This is still not the
real
page!
67
Finally, this is the
real
page!
79
This is not the
real
page!
102
This is not the
real
page!
112
This is still not the
real
page!
135
This is not the
real
page!
145
This is still not the
real
page!
154
Finally, this is the
real
page
[
all
...]
test273
18
This is not the
real
page
29
This IS the
real
page!
44
This IS the
real
page!
test64
18
This is not the
real
page
29
This IS the
real
page!
44
This IS the
real
page!
test65
18
This is not the
real
page
29
This is not the
real
page either
44
This is not the
real
page either
test70
20
This is not the
real
page
31
This IS the
real
page!
47
This IS the
real
page!
test72
19
This is not the
real
page
30
This IS the
real
page!
46
This IS the
real
page!
test88
22
This is not the
real
page
33
This IS the
real
page!
48
This IS the
real
page!
/external/eigen/Eigen/src/SparseCore/
SparseView.h
39
typename NumTraits<Scalar>::
Real
m_epsilon = NumTraits<Scalar>::dummy_precision()) :
53
typename NumTraits<Scalar>::
Real
m_epsilon;
92
const typename NumTraits<Scalar>::
Real
& m_epsilon) const
/external/eigen/blas/
PackedSelfadjointProduct.h
24
typedef typename NumTraits<Scalar>::
Real
RealScalar;
35
mat[UpLo==Lower ? 0 : i] = numext::
real
(mat[UpLo==Lower ? 0 : i]);
44
typedef typename NumTraits<Scalar>::
Real
RealScalar;
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
abspath
8
$(warning .: abs="$(abspath .)"
real
="$(realpath $(abspath .))" curdir="$(CURDIR)")
12
$(warning ./: abs="$(abspath ./)"
real
="$(realpath $(abspath ./))" curdir="$(CURDIR)")
16
$(warning .///: abs="$(abspath .///)"
real
="$(realpath $(abspath .///))" curdir="$(CURDIR)")
/prebuilts/go/darwin-x86/test/fixedbugs/
issue4463.go
27
real
(1i) // ERROR "not used"
55
go
real
(1i) // ERROR "not used|discards result"
75
defer
real
(1i) // ERROR "not used|discards result"
/prebuilts/go/linux-x86/test/fixedbugs/
issue4463.go
27
real
(1i) // ERROR "not used"
55
go
real
(1i) // ERROR "not used|discards result"
75
defer
real
(1i) // ERROR "not used|discards result"
/prebuilts/tools/linux-x86_64/kythe/extractors/
javac-wrapper.sh
27
# "javac.
real
". The location of the
real
javac binary can be configured with
44
readonly REAL_JAVAC="$(dirname "$(readlink -e "$0")")/javac.
real
"
/external/compiler-rt/lib/asan/scripts/
asan_device_setup
189
adb_shell mv /system/bin/app_process.
real
/system/bin/app_process
191
elif ! adb_shell ls -l /system/bin/app_process64.
real
| grep -o 'No such file or directory' >&/dev/null; then
193
adb_shell mv /system/bin/app_process32.
real
/system/bin/app_process32
194
adb_shell mv /system/bin/app_process64.
real
/system/bin/app_process64
262
if adb_pull /system/bin/app_process.
real
/dev/null >&/dev/null; then
264
adb_shell mv /system/bin/app_process.
real
/system/bin/app_process
277
adb_pull /system/bin/app_process32.
real
"$TMPDIROLD" || true
279
adb_pull /system/bin/app_process64.
real
"$TMPDIROLD" || true
290
if [[ -f "$TMPDIR/app_process.wrap" || -f "$TMPDIR/app_process64.
real
" ]]; then
304
# which may or may not be a
real
bug (probably not)
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-2629532/bin/
asan_device_setup
189
adb_shell mv /system/bin/app_process.
real
/system/bin/app_process
191
elif ! adb_shell ls -l /system/bin/app_process64.
real
| grep -o 'No such file or directory' >&/dev/null; then
193
adb_shell mv /system/bin/app_process32.
real
/system/bin/app_process32
194
adb_shell mv /system/bin/app_process64.
real
/system/bin/app_process64
262
if adb_pull /system/bin/app_process.
real
/dev/null >&/dev/null; then
264
adb_shell mv /system/bin/app_process.
real
/system/bin/app_process
277
adb_pull /system/bin/app_process32.
real
"$TMPDIROLD" || true
279
adb_pull /system/bin/app_process64.
real
"$TMPDIROLD" || true
290
if [[ -f "$TMPDIR/app_process.wrap" || -f "$TMPDIR/app_process64.
real
" ]]; then
304
# which may or may not be a
real
bug (probably not)
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-2658975/bin/
asan_device_setup
189
adb_shell mv /system/bin/app_process.
real
/system/bin/app_process
191
elif ! adb_shell ls -l /system/bin/app_process64.
real
| grep -o 'No such file or directory' >&/dev/null; then
193
adb_shell mv /system/bin/app_process32.
real
/system/bin/app_process32
194
adb_shell mv /system/bin/app_process64.
real
/system/bin/app_process64
262
if adb_pull /system/bin/app_process.
real
/dev/null >&/dev/null; then
264
adb_shell mv /system/bin/app_process.
real
/system/bin/app_process
277
adb_pull /system/bin/app_process32.
real
"$TMPDIROLD" || true
279
adb_pull /system/bin/app_process64.
real
"$TMPDIROLD" || true
290
if [[ -f "$TMPDIR/app_process.wrap" || -f "$TMPDIR/app_process64.
real
" ]]; then
304
# which may or may not be a
real
bug (probably not)
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-2690385/bin/
asan_device_setup
189
adb_shell mv /system/bin/app_process.
real
/system/bin/app_process
191
elif ! adb_shell ls -l /system/bin/app_process64.
real
| grep -o 'No such file or directory' >&/dev/null; then
193
adb_shell mv /system/bin/app_process32.
real
/system/bin/app_process32
194
adb_shell mv /system/bin/app_process64.
real
/system/bin/app_process64
262
if adb_pull /system/bin/app_process.
real
/dev/null >&/dev/null; then
264
adb_shell mv /system/bin/app_process.
real
/system/bin/app_process
277
adb_pull /system/bin/app_process32.
real
"$TMPDIROLD" || true
279
adb_pull /system/bin/app_process64.
real
"$TMPDIROLD" || true
290
if [[ -f "$TMPDIR/app_process.wrap" || -f "$TMPDIR/app_process64.
real
" ]]; then
304
# which may or may not be a
real
bug (probably not)
[
all
...]
/prebuilts/clang/host/linux-x86/clang-2629532/bin/
asan_device_setup
189
adb_shell mv /system/bin/app_process.
real
/system/bin/app_process
191
elif ! adb_shell ls -l /system/bin/app_process64.
real
| grep -o 'No such file or directory' >&/dev/null; then
193
adb_shell mv /system/bin/app_process32.
real
/system/bin/app_process32
194
adb_shell mv /system/bin/app_process64.
real
/system/bin/app_process64
262
if adb_pull /system/bin/app_process.
real
/dev/null >&/dev/null; then
264
adb_shell mv /system/bin/app_process.
real
/system/bin/app_process
277
adb_pull /system/bin/app_process32.
real
"$TMPDIROLD" || true
279
adb_pull /system/bin/app_process64.
real
"$TMPDIROLD" || true
290
if [[ -f "$TMPDIR/app_process.wrap" || -f "$TMPDIR/app_process64.
real
" ]]; then
304
# which may or may not be a
real
bug (probably not)
[
all
...]
/prebuilts/clang/host/linux-x86/clang-2658975/bin/
asan_device_setup
189
adb_shell mv /system/bin/app_process.
real
/system/bin/app_process
191
elif ! adb_shell ls -l /system/bin/app_process64.
real
| grep -o 'No such file or directory' >&/dev/null; then
193
adb_shell mv /system/bin/app_process32.
real
/system/bin/app_process32
194
adb_shell mv /system/bin/app_process64.
real
/system/bin/app_process64
262
if adb_pull /system/bin/app_process.
real
/dev/null >&/dev/null; then
264
adb_shell mv /system/bin/app_process.
real
/system/bin/app_process
277
adb_pull /system/bin/app_process32.
real
"$TMPDIROLD" || true
279
adb_pull /system/bin/app_process64.
real
"$TMPDIROLD" || true
290
if [[ -f "$TMPDIR/app_process.wrap" || -f "$TMPDIR/app_process64.
real
" ]]; then
304
# which may or may not be a
real
bug (probably not)
[
all
...]
/prebuilts/clang/host/linux-x86/clang-2690385/bin/
asan_device_setup
189
adb_shell mv /system/bin/app_process.
real
/system/bin/app_process
191
elif ! adb_shell ls -l /system/bin/app_process64.
real
| grep -o 'No such file or directory' >&/dev/null; then
193
adb_shell mv /system/bin/app_process32.
real
/system/bin/app_process32
194
adb_shell mv /system/bin/app_process64.
real
/system/bin/app_process64
262
if adb_pull /system/bin/app_process.
real
/dev/null >&/dev/null; then
264
adb_shell mv /system/bin/app_process.
real
/system/bin/app_process
277
adb_pull /system/bin/app_process32.
real
"$TMPDIROLD" || true
279
adb_pull /system/bin/app_process64.
real
"$TMPDIROLD" || true
290
if [[ -f "$TMPDIR/app_process.wrap" || -f "$TMPDIR/app_process64.
real
" ]]; then
304
# which may or may not be a
real
bug (probably not)
[
all
...]
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/d/
ITestDefault.java
21
// CTS doesn't like default methods. The
real
implementation is below.
Completed in 531 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>