HomeSort by relevance Sort by last modified time
    Searched defs:incomplete (Results 1 - 25 of 57) 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'}} \
atomic-ops.c 52 struct Incomplete *incomplete; // expected-note {{forward declaration of 'struct Incomplete'}} variable in typeref:struct:Incomplete
73 _Static_assert(__atomic_always_lock_free(1, incomplete), "");
74 _Static_assert(!__atomic_always_lock_free(2, incomplete), "");
75 _Static_assert(!__atomic_always_lock_free(4, incomplete), "");
306 (struct Incomplete * _Atomic *)0, // expected-error {{incomplete type 'struct 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/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/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
  /bionic/tests/
wchar_test.cpp 346 constexpr const char* INCOMPLETE = "A" "\xc2";
373 const char* incomplete = INCOMPLETE; local
374 ASSERT_EQ(static_cast<size_t>(-1), mbsrtowcs(out, &incomplete, 2, ps));
376 ASSERT_EQ('\xc2', *incomplete);
386 mbs = INCOMPLETE;
388 EXPECT_EQ(INCOMPLETE, mbs);
  /external/deqp/framework/common/
tcuTestCase.hpp 190 static TestStatus incomplete (void) { return TestStatus(QP_TEST_RESULT_LAST, ""); } function in class:tcu::TestStatus
  /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/mesa3d/src/mesa/main/
texparam.c 237 * state flag and then mark the texture object as 'incomplete' so that any
241 incomplete(struct gl_context *ctx, struct gl_texture_object *texObj) function
339 incomplete(ctx, texObj);
351 incomplete(ctx, texObj);
    [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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lua.c 243 /* mark in error messages for incomplete statements */
247 static int incomplete (lua_State *L, int status) { function
290 if (!incomplete(L, status)) break; /* cannot try to add lines? */
  /external/mesa3d/src/mesa/state_tracker/
st_manager.c 745 struct gl_framebuffer *incomplete = _mesa_get_incomplete_framebuffer(); local
746 ret = _mesa_make_current(st->ctx, incomplete, incomplete);
  /external/protobuf/conformance/
conformance_test.cc 493 // Incomplete values for each wire type.
507 const string& incomplete = incompletes[wire_type]; local
524 cat( tag(fieldnum, wire_type), incomplete ),
528 cat( tag(rep_fieldnum, wire_type), incomplete ),
532 cat( tag(UNKNOWN_FIELD, wire_type), incomplete ),
566 varint(incomplete.size()),
567 incomplete ),
    [all...]
  /external/skia/third_party/lua/src/
lua.c 243 /* mark in error messages for incomplete statements */
247 static int incomplete (lua_State *L, int status) { function
290 if (!incomplete(L, status)) break; /* cannot try to add lines? */

Completed in 500 milliseconds

1 2 3