HomeSort by relevance Sort by last modified time
    Searched refs:want (Results 176 - 200 of 524) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Exchange/tests/
Android.mk 18 # We only want this apk build for tests.
  /prebuilts/misc/common/swig/include/2.0.11/uffi/
uffi.swg 32 ;;; You can define your own identifier converter if you want.
  /external/chromium_org/third_party/zlib/
gzread.c 114 state->in = malloc(state->want);
115 state->out = malloc(state->want << 1);
124 state->size = state->want;
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzread.c 94 state->in = (unsigned char *)malloc(state->want);
95 state->out = (unsigned char *)malloc(state->want << 1);
104 state->size = state->want;
  /external/qemu/distrib/zlib-1.2.8/
gzread.c 94 state->in = (unsigned char *)malloc(state->want);
95 state->out = (unsigned char *)malloc(state->want << 1);
104 state->size = state->want;
  /external/zlib/src/
gzread.c 94 state->in = (unsigned char *)malloc(state->want);
95 state->out = (unsigned char *)malloc(state->want << 1);
104 state->size = state->want;
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLSocketTest.java 195 public void setWantClientAuth(boolean want) {
  /external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
MySSLContextSpi.java 230 public void setWantClientAuth(boolean want) {
  /external/chromium_org/chrome/common/extensions/docs/server2/
content_provider.py 46 which case the caller will presumably want to Render them.
  /external/chromium_org/v8/test/mjsunit/
assert-opt-and-deopt.js 60 * that you later want to track de/optimizations for. It is necessary because
61 * tests are sometimes executed several times in a row, and you want to
  /external/linux-tools-perf/perf-3.12.0/arch/mn10300/lib/
memcpy.S 41 # we want to transfer as much as we can in chunks of 32 bytes
memset.S 45 # we want to transfer as much as we can in chunks of 32 bytes
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
version.py 176 # not necessarily be how people *want* version numbers to behave. There
257 but may not always give the results you want (for some definition
258 of "want").
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
version.py 176 # not necessarily be how people *want* version numbers to behave. There
257 but may not always give the results you want (for some definition
258 of "want").
  /device/generic/goldfish/opengl/
Android.mk 27 # Uncomment the following line if you want to enable debug traces
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
tts_interface.js 17 * An interface for clients who want to get notified when an utterance
  /external/chromium_org/chrome/browser/resources/safe_browsing/
malware_block_v2.js 88 // handler, we don't want the default actions.
  /external/chromium_org/chrome/test/chromedriver/js/
focus.js 8 // the target element. We do not want to blur an element unnecessarily,
  /external/chromium_org/third_party/icu/source/data/rbnf/
rbnffiles.mk 9 # Instead of changing this file [unless you want to check it back in],
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
netware.bat 9 rem want to redirect stdout and stderr. An example command line would be
  /external/chromium_org/v8/test/intl/date-format/
format-is-bound.js 31 // Array we want to iterate, actual dates are not important.
  /external/chromium_org/v8/test/intl/number-format/
format-is-bound.js 31 // Array we want to iterate, actual numbers are not important.
  /external/icu/icu4c/source/data/rbnf/
rbnffiles.mk 9 # Instead of changing this file [unless you want to check it back in],
  /external/openssl/crypto/threads/
netware.bat 9 rem want to redirect stdout and stderr. An example command line would be
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLContext.java 43 * want a canned SSLContext and related state for testing so they
272 final boolean want,
277 s.setWantClientAuth(want);

Completed in 1102 milliseconds

1 2 3 4 5 6 78 91011>>