HomeSort by relevance Sort by last modified time
    Searched full:have (Results 451 - 475 of 39030) sorted by null

<<11121314151617181920>>

  /external/clang/test/Sema/
vla.c 17 int x = sizeof(struct{char qq[x];}); // expected-error {{fields must have a constant size}}
22 extern int e1[2][m]; // expected-error {{variable length array declaration can not have 'extern' linkage}}
37 static int a[i]; // expected-error {{variable length array declaration can not have 'static' storage duration}}
38 extern int b[i]; // expected-error {{variable length array declaration can not have 'extern' linkage}}
40 extern int (*c1)[i]; // expected-error {{variably modified type declaration can not have 'extern' linkage}}
  /external/proguard/src/proguard/optimize/
OptimizationInfoMemberFilter.java 17 * You should have received a copy of the GNU General Public License along
58 // Does the field have optimization info?
68 // Does the field have optimization info?
78 // Does the method have optimization info?
88 // Does the method have optimization info?
  /external/stlport/stlport/stl/config/
_android.h 9 // Have pthreads support.
12 // Don't have native <cplusplus> headers
24 // Don't have underlying local support.
52 // The system math library doesn't have long double variants, e.g
87 // Android does have include_next but it doesn't work well in our build system.
  /external/webkit/LayoutTests/fast/encoding/resources/
parser-tests.js 30 var have = frame.contentWindow.document.getElementById('encoding').firstChild.data;
31 if (have == 'ISO-8859-9')
32 have = 'Windows-1254';
33 if (want != have) {
39 li.appendChild(document.createTextNode(': expected ' + want + '; used ' + have));
  /sdk/rule_api/src/com/android/ide/common/api/
MarginType.java 28 * differently w.r.t. margins. Let's say you have a target node with a 50 dp margin in all
31 * will be offset by the margin on the target node. Therefore, we have to add <b>both</b>
41 * This margin type is used for nodes that have margins, and this segment includes the
47 * This margin type is used for nodes that have margins, and this segment does not
53 * This margin type is used for nodes that do not have margins, so margin edges and
  /external/bluetooth/glib/docs/reference/glib/tmpl/
version.sgml 10 for builds that have a configure script. Applications will not
30 GLib library you have linked against. Contrast with the
32 GLib headers you have included.
44 GLib library you have linked against. Contrast with the
46 GLib headers you have included.
58 have linked against. Contrast with the #GLIB_MICRO_VERSION macro, which
59 represents the micro version of the GLib headers you have included.
  /external/guava/guava-tests/test/com/google/common/testing/
TearDownStackTest.java 47 assertEquals("tearDown should have run", true, tearDown.ran);
60 assertEquals("tearDownTwo should have been run before tearDownOne",
73 assertEquals("tearDownOne should have run", true, tearDownOne.ran);
74 assertEquals("tearDownTwo should have run", true, tearDownTwo.ran);
92 fail("runTearDown should have thrown an exception");
97 "A ClusterException should have been thrown, rather than a " + e.getClass().getName(), e);
128 "The test should have cleared the stack (say, by virtue of running runTearDown)",
  /external/zlib/
gzread.c 20 local int gz_load(state, buf, len, have)
24 unsigned *have;
28 *have = 0;
30 ret = read(state->fd, buf + *have, len - *have);
33 *have += ret;
34 } while (*have < len);
71 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0.
143 state->x.have = 0;
153 state->x.have = strm->avail_in
    [all...]
  /external/chromium/chrome/browser/
content_setting_bubble_model.cc 32 // Notifications do not have a bubble.
60 0, // Geolocation does not have an overall title.
61 0, // Notifications do not have a bubble.
62 0, // Prerender does not have a bubble.
114 0, // Notifications do not have a bubble.
115 0, // Prerender does not have a bubble.
144 0, // Images do not have a custom link.
145 0, // Javascript doesn't have a custom link.
147 0, // Popups do not have a custom link.
149 0, // Notifications do not have a bubble
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/detail/
StreamItemAdapterTest.java 29 // TODO: We should have tests for action, but that requires a mock sync-adapter that specifies
95 assertFalse("listener should have not been invoked yet", mListener.clicked);
97 assertTrue("listener should have been invoked", mListener.clicked);
100 /** Checks that the stream item view does not have a click listener. */
102 assertFalse("listener should have not been invoked yet", mListener.clicked);
104 assertFalse("listener should have not been invoked", mListener.clicked);
109 assertNotNull("should have a stream item", mView);
115 assertNotNull("should have a stream item", mView);
122 assertNotNull("should have a tag", tag);
132 assertNull("should not have a tag", tag)
    [all...]
  /external/clang/include/clang/AST/
RecordLayout.h 75 /// FIXME: This should really use a SmallPtrMap, once we have one in LLVM :)
85 /// CXXInfo - If the record layout is for a C++ record, this will have
142 assert(CXXInfo && "Record layout does not have C++ specific info!");
150 assert(CXXInfo && "Record layout does not have C++ specific info!");
157 assert(CXXInfo && "Record layout does not have C++ specific info!");
165 assert(CXXInfo && "Record layout does not have C++ specific info!");
172 assert(CXXInfo && "Record layout does not have C++ specific info!");
180 assert(CXXInfo && "Record layout does not have C++ specific info!");
189 assert(CXXInfo && "Record layout does not have C++ specific info!");
199 assert(CXXInfo && "Record layout does not have C++ specific info!")
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
LogReceiver.java 120 // first check if we have no current entry.
123 // if we don't have enough data to finish the header, save
124 // the data we have and return
129 // we have enough to fill the header, let's do it.
159 // at this point, we have an entry, and offset/length have been updated to skip
162 // if we have enough data for this entry or more, we'll need to end this entry
164 // compute and save the size of the data that we have to read for this entry,
165 // based on how much we may already have read.
176 // reset some flags: we have read 0 data of the current entry
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
auto-host.h 495 /* Define to 1 if you have the `atoll' function. */
501 /* Define to 1 if you have the `atoq' function. */
507 /* Define to 1 if you have the `clearerr_unlocked' function. */
513 /* Define to 1 if you have the `clock' function. */
842 /* Define to 1 if you have the <direct.h> header file. */
848 /* Define to 1 if you have the <dlfcn.h> header file. */
854 /* Define to 1 if you have the <ext/hash_map> header file. */
860 /* Define to 1 if you have the <fcntl.h> header file. */
866 /* Define to 1 if you have the `feof_unlocked' function. */
872 /* Define to 1 if you have the `ferror_unlocked' function. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
auto-host.h 495 /* Define to 1 if you have the `atoll' function. */
501 /* Define to 1 if you have the `atoq' function. */
507 /* Define to 1 if you have the `clearerr_unlocked' function. */
513 /* Define to 1 if you have the `clock' function. */
842 /* Define to 1 if you have the <direct.h> header file. */
848 /* Define to 1 if you have the <dlfcn.h> header file. */
854 /* Define to 1 if you have the <ext/hash_map> header file. */
860 /* Define to 1 if you have the <fcntl.h> header file. */
866 /* Define to 1 if you have the `feof_unlocked' function. */
872 /* Define to 1 if you have the `ferror_unlocked' function. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
auto-host.h 495 /* Define to 1 if you have the `atoll' function. */
501 /* Define to 1 if you have the `atoq' function. */
507 /* Define to 1 if you have the `clearerr_unlocked' function. */
513 /* Define to 1 if you have the `clock' function. */
842 /* Define to 1 if you have the <direct.h> header file. */
848 /* Define to 1 if you have the <dlfcn.h> header file. */
854 /* Define to 1 if you have the <ext/hash_map> header file. */
860 /* Define to 1 if you have the <fcntl.h> header file. */
866 /* Define to 1 if you have the `feof_unlocked' function. */
872 /* Define to 1 if you have the `ferror_unlocked' function. *
    [all...]
  /build/core/
checktree 78 have = run("p4 have ...", r'[^#]+#[0-9]+ - (.*)', r'.*')
95 # Python 2.3 -- still default on Mac OS X -- does not have set()
97 have = dict().fromkeys(have, 1)
101 if not file in have:
  /external/stlport/doc/
pointer_specialization.txt 45 specialization? The _Alloc type is supposed to have a rebind member
47 on the other hand, do not have this kind of Standard requirements.
56 instanciation will have a distinct underlying void* container and
73 according its own functor but will finally have a set ordered according
79 but will have to be a
88 specialization would have to be used only if the less functor is
  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocatorPosix.cpp 39 #if HAVE(MADV_FREE_REUSE)
40 // To support the "reserve then commit" model, we have to initially decommit.
91 #if HAVE(MADV_FREE_REUSE)
102 #if HAVE(MADV_FREE_REUSE)
104 #elif HAVE(MADV_FREE)
106 #elif HAVE(MADV_DONTNEED)
TCSystemAlloc.h 67 #if !HAVE(MADV_FREE_REUSE) && !HAVE(MADV_DONTNEED) && !HAVE(MMAP) && !HAVE(VIRTUALALLOC)
71 #if !HAVE(VIRTUALALLOC) && !HAVE(MADV_FREE_REUSE)
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectAtk.cpp 15 * You should have received a copy of the GNU Library General Public License
28 #if HAVE(ACCESSIBILITY)
56 // Entries and password fields have extraneous children which we want to ignore.
64 // We at some point might have a need to expose a table row; but it's not standard Gtk+.
72 // Include all list items, regardless they have or not inline children
138 #endif // HAVE(ACCESSIBILITY)
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListItemFocusablesFarApartTest.java 92 assertFalse("after " + counter + " downs, top button not visible, should not have focus",
95 "item should have focus", mListView.getChildAt(0).hasFocus());
97 assertTrue("after " + counter + " downs, top button still visible, should have focus",
102 "should have panned by max scroll amount",
111 // it should have focus
112 assertTrue("second button should have focus",
ListWithOffScreenNextSelectableTest.java 67 assertEquals("selection should not have moved yet",
71 assertEquals("selection should have moved",
89 // now we have the reverse situation: the next selectable position upward is off screen
92 assertEquals("should have panned top view just below vertical fading edge",
94 assertEquals("selection should not have moved yet",
98 assertEquals("selection should have moved",
  /external/antlr/antlr-3.4/runtime/ObjC/
README 7 my grammar and tree walker. I am sure that it still has some bugs but I have
8 fixed all of the bugs that I have found so far.
16 individual user doesn't have to do anything but load the framework into
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/_locales/en/
messages.json 31 "message": "Your proxy settings have been saved successfully; this window will close automagically. Have a nice day!",
32 "description": "Success message, displayed after proxy settings have been written."
  /external/chromium/chrome/common/net/
net_resource_provider.cc 20 // The net module doesn't have access to this HTML or the strings that need to
22 // it's safe to have a static string that we always return a pointer into.
23 // This allows us to have the ResourceProvider return a pointer into the actual

Completed in 2246 milliseconds

<<11121314151617181920>>