HomeSort by relevance Sort by last modified time
    Searched refs:have (Results 26 - 50 of 1093) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/test/data/indexeddb/
open_missing_table.js 26 debug("We should have gotten an upgradeneeded event because the new empty");
27 debug("database doesn't have a version.");
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
runPatchCommand.pl 65 +This file should not have gotten created on your system.
  /external/chromium_org/tools/gyp/test/win/
gyptest-cl-function-level-linking.py 28 print 'Found "%s" in %s (and shouldn\'t have)' % (search_for, binary)
  /external/clang/test/CXX/dcl.decl/dcl.init/
p14-0x.cpp 40 expected-error {{must explicitly initialize the member 'e1' which does not have a default constructor}}
  /device/generic/armv7-a-neon/
BoardConfig.mk 6 # The generic product target doesn't have any hardware-specific pieces.
  /external/chromium_org/tools/telemetry/telemetry/page/
cloud_storage.py 32 ' 2. If you have a @google.com account, use that one.\n'
40 'have permission. ' + self._GetConfigInstructions(gsutil_path))
46 'Attempted to access a file from Cloud Storage but you have no '
156 # Read in 1mb chunks, so it doesn't all have to be loaded into memory.
  /external/llvm/autoconf/m4/
c_printf_a.m4 2 # Determine if the printf() functions have the %a format character.
29 AC_DEFINE([HAVE_PRINTF_A],[1],[Define to have the %a format string])
ltdl.m4 277 [Define if you have the shl_load function.])],
280 [Define if you have the shl_load function.])
284 [Define if you have the libdl library or equivalent.])
290 [Define if you have the libdl library or equivalent.]) libltdl_cv_func_dlopen="yes"],[AC_CHECK_LIB([svld], [dlopen],
292 [Define if you have the libdl library or equivalent.])
296 [Define if you have the GNU dld library.])
300 [Define if you have the _dyld_func_lookup function.])])
335 # See whether the symbols have a leading underscore.
364 AC_CACHE_CHECK([whether we have to add an underscore for dlsym],
  /external/llvm/projects/sample/autoconf/m4/
c_printf_a.m4 2 # Determine if the printf() functions have the %a format character.
29 AC_DEFINE([HAVE_PRINTF_A],[1],[Define to have the %a format string])
ltdl.m4 283 [Define if you have the shl_load function.])],
286 [Define if you have the shl_load function.])
290 [Define if you have the libdl library or equivalent.])
296 [Define if you have the libdl library or equivalent.]) libltdl_cv_func_dlopen="yes"],[AC_CHECK_LIB([svld], [dlopen],
298 [Define if you have the libdl library or equivalent.])
302 [Define if you have the GNU dld library.])
306 [Define if you have the _dyld_func_lookup function.])])
341 # See whether the symbols have a leading underscore.
370 AC_CACHE_CHECK([whether we have to add an underscore for dlsym],
  /hardware/qcom/display/msm8960/
Android.mk 8 #This is for mako since it doesn't have the QCOM make functions
  /hardware/qcom/display/msm8974/
Android.mk 8 #This is for mako since it doesn't have the QCOM make functions
  /hardware/qcom/display/msm8x26/
Android.mk 7 #This is for mako since it doesn't have the QCOM make functions
  /prebuilts/tools/common/proguard/proguard4.7/bin/
proguard.bat 7 REM you'll have to add escaped quotes around them, e.g.
  /bootable/recovery/applypatch/
imgpatch.c 105 // deflate chunks have an additional 60 bytes in their chunk header.
163 // We should have filled the output buffer exactly, except
212 ssize_t have = temp_size - strm.avail_out; local
214 if (sink(temp_data, have, token) != have) {
216 (long)have);
219 SHA_update(ctx, temp_data, have);
  /external/chromium_org/third_party/zlib/
inflate.c 100 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
443 have = strm->avail_in; \
454 strm->avail_in = have; \
470 if (have == 0) goto inf_leave; \
471 have--; \
550 would all have to actually be part of the saved state in case NEEDBITS()
596 unsigned have, left; /* available input and output */ local
619 in = have;
720 if (copy > have) copy = have;
    [all...]
inflate.h 114 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
  /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...]
inflate.h 110 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
  /external/zlib/src/
inflate.c 101 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf,
464 have = strm->avail_in; \
475 strm->avail_in = have; \
491 if (have == 0) goto inf_leave; \
492 have--; \
566 would all have to actually be part of the saved state in case NEEDBITS()
612 unsigned have, left; /* available input and output */ local
635 in = have;
736 if (copy > have) copy = have;
    [all...]
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/zlib/src/examples/
zran.c 49 not be constrained to have access points at block boundaries, but requires
76 int have; /* number of list entries filled in */ member in struct:access
107 index->have = 0;
111 else if (index->have == index->size) {
121 /* fill in entry and increment how many we have */
122 next = index->list + index->have;
130 index->have++;
229 index->list = realloc(index->list, sizeof(struct point) * index->have);
230 index->size = index->have;
264 ret = index->have;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
riprel1.asm 27 ;mov rbx, [qword val] ; illegal (can't have 64-bit disp)
30 ;a32 mov rbx, [qword val] ; illegal (can't have 64-bit disp)
33 ;a64 mov rbx, [qword val] ; illegal (can't have 64-bit disp)
59 ;mov rbx, [qword val] ; illegal (can't have 64-bit disp)
62 ;a32 mov rbx, [qword val] ; illegal (can't have 64-bit disp)
65 ;a64 mov rbx, [qword val] ; illegal (can't have 64-bit disp)
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Direction.c 95 AKFVEC have, aave; local
109 if (AKFS_VbAve(nhvec, hvec, hnave, &have) != AKFS_SUCCESS) {
120 AKFS_Azimuth(&have, pitchRad, rollRad, &azimuthRad);
  /external/skia/tools/copyright/
main.py 10 - For files that already have a copyright header, the header is modified
12 - For files that don't have a copyright header, we add one with the current

Completed in 2036 milliseconds

12 3 4 5 6 7 8 91011>>