HomeSort by relevance Sort by last modified time
    Searched refs:have (Results 76 - 100 of 1167) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/tests/SmokeTest/tests/
Android.mk 10 # Notice that we don't have to include the src files of SmokeTestApp because, by
  /prebuilts/tools/common/proguard/proguard4.7/bin/
proguardgui.bat 7 REM you'll have to add escaped quotes around them, e.g.
retrace.bat 7 REM you'll have to add escaped quotes around them, e.g.
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.h 286 void set_have_extension_io_surface(bool have) {
287 test_capabilities_.gpu.iosurface = have;
288 test_capabilities_.gpu.texture_rectangle = have;
290 void set_have_extension_egl_image(bool have) {
291 test_capabilities_.gpu.egl_image_external = have;
293 void set_have_post_sub_buffer(bool have) {
294 test_capabilities_.gpu.post_sub_buffer = have;
296 void set_have_discard_framebuffer(bool have) {
297 test_capabilities_.gpu.discard_framebuffer = have;
  /bootable/recovery/applypatch/
imgpatch.c 106 // deflate chunks have an additional 60 bytes in their chunk header.
164 // We should have filled the output buffer exactly, except
213 ssize_t have = temp_size - strm.avail_out; local
215 if (sink(temp_data, have, token) != have) {
217 (long)have);
220 if (ctx) SHA_update(ctx, temp_data, have);
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
basic.rb 55 parser.reported_errors.should have( 1 ).thing
136 parser.reported_errors.should have( 1 ).thing
146 parser.reported_errors.should have( 1 ).thing
272 parser.reported_errors.should have( 1 ).thing
279 parser.reported_errors.should have( 2 ).things
  /system/extras/tests/bionic/libc/other/
test_zlib.c 48 unsigned have; local
77 have = CHUNK - strm.avail_out;
78 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
96 unsigned have; local
  /external/chromium_org/tools/telemetry/telemetry/unittest/
page_set_smoke_test.py 18 """Verify that all URLs of pages in page_set have an associated archive. """
57 """Verify that page_set and its page's base attributes have the right types.
67 msg='page_set %\'s file_path must have type string')
71 msg='page_set\'s archive_data_file path must have type string')
76 msg='page_set\'s user_agent_type must have type string')
80 msg='page_set\'s make_javascript_deterministic must have type bool')
84 msg='page_set\'s startup_url must have type string')
89 msg='page %s \'s url must have type string' % page.display_name)
96 msg='page %s \'s name field must have type string' % page.display_name)
  /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.
  /device/generic/arm64/
BoardConfig.mk 6 # The generic product target doesn't have any hardware-specific pieces.
  /device/generic/armv7-a-neon/
BoardConfig.mk 6 # The generic product target doesn't have any hardware-specific pieces.
  /device/generic/x86_64/
BoardConfig.mk 6 # The generic product target doesn't have any hardware-specific pieces.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteRuleNodeStream.as 22 // we dup every node, so don't have to worry about calling dup; short-
  /external/chromium_org/content/test/data/gpu/functional_files/
context.js 13 // If we don't have a GL context, give up now
  /external/chromium_org/third_party/icu/source/data/translit/
trnsfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re
  /external/chromium_org/third_party/zlib/
gzlib.c 77 state->have = 0; /* no output data available */
311 ret = LSEEK(state->fd, offset - state->have, SEEK_CUR);
314 state->have = 0;
336 n = GT_OFF(state->have) || (z_off64_t)state->have > offset ?
337 (unsigned)offset : state->have;
338 state->have -= n;
439 (state->eof && state->strm.avail_in == 0 && state->have == 0) : 0;
  /external/deqp/modules/glshared/
glsFboCompletenessTests.hpp 69 void setHaveMulticolorAtts (bool have) { m_haveMultiColorAtts = have; }
  /external/gtest/test/
Android.mk 42 # module's name and to have different module names for the host vs
44 # libraries, typically the host libs have a _host suffix in their
90 # We don't have exceptions.
93 # We don't have tr1::tuple.
  /external/icu/icu4c/source/data/translit/
trnsfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzlib.c 78 state->x.have = 0; /* no output data available */
81 state->past = 0; /* have not read past end yet */
396 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
399 state->x.have = 0;
422 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
423 (unsigned)offset : state->x.have;
424 state->x.have -= n;
587 /* if fatal, set state->x.have to 0 so that the gzgetc() macro fails */
589 state->x.have = 0
    [all...]
  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltdl.m4 72 dnl LTDL_CONVENIENCE used to take a DIRECTORY orgument, if we have one
81 # now we have LT_CONFIG_LTDL_DIR:
124 # In the future, this macro may have to be called after LT_INIT.
128 dnl LTDL_INSTALLABLE used to take a DIRECTORY orgument, if we have one
137 # now we have LT_CONFIG_LTDL_DIR:
643 [Define if you have the libdl library or equivalent.])
654 [Define if you have the libdl library or equivalent.])
659 [Define if you have the libdl library or equivalent.])
674 [Define if you have the shl_load function.])
678 [Define if you have the shl_load function.]
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
gzlib.c 78 state->x.have = 0; /* no output data available */
81 state->past = 0; /* have not read past end yet */
396 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
399 state->x.have = 0;
422 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
423 (unsigned)offset : state->x.have;
424 state->x.have -= n;
587 /* if fatal, set state->x.have to 0 so that the gzgetc() macro fails */
589 state->x.have = 0
    [all...]
  /external/zlib/src/
gzlib.c 78 state->x.have = 0; /* no output data available */
81 state->past = 0; /* have not read past end yet */
396 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
399 state->x.have = 0;
422 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
423 (unsigned)offset : state->x.have;
424 state->x.have -= n;
587 /* if fatal, set state->x.have to 0 so that the gzgetc() macro fails */
589 state->x.have = 0
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
README 59 If your system does not have yacc or bison (the GNU
60 equivalent), you must compile the pieces manually. We have
62 case you overwrite them. We have also included a copy of
65 NOTE: This version uses ANSI C, as you should also. We have
  /sdk/emulator/opengl/tests/ut_renderer/
Android.mk 20 # is called would cause a crash if the texture dimensions have not been

Completed in 940 milliseconds

1 2 34 5 6 7 8 91011>>