/external/chromium_org/ppapi/shared_impl/ |
resource_tracker_unittest.cc | 65 // Releasing it should keep the object (because we have a ref) but fire the 88 // The resource should have been deleted, and before it was, it should have 110 // The resource should NOT have been deleted, and it should have received both
|
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/ |
mem.pxd | 16 # interpreter to have a more accurate image of its memory 35 # have been initialized in any way. 43 # NULL, it must have been returned by a previous call to 47 # Frees the memory block pointed to by p, which must have been 59 # have been initialized in any way.
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
curramt.h | 42 * NULL and must have length 3 55 * NULL and must have length 3 77 * have the same class as returned by getDynamicClassID(). 92 * class have the same class ID. Objects of other classes have
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_chipset.h | 32 /* rv3xx have only one pipe */ 54 /* Some chipsets do not have HiZ RAM - other have varying amounts. */ 56 /* Some chipsets have zmask ram per pipe some don't. */ 72 /* Whether or not this is an RV515 or newer; R500s have many differences
|
/external/chromium_org/third_party/skia/src/core/ |
SkTObjectPool.h | 17 * It does not automatically reclaim them, they have to be given back to it. 37 * destroyed, at that point all memory allocated by grow will have been 50 * The item does not have to have come from the pool, but if it did not 51 * it must have a lifetime greater than the pool does.
|
/external/chromium_org/ui/base/models/ |
button_menu_item_model.h | 28 // Some command ids have labels that change over time. 45 // this method will have the same size, based on the largest button. 74 // If the button at |index| should have an icon instead, returns true and 78 // If the button at |index| should have its size equalized along with all 79 // other items that have their PartOfGroup bit set.
|
/external/clang/test/SemaObjC/ |
warning-missing-selector-name.m | 10 // expected-note {{or insert whitespace before ':' to use 'Name2' as parameter name and have an empty entry in the selector}} 14 // expected-note {{or insert whitespace before ':' to use 'Name3' as parameter name and have an empty entry in the selector}} 17 // expected-note {{or insert whitespace before ':' to use 'second' as parameter name and have an empty entry in the selector}} \ 26 // expected-note {{or insert whitespace before ':' to use 'Name2' as parameter name and have an empty entry in the selector}} 30 // expected-note {{or insert whitespace before ':' to use 'Name3' as parameter name and have an empty entry in the selector}}
|
/external/e2fsprogs/intl/ |
textdomain.c | 14 You should have received a copy of the GNU Library General Public 34 /* We have to handle multi-threaded applications. */ 43 /* The internal variables in the standalone libintl.a must have different 62 code is also used in GNU C Library where the names have a __ 63 prefix. So we have to make a difference here. */
|
/external/icu/icu4c/source/i18n/unicode/ |
curramt.h | 42 * NULL and must have length 3 55 * NULL and must have length 3 77 * have the same class as returned by getDynamicClassID(). 92 * class have the same class ID. Objects of other classes have
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_chipset.h | 32 /* rv3xx have only one pipe */ 54 /* Some chipsets do not have HiZ RAM - other have varying amounts. */ 56 /* Some chipsets have zmask ram per pipe some don't. */ 72 /* Whether or not this is an RV515 or newer; R500s have many differences
|
/external/skia/src/core/ |
SkTObjectPool.h | 17 * It does not automatically reclaim them, they have to be given back to it. 37 * destroyed, at that point all memory allocated by grow will have been 50 * The item does not have to have come from the pool, but if it did not 51 * it must have a lifetime greater than the pool does.
|
/external/valgrind/main/include/ |
pub_tool_basics_asm.h | 24 You should have received a copy of the GNU General Public License 37 // Note that although the macros here (which are used in asm files) have the 39 // have different definitions. Actually, on Linux the definitions are the 42 // refer to them from asm code, we have to add the '_' ourselves. Having two 46 // Note also that the exact prefixes used have to match those used in
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
StateListAnimatorTest.java | 46 assertEquals("State list animator should have three items", 3, 62 assertNotNull("State list animator should have a reference to view even if it is detached", 88 assertEquals("Steate list animator should have two items", 3, 91 assertEquals("first tuple should have one state", 1, tuple1.getSpecs().length); 96 assertEquals("Second tuple should have two specs", 2, tuple2.getSpecs().length);
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
VerticalFocusSearchTest.java | 104 assertNull("going left should have no next focus", 125 assertNull("going right should have no next focus", 139 assertNull("going down from bottom button should have no next focus.", 142 assertNull("going left from bottom button should have no next focus.", 145 assertNull("going right from bottom button should have no next focus.",
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
OldAndroidArrayTest.java | 39 fail("store should have failed"); 49 fail("cast should have failed"); 84 fail("store should have failed"); 102 fail("store should have failed"); 123 fail("store should have failed");
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
VoicemailPermissions.java | 53 * @throws SecurityException if the caller does not have the voicemail source permission. 57 throw new SecurityException("The caller must have permission: " + 65 * @throws SecurityException if the caller does not have the voicemail source permission. 69 throw new SecurityException(String.format("The caller must have %s permission: ", 76 throw new SecurityException(String.format("The caller must have %s permission: ",
|
/external/chromium_org/third_party/libxslt/win32/ |
Readme.txt | 21 not sure, test if this works first. If it doesn't, you will first have 25 The first thing you want to do is configure the source. You can have 49 case you will have two sets of options. The first set is specific to 53 Once you have decided which options suit you, run the script with that 82 If you really have no idea what I am talking about and ask yourself 86 generate them is something people who have built this software before 89 what you must do. Otherwise, you have the choice of either getting a 98 the software. You will have to use the make tool which comes with 122 instinctively recognise its project files. When you have found your 129 which I have never seen [all...] |
/external/clang/test/CodeGenCXX/ |
vtable-linkage.cpp | 90 // C has no key function, so its vtable should have weak_odr linkage 104 // in this translation unit, so its vtable should have external 111 // defined in this translation unit, so its vtable should have 118 // function, so its vtable should have weak_odr linkage 124 // defined in this translation unit, so its vtable should have 131 // so its vtable should have linkonce_odr linkage. 137 // key function, so its vtable should have external linkage. 147 // The anonymous struct for e has no linkage, so the vtable should have 153 // The A vtable should have internal linkage since it is inside an anonymous 160 // its vtable should have linkonce_odr linkage [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
BitSetTest.java | 180 assertFalse("Shouldn't have flipped bit " + i, bs.get(i)); 182 assertTrue("Shouldn't have cleared bit " + i, bs.get(i)); 191 assertFalse("Shouldn't have flipped bit " + i, bs.get(i)); 193 assertTrue("Shouldn't have cleared bit " + i, bs.get(i)); 198 assertFalse("Shouldn't have flipped bit " + i, bs.get(i)); 208 assertTrue("Shouldn't have cleared bit " + i, bs.get(i)); 214 assertTrue("Shouldn't have flipped bit " + i, !bs.get(i)); 225 assertFalse("Shouldn't have flipped bit " + i, bs.get(i)); 236 assertFalse("Shouldn't have flipped bit " + i, bs.get(i)); 248 assertFalse("Shouldn't have flipped bit " + i, bs.get(i)) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/ |
dbapi.py | 126 self.fail("should have raised an OperationalError") 161 self.fail("should have raised an OperationalError") 170 self.fail("should have raised a Warning") 191 self.fail("should have raised a ValueError") 217 self.fail("should have raised ProgrammingError") 225 self.fail("should have raised ProgrammingError") 233 self.fail("should have raised ProgrammingError") 280 self.fail("should have raised ProgrammingError") 288 self.fail("should have raised ProgrammingError") 296 self.fail("should have raised ProgrammingError" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/ |
dbapi.py | 126 self.fail("should have raised an OperationalError") 161 self.fail("should have raised an OperationalError") 170 self.fail("should have raised a Warning") 191 self.fail("should have raised a ValueError") 217 self.fail("should have raised ProgrammingError") 225 self.fail("should have raised ProgrammingError") 233 self.fail("should have raised ProgrammingError") 280 self.fail("should have raised ProgrammingError") 288 self.fail("should have raised ProgrammingError") 296 self.fail("should have raised ProgrammingError" [all...] |
/external/libpcap/ |
configure.in | 104 dnl in "aclocal.m4" uses it, so we would still have to test for it 105 dnl and set "HAVE_SYS_IOCCOM_H" if we have it, otherwise 171 # Some might not have ether_hostton(). 172 # Some might have it, but not declare it in any header file. 173 # Some might have it, but declare it in <netinet/if_ether.h>. 174 # Some might have it, but declare it in <netinet/ether.h> 175 # (And some might have it but document it as something declared in 183 # OK, we have ether_hostton(). Do we have <netinet/if_ether.h>? 215 # We have it - does it declare ether_hostton() [all...] |
/external/chromium_org/chrome/browser/sync/test/integration/ |
two_client_typed_urls_sync_test.cc | 88 // Both clients should have this URL. 113 // Second client should still have no URLs since this one is expired. 145 // Second client should still have no URLs since this one is expired. 155 // Second client should have the URL now. 174 // Both clients should have this URL. 180 // Neither client should have this URL. 228 // Both clients should have this URL. 236 // Both clients should have this URL removed. 254 // Both clients should have this URL. 262 // Both clients should have this URL removed [all...] |
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
gzwrite.c | 75 unsigned have; local 100 have = (unsigned)(strm->next_out - state->x.next); 101 if (have && ((got = write(state->fd, state->x.next, have)) < 0 || 102 (unsigned)got != have)) { 114 have = strm->avail_out; 121 have -= strm->avail_out; 122 } while (have); 210 unsigned have, copy; local 214 have = (unsigned)((strm->next_in + strm->avail_in) - state->in) 249 unsigned have; local [all...] |
/external/qemu/distrib/zlib-1.2.8/ |
gzwrite.c | 75 unsigned have; local 100 have = (unsigned)(strm->next_out - state->x.next); 101 if (have && ((got = write(state->fd, state->x.next, have)) < 0 || 102 (unsigned)got != have)) { 114 have = strm->avail_out; 121 have -= strm->avail_out; 122 } while (have); 210 unsigned have, copy; local 214 have = (unsigned)((strm->next_in + strm->avail_in) - state->in) 249 unsigned have; local [all...] |