Searched defs:incomplete (Results 1 - 18 of 18) sorted by relevance

/external/clang/test/Sema/
H A Dmemset-invalid-1.c7 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'}} \
H A Datomic-ops.c52 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), "");
272 (struct Incomplete * _Atomic *)0, // expected-error {{incomplete type 'struct Incomplete'}}
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
H A Dp6.cpp86 alignas(4) struct Incomplete incomplete; // expected-error {{incomplete type}} expected-note {{forward declaration}} variable in typeref:struct:Incomplete
/external/junit/src/org/junit/experimental/theories/
H A DTheories.java107 protected void runWithIncompleteAssignment(Assignments incomplete) argument
110 for (PotentialAssignment source : incomplete
112 runWithAssignment(incomplete.assignNext(source));
/external/v8/test/promises-aplus/lib/
H A Dmocha.js232 var incomplete = {
237 context.beingDescribed = incomplete;
241 context.suites.push(new TestSuite(incomplete));
/external/clang/test/CXX/basic/basic.types/
H A Dp10.cpp34 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}}
/external/clang/test/CodeGen/
H A Dbig-atomic-ops.c198 int lock_free(struct Incomplete *incomplete) { argument
211 __atomic_is_lock_free(4, incomplete);
H A Datomic-ops.c306 int lock_free(struct Incomplete *incomplete) { argument
319 __atomic_is_lock_free(4, incomplete);
/external/deqp/framework/common/
H A DtcuTestCase.hpp190 static TestStatus incomplete (void) { return TestStatus(QP_TEST_RESULT_LAST, ""); } function in class:tcu::TestStatus
/external/mesa3d/src/mesa/main/
H A Dtexparam.c237 * 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);
H A Dtexobj.c394 * Mark a texture object as incomplete. There are actually three kinds of
396 * 1. "base incomplete": the base level of the texture is invalid so no
398 * 2. "mipmap incomplete": a non-base level of the texture is invalid so
401 * sampler state renders the texture incomplete.
404 * \param bm either BASE or MIPMAP to indicate what's incomplete
405 * \param fmt... string describing why it's incomplete (for debugging).
408 incomplete(struct gl_texture_object *t, enum base_mipmap bm, function
419 _mesa_debug(NULL, "Texture Obj %d incomplete because: %s\n", t->Name, s);
454 * they would be incomplete (no BO attached) is actually specced to be
464 incomplete(
[all...]
/external/google-breakpad/src/testing/test/
H A Dgmock-spec-builders_test.cc112 // argument of an incomplete type.
121 // by-reference an argument whose type is incomplete, we can still
124 MockIncomplete incomplete; local
125 EXPECT_CALL(incomplete, ByRefFunc(_))
132 *os << "incomplete";
/external/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c745 struct gl_framebuffer *incomplete = _mesa_get_incomplete_framebuffer(); local
746 ret = _mesa_make_current(st->ctx, incomplete, incomplete);
/external/speex/libspeex/
H A Djitter.c469 int incomplete = 0; local
574 incomplete = 1;
575 /*fprintf (stderr, "incomplete: %d %d %d %d\n", jitter->packets[i].timestamp, jitter->pointer_timestamp, chunk_size, jitter->packets[i].span);*/
/external/ipsec-tools/src/racoon/
H A Dpfkey.c1178 int incomplete = 0; local
1262 incomplete = 1;
1265 if (incomplete)
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 545 milliseconds