Searched defs:incomplete (Results 1 - 21 of 21) 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.c47 struct Incomplete *incomplete; variable in typeref:struct:Incomplete
68 _Static_assert(__atomic_always_lock_free(1, incomplete), "");
69 _Static_assert(!__atomic_always_lock_free(2, incomplete), "");
70 _Static_assert(!__atomic_always_lock_free(4, 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/chromium_org/v8/test/promises-aplus/lib/
H A Dmocha.js232 var incomplete = {
237 context.beingDescribed = incomplete;
241 context.suites.push(new TestSuite(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/chromium_org/third_party/mesa/src/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/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.c210 int lock_free(struct Incomplete *incomplete) { argument
223 __atomic_is_lock_free(4, incomplete);
/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/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_authentication.cc273 bool incomplete) {
276 holder.SetBoolean(kHasIncompleteKey, incomplete);
272 MarkKeyIncomplete(const std::string& user_id, bool incomplete) argument
/external/chromium_org/third_party/lcov/bin/
H A Dgeninfo2886 goto incomplete if (!defined($value));
2891 goto incomplete if (!defined($filename));
2896 goto incomplete if (!defined($function));
2917 incomplete: label
3060 goto incomplete if (!defined($word));
3066 graph_skip(*HANDLE, 4, "version") or goto incomplete;
3070 goto incomplete if (!defined($tag));
3073 goto incomplete if (!defined($tag));
3079 goto incomplete if (!defined($function));
3083 or goto incomplete;
3105 incomplete: label
3414 incomplete: label
[all...]
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlua.c243 /* 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/chromium_org/third_party/mesa/src/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/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/ ...

Completed in 5335 milliseconds