OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:good
(Results
76 - 100
of
388
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/ostringstream.assign/
member_swap.pass.cpp
27
assert(ss.
good
());
40
assert(ss.
good
());
move.pass.cpp
28
assert(ss.
good
());
39
assert(ss.
good
());
nonmember_swap.pass.cpp
27
assert(ss.
good
());
40
assert(ss.
good
());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/ostringstream.members/
str.pass.cpp
25
assert(ss.
good
());
40
assert(ss.
good
());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.cons/
move.pass.cpp
27
assert(ss.
good
());
41
assert(ss.
good
());
string.pass.cpp
26
assert(ss.
good
());
39
assert(ss.
good
());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.cons/stringstream.assign/
member_swap.pass.cpp
27
assert(ss.
good
());
44
assert(ss.
good
());
move.pass.cpp
28
assert(ss.
good
());
43
assert(ss.
good
());
nonmember_swap.pass.cpp
30
assert(ss.
good
());
47
assert(ss.
good
());
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
segment.l
8
8 # Force a
good
alignment.
x86-64-segment.s
11
# Force a
good
alignment.
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-d10v/
reloc-002.d
5
# Test 10 bit pc rel reloc
good
boundary.
reloc-006.d
5
# Test 18 bit pc rel reloc
good
boundary
reloc-010.d
5
# Test 10 bit pc rel reloc negative
good
boundary case
reloc-014.d
5
# Test 18 bit pc rel reloc negative
good
boundary case
/cts/tests/tests/keystore/src/android/keystore/cts/
CipherTest.java
810
KeyProtection
good
= TestUtils.getMinimalWorkingImportParametersForCipheringWith(
local
829
KeyProtection
good
= TestUtils.getMinimalWorkingImportParametersForCipheringWith(
local
848
KeyProtection
good
= TestUtils.getMinimalWorkingImportParametersForCipheringWith(
local
873
KeyProtection
good
= TestUtils.getMinimalWorkingImportParametersForCipheringWith(
local
905
KeyProtection
good
= TestUtils.getMinimalWorkingImportParametersForCipheringWith(
local
928
KeyProtection
good
= TestUtils.getMinimalWorkingImportParametersForCipheringWith(
local
952
KeyProtection
good
= TestUtils.getMinimalWorkingImportParametersForCipheringWith(
local
990
KeyProtection
good
= TestUtils.getMinimalWorkingImportParametersForCipheringWith(
local
1017
KeyProtection
good
= TestUtils.getMinimalWorkingImportParametersForCipheringWith(
local
1047
KeyProtection
good
= TestUtils.getMinimalWorkingImportParametersForCipheringWith(
local
1086
KeyProtection
good
= TestUtils.getMinimalWorkingImportParametersForCipheringWith(
local
1120
KeyProtection
good
= TestUtils.getMinimalWorkingImportParametersForCipheringWith(
local
1140
KeyProtection
good
= TestUtils.getMinimalWorkingImportParametersForCipheringWith(
local
1160
KeyProtection
good
= TestUtils.getMinimalWorkingImportParametersForCipheringWith(
local
1180
KeyProtection
good
= TestUtils.getMinimalWorkingImportParametersForCipheringWith(
local
1197
KeyProtection
good
= TestUtils.getMinimalWorkingImportParametersForCipheringWith(
local
1216
KeyProtection
good
= TestUtils.getMinimalWorkingImportParametersForCipheringWith(
local
1238
KeyProtection
good
= TestUtils.getMinimalWorkingImportParametersForCipheringWith(
local
1261
KeyProtection
good
= TestUtils.getMinimalWorkingImportParametersForCipheringWith(
local
1283
KeyProtection
good
= TestUtils.getMinimalWorkingImportParametersForCipheringWith(
local
[
all
...]
/external/vboot_reference/tests/futility/
test_load_fmap.sh
20
# Extract
good
blobs first
23
# Save the
good
blobs, make same-size random blobs, create command
27
mv $a $a.
good
42
rm -f ${TMP}* ${AREAS} *.rand *.
good
/prebuilts/go/darwin-x86/doc/articles/wiki/
test.bash
51
diff -u test_edit.out test_edit.
good
53
diff -u test_save.out test_view.
good
# should be the same as viewing
54
diff -u Test.txt test_Test.txt.
good
56
diff -u test_view.out test_view.
good
/prebuilts/go/linux-x86/doc/articles/wiki/
test.bash
51
diff -u test_edit.out test_edit.
good
53
diff -u test_save.out test_view.
good
# should be the same as viewing
54
diff -u Test.txt test_Test.txt.
good
56
diff -u test_view.out test_view.
good
/external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp
46
struct
good
: non_trivial {
struct in inherits:non_trivial
49
good
g;
52
const
good
g; // expected-note {{field 'g' of const-qualified type 'const
good
' would not be initialized}}
/system/tools/aidl/
line_reader.cpp
39
return input_stream_.is_open() && input_stream_.
good
();
43
if (!input_stream_.
good
()) {
63
if (!input_stream_.
good
()) {
/external/libcxx/test/std/numerics/complex.number/complex.ops/
stream_input.pass.cpp
34
assert(is.
good
());
41
assert(is.
good
());
55
assert(is.
good
());
62
assert(is.
good
());
69
assert(is.
good
());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/
stream_input.pass.cpp
34
assert(is.
good
());
41
assert(is.
good
());
55
assert(is.
good
());
62
assert(is.
good
());
69
assert(is.
good
());
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream_sentry/
ctor.pass.cpp
59
assert(!is.
good
());
67
assert(!is.
good
());
76
assert(is.
good
());
86
assert(is.
good
());
96
assert(is.
good
());
105
assert(is.
good
());
124
assert(is.
good
());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream_sentry/
ctor.pass.cpp
59
assert(!is.
good
());
67
assert(!is.
good
());
76
assert(is.
good
());
86
assert(is.
good
());
96
assert(is.
good
());
105
assert(is.
good
());
124
assert(is.
good
());
Completed in 447 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>