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

1 2 3 45 6 7 8 91011>>

  /external/zlib/
gzguts.h 153 unsigned want; /* requested buffer size, default is GZBUFSIZE */ member in struct:__anon15821
gzread.c 88 state->in = malloc(state->want);
89 state->out = malloc(state->want << 1);
98 state->size = state->want;
  /libcore/luni/src/main/java/javax/net/ssl/
SSLEngine.java 289 * @param want
293 public abstract void setWantClientAuth(boolean want);
484 * sets the enabled protocols. If the parameters specify the want
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MySSLContextSpi.java 147 public void setWantClientAuth(boolean want) { }
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
MySSLContextSpi.java 145 public void setWantClientAuth(boolean want) { }
  /dalvik/vm/arch/arm/
CallOldABI.S 120 @ want the first two items in argv to end up in r2/r3.
124 @ If there are N args, we want to skip 0 and 1, and push (N-1)..2. We
  /development/tools/emulator/system/qemu-props/
Android.mk 35 # we don't want this in 'user' builds which don't have
  /external/bison/build-aux/
ylwrap 52 DESIRED is the file we actually want instead of OUTPUT
153 # We do not want to overwrite a header file if it hasn't
165 # We don't want the resulting debug information to point at
169 # We want to use the real output file name, not yy.lex.c for
172 # We want the include guards to be adjusted too.
196 # is not specified, we don't want an error when the header
  /external/elfutils/config/
ylwrap 52 DESIRED is the file we actually want instead of OUTPUT
153 # We do not want to overwrite a header file if it hasn't
165 # We don't want the resulting debug information to point at
169 # We want to use the real output file name, not yy.lex.c for
172 # We want the include guards to be adjusted too.
196 # is not specified, we don't want an error when the header
  /external/icu4c/data/brkitr/
brkfiles.mk 9 # Instead of changing this file [unless you want to check it back in],
  /external/stlport/
configure 80 C/C++ runtime library when linking with STLport. If you want your appli/dll
82 --with-dynamic-rtl; if you want to link dynamicaly with STLport but using the
  /frameworks/base/media/mca/filterfw/jni/
Android.mk 44 # Don't prelink this library. For more efficient code, you may want
  /frameworks/base/packages/WAPPushManager/tests/
Android.mk 18 # We only want this apk build for tests.
  /frameworks/compile/libbcc/runtime/make/platform/
darwin_bni.mk 6 # We override this with RC_ARCHS because B&I may want to build on an ARCH we
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLParametersImpl.java 39 * ssl socket, whether it require/want client authentication or not,
308 protected void setWantClientAuth(boolean want) {
309 want_client_auth = want;
  /ndk/build/core/
setup-abi.mk 30 # For now, handle this with a simple substitution. We may want to implement
  /packages/apps/CellBroadcastReceiver/tests/
Android.mk 18 # We only want this apk build for tests.
  /sdk/emulator/tools/
Android.mk 37 # we don't want this in 'user' builds which don't have
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 167 # If your function returns, it should return whatever you want
367 # If you want to use $RETURN_IN_ORDER, you have to call
454 are illegal; use "a=i apples>a oranges>a" if that's what you want.
551 repeated options any way you want to. It also lets you see option
565 want to print an error message, use the third element, which does
592 If you are using the simple method, and you want to set these
643 The function can do anything you want to @ARGV. It should return
644 whatever you want nextOption to return.
659 The function can do anything you want to @ARGV. It should return
724 want your values pushed into an array, you'll have to use nextOptio
    [all...]
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLSocketTest.java 196 public void setWantClientAuth(boolean want) {
  /external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
MySSLContextSpi.java 167 public void setWantClientAuth(boolean want) { }
  /external/quake/
NOTICE 41 if you want it, that you can change the software or use pieces of it
59 Also, for each author's protection and ours, we want to make certain
62 want its recipients to know that what they have is not the original, so
305 If you develop a new program, and you want it to be of the greatest
360 library. If this is what you want to do, use the GNU Library General
386 if you want it, that you can change the software or use pieces of it
404 Also, for each author's protection and ours, we want to make certain
407 want its recipients to know that what they have is not the original, so
    [all...]
  /external/v8/test/mjsunit/
assert-opt-and-deopt.js 54 * that you later want to track de/optimizations for. It is necessary because
55 * tests are sometimes executed several times in a row, and you want to
  /external/bison/data/
lalr1.cc 32 # We do want M4 expansion after # for CPP macros.
39 dnl FIXME: This is wrong, we want computed header guards.
  /external/bluetooth/bluez/gdbus/
NOTICE 47 if you want it, that you can change the software or use pieces of it
65 Also, for each author's protection and ours, we want to make certain
68 want its recipients to know that what they have is not the original, so
306 If you develop a new program, and you want it to be of the greatest
361 library. If this is what you want to do, use the GNU Library General

Completed in 2458 milliseconds

1 2 3 45 6 7 8 91011>>