HomeSort by relevance Sort by last modified time
    Searched defs:incomplete (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/clang/test/Sema/
memset-invalid-1.c 7 typedef struct __incomplete *incomplete; typedef in typeref:struct:__incomplete
11 incomplete query = 0;
12 memset(query, 0, sizeof(query)); // expected-warning {{'memset' call operates on objects of type 'struct __incomplete' while the size is based on a different type 'incomplete'}} \
  /external/v8/tools/clang/plugins/tests/
class_with_incomplete_type.h 6 // of a class that has fields of incomplete type.
15 B incomplete; member in struct:A
  /external/autotest/venv/lucifer/
handoffs.py 23 def incomplete(): function
24 """Return a QuerySet of incomplete JobHandoffs.
27 job the chance to acquire its lease file; otherwise, incomplete jobs
35 # incomplete cutoff newborn now
  /external/autotest/frontend/client/src/autotest/common/
StatusSummary.java 12 public int incomplete = 0; field in class:StatusSummary
23 summary.incomplete = getField(group, incompleteCountField);
64 return incomplete;
  /external/mesa3d/src/mesa/main/
dlist.h 60 bool incomplete; /**< Did we fail to construct this atlas? */ member in struct:gl_bitmap_atlas
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p6.cpp 86 alignas(4) struct Incomplete incomplete; // expected-error {{incomplete type}} expected-note {{forward declaration}} variable in typeref:struct:Incomplete
  /external/deqp/framework/common/
tcuTestCase.hpp 190 static TestStatus incomplete (void) { return TestStatus(QP_TEST_RESULT_LAST, ""); } function in class:tcu::TestStatus
  /external/python/cpython3/Lib/html/
parser.py 23 incomplete = re.compile('&[a-zA-Z#]') variable
225 match = incomplete.match(rawdata, i)
233 # incomplete
351 # or -1 if incomplete.
385 # Internal -- parse endtag, return end or -1 if incomplete
  /bionic/tests/
wchar_test.cpp 348 constexpr const char* INCOMPLETE = "A" "\xc2";
375 const char* incomplete = INCOMPLETE; local
376 ASSERT_EQ(static_cast<size_t>(-1), mbsrtowcs(out, &incomplete, 2, ps));
378 ASSERT_EQ('\xc2', *incomplete);
388 mbs = INCOMPLETE;
390 EXPECT_EQ(INCOMPLETE, mbs);
530 const char* incomplete = "\xc2"; // Incomplete UTF-8 sequence. local
531 src = incomplete;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
HTMLParser.py 17 incomplete = re.compile('&[a-zA-Z#]') variable
212 match = incomplete.match(rawdata, i)
217 # incomplete
333 # or -1 if incomplete.
365 # Internal -- parse endtag, return end or -1 if incomplete
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
HTMLParser.py 18 incomplete = re.compile('&[a-zA-Z#]') variable
192 match = incomplete.match(rawdata, i)
197 # incomplete
277 # or -1 if incomplete.
307 # 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/CXX/basic/basic.types/
p10.cpp 31 struct Incomplete; // expected-note 2{{forward declaration of 'Incomplete'}}
34 constexpr Incomplete incomplete = {}; // expected-error {{constexpr variable cannot have non-literal type 'const Incomplete'}} expected-note {{incomplete type 'const Incomplete' is not a literal type}} variable
35 constexpr Incomplete incomplete2[] = {}; // expected-error {{constexpr variable cannot have non-literal type 'Incomplete const[]'}} expected-note {{incomplete type 'Incomplete const[]' is not a literal type}
    [all...]
  /external/junit/src/main/java/org/junit/experimental/theories/
Theories.java 208 protected void runWithIncompleteAssignment(Assignments incomplete)
210 for (PotentialAssignment source : incomplete
212 runWithAssignment(incomplete.assignNext(source));
  /external/python/cpython2/Lib/
HTMLParser.py 17 incomplete = re.compile('&[a-zA-Z#]') variable
212 match = incomplete.match(rawdata, i)
217 # incomplete
333 # or -1 if incomplete.
365 # 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/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
  /tools/apksig/src/main/java/com/android/apksig/internal/util/
VerityTreeBuilder.java 122 int incomplete = (int) (totalOutput % CHUNK_SIZE); local
123 if (incomplete > 0) {
124 byte[] padding = new byte[CHUNK_SIZE - incomplete];
180 // Send the last incomplete chunk with 0 padding to the sink at once.

Completed in 1555 milliseconds

1 2 3