HomeSort by relevance Sort by last modified time
    Searched refs:want (Results 1 - 25 of 328) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/re2/re2/testing/
regexp_test.cc 53 map<string, int> want; local
54 want["g1"] = 1;
55 want["g2"] = 3;
56 EXPECT_EQ(want, *have);
71 map<int, string> want; local
72 want[1] = "g1";
73 want[3] = "g2";
74 want[4] = "g1";
76 EXPECT_EQ(want, *have);
  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
a_d2i_fp.c 149 size_t want=HEADER_SIZE; local
164 if (want >= (len-off))
166 want-=(len-off);
168 if (len + want < len || !BUF_MEM_grow_clean(b,len+want))
173 i=BIO_read(in,&(b->data[len]),want);
217 want=HEADER_SIZE;
226 want=HEADER_SIZE;
231 want=c.slen;
232 if (want > (len-off)
    [all...]
  /external/openssl/crypto/asn1/
a_d2i_fp.c 148 size_t want=HEADER_SIZE; local
163 if (want >= (len-off))
165 want-=(len-off);
167 if (len + want < len || !BUF_MEM_grow_clean(b,len+want))
172 i=BIO_read(in,&(b->data[len]),want);
216 want=HEADER_SIZE;
225 want=HEADER_SIZE;
230 want=c.slen;
231 if (want > (len-off)
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 28 Errors from the lexer are never passed to the parser. Either you want
30 want to continue lexing then you do not want to continue parsing. Just
32 toss you all the way out of the recognizers. If you want to continue
  /external/chromium_org/third_party/sfntly/cpp/src/test/
test_utils_test.cc 37 int32_t want[12] = {0xc5, 0xaa, 0x6e, 0xc4, 0xad, 0x63, 0xc5, 0x8d, 0x64, local
46 EXPECT_EQ(want[j], b);
47 if (want[j++] != b) {
  /external/clang/test/CodeGen/
blockstret.c 6 // X64: store i32 1610612736, i32* %want
9 // X32: store i32 1610612736, i32* %want
14 // ARM64: store i32 1610612736, i32* %want
83 int want = BLOCK_HAS_OBJC_TYPE | BLOCK_USE_STRET; local
84 return (layout->flags & want) == want;
  /external/owasp/sanitizer/src/tests/org/owasp/html/
SanitizersTest.java 93 String want = input; local
94 assertEquals(want, got);
208 String want = ( local
213 assertEquals(want, s.sanitize(input));
283 String want = "text<textarea disabled=\"disabled\"></textarea>" local
285 assertEquals(want, policy.sanitize(input));
  /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
  /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);
  /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
  /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],
  /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/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 42 dll_name: The name of the DLL for which we want to get the next index to
58 dll_name: The name of the DLL for which we want the profile data.
83 # The sandbox need to be disabled if we want to be able to gather the
  /bionic/linker/
linker_executable.mk 4 # hand, as we want to insert an extra objcopy step that is not supported by the build
  /dalvik/dx/src/
Android.mk 21 # Force java 6 target because we want java 6 runtimes to run dx, at least as long as the android SDK
  /development/testrunner/tests/
Android_java.mk 17 # We only want this apk build for tests.
  /development/tutorials/MoarRam/
Android.mk 19 # We only want this apk build for tests.

Completed in 713 milliseconds

1 2 3 4 5 6 7 8 91011>>