/external/webkit/WebCore/accessibility/mac/ |
AXObjectCacheMac.mm | 29 #if HAVE(ACCESSIBILITY) 63 // Some notifications are unique to Safari and do not have NSAccessibility equivalents. 117 #endif // HAVE(ACCESSIBILITY)
|
/external/webkit/WebCore/platform/cf/ |
RunLoopTimerCF.cpp | 32 #if PLATFORM(MAC) && HAVE(RUNLOOP_TIMER) 58 ASSERT_WITH_MESSAGE(m_timer, "Timer must have one of the start functions called before calling schedule()."); 84 #endif // PLATFORM(MAC) && HAVE(RUNLOOP_TIMER)
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
ListLastItemPartiallyVisibleTest.java | 59 assertEquals("shouldn't have scrolled: bottom of first child changed.", 70 assertEquals("should have moved to last position", 76 assertEquals("shouldn't have scrolled: top of last child changed.",
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
filenames.h | 3 These are here because some non-Posix (a.k.a. DOSish) systems have 6 some of them have case-insensitive file names. 22 You should have received a copy of the GNU General Public License
|
/dalvik/libcore/luni/src/main/java/java/io/ |
DataInputStream.java | 54 * the number of bytes that have been read. 58 * @return the number of bytes that have been read or -1 if the end of the 73 * number of bytes that have been read or -1 if no bytes have been read and 83 * @return the number of bytes that have been read or -1 if the end of the 140 * have been read. 170 * bytes have been read. 185 * bytes have been read. 196 * method will block until {@code buffer.length} number of bytes have been 203 * bytes have been read [all...] |
/external/netcat/ |
generic.h | 39 /* if you don't have setsid(), you might have setpgrp(). */ 47 /* bmc@telebase and others have suggested these macros if a box *does* have 53 /* if your machine doesn't have lstat(), it should have stat() [dos...] */ 64 /* extended utmp/wtmp stuff. MOST machines still do NOT have this SV-ism */ 67 /* some systems have nice() which takes *relative* values... [resource.h] */ 95 /* if you don't have lastlog.h, what you want might be in login.h */ 111 /* Still maybe have to do something about the following, if it's eve [all...] |
/external/openssl/crypto/engine/ |
README | 62 Ie. all implementations *have* to come from an ENGINE, but we get round that by 83 have our RSA structure pointing its RSA_METHOD pointer to the software 84 implementation and have its ENGINE pointer set to NULL. 96 ENGINE code will return NULL because no ENGINEs will have had any cipher 100 except we'd have a redundant ENGINE pointer set to NULL and doing nothing. 131 mostly to avoid a lot of "init()"-thrashing on ENGINEs (that may have to load 141 that an application could have support for 10 ENGINEs statically linked 142 in, and the machine in question may not have any of the hardware those 10 158 RSA, DSA, DH, and RAND all have their own ENGINE_TABLE code as well, and the 162 necessarily interoperable and don't have different flavours, only differen [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
inflate.c | 100 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf, 408 have = strm->avail_in; \ 419 strm->avail_in = have; \ 435 if (have == 0) goto inf_leave; \ 436 have--; \ 515 would all have to actually be part of the saved state in case NEEDBITS() 561 unsigned have, left; /* available input and output */ local 584 in = have; 683 if (copy > have) copy = have; [all...] |
infback.c | 124 have = strm->avail_in; \ 135 strm->avail_in = have; \ 151 if (have == 0) { \ 152 have = in(in_desc, &next); \ 153 if (have == 0) { \ 166 have--; \ 251 unsigned have, left; /* available input and output */ local 274 have = next != Z_NULL ? strm->avail_in : 0; 336 if (copy > have) copy = have; [all...] |
/external/zlib/ |
inflate.c | 100 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf, 408 have = strm->avail_in; \ 419 strm->avail_in = have; \ 435 if (have == 0) goto inf_leave; \ 436 have--; \ 515 would all have to actually be part of the saved state in case NEEDBITS() 561 unsigned have, left; /* available input and output */ local 584 in = have; 683 if (copy > have) copy = have; [all...] |
infback.c | 124 have = strm->avail_in; \ 135 strm->avail_in = have; \ 151 if (have == 0) { \ 152 have = in(in_desc, &next); \ 153 if (have == 0) { \ 166 have--; \ 251 unsigned have, left; /* available input and output */ local 274 have = next != Z_NULL ? strm->avail_in : 0; 336 if (copy > have) copy = have; [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
SerializationStressTest3.java | 61 * answering if the vars have the value that it have to have after 137 * answering if the vars have the value that it have to have after 166 * answering if the vars have the value that it have to have after 196 * answering if the vars have the value that it have to have afte [all...] |
/cts/tools/dex-tools/src/dex/structure/ |
DexAnnotatedElement.java | 22 * {@code DexAnnotatedElement} is implemented by all Elements that could have
|
WithModifiers.java | 22 * {@link WithModifiers} is implemented by all language elements that have
|
/cts/tools/signature-tools/src/signature/compare/model/ |
IAnnotatableElementDelta.java | 23 * which may have {@link IAnnotationDelta}s.
|
/dalvik/dx/src/junit/extensions/ |
ActiveTestSuite.java | 8 * threads have terminated.
|
/dalvik/dx/tests/088-ssa-combine-blocks/ |
Blort.java | 26 * Current SSA form requires each move-exception block to have
|
/dalvik/libcore/junit/src/main/java/junit/extensions/ |
ActiveTestSuite.java | 8 * threads have terminated.
|
/dalvik/libcore/luni/src/main/java/java/util/ |
ListIterator.java | 108 * if {@code next} or {@code previous} have not been called, or 109 * {@code remove} or {@code add} have already been called after 127 * if {@code next} or {@code previous} have not been called, or 128 * {@code remove} or {@code add} have already been called after
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ |
DERConstructedSequence.java | 30 * we also have to specify CONSTRUCTED, and the objects length.
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/ |
DSA.java | 31 * @param message the message that was supposed to have been signed.
|
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
AccessControlException2Test.java | 48 assertTrue("AccessControlException's toString() should have returned " 68 assertTrue("AccessControlException's toString() should have returned " 89 "getPermission should have returned null if no permission was set", 92 "getPermission should have returned the permission we assigned to it",
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_MONITOR_ENTER.S | 3 * may have been suspended in THREAD_MONITOR state and the Jit's
|
/dalvik/vm/mterp/x86/ |
OP_MONITOR_ENTER.S | 19 SPILL(rPC) # have to - caller save
|
/external/bison/examples/ |
Makefile.am | 14 ## You should have received a copy of the GNU General Public License
|