OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bogus
(Results
51 - 75
of
1180
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/dx/src/com/android/dx/dex/code/
Dop.java
63
throw new IllegalArgumentException("
bogus
opcode");
67
throw new IllegalArgumentException("
bogus
family");
71
throw new IllegalArgumentException("
bogus
nextOpcode");
171
throw new IllegalArgumentException("
bogus
opcode: " + this);
/dalvik/dx/tests/110-dex-preserve-this/
run
23
thisReg = "
BOGUS
";
/external/apache-harmony/luni/src/test/resources/org/apache/harmony/luni/tests/
test.xml
20
<!-- A
bogus
XML file used to see if we can detect
/external/clang/test/SemaCXX/
unreachable-code.cpp
55
// PR 6130 - Don't warn about
bogus
unreachable code with throw's and
unused.cpp
3
// PR4103 : Make sure we don't get a
bogus
unused expression warning
/external/conscrypt/src/test/java/org/conscrypt/
CertPinManagerTest.java
115
// set up the pinEntry with a
bogus
entry
125
// set up the pinEntry with a
bogus
entry
129
fail("Accepted a basically wholly
bogus
entry.");
135
// set up the pinEntry with a
bogus
entry
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dop.java
63
throw new IllegalArgumentException("
bogus
opcode");
67
throw new IllegalArgumentException("
bogus
family");
71
throw new IllegalArgumentException("
bogus
nextOpcode");
171
throw new IllegalArgumentException("
bogus
opcode: " + this);
/external/llvm/test/CodeGen/Generic/
fwdtwice.ll
11
;; This produces the
bogus
output instruction:
/external/llvm/test/CodeGen/X86/
negative-stride-fptosi-user.ll
4
; variable which stepped by a
bogus
((double)UINT32_C(-1)). It's theoretically
/external/skia/src/gpu/gl/
GrGLTextureRenderTarget.h
18
// Windows gives
bogus
warnings about inheriting asTexture/asRenderTarget via dominance.
/external/valgrind/helgrind/tests/
tc18_semabuse.c
31
/* Do 'wait' on a
bogus
semaphore. This should fail, but on glibc
/external/valgrind/memcheck/tests/
badjump2.c
8
// and jumped to a
bogus
address, Valgrind would abort. With the fix,
/libcore/harmony-tests/src/test/resources/resources/
test.xml
20
<!-- A
bogus
XML file used to see if we can detect
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
has_constraints.hpp
25
// Work around the following
bogus
error in Sun Studio 11, by
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
add_const.hpp
26
// This
bogus
warning will appear when add_const is applied to a
add_cv.hpp
27
// This
bogus
warning will appear when add_volatile is applied to a
add_volatile.hpp
26
// This
bogus
warning will appear when add_volatile is applied to a
/external/jpeg/
rdswitch.c
205
goto
bogus
;
212
goto
bogus
;
215
goto
bogus
;
218
goto
bogus
;
221
goto
bogus
;
231
bogus
:
/system/core/adf/libadf/tests/
adf_test.cpp
217
EXPECT_EQ(-EINVAL, err) << "setting
bogus
DPMS mode should have failed";
238
EXPECT_EQ(-EINVAL, err) << "enabling
bogus
ADF event should have failed";
241
EXPECT_EQ(-EINVAL, err) << "disabling
bogus
ADF event should have failed";
278
" to
bogus
interface should have failed";
282
" from
bogus
interface should have failed";
307
"allocating buffer with
bogus
format should have failed";
/external/icu/icu4c/source/test/intltest/
ustrtest.cpp
1787
namespace
bogus
{
namespace
[
all
...]
/dalvik/dexgen/src/com/android/dexgen/util/
HexParser.java
78
throw new RuntimeException("
bogus
offset marker: " +
114
throw new RuntimeException("
bogus
digit character: \"" +
/dalvik/dx/src/com/android/dx/util/
HexParser.java
78
throw new RuntimeException("
bogus
offset marker: " +
114
throw new RuntimeException("
bogus
digit character: \"" +
/dalvik/libdex/
DexOptData.cpp
64
ALOGE("
Bogus
opt data start pointer");
86
ALOGE("
Bogus
opt data content pointer at offset %u",
/external/clang/test/Sema/
init.c
91
.b =
bogus
// expected-error {{use of undeclared identifier '
bogus
'}}
pragma-section.c
41
#pragma section(".my_seg",
bogus
) // expected-warning {{unknown action '
bogus
' for '#pragma section' - ignored}}
Completed in 542 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>