Searched refs:see (Results 1 - 25 of 280) sorted by relevance

1234567891011>>

/external/valgrind/none/tests/linux/
H A Dbrk-overflow1.stderr.exp3 (see section Limitations in user manual)
H A Dbrk-overflow2.stderr.exp3 (see section Limitations in user manual)
/external/libmicrohttpd/doc/chapters/
H A Dresponseheaders.inc50 /* ... (see below) */
52 /* ... (see below) */
112 /* ... (see above) */
169 Now start two instances of your browser (or even use two machines) and see how the second client
/external/droiddriver/
H A Dcontributing_aosp.md6 DroidDriver is an "unbundled" project. If you specify the repo manifest branch "droiddriver-dev" (see below), you'll get only the relevant projects instead of the whole AOSP tree.
18 The code should be downloaded to the current dir. You may see some lines in the output like:
22 These messages seem non-fatal and you should see these dirs after it is done:
/external/python/cpython3/.github/
H A DPULL_REQUEST_TEMPLATE.md8 For additional information about contributing to CPython, see the
/external/perfetto/include/perfetto/base/
H A Dbuild_config.h40 #error OS not supported (see build_config.h)
/external/curl/docs/cmdline-opts/
H A Dretry-max-time.d7 done as usual (see --retry) as long as the timer hasn't reached this given
H A Dsslv2.d13 considered insecure (see RFC 6176).
H A Dsslv3.d13 considered insecure (see RFC 7568).
H A Dlogin-options.d11 login options. For more information about the login options please see
H A Dnegotiate.d9 --version to see if your curl supports GSS-API/SSPI or SPNEGO.
H A Dproto-default.d17 Without this option curl would make a guess based on the host, see --url for
H A Durl.d12 setting a default protocol, see --proto-default for details.
/external/kmod/
H A DREADME.md6 This is a ***mirror only***. Please see [README](../master/README) file for more information.
/external/python/cpython2/Misc/
H A Dvalgrind-python.supp50 Suppress leaking the GIL. Happens once per process, see comment in ceval.c.
212 DBM problems, see test_dbm
224 DBM problems, see test_dbm
236 DBM problems, see test_dbm
246 DBM problems, see test_dbm
258 GDBM problems, see test_gdbm
267 ZLIB problems, see test_gzip
/external/icu/icu4c/source/io/
H A Ducln_io.cpp25 #error U_IO_IMPLEMENTATION not set - must be set for all ICU source files in io/ - see http://userguide.icu-project.org/howtouseicu
/external/icu/icu4c/source/samples/
H A Dreadme.txt82 please see their individual readmes.
/external/python/cpython2/PC/VS7.1/
H A Damd64_ml64.bat6 rem For the environment variables see also
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
H A Dext_exc.ml7 * want the let _ bindings executed, see http://caml.inria.fr/mantis/view.php?id=4166 *)
/external/valgrind/memcheck/tests/linux/
H A Dbrk.stderr.exp3 (see section Limitations in user manual)
/external/python/cpython3/Misc/
H A Dvalgrind-python.supp50 Suppress leaking the GIL. Happens once per process, see comment in ceval.c.
212 DBM problems, see test_dbm
224 DBM problems, see test_dbm
236 DBM problems, see test_dbm
246 DBM problems, see test_dbm
258 GDBM problems, see test_gdbm
267 ZLIB problems, see test_gzip
/external/lzma/C/
H A DPpmd7Dec.c143 CPpmd_See *see; local
166 see = Ppmd7_MakeEscFreq(p, numMasked, &freqSum);
177 Ppmd_See_Update(see);
186 see->Summ = (UInt16)(see->Summ + freqSum);
H A DPpmd7Enc.c142 CPpmd_See *see; local
155 see = Ppmd7_MakeEscFreq(p, numMasked, &escFreq);
173 Ppmd_See_Update(see);
185 see->Summ = (UInt16)(see->Summ + sum + escFreq);
/external/doclava/src/com/google/doclava/
H A DProofread.java92 } else if ("@see".equals(k)) {
93 SeeTagInfo see = (SeeTagInfo) t;
94 String label = see.label();
98 writeIndented("{" + see.name() + " ... " + label + "}");
/external/valgrind/memcheck/tests/
H A Dleak-segv-jmp.stderr.exp12 To see them, rerun with: --leak-check=full --show-leak-kinds=all
27 To see them, rerun with: --leak-check=full --show-leak-kinds=all
43 To see them, rerun with: --leak-check=full --show-leak-kinds=all
59 To see them, rerun with: --leak-check=full --show-leak-kinds=all
80 To see them, rerun with: --leak-check=full --show-leak-kinds=all
89 Rerun with --leak-check=full to see details of leaked memory

Completed in 762 milliseconds

1234567891011>>