/third_party/python/Modules/_sqlite/ |
D | microprotocols.c | 81 PyObject *adapter, *key, *adapted; in pysqlite_microprotocols_adapt() local 96 adapted = PyObject_CallOneArg(adapter, obj); in pysqlite_microprotocols_adapt() 98 return adapted; in pysqlite_microprotocols_adapt() 109 adapted = PyObject_CallOneArg(adapter, obj); in pysqlite_microprotocols_adapt() 112 if (adapted == Py_None) { in pysqlite_microprotocols_adapt() 113 Py_DECREF(adapted); in pysqlite_microprotocols_adapt() 115 else if (adapted || !PyErr_ExceptionMatches(PyExc_TypeError)) { in pysqlite_microprotocols_adapt() 116 return adapted; in pysqlite_microprotocols_adapt() 128 adapted = PyObject_CallOneArg(adapter, proto); in pysqlite_microprotocols_adapt() 131 if (adapted == Py_None) { in pysqlite_microprotocols_adapt() [all …]
|
D | statement.c | 231 PyObject* adapted; in pysqlite_statement_bind_parameters() local 276 adapted = current_param; in pysqlite_statement_bind_parameters() 278 …adapted = pysqlite_microprotocols_adapt(current_param, (PyObject*)pysqlite_PrepareProtocolType, cu… in pysqlite_statement_bind_parameters() 280 if (!adapted) { in pysqlite_statement_bind_parameters() 285 rc = pysqlite_statement_bind_parameter(self, i + 1, adapted); in pysqlite_statement_bind_parameters() 286 Py_DECREF(adapted); in pysqlite_statement_bind_parameters() 327 adapted = current_param; in pysqlite_statement_bind_parameters() 329 …adapted = pysqlite_microprotocols_adapt(current_param, (PyObject*)pysqlite_PrepareProtocolType, cu… in pysqlite_statement_bind_parameters() 331 if (!adapted) { in pysqlite_statement_bind_parameters() 336 rc = pysqlite_statement_bind_parameter(self, i, adapted); in pysqlite_statement_bind_parameters() [all …]
|
/third_party/cef/tests/shared/browser/ |
D | resource_util_mac.mm | 18 // Implementation adapted from Chromium's base/mac/foundation_util.mm 30 // Implementation adapted from Chromium's base/base_path_mac.mm
|
/third_party/protobuf/csharp/protos/ |
D | README.md | 1 This directory contains unit test protos adapted from those in
|
/third_party/rust/crates/proc-macro-error/test-crate/proc-macro-hack-test/ |
D | README.md | 1 This test was adapted from [`proc-macro-hack` repository](https://github.com/dtolnay/proc-macro-hac…
|
/third_party/rust/crates/bindgen/book/src/ |
D | tutorial-0.md | 3 The following tutorial is adapted from [this blog post][tutorial].
|
/third_party/vk-gl-cts/doc/testspecs/GLES3/ |
D | functional.shaders.builtin_functions.precision.txt | 40 reference. Moreover, the highp precision requirements have been adapted 71 The precisions for trigonometric functions have been adapted from OpenCL 112 adapted from the OpenCL half-float specification.
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | lit.cfg | 15 # The re.sub() line is adapted from one of LLVM's lit.cfg files.
|
/third_party/curl/docs/ |
D | CODE_OF_CONDUCT.md | 30 This Code of Conduct is adapted from the [Contributor
|
/third_party/libwebsockets/test-apps/android/ |
D | README | 16 * The test apps are intended to be adapted for use in your code, which
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/ |
D | README.md | 6 part removed and some metadata adapted can be saved to a file at the same time
|
/third_party/cJSON/tests/json-patch-tests/ |
D | README.md | 54 The seed test set was adapted from Byron Ruth's
|
/third_party/openssl/doc/internal/man3/ |
D | ossl_cmp_msg_protect.pod | 45 because I<ctx->chain> may get adapted to cache the chain of the CMP signer cert.
|
/third_party/zlib/contrib/delphi/ |
D | readme.txt | 17 - Improved makefile, adapted to zlib version 1.2.1.
|
/third_party/jinja2/ |
D | CODE_OF_CONDUCT.md | 70 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
/third_party/json/docs/mkdocs/docs/home/ |
D | code_of_conduct.md | 43 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available a…
|
/third_party/rust/crates/codespan/ |
D | CODE_OF_CONDUCT.md | 51 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
/third_party/json/ |
D | CODE_OF_CONDUCT.md | 43 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available a…
|
/third_party/pulseaudio/ |
D | CODE_OF_CONDUCT.md | 70 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
/third_party/rust/crates/bitflags/ |
D | CODE_OF_CONDUCT.md | 70 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
/third_party/rust/crates/linux-raw-sys/ |
D | CODE_OF_CONDUCT.md | 45 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available a…
|
/third_party/rust/crates/rustix/ |
D | CODE_OF_CONDUCT.md | 45 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available a…
|
/third_party/rust/crates/io-lifetimes/ |
D | CODE_OF_CONDUCT.md | 45 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available a…
|
/third_party/libwebsockets/READMEs/ |
D | README.event-libs.md | 78 The cmake helper config `LWS_WITH_DISTRO_RECOMMENDED` is adapted to build all the
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_aria.function | 5 * WARNING: to be adapted if and when adding larger test cases */
|