HomeSort by relevance Sort by last modified time
    Searched full:have (Results 851 - 875 of 39049) sorted by null

<<31323334353637383940>>

  /external/webkit/Tools/Scripts/webkitpy/common/config/
committervalidator_unittest.py 38 expected_messsage = """foo@foo.com does not have review permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py.
40 - If you do not have review rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags.
42 - If you have review rights please correct the error in Tools/Scripts/webkitpy/common/config/committers.py by adding yourself to the file (no review needed). The commit-queue restarts itself every 2 hours. After restart the commit-queue will correctly respect your review rights."""
  /frameworks/base/core/tests/coretests/src/android/view/menu/
MenuWith1ItemTest.java 56 assertFalse("Item seems to have been clicked before we clicked on it", mActivity
59 assertTrue("Item doesn't seem to have registered our click", mActivity.wasItemClicked(0));
65 * does not have access to.
  /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.",
  /frameworks/base/docs/html/design/style/
touch-feedback.jd 26 Most of Android's UI elements have touch-feedback built in, including states that indicate
27 whether touching the element will have any effect.
62 is not possible. Many of Android's scrollable UI widgets (e.g. lists or grid lists) already have
  /libcore/luni/src/test/java/tests/api/java/math/
MathContextTest.java 65 assertEquals("Equal MathContexts have different hashcodes ",
67 assertFalse("Different MathContexts have equal hashcodes ",
69 assertFalse("Different MathContexts have equal hashcodes ",
  /ndk/sources/host-tools/make-3.81/
configure.bat 16 rem You should have received a copy of the GNU General Public License along
38 rem Do they have Make?
49 rem They do have Make. Generate the Makefile.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/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
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
parport.h 69 'Real' ECP modes must have the IEEE1284_MODE_ECP bit set. */
87 * parport_negotiate to use address operations. They have no effect
94 #define PARPORT_W91284PIC (1<<1) /* have a Warp9 w91284pic in the device */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
parport.h 69 'Real' ECP modes must have the IEEE1284_MODE_ECP bit set. */
87 * parport_negotiate to use address operations. They have no effect
94 #define PARPORT_W91284PIC (1<<1) /* have a Warp9 w91284pic in the device */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
parport.h 69 'Real' ECP modes must have the IEEE1284_MODE_ECP bit set. */
87 * parport_negotiate to use address operations. They have no effect
94 #define PARPORT_W91284PIC (1<<1) /* have a Warp9 w91284pic in the device */
  /sdk/ide_common/src/com/android/ide/common/resources/
ScanningContext.java 23 * such as any parsing errors encountered, whether Android ids have changed, and
84 * more of the constituent files have declared that the resource item names
85 * that they provide have changed.
  /external/zlib/
infback.c 133 have = strm->avail_in; \
144 strm->avail_in = have; \
160 if (have == 0) { \
161 have = in(in_desc, &next); \
162 if (have == 0) { \
175 have--; \
260 unsigned have, left; /* available input and output */ local
283 have = next != Z_NULL ? strm->avail_in : 0;
345 if (copy > have) copy = have;
    [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...]
  /build/target/board/generic_x86/
BoardConfig.mk 6 # The generic product target doesn't have any hardware-specific pieces.
  /build/target/product/
telephony.mk 18 # to products that have telephony hardware.
  /cts/tests/tests/webkitsecurity/assets/
bad-transition-shorthand-crash.html 47 This tests a crash that was occuring when you have both an explicit property and 'all' in the -webkit-transition-property
inline-crash.html 24 Because it is an inline flow, <span id="span" style="-webkit-box-reflect: below;">this span</span> should not have a reflection, and selecting it should not cause a crash.
policy-ignore-crash.php 22 This chunk doesn't have a content type, which can cause the policy
  /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

Completed in 473 milliseconds

<<31323334353637383940>>