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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/ui/webui/resources/js/
assert.js 12 * test whether a value is defined or not, and we don't want to force a
  /external/icu/icu4c/source/data/translit/
trnsfiles.mk 8 # Instead of changing this file [unless you want to check it back in],
  /external/lldb/source/Interpreter/
wrap_python.mk 9 # device-specific path when we want the host-specific path.
  /external/llvm/test/Bindings/Ocaml/
ext_exc.ml 10 * want the let _ bindings executed, see http://caml.inria.fr/mantis/view.php?id=4166 *)
  /external/qemu/hw/core/
loader.c 88 size_t want, did; local
91 want = nbytes > sizeof(buf) ? sizeof(buf) : nbytes;
92 did = fread(buf, 1, want, f);
97 if (did != want)
114 size_t want, did; local
117 want = nbytes > sizeof(buf) ? sizeof(buf) : nbytes;
118 did = read(fd, buf, want);
119 if (did != want) break;
  /sdk/build/
windows_sdk_tools.mk 4 # to device which tools we want to build from the sdk.git project.
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLServerSocketTest.java 136 public void setWantClientAuth(boolean want) {
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
win_pgo_profiler.py 43 dll_name: The name of the DLL for which we want to get the next index to
59 dll_name: The name of the DLL for which we want the profile data.
84 # The sandbox need to be disabled if we want to be able to gather the
  /external/stlport/stlport/stl/config/
compat.h 78 # error STLport do not support anymore the wrapper mode. If you want to use STLport \
  /frameworks/base/core/tests/coretests/
Android.mk 14 # We only want this apk build for tests.
44 # Use R_file_stamp as dependency because we want the test apks in place before the R.java is generated.