HomeSort by relevance Sort by last modified time
    Searched refs:have (Results 101 - 125 of 1197) sorted by null

1 2 3 45 6 7 8 91011>>

  /sdk/emulator/opengl/tests/ut_renderer/
Android.mk 20 # is called would cause a crash if the texture dimensions have not been
  /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/browser/resources/chromeos/chromevox/chromevox/injected/ui/
keyboard_help_widget.js 38 // TODO(dtseng): We have some commands that don't have valid message id's.
  /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/chrome/common/extensions/docs/server2/
cache_chain_object_store.py 16 have that item set.
  /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/closure_linter/closure_linter/
runner.py 42 'descriptions, or methods whose @return tags don\'t have a '
  /external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
arm64_make 16 Assumes that you have already run the download_deps script.
barelinux_make 21 Assumes that you have already run the download_deps script.
  /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/ARM/
ltorg-darwin.s 4 @ between darwin and linux. Any tests added here should have a matching
135 @ should not have a constant pool at end of section with empty constant pools
141 @ should have a non-empty constant pool at end of this section
150 @ should not have a constant pool at end of section with empty constant pools
ltorg.s 4 @ between darwin and linux. Any tests added here should have a matching
124 @ should not have a constant pool at end of section with empty constant pools
130 @ should have a non-empty constant pool at end of this section
137 @ should not have a constant pool at end of section with empty constant pools
macho-relocs-with-addend.s 5 @ (scattered) still need to have the type set correctly.
  /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/skia/platform_tools/barelinux/bin/
arm64_make 16 Assumes that you have already run the download_deps script.
barelinux_make 21 Assumes that you have already run the download_deps script.
  /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);

Completed in 1261 milliseconds

1 2 3 45 6 7 8 91011>>