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

1 2 34 5 6 7 8 91011>>

  /external/chromium/net/data/proxy_resolver_v8_unittest/
bindings.js 21 // Those expected to fail (because we have passed a non-string parameter)
22 // will return |null|, whereas those that have called through to the C++
  /external/chromium-libpac/test/js-unittest/
bindings.js 21 // Those expected to fail (because we have passed a non-string parameter)
22 // will return |null|, whereas those that have called through to the C++
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
__init__.py 79 # header values. While MpTable_Type doesn't have such __str__ but just
  /external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/set_icon/
background.js 31 // We only have 2 icons, but cycle through 3 icons to test the
46 // Don't do anything if we don't have a tab yet.
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
bindings.js 21 // Those expected to fail (because we have passed a non-string parameter)
22 // will return |null|, whereas those that have called through to the C++
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
__init__.py 76 # header values. While MpTable_Type doesn't have such __str__ but just
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce1.asm 20 ; because we have a frame pointer.
21 ; if we didn't have a frame pointer, this would be illegal
sce3.asm 20 ; because we have a frame pointer.
21 ; if we didn't have a frame pointer, this would be illegal
  /external/llvm/test/MC/X86/AlignedBundling/
pad-align-to-bundle-end.s 26 # Here we have to pad until the end of the *next* boundary because
single-inst-bundling.s 19 # This imull is 3 bytes long and should have started at 0xe, so two bytes
  /external/valgrind/main/gdbserver_tests/
mcleak.stderr.exp 10 expecting to have NO details
13 expecting to have NO details
  /ndk/build/core/
check-cygwin-make.mk 16 # Check that we have a Cygwin-compatible make.
19 # have another GNU Make installed in their path, that fails
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
fenv.hpp 11 #error This platform does not have a floating point environment
17 /* If we're using clang + glibc, we have to get hacky.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
config_def.hpp 20 # error you have nested config_def #inclusion.
  /external/wpa_supplicant_8/src/crypto/
md4-internal.c 110 size_t have, need; local
112 /* Check how many bytes we already have and how many more we need. */
113 have = (size_t)((ctx->count >> 3) & (MD4_BLOCK_LENGTH - 1));
114 need = MD4_BLOCK_LENGTH - have;
120 if (have != 0) {
121 os_memcpy(ctx->buffer + have, input, need);
125 have = 0;
138 os_memcpy(ctx->buffer + have, input, len);
  /external/zlib/src/test/
infcover.c 264 if (val > 255) { /* have two digits */
288 unsigned have; local
311 in = h2b(hex, &have); assert(in != NULL);
312 if (step == 0 || step > have)
313 step = have;
315 have -= step;
338 have += strm.avail_in;
339 strm.avail_in = step > have ? have : step;
340 have -= strm.avail_in
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 41 // that we expect to get. When it reaches zero, we have all results.
89 // then we have the final results. Use them to build the list
96 // This function is called when we have the final list of URls to display.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 45 // that we expect to get. When it reaches zero, we have all results.
93 // then we have the final results. Use them to build the list
100 // This function is called when we have the final list of URls to display.
  /external/chromium_org/third_party/mesa/src/docs/
WL_bind_wayland_display.spec 98 A wl_buffer can have several planes, typically in case of planar
100 compositor will have to create one or more EGLImages for the
107 EGL and the compositor should have another way to get the buffer
  /external/chromium_org/ui/webui/resources/css/
tree.css 54 .tree-row[may-have-children] .expand-icon {
117 html[dir=rtl] .tree-row[may-have-children] > .tree-label {
140 .tree-row[may-have-children] > .tree-label {
  /external/mesa3d/docs/
WL_bind_wayland_display.spec 98 A wl_buffer can have several planes, typically in case of planar
100 compositor will have to create one or more EGLImages for the
107 EGL and the compositor should have another way to get the buffer
  /build/target/board/generic_x86/
BoardConfig.mk 6 # The generic product target doesn't have any hardware-specific pieces.
  /development/ndk/samples/two-libs/jni/
Android.mk 17 # generate two distinct shared libraries and have them both
  /external/antlr/
Android.mk 21 #Remove DOTTreeGenerator.java, so that we don't have the StringTemplate library as a dependency
  /external/chromium_org/chrome/browser/resources/
about_flash.js 37 // Get data and have it displayed upon loading.

Completed in 2247 milliseconds

1 2 34 5 6 7 8 91011>>