HomeSort by relevance Sort by last modified time
    Searched full:incomplete (Results 676 - 700 of 2139) sorted by null

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
StringIO.py 143 when a file ends with an incomplete line). If the size argument is
145 trailing newline) and an incomplete line may be returned.
  /system/connectivity/shill/wifi/
mac80211_monitor_unittest.cc 244 EXPECT_CALL(log, Log(_, _, HasSubstr(": incomplete read on "))).Times(0);
269 EXPECT_CALL(log, Log(_, _, HasSubstr(": incomplete read on "))).Times(1);
  /system/core/libsparse/
output_file.c 162 error("incomplete write");
245 error("incomplete gzwrite");
  /external/bison/lib/
mbuiter.h 163 /* An incomplete multibyte character at the end. */
strerror-override.c 296 return "Invalid or incomplete multibyte or wide character";
  /external/boringssl/src/crypto/cmac/
cmac.c 224 /* If the last block is incomplete, terminate it with a single 'one' bit
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
PaddedBufferedBlockCipher.java 282 throw new DataLengthException("last block incomplete in decryption");
  /external/ceres-solver/internal/ceres/
incomplete_lq_factorization.cc 163 // Saad's Incomplete LQ factorization algorithm.
  /external/clang/include/clang/Basic/
BuiltinsPPC.def 377 // FIXME: Obviously incomplete.
  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 213 // // incomplete types.
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 61 // Return true if E is a variable that points to an incomplete Phi node.
693 // If E is from a back-edge, or either E or CurrE are incomplete, then
694 // mark this node as incomplete; we may need to remove it later.
748 // nodes will be marked as incomplete, and stripped out at the end.
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 201 // Incomplete types cannot be converted.
303 // function type depends on an incomplete type (e.g. a struct or enum), we
306 // This function's type depends on an incomplete tag type.
527 // unsized (e.g. an incomplete struct) just use [0 x i8].
  /external/clang/test/CXX/special/class.copy/
implicit-move.cpp 306 X x; // expected-error {{incomplete}}
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
p1.cpp 93 D<int>::E d1 = D<int>::E::e1; // expected-error {{incomplete type 'D<int>::E'}}
  /external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 2 template<typename T> struct X; // expected-note {{'X' is incomplete}}
  /external/clang/test/CodeGen/
atomic-ops.c 319 struct Incomplete;
321 int lock_free(struct Incomplete *incomplete) {
334 __atomic_is_lock_free(4, incomplete);
  /external/clang/test/OpenMP/
threadprivate_messages.cpp 53 #pragma omp threadprivate (e) // expected-error {{threadprivate variable with incomplete type 'IncompleteSt'}}
  /external/clang/test/SemaCXX/
virtual-override.cpp 117 b* f(); // expected-error {{return type of virtual function 'f' is not covariant with the return type of the function it overrides ('T8::b' is incomplete)}}
  /external/deqp/executor/
xeXMLParser.hpp 65 ELEMENT_INCOMPLETE = 0, //!< Incomplete element.
  /external/e2fsprogs/misc/
badblocks.8.in 219 option will cause badblocks to output a possibly incomplete list of
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 50 // similarly for the incomplete factorization using gsisx
288 * \brief The base class for the direct and incomplete LU factorization of SuperLU
808 * \brief A sparse direct \b incomplete LU factorization and solver based on the SuperLU library
810 * This class allows to solve for an approximate solution of A.X = B sparse linear problems via an incomplete LU factorization
  /external/emma/core/java12/com/vladium/emma/report/
ReportDataModel.java 49 throw new IllegalStateException ("source file data view requested for metadata with incomplete SourceFile debug info");
  /external/google-breakpad/src/client/windows/crash_generation/
ReadMe.txt 21 | If I/O is still incomplete, remain in the CONNECTING
  /external/google-breakpad/src/processor/
linked_ptr.h 49 // Note: If you use an incomplete type with linked_ptr<>, the class
postfix_evaluator.h 60 // values remaining on the stack are treated as evidence of incomplete

Completed in 2233 milliseconds

<<21222324252627282930>>