OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:incomplete
(Results
326 - 350
of
2139
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/deqp/doc/
qpa_file_format.txt
53
* XML log can be
incomplete
due to, e.g., crash. Please, use a SAX
54
parser as they can work with
incomplete
XML.
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
pointer.pass.cpp
20
// 2 The stored type 'T' is allowed to be
incomplete
.
28
// types where 'T' is an
incomplete
type (C-1,3)
/external/zlib/src/examples/
zpipe.c
89
invalid or
incomplete
, Z_VERSION_ERROR if the version of zlib.h and
165
fputs("invalid or
incomplete
deflate data\n", stderr);
/libcore/ojluni/src/main/java/sun/security/provider/
X509Factory.java
525
throw new IOException("
Incomplete
data");
534
throw new IOException("
Incomplete
data");
551
throw new IOException("
Incomplete
data");
649
throw new IOException("
Incomplete
BER/DER length info");
656
throw new IOException("
Incomplete
BER/DER length info");
666
throw new IOException("
Incomplete
BER/DER length info");
678
throw new IOException("
Incomplete
BER/DER length info");
693
throw new IOException("
Incomplete
BER/DER data");
/packages/services/Telecomm/src/com/android/server/telecom/
CallerInfoLookupHelper.java
96
Log.i(this, "There is a previously
incomplete
query for handle %s. " +
101
Log.i(this, "There is a previously
incomplete
query for handle %s. Adding to " +
/external/opencv3/3rdparty/zlib/
inftrees.c
130
/* check for an over-subscribed or
incomplete
set of lengths */
138
return -1; /*
incomplete
set */
176
routine permits
incomplete
codes, so another loop after this one fills
292
/* fill in remaining table entry if code is
incomplete
(guaranteed to have
293
at most one remaining entry, since if the code is
incomplete
, the
/external/pdfium/third_party/zlib_v128/
inftrees.c
130
/* check for an over-subscribed or
incomplete
set of lengths */
138
return -1; /*
incomplete
set */
176
routine permits
incomplete
codes, so another loop after this one fills
292
/* fill in remaining table entry if code is
incomplete
(guaranteed to have
293
at most one remaining entry, since if the code is
incomplete
, the
/external/zlib/src/
inftrees.c
130
/* check for an over-subscribed or
incomplete
set of lengths */
138
return -1; /*
incomplete
set */
176
routine permits
incomplete
codes, so another loop after this one fills
292
/* fill in remaining table entry if code is
incomplete
(guaranteed to have
293
at most one remaining entry, since if the code is
incomplete
, the
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
math_fwd.hpp
62
ibeta(RT1 a, RT2 b, RT3 x); //
Incomplete
beta function.
66
ibeta(RT1 a, RT2 b, RT3 x, const Policy& pol); //
Incomplete
beta function.
70
ibetac(RT1 a, RT2 b, RT3 x); //
Incomplete
beta complement function.
74
ibetac(RT1 a, RT2 b, RT3 x, const Policy& pol); //
Incomplete
beta complement function.
86
ibeta_inv(RT1 a, RT2 b, RT3 p); //
Incomplete
beta inverse function.
90
ibeta_inv(RT1 a, RT2 b, RT3 p, const Policy&); //
Incomplete
beta inverse function.
94
ibeta_inva(RT1 a, RT2 b, RT3 p); //
Incomplete
beta inverse function.
98
ibeta_inva(RT1 a, RT2 b, RT3 p, const Policy&); //
Incomplete
beta inverse function.
102
ibeta_invb(RT1 a, RT2 b, RT3 p); //
Incomplete
beta inverse function.
106
ibeta_invb(RT1 a, RT2 b, RT3 p, const Policy&); //
Incomplete
beta inverse function
[
all
...]
/external/skia/src/codec/
SkPngCodec.cpp
472
// This must be declared above the call to setjmp to avoid memory leaks on
incomplete
images.
475
// Assume that any error that occurs while reading rows is caused by an
incomplete
input.
477
// FIXME (msarett): Handle
incomplete
interlaced pngs.
480
// FIXME: We do a poor job on
incomplete
pngs compared to other decoders (ex: Chromium,
488
// Making our buffer size smaller improves our
incomplete
decodes, but what impact does
568
// Assume that an error in libpng indicates an
incomplete
input.
586
// Assume that an error in libpng indicates an
incomplete
input.
/external/clang/test/Sema/
format-strings.c
130
fprintf(fp,"%%%l"); // expected-warning {{
incomplete
format specifier}}
221
printf("%"); // expected-warning{{
incomplete
format specifier}}
223
printf("%.", x); // expected-warning{{
incomplete
format specifier}}
335
fprintf(fp, "\%"); // expected-warning{{
incomplete
format specifier}}
393
rdar8332221_vprintf_scanf("%", ap, "%d", x); // expected-warning{{
incomplete
format specifier}}
472
printf(kFormat5, 5); // expected-warning{{
incomplete
format specifier}}
473
printf("%.", 5); // expected-warning{{
incomplete
format specifier}}
591
test14_foo("%", "%d", p); // expected-warning{{
incomplete
format specifier}}
592
test14_bar("%", "%d", p); // expected-warning{{
incomplete
format specifier}}
array-init.c
117
short q2[4][][2] = { // expected-error{{array has
incomplete
element type 'short [][2]'}}
122
short q3[4][3][] = { // expected-error{{array has
incomplete
element type 'short []'}}
134
int a[][] = { 1, 2 }; // expected-error{{array has
incomplete
element type 'int []'}}
/build/kati/
regen.cc
118
fprintf(stderr, "
incomplete
kati_stamp, regenerating...\n"); \
126
fprintf(stderr, "
incomplete
kati_stamp, regenerating...\n"); \
144
fprintf(stderr, "
incomplete
kati_stamp, regenerating...\n");
/external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h
121
/// Examples matching error: "variable has
incomplete
type 'struct s'"
124
/// // expected-error {{variable has
incomplete
type 'struct s'}}
125
/// // expected-error {{variable has
incomplete
type}}
/external/clang/lib/CodeGen/
CodeGenTypes.h
201
/// be converted to an LLVM type (i.e. doesn't depend on an
incomplete
tag
207
/// given a CXXMethodDecl. If the method to has an
incomplete
return type,
208
/// and/or
incomplete
argument types, this will return the opaque type.
/external/clang/test/SemaCXX/
cxx0x-initializer-stdinitializerlist.cpp
295
// expected-error@+1 {{reference to type 'const update_rbrace_loc_crash::
Incomplete
' could not bind to an rvalue of type 'void'}}
303
class
Incomplete
;
305
const
Incomplete
&obstacle;
member-pointer.cpp
99
struct
Incomplete
;
136
Incomplete
*inc;
137
int
Incomplete
::*pii = 0;
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteCholesky.h
18
* \brief Modified
Incomplete
Cholesky with dual threshold
20
* References : C-J. Lin and J. J. Moré,
Incomplete
Cholesky Factorizations with
205
std::cerr << "\nNegative diagonal during
Incomplete
factorization... "<< j << "\n";
/external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java
176
* Note that the name may be
incomplete
if the parser is currently still
188
* may be
incomplete
. Returns an empty {@code String} if the parser is not
199
* value may be
incomplete
. The caller will typically first determine
/external/v8/src/compiler/
bytecode-graph-builder.h
67
Node* NewNode(const Operator* op, bool
incomplete
= false) {
68
return MakeNode(op, 0, static_cast<Node**>(nullptr),
incomplete
);
112
bool
incomplete
);
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
Transport.java
337
break; //
incomplete
header, need more data
346
break; //
incomplete
content, need more data
360
// If there is an
incomplete
message at the end, then we will need
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
HomeSP.java
150
if (spMatch == PasspointMatch.
Incomplete
|| spMatch == PasspointMatch.Declined) {
236
return PasspointMatch.
Incomplete
;
248
return PasspointMatch.
Incomplete
;
/libcore/ojluni/src/main/java/sun/net/www/http/
ChunkedOutputStream.java
195
* chunk of preferredChunkSize size the data get stored as an
incomplete
212
* creates
incomplete
data chunk with empty header and with no footer
213
* and stores this
incomplete
chunk in an internal buffer buf[]
/packages/apps/Email/provider_src/com/android/email/provider/
AccountReconciler.java
105
*
incomplete
integration with AccountManager.
185
// unless it is flagged as
incomplete
. We also want to delete it if we can't find
192
"Account reconciler noticed
incomplete
account; ignoring");
/development/host/windows/usb/api/
adb_io_completion.h
95
incomplete
. Regardless of the returned value, caller should
Completed in 685 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>