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

  /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 48 struct Incomplete *incomplete; variable in typeref:struct:Incomplete
69 _Static_assert(__atomic_always_lock_free(1, incomplete), "");
70 _Static_assert(!__atomic_always_lock_free(2, incomplete), "");
71 _Static_assert(!__atomic_always_lock_free(4, incomplete), "");
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
ui_unittests.js 31 "scrollbars/custom-scrollbar-with-incomplete-style.html": {
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
results_unittests.js 48 "scrollbars/custom-scrollbar-with-incomplete-style.html": {
93 "scrollbars/custom-scrollbar-with-incomplete-style.html": {
142 equals(view.currentTestName(), 'scrollbars/custom-scrollbar-with-incomplete-style.html');
161 equals(view.currentTestName(), 'scrollbars/custom-scrollbar-with-incomplete-style.html');
  /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/junit/src/org/junit/experimental/theories/
Theories.java 107 protected void runWithIncompleteAssignment(Assignments incomplete)
110 for (PotentialAssignment source : incomplete
112 runWithAssignment(incomplete.assignNext(source));
  /external/chromium_org/third_party/lcov-1.9/bin/
geninfo 2585 incomplete: label
2772 incomplete: label
3024 incomplete: label
    [all...]
  /external/chromium_org/third_party/mesa/src/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...]
texobj.c 394 * 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(t, BASE, "base level = %d is invalid", baseLevel)
    [all...]
  /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/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...]
texobj.c 394 * 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(t, BASE, "base level = %d is invalid", baseLevel)
    [all...]
  /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/chromium_org/third_party/mesa/src/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/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/chromium/testing/gmock/test/
gmock-spec-builders_test.cc 106 class Incomplete;
111 // argument of an incomplete type.
112 MOCK_METHOD1(ByRefFunc, void(const Incomplete& x));
115 // Tells Google Mock how to print a value of type Incomplete.
116 void PrintTo(const Incomplete& x, ::std::ostream* os);
120 // by-reference an argument whose type is incomplete, we can still
123 MockIncomplete incomplete; local
124 EXPECT_CALL(incomplete, ByRefFunc(_))
130 void PrintTo(const Incomplete& /* x */, ::std::ostream* os) {
131 *os << "incomplete";
    [all...]
  /external/grub/stage2/
disk_io.c 932 static int incomplete, disk_choice; variable
966 incomplete = 0;
1097 incomplete = 1;
1362 if (*buf == '/' || (ptr = set_device (buf)) || incomplete)
1366 if (*buf == '(' && (incomplete || ! *ptr))
    [all...]
  /external/speex/libspeex/
jitter.c 469 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/
pfkey.c 1178 int incomplete = 0; local
1262 incomplete = 1;
1265 if (incomplete)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 1633 bool incomplete; local
1679 bool incomplete; local
    [all...]
  /external/robolectric/lib/main/
junit-dep-4.8.2.jar 

Completed in 1347 milliseconds