HomeSort by relevance Sort by last modified time
    Searched full:incomplete (Results 151 - 175 of 2222) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webrtc/webrtc/modules/video_coding/
jitter_buffer_common.h 47 kIncomplete = 1, // Frame incomplete.
49 kDecodableSession = 4, // Frame incomplete, but ready to be decoded
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_emit.c 48 int32_t viddec_emit_contr_tag(viddec_emitter *emit, viddec_input_buffer_t *ibuf, uint8_t incomplete, uint32_t using_next)
55 if(!incomplete)
  /prebuilts/go/darwin-x86/src/go/types/
package.go 39 // Scope returns the (complete or incomplete) package scope
45 // exported objects; otherwise it is incomplete.
  /prebuilts/go/linux-x86/src/go/types/
package.go 39 // Scope returns the (complete or incomplete) package scope
45 // exported objects; otherwise it is incomplete.
  /external/autotest/frontend/client/src/autotest/common/
AbstractStatusSummary.java 38 text += " (" + getIncomplete() + " incomplete)";
  /external/autotest/server/site_tests/network_WiFi_SimpleConnect/
control.wifi_checkTruncatedBeacon 27 # This is an incomplete vendor-specific beacon IE (one byte short).
  /external/bison/m4/
mbsinit.m4 39 dnl states produced by mbrtowc() for an incomplete multibyte character
  /external/chromium-trace/catapult/third_party/polymer/components/paper-input/demo/
ssn-validator.html 23 // this regex validates incomplete ssn's (by design)
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h 1 //== ProgramState_Fwd.h - Incomplete declarations of ProgramState -*- C++ -*--=/
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p5.cpp 40 X<IntHolder, long>::Inner inner; // expected-error {{incomplete}}
  /external/clang/test/CodeGenCXX/
debug-info-template-fwd.cpp 23 // requires the (incomplete definition) of Derived<int> which is problematic.
  /external/clang/test/Sema/
atomic-type.c 19 _Atomic(struct ErrorS) error2; // expected-error {{_Atomic cannot be applied to incomplete type}} expected-note {{forward declaration}}
block-printf-attribute-1.c 20 vprintf_scanf("%", ap, "%d"); // expected-warning {{incomplete format specifier}}, expected-warning {{more '%' conversions than data arguments}}
crash-invalid-array.c 13 p[i][i] = i; // expected-error {{subscript of pointer to incomplete type 'int []'}}
invalid-decl.c 47 void test3; // expected-error {{incomplete type}}
warn-cast-align.c 38 // Incomplete type.
  /external/clang/test/SemaCXX/
alignof-sizeof-reference.cpp 4 char ar[sizeof(s0&)]; // expected-error {{invalid application of 'sizeof' to an incomplete type}}
decltype-overloaded-functions.cpp 5 decltype(f) a; // expected-error{{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}} expected-error {{variable has incomplete type 'decltype(f())' (aka 'void')}}
inherit.cpp 15 class E : public D { }; // expected-error{{base class has incomplete type}}
microsoft-cxx0x.cpp 18 // expected-error@-2{{calling 'make' with incomplete return type 'PR13433::S'}}
  /external/clang/test/SemaTemplate/
instantiate-exception-spec-cxx11.cpp 9 template<typename T> void f1(T*) throw(T); // expected-error{{incomplete type 'Incomplete' is not allowed in exception specification}}
10 struct Incomplete; // expected-note{{forward}}
12 void test_f1(Incomplete *incomplete_p, int *int_p) {
  /external/eigen/Eigen/
IterativeLinearSolvers 20 * - IncompleteILUT - incomplete LU factorization with dual thresholding
  /external/icu/icu4c/source/test/cintltst/
cdtdptst.h 30 * Verify that strings which contain incomplete specifications are parsed
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
F_incomplete.pass.cpp 16 // Allow incomplete argument types in the __is_callable check
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/
types.pass.cpp 21 struct A; // purposefully incomplete

Completed in 756 milliseconds

1 2 3 4 5 67 8 91011>>