OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:missing
(Results
76 - 100
of
8134
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Parser/
missing-end-3.m
8
@interface blah // expected-error {{
missing
'@end'}}
missing-end-4.m
6
@interface Y1 // expected-error {{
missing
'@end'}}
13
@protocol Y2 // expected-error {{
missing
'@end'}}
18
@interface X7 // expected-error {{
missing
'@end'}}
23
@interface P2 // expected-error {{
missing
'@end'}}
28
@implementation X4 // expected-error {{
missing
'@end'}}
/external/clang/test/SemaObjCXX/
warn-missing-super.mm
18
} // expected-warning {{method possibly
missing
a [super dealloc] call}}
/external/llvm/test/CodeGen/Thumb2/
2010-05-24-rsbs.ll
2
; Radar 8017376:
Missing
's' suffix for t2RSBS instructions.
/external/llvm/test/MC/X86/AlignedBundling/
align-mode-argument-error.s
3
#
Missing
.bundle_align_mode argument
bundle-lock-option-error.s
3
#
Missing
.bundle_align_mode argument
/external/skia/tools/tests/jsondiff/input/
new.json
15
"
missing
-from-old.png" : {
old.json
15
"
missing
-from-new.png" : {
/external/skia/tools/tests/skdiff/test1/output-expected/
index.html
29
<td><input type="checkbox" name="
missing
-files/
missing
-from-baseDir.png" checked="yes"></td><td><b>
missing
-files/
missing
-from-baseDir.png</b><br>Could not compare.<br>base: not found<br>comparison: decoded</td><td>N/A</td><td>N/A</td><td>N/A</td><td><a href="../../../../../tools/tests/skdiff/comparisonDir/
missing
-files/
missing
-from-baseDir.png"><img src="../../../../../tools/tests/skdiff/comparisonDir/
missing
-files/
missing
-from-baseDir.png" height="240px"></a></td></tr>
31
<td><input type="checkbox" name="
missing
-files/
missing
-from-baseDir.xyz" checked="yes"></td><td><b>missing-files/missing-from-baseDir.xyz</b><br>Could no (…)
[
all
...]
/libcore/luni/src/test/java/tests/api/java/util/
ListResourceBundleTest.java
41
assertTrue("
Missing
key parent1", result.contains("parent1"));
42
assertTrue("
Missing
key parent2", result.contains("parent2"));
43
assertTrue("
Missing
key parent3", result.contains("parent3"));
44
assertTrue("
Missing
key parent4", result.contains("parent4"));
45
assertTrue("
Missing
key child1", result.contains("child1"));
46
assertTrue("
Missing
key child2", result.contains("child2"));
47
assertTrue("
Missing
key child3", result.contains("child3"));
/external/chromium_org/components/autofill/content/browser/wallet/
wallet_address.cc
29
DLOG(ERROR) << "Response from Google Wallet
missing
country name";
36
DLOG(ERROR) << "Response from Google Wallet
missing
recipient name";
43
DLOG(ERROR) << "Response from Google Wallet
missing
postal code number";
49
DVLOG(1) << "Response from Google Wallet
missing
phone number";
56
DVLOG(1) << "Response from Google Wallet
missing
address line 1";
58
DVLOG(1) << "Response from Google Wallet
missing
address line 2";
60
DVLOG(1) << "Response from Google Wallet
missing
address lines";
66
DVLOG(1) << "Response from Google Wallet
missing
locality name";
72
DVLOG(1) << "Response from Google Wallet
missing
administrative area name";
89
DVLOG(1) << "Response from Google Wallet
missing
is_minimal_address bit"
[
all
...]
/external/e2fsprogs/tests/f_baddotdir/
expect.1
5
Missing
'.' in directory inode 12.
8
Missing
'..' in directory inode 12.
14
Missing
'..' in directory inode 14.
26
Missing
'.' in directory inode 16.
29
Missing
'..' in directory inode 16.
/libcore/luni/src/main/java/java/lang/
EnumConstantNotPresentException.java
36
*
missing
constant name.
41
* the
missing
constant name.
45
super("enum constant " + enumType.getName() + "." + constantName + " is
missing
");
51
* Gets the enum type for which the constant name is
missing
.
61
* Gets the name of the
missing
constant.
/bionic/libc/tools/
check-symbols.py
51
missing
= expected_symbols - actual_symbols
52
if len(
missing
) > 0:
53
sys.stderr.write('%d
missing
%s in %s for %s:\n' % (len(
missing
), functions_or_variables, library, arch))
54
for miss in sorted(
missing
):
57
return len(
missing
) == 0
/external/chromium_org/chrome/browser/ui/startup/
google_api_keys_infobar_delegate.h
18
// If Google API keys are
missing
, creates a
missing
Google API Keys infobar
/external/chromium_org/net/quic/
quic_fec_group.cc
75
// We can revive if we're
missing
exactly 1 packet.
80
// We are finished if we are not
missing
any packets.
92
QuicPacketSequenceNumber
missing
= kNoSequenceNumber;
local
95
// Is this packet
missing
?
97
missing
= i;
101
DCHECK_NE(kNoSequenceNumber,
missing
);
111
header->packet_sequence_number =
missing
;
114
received_packets_.insert(
missing
);
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
UninitializedMessageException.java
37
* Thrown when attempting to build a protocol message that is
missing
required
42
* required fields are
missing
, because it is not a programming error to
53
super("Message was
missing
required fields. (Lite runtime could not " +
54
"determine which fields were
missing
).");
66
* Get a list of human-readable names of required fields
missing
from this
69
* find
missing
fields.
77
* When a parsed message is
missing
required fields, this should be thrown
87
new StringBuilder("Message
missing
required fields: ");
/external/chromium_org/tools/gyp/test/win/
gyptest-quoting-commands.py
8
Make sure batch files run as actions. Regression test for previously
missing
9
trailing quote on command line. cmd typically will implicitly insert a
missing
/external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/
p2.cpp
27
void* operator new(std::size_t); // expected-warning{{'operator new' is
missing
exception specification 'throw(std::bad_alloc)'}}
28
void operator delete(void*); // expected-warning{{'operator delete' is
missing
exception specification 'throw()'}}
/external/clang/test/SemaCXX/
MicrosoftCompatibility.cpp
138
A<T>::TYPE a1; // expected-warning {{
missing
'typename' prior to dependent type name}}
139
Base1::TYPE a2; // expected-warning {{
missing
'typename' prior to dependent type name}}
141
B<U>::TYPE a3; // expected-warning {{
missing
'typename' prior to dependent type name}}
142
Base2::TYPE a4; // expected-warning {{
missing
'typename' prior to dependent type name}}
144
A<U>::TYPE a5; // expected-error {{
missing
'typename' prior to dependent type name}}
145
Base3::TYPE a6; // expected-error {{
missing
'typename' prior to dependent type name}}
154
void function_missing_typename(const T::Type param)// expected-warning {{
missing
'typename' prior to dependent type name}}
156
const T::Type var = 2; // expected-warning {{
missing
'typename' prior to dependent type name}}
/external/protobuf/java/src/main/java/com/google/protobuf/
UninitializedMessageException.java
37
* Thrown when attempting to build a protocol message that is
missing
required
42
* required fields are
missing
, because it is not a programming error to
53
super("Message was
missing
required fields. (Lite runtime could not " +
54
"determine which fields were
missing
).");
66
* Get a list of human-readable names of required fields
missing
from this
69
* find
missing
fields.
77
* When a parsed message is
missing
required fields, this should be thrown
87
new StringBuilder("Message
missing
required fields: ");
/external/tcpdump/
Makefile.in
129
datalinks.o: $(srcdir)/
missing
/datalinks.c
130
$(CC) $(CFLAGS) -o $@ -c $(srcdir)/
missing
/datalinks.c
131
dlnames.o: $(srcdir)/
missing
/dlnames.c
132
$(CC) $(CFLAGS) -o $@ -c $(srcdir)/
missing
/dlnames.c
133
getnameinfo.o: $(srcdir)/
missing
/getnameinfo.c
134
$(CC) $(CFLAGS) -o $@ -c $(srcdir)/
missing
/getnameinfo.c
135
getaddrinfo.o: $(srcdir)/
missing
/getaddrinfo.c
136
$(CC) $(CFLAGS) -o $@ -c $(srcdir)/
missing
/getaddrinfo.c
137
inet_pton.o: $(srcdir)/
missing
/inet_pton.c
138
$(CC) $(CFLAGS) -o $@ -c $(srcdir)/
missing
/inet_pton.
[
all
...]
/external/chromium_org/android_webview/browser/
aw_result_codes.h
15
// A critical resource file is
missing
.
/external/chromium_org/remoting/host/setup/win/
load_string_from_resource.cc
12
s.Format(L"
Missing
resource %d", id);
/external/chromium_org/third_party/WebKit/ManualTests/inspector/
debugger-status-bar-buttons-state.html
1
<p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=19173">Bug 19173: Tool tips for Inspector debugger status bar buttons are wrong/
missing
</a>.</p>
Completed in 864 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>