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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/ui/webui/resources/js/
local_strings.js 58 * @param {string} s The ID of the string we want.
74 * @param {string} id The ID of the string we want.
  /frameworks/native/opengl/libagl/
matrix.h 39 void ogles_validate_transform_impl(ogles_context_t* c, uint32_t want);
50 ogles_context_t* c, uint32_t want)
52 if (c->transforms.dirty & want)
53 ogles_validate_transform_impl(c, want);
  /libcore/luni/src/main/java/javax/net/ssl/
SSLSocket.java 965 public abstract void setWantClientAuth(boolean want);
1017 * sets the enabled protocols. If the parameters specify the want
SSLEngine.java 912 * @param want
916 public abstract void setWantClientAuth(boolean want);
    [all...]
  /external/elfutils/0.153/libdwfl/
offline.c 226 int want = (*predicate) (name, member_name); local
227 if (want <= 0)
231 if (unlikely (want < 0))
linux-kernel-modules.c 235 int want = (*predicate) (KERNEL_MODNAME, fname); local
236 if (want < 0)
238 report = want > 0;
408 int want = (*predicate) (name, f->fts_path); local
409 if (want < 0)
414 if (!want)
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 1412 SDL_Color *want, *reject; local
    [all...]
  /external/apache-harmony/x-net/src/test/java/javax/net/ssl/
MySSLContextSpi.java 219 public void setWantClientAuth(boolean want) {
  /external/chromium_org/native_client_sdk/src/doc/
io2014.rst 140 You'll want to change *hieght* to *height* on line 506.
166 Once you've identified the problem. You'll want to stop the test server.
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzguts.h 188 unsigned want; /* requested buffer size, default is GZBUFSIZE */ member in struct:__anon32311
  /external/qemu/distrib/zlib-1.2.8/
gzguts.h 172 unsigned want; /* requested buffer size, default is GZBUFSIZE */ member in struct:__anon33350
  /external/zlib/src/
gzguts.h 172 unsigned want; /* requested buffer size, default is GZBUFSIZE */ member in struct:__anon37548
  /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) { }
  /external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
poly1305_vec.c 578 size_t want; local
591 want = poly1305_min(32 - st->leftover, bytes);
592 poly1305_block_copy(st->buffer + st->leftover, m, want);
593 bytes -= want;
594 m += want;
595 st->leftover += want;
607 want = poly1305_min(64 - st->leftover, bytes);
608 poly1305_block_copy(st->buffer + st->leftover, m, want);
609 bytes -= want;
610 m += want;
    [all...]
  /bionic/linker/
Android.mk 41 # we don't want crtbegin.o (because we have begin.o), so unset it
  /external/bison/build-aux/
ylwrap 50 DESIRED is the file we actually want instead of OUTPUT
155 # We do not want to overwrite a header file if it hasn't
167 # We don't want the resulting debug information to point at
171 # We want to use the real output file name, not yy.lex.c for
174 # We want the include guards to be adjusted too.
198 # is not specified, we don't want an error when the header
  /external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
scope_approval_dialog.js 12 * be left undefined if the caller does not want to display the
  /external/elfutils/0.153/config/
ylwrap 50 DESIRED is the file we actually want instead of OUTPUT
151 # We do not want to overwrite a header file if it hasn't
163 # We don't want the resulting debug information to point at
167 # We want to use the real output file name, not yy.lex.c for
170 # We want the include guards to be adjusted too.
194 # is not specified, we don't want an error when the header
  /external/icu/icu4c/source/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/base/services/
Android.mk 65 # If we ran an mm[m] command, we still want to build the individual
  /packages/apps/CellBroadcastReceiver/tests/
Android.mk 18 # We only want this apk build for tests.

Completed in 925 milliseconds

1 2 3 4 5 67 8 91011>>