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

<<11121314151617181920>>

  /external/skia/src/codec/
SkBmpRLECodec.cpp 153 SkCodecPrintf("Warning: incomplete RLE file.\n");
350 SkCodecPrintf("Warning: might be incomplete RLE input.\n");
375 SkCodecPrintf("Warning: might be incomplete RLE input.\n");
411 SkCodecPrintf("Warning: might be incomplete RLE input.\n");
470 SkCodecPrintf("Warning: might be incomplete RLE input.\n");
  /external/v8/src/compiler/
ast-graph-builder.h 171 Node* NewNode(const Operator* op, bool incomplete = false) {
172 return MakeNode(op, 0, static_cast<Node**>(nullptr), incomplete);
207 bool incomplete = false) {
208 return MakeNode(op, value_input_count, value_inputs, incomplete);
223 bool incomplete);
  /libcore/ojluni/src/main/java/sun/security/x509/
X509CertInfo.java 296 throw new NullPointerException("X.509 cert is incomplete");
721 "incomplete: subject field is empty, and certificate " +
734 "incomplete: subject field is empty, and " +
741 "incomplete: subject field is empty, and " +
745 "incomplete: SubjectAlternativeName extension MUST " +
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
HTMLParser.py 17 incomplete = re.compile('&[a-zA-Z#]') variable
209 match = incomplete.match(rawdata, i)
214 # incomplete
330 # or -1 if incomplete.
362 # Internal -- parse endtag, return end or -1 if incomplete
sgmllib.py 25 incomplete = re.compile('&([a-zA-Z][a-zA-Z0-9]*|#[0-9]*)?|' variable
153 # incomplete
199 # We get here only if incomplete matches but
201 match = incomplete.match(rawdata, i)
208 break # Really incomplete
  /prebuilts/gdb/linux-x86/lib/python2.7/
HTMLParser.py 17 incomplete = re.compile('&[a-zA-Z#]') variable
209 match = incomplete.match(rawdata, i)
214 # incomplete
330 # or -1 if incomplete.
362 # Internal -- parse endtag, return end or -1 if incomplete
sgmllib.py 25 incomplete = re.compile('&([a-zA-Z][a-zA-Z0-9]*|#[0-9]*)?|' variable
153 # incomplete
199 # We get here only if incomplete matches but
201 match = incomplete.match(rawdata, i)
208 break # Really incomplete
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
HTMLParser.py 17 incomplete = re.compile('&[a-zA-Z#]') variable
209 match = incomplete.match(rawdata, i)
214 # incomplete
330 # or -1 if incomplete.
362 # Internal -- parse endtag, return end or -1 if incomplete
sgmllib.py 25 incomplete = re.compile('&([a-zA-Z][a-zA-Z0-9]*|#[0-9]*)?|' variable
153 # incomplete
199 # We get here only if incomplete matches but
201 match = incomplete.match(rawdata, i)
208 break # Really incomplete
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
HTMLParser.py 17 incomplete = re.compile('&[a-zA-Z#]') variable
209 match = incomplete.match(rawdata, i)
214 # incomplete
330 # or -1 if incomplete.
362 # Internal -- parse endtag, return end or -1 if incomplete
sgmllib.py 25 incomplete = re.compile('&([a-zA-Z][a-zA-Z0-9]*|#[0-9]*)?|' variable
153 # incomplete
199 # We get here only if incomplete matches but
201 match = incomplete.match(rawdata, i)
208 break # Really incomplete
  /external/clang/test/SemaCXX/
new-delete.cpp 114 delete (T*)0; // expected-warning {{deleting pointer to incomplete type}}
411 void f() { delete x; } // expected-error {{deleting incomplete class type}}
416 void f(A *x) { 1+delete x; } // expected-warning {{deleting pointer to incomplete type}} \
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
JapaneseTest.java 175 // Test parse with incomplete information
208 // Test parse with incomplete information
281 // Test calendar with incomplete information
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
JapaneseTest.java 171 // Test parse with incomplete information
204 // Test parse with incomplete information
277 // Test calendar with incomplete information
  /prebuilts/go/darwin-x86/src/go/types/
decl.go 181 // are incomplete.
213 // incomplete:
221 // The type of C is the (named) type of A which is incomplete,
  /prebuilts/go/linux-x86/src/go/types/
decl.go 181 // are incomplete.
213 // incomplete:
221 // The type of C is the (named) type of A which is incomplete,
  /external/clang/include/clang/Basic/
DiagnosticSemaKinds.td 103 "integral constant expression has incomplete class type %0">;
326 "%0 has C-linkage specified, but returns incomplete type %1 which could be "
    [all...]
  /external/autotest/client/virt/tests/
whql_submission.py 261 # Fail if there are failed or incomplete jobs (kill the client VMs if there
262 # are incomplete jobs)
  /external/clang/test/Analysis/
dtor.cpp 504 namespace Incomplete {
506 void f(Foo *foo) { delete foo; } // expected-warning{{deleting pointer to incomplete type}}
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p2-0x.cpp 212 N0::X0<double>::Inner inner4; // expected-error{{incomplete}}
242 N0::X0<int>::InnerTemplate<int> inner_template1; // expected-error{{incomplete}}
  /external/clang/test/OpenMP/
for_lastprivate_messages.cpp 104 #pragma omp for lastprivate(a, b) // expected-error {{lastprivate variable with incomplete type 'S1'}}
198 #pragma omp for lastprivate(a, b, c, d, f) // expected-error {{lastprivate variable with incomplete type 'S1'}} expected-error 3 {{shared variable cannot be lastprivate}}
for_linear_messages.cpp 122 // expected-error@+2 {{linear variable with incomplete type 'S1'}}
186 // expected-error@+2 {{linear variable with incomplete type 'S1'}}
for_simd_lastprivate_messages.cpp 104 #pragma omp for simd lastprivate(a, b) // expected-error {{lastprivate variable with incomplete type 'S1'}}
195 #pragma omp for simd lastprivate(a, b, c, d, f) // expected-error {{lastprivate variable with incomplete type 'S1'}} expected-error 3 {{shared variable cannot be lastprivate}}
for_simd_linear_messages.cpp 122 // expected-error@+2 {{linear variable with incomplete type 'S1'}}
186 // expected-error@+2 {{linear variable with incomplete type 'S1'}}
parallel_for_firstprivate_messages.cpp 93 #pragma omp parallel for firstprivate(a, b) // expected-error {{firstprivate variable with incomplete type 'S1'}}
178 #pragma omp parallel for firstprivate(a, b, c, d, f) // expected-error {{firstprivate variable with incomplete type 'S1'}}

Completed in 1311 milliseconds

<<11121314151617181920>>