OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:incomplete
(Results
176 - 200
of
1629
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/android/support/
README
13
Many things are still
incomplete
.
/packages/inputmethods/LatinIME/java/res/xml/
keystyle_devanagari_sign_candrabindu.xml
22
API version 16 can't automatically render dotted circle for
incomplete
combining letter
/packages/inputmethods/LatinIME/java/res/xml-v16/
keystyle_devanagari_sign_candrabindu.xml
22
API version 16 can't automatically render dotted circle for
incomplete
combining letter
keystyle_devanagari_vowel_sign_candra_e.xml
22
API version 16 can't automatically render dotted circle for
incomplete
combining letter
keystyle_devanagari_vowel_sign_candra_o.xml
22
API version 16 can't automatically render dotted circle for
incomplete
combining letter
/external/clang/test/Analysis/
out-of-bounds.c
158
extern struct
incomplete
incomplete
;
159
int *p = (int *)&
incomplete
;
derived-to-base.cpp
454
struct
Incomplete
;
460
void* f(
Incomplete
*i) {
472
Incomplete
*i = reinterpret_cast<
Incomplete
*>(b);
pr4209.m
1
// RUN: %clang_cc1 -triple i386-apple-darwin9 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -Wno-
incomplete
-implementation -verify %s
/external/clang/test/CodeGenCXX/
debug-info.cpp
107
// CHECK: [[INCTYPE:![0-9]*]] = !MDCompositeType(tag: DW_TAG_structure_type, name: "
incomplete
"
130
struct
incomplete
;
131
incomplete
(*x)[3];
delete.cpp
138
struct
Incomplete
;
140
void array_delete_incomplete(
Incomplete
*p1,
Incomplete
*p2) {
/external/llvm/test/Object/
macho-invalid.test
4
RUN: not llvm-objdump -private-headers %p/Inputs/macho64-invalid-
incomplete
-load-command 2>&1 \
5
RUN: | FileCheck -check-prefix
INCOMPLETE
-LOADC %s
43
INCOMPLETE
-LOADC: Malformed MachO file
/libcore/luni/src/test/java/libcore/java/net/
OldURITest.java
71
"http://host/a%#frag", //
incomplete
escape sequence in path
78
"http://host/path#frag%", //
incomplete
escape sequence in
85
"http:///path?query%", //
incomplete
escape sequence in query,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
binascii.so
/external/clang/test/SemaCXX/
enum-scoped.cpp
137
struct A::a; // expected-error {{
incomplete
type 'test6::A' named in nested name specifier}}
138
enum A::b; // expected-error {{
incomplete
type 'test6::A' named in nested name specifier}}
139
int A::c; // expected-error {{
incomplete
type 'test6::A' named in nested name specifier}}
140
void A::d(); // expected-error {{
incomplete
type 'test6::A' named in nested name specifier}}
142
(void) A::e; // expected-error {{
incomplete
type 'test6::A' named in nested name specifier}}
lambda-expressions.cpp
297
struct
Incomplete
; // expected-note 2{{forward decl}}
298
void g(const
Incomplete
&a);
299
void f(
Incomplete
&a) {
300
(void) [a] {}; // expected-error {{
incomplete
}}
303
(void) [=] { g(a); }; // expected-error {{
incomplete
}}
384
// expected-error@-1 {{field has
incomplete
type 'void'}}
/external/zlib/src/contrib/puff/
puff.c
77
* - Allow
incomplete
code only if single code length is 1
214
* an empty code, or if the code is
incomplete
and an invalid code is received,
231
* -
Incomplete
codes are handled by this decoder, since they are permitted
314
* subscribed code set, and positive for an
incomplete
code set. The tables
320
* codes past the end of the
incomplete
lengths.
324
* codes. This is useful for checking for
incomplete
codes that have more than
333
* - Permitted and expected examples of
incomplete
codes are one of the fixed
355
/* check for an over-subscribed or
incomplete
set of lengths */
362
} /* left > 0 means
incomplete
*/
377
/* return zero for complete set, positive for
incomplete
set *
[
all
...]
/external/clang/test/SemaTemplate/
instantiate-expr-4.cpp
162
throw t; // expected-error{{
incomplete
type}}
166
struct
Incomplete
; // expected-note 2{{forward}}
170
template struct Throw1<
Incomplete
*>; // expected-note{{instantiation}}
186
return typeid(T); // expected-error{{'typeid' of
incomplete
type '
Incomplete
'}}
195
template struct TypeId0<
Incomplete
>; // expected-note{{instantiation of member function}}
/external/clang/test/CodeGen/
big-atomic-ops.c
198
int lock_free(struct
Incomplete
*
incomplete
) {
211
__atomic_is_lock_free(4,
incomplete
);
/external/mesa3d/docs/
viewperf.html
111
incomplete
because the last/smallest mipmap level (1 x 1 pixel) is
145
Later, these
incomplete
textures are bound before drawing calls.
148
from an
incomplete
texture.
/external/v8/test/promises-aplus/lib/
mocha.js
232
var
incomplete
= {
237
context.beingDescribed =
incomplete
;
241
context.suites.push(new TestSuite(
incomplete
));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
HomeSP.java
93
if (spMatch == PasspointMatch.
Incomplete
|| spMatch == PasspointMatch.Declined) {
175
return PasspointMatch.
Incomplete
;
187
return PasspointMatch.
Incomplete
;
/external/bison/lib/
mbswidth.h
39
/* If this bit is set, return -1 upon finding an invalid or
incomplete
/external/clang/include/clang/Frontend/
ASTConsumers.h
33
// implementation is still
incomplete
.
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p2.cpp
126
//
incomplete
.
/external/clang/test/CXX/class/class.mem/
p1.cpp
21
S::X x; //expected-error{{variable has
incomplete
type 'S::X'}}
Completed in 599 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>