OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:missing
(Results
376 - 400
of
8134
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
sgtty.h
44
#if 0 /*
MISSING
FROM BIONIC */
47
#endif /*
MISSING
*/
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
locale.h
54
#if 1 /*
MISSING
FROM BIONIC - DEFINED TO MAKE libstdc++-v3 happy */
57
#endif /*
MISSING
*/
sgtty.h
44
#if 0 /*
MISSING
FROM BIONIC */
47
#endif /*
MISSING
*/
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
locale.h
54
#if 1 /*
MISSING
FROM BIONIC - DEFINED TO MAKE libstdc++-v3 happy */
57
#endif /*
MISSING
*/
sgtty.h
44
#if 0 /*
MISSING
FROM BIONIC */
47
#endif /*
MISSING
*/
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
locale.h
54
#if 1 /*
MISSING
FROM BIONIC - DEFINED TO MAKE libstdc++-v3 happy */
57
#endif /*
MISSING
*/
sgtty.h
44
#if 0 /*
MISSING
FROM BIONIC */
47
#endif /*
MISSING
*/
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
locale.h
54
#if 1 /*
MISSING
FROM BIONIC - DEFINED TO MAKE libstdc++-v3 happy */
57
#endif /*
MISSING
*/
sgtty.h
44
#if 0 /*
MISSING
FROM BIONIC */
47
#endif /*
MISSING
*/
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
locale.h
54
#if 1 /*
MISSING
FROM BIONIC - DEFINED TO MAKE libstdc++-v3 happy */
57
#endif /*
MISSING
*/
sgtty.h
44
#if 0 /*
MISSING
FROM BIONIC */
47
#endif /*
MISSING
*/
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptParserTest.java
86
// Test
missing
resource name
101
// Test
missing
resource name
109
// message. When this error occurs, we will also get a warning on a
missing
attribute, and
112
// // Test
missing
resource name
120
// Test
missing
resource name
129
// Test
missing
resource name
138
// Test
missing
resource name
147
// Test
missing
resource name
/external/chromium_org/tools/gyp/test/lib/
TestCommon.py
184
missing
= []
189
missing
.append(f)
190
return existing,
missing
229
existing,
missing
= separate_files(files)
231
if
missing
:
232
print "
Missing
files: `%s'" % string.join(
missing
, "', `")
235
self.fail_test(
missing
+ unwritable)
263
missing
= []
266
missing
.append(line
[
all
...]
/external/clang/test/CXX/temp/temp.param/
p11-0x.cpp
8
template<typename T = int, typename> struct X3t; // expected-error{{template parameter
missing
a default argument}} expected-note{{previous default template argument defined here}}
9
template<typename T = int, typename> using A3t = int; // expected-error{{template parameter
missing
a default argument}} expected-note{{previous default template argument defined here}}
10
template<int V = 0, int> struct X3nt; // expected-error{{template parameter
missing
a default argument}} expected-note{{previous default template argument defined here}}
11
template<int V = 0, int> using A3nt = int; // expected-error{{template parameter
missing
a default argument}} expected-note{{previous default template argument defined here}}
12
template<template<class> class M = vector, template<class> class> struct X3tt; // expected-error{{template parameter
missing
a default argument}} expected-note{{previous default template argument defined here}}
13
template<template<class> class M = vector, template<class> class> using A3tt = int; // expected-error{{template parameter
missing
a default argument}} expected-note{{previous default template argument defined here}}
/external/iproute2/tc/
em_u32.c
50
return PARSE_ERR(args, "u32:
missing
arguments");
63
return PARSE_ERR(a, "u32:
missing
key");
71
return PARSE_ERR(a, "u32:
missing
mask");
79
return PARSE_ERR(a, "u32:
missing
\"at\"");
83
return PARSE_ERR(a, "u32:
missing
offset");
94
return PARSE_ERR(a, "u32:
missing
offset");
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
SetAttributeFix.java
60
} else if (mId.equals(TranslationDetector.
MISSING
.getId())) {
74
if (mId.equals(TranslationDetector.
MISSING
.getId())) {
91
} else if (mId.equals(TranslationDetector.
MISSING
.getId())) {
107
if (mId.equals(TranslationDetector.
MISSING
.getId())) {
123
if (mId.equals(TranslationDetector.
MISSING
.getId())) {
134
} else if (mId.equals(TranslationDetector.
MISSING
.getId())) {
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py
183
some other encoding is used, or the header is
missing
, or if the
290
Return None if the header is
missing
instead of raising an exception.
309
Does not raise an exception if the header is
missing
.
323
missing
= object()
324
return self.get(name,
missing
) is not
missing
360
is
missing
.
447
missing
= object()
448
value = self.get('content-type',
missing
)
449
if value is
missing
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py
183
some other encoding is used, or the header is
missing
, or if the
290
Return None if the header is
missing
instead of raising an exception.
309
Does not raise an exception if the header is
missing
.
323
missing
= object()
324
return self.get(name,
missing
) is not
missing
360
is
missing
.
447
missing
= object()
448
value = self.get('content-type',
missing
)
449
if value is
missing
[
all
...]
/external/chromium_org/ppapi/
PRESUBMIT.py
178
missing
= []
181
missing
.append('ppapi/api/%s.idl' % filename)
186
for filename in
missing
:
192
missing
.remove(filename)
194
if
missing
:
197
'
Missing
PPAPI header, no change or skipped generation?',
198
long_text='\n '.join(
missing
)))
240
'
Missing
PPAPI IDL for private interface, please generate IDL:',
246
'
Missing
PPAPI IDL for DEV, required before moving to stable:',
252
'
Missing
PPAPI IDL for stable interface:'
[
all
...]
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParser.java
128
throw new Error("
Missing
return statement in function");
136
throw new Error("
Missing
return statement in function");
167
throw new Error("
Missing
return statement in function");
199
throw new Error("
Missing
return statement in function");
208
throw new Error("
Missing
return statement in function");
215
throw new Error("
Missing
return statement in function");
273
throw new Error("
Missing
return statement in function");
280
throw new Error("
Missing
return statement in function");
299
throw new Error("
Missing
return statement in function");
306
throw new Error("
Missing
return statement in function")
[
all
...]
/external/chromium/chrome/common/extensions/
update_manifest.cc
132
*error_detail = "
Missing
appid on app node";
144
*error_detail = "
Missing
updatecheck on app.";
165
*error_detail = "
Missing
version for updatecheck.";
220
ParseError("
Missing
root node");
227
ParseError("
Missing
or incorrect xmlns on gupdate tag");
232
ParseError("
Missing
gupdate tag");
238
ParseError("
Missing
/incorrect protocol on gupdate tag "
/external/chromium_org/chrome/common/extensions/
update_manifest.cc
134
*error_detail = "
Missing
appid on app node";
146
*error_detail = "
Missing
updatecheck on app.";
167
*error_detail = "
Missing
version for updatecheck.";
238
ParseError("
Missing
root node");
245
ParseError("
Missing
or incorrect xmlns on gupdate tag");
250
ParseError("
Missing
gupdate tag");
256
ParseError("
Missing
/incorrect protocol on gupdate tag "
/external/chromium_org/components/autofill/content/browser/wallet/
full_wallet.cc
73
DVLOG(1) << "Response from Google wallet
missing
required actions";
78
DLOG(ERROR) << "Response from Google wallet
missing
expiration month";
84
DLOG(ERROR) << "Response from Google wallet
missing
expiration year";
90
DLOG(ERROR) << "Response from Google wallet
missing
iin";
96
DLOG(ERROR) << "Response from Google wallet
missing
rest";
102
DLOG(ERROR) << "Response from Google wallet
missing
billing address";
119
DVLOG(1) << "Response from Google wallet
missing
shipping address";
/prebuilts/qemu-kernel/arm/
rebuild.sh
202
fail_ifnotdir "$KERNEL_DIR" "
Missing
kernel directory"
203
fail_ifnotdir "$KERNEL_DIR/kernel" "
Missing
kernel-specific directory"
204
fail_ifnotdir "$KERNEL_DIR/arch" "
Missing
kernel-specific directory"
205
fail_ifnotdir "$KERNEL_DIR/arch/arm/mach-goldfish" "
Missing
goldfish-specific directory"
232
echo "ERROR:
Missing
default output dir: $OUT_DIR"
253
echo "ERROR:
Missing
directory: $TOOLCHAIN_DIR"
258
echo "ERROR:
Missing
program file: $GCC"
/external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp
176
? "
missing
-dealloc"
177
: "
missing
-dealloc (Hybrid MM, non-GC)";
188
// dealloc found. Scan for
missing
[super dealloc].
192
? "
missing
[super dealloc]"
193
: "
missing
[super dealloc] (Hybrid MM, non-GC)";
199
" (
missing
[super dealloc])";
213
// Scan for
missing
and extra releases of ivars used by implementations
248
? "
missing
ivar release (leak)"
249
: "
missing
ivar release (Hybrid MM, non-GC)";
Completed in 681 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>