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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/tests/ImfTest/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/Bluetooth/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/Calendar/tests/
Android.mk 6 # We only want this apk build for tests.
  /packages/apps/Camera/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/Contacts/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/ContactsCommon/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/Dialer/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/Settings/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/providers/ContactsProvider/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/providers/DownloadProvider/tests/
Android.mk 4 # We only want this apk build for tests.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 107 # - Example: a <source, want> pair, plus an intra-docstring line number.
156 # Special string markers for use in `want` strings:
272 def _ellipsis_match(want, got):
278 if ELLIPSIS_MARKER not in want:
279 return want == got
282 ws = want.split(ELLIPSIS_MARKER)
312 # due to an ellipsis at the start or end of `want`. That's OK.
392 ## - An "example" is a <source, want> pair, where "source" is a
393 ## fragment of source code, and "want" is the expected output for
409 - want: The expected output from running the source code (eithe
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 107 # - Example: a <source, want> pair, plus an intra-docstring line number.
156 # Special string markers for use in `want` strings:
272 def _ellipsis_match(want, got):
278 if ELLIPSIS_MARKER not in want:
279 return want == got
282 ws = want.split(ELLIPSIS_MARKER)
312 # due to an ellipsis at the start or end of `want`. That's OK.
392 ## - An "example" is a <source, want> pair, where "source" is a
393 ## fragment of source code, and "want" is the expected output for
409 - want: The expected output from running the source code (eithe
    [all...]
  /bionic/libc/arch-x86_64/bionic/
__bionic_clone.S 61 # We don't want anyone to unwind past this point.
  /external/chromium_org/build/
build-ctags.sh 10 Debian or a related flavor of Linux, you may want to try running
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
rep_prefix.S 10 cld # we want these to happen forward
  /libcore/luni/src/main/java/javax/net/ssl/
SSLServerSocket.java 183 * @param want
187 public abstract void setWantClientAuth(boolean want);
  /development/samples/ApiDemos/tests/
Android.mk 4 # We only want this apk build for tests.
  /external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
nacl.scons 8 # We intentionally do not use NaClSdkLibrary() as we do not want
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLServerSocketImpl.java 142 public void setWantClientAuth(boolean want) {
143 sslParameters.setWantClientAuth(want);
  /frameworks/base/tests/SmokeTest/tests/
Android.mk 4 # We only want this apk build for tests.
  /external/libpng/projects/visualc71/
README_zlib.txt 23 3) Set one of the project as the StartUp project. If you just want to build the
25 Project | Set as StartUp project). If you want to build and test the
27 Set as StartUp project), If you want to build the minigzip utility set it to
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 395 'want' type 4-char class code of thing we want,
398 'form' enum how we specify which 'want' thing(s) we want,
401 'seld' any which thing(s) we want,
411 def __init__(self, want, form, seld, fr = None):
412 self.want = want
418 s = "ObjectSpecifier(%r, %r, %r" % (self.want, self.form, self.seld)
426 return pack({'want': mktype(self.want)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
background.js 20 * Used window.open because I didn't want the tabs permission.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
background.js 25 // Reset the navigation state on startup. We only want to collect data within a
  /external/chromium_org/third_party/icu/source/data/translit/
trnsfiles.mk 8 # Instead of changing this file [unless you want to check it back in],

Completed in 1370 milliseconds

1 2 34 5 6 7 8 91011>>