Home
last modified time | relevance | path

Searched refs:adapted (Results 1 – 25 of 98) sorted by relevance

1234

/third_party/python/Modules/_sqlite/
Dmicroprotocols.c81 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 …]
Dstatement.c231 PyObject* adapted; in pysqlite_statement_bind_parameters() local
276 adapted = current_param; in pysqlite_statement_bind_parameters()
278adapted = 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()
329adapted = 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/
Dresource_util_mac.mm18 // 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/
DREADME.md1 This directory contains unit test protos adapted from those in
/third_party/rust/crates/proc-macro-error/test-crate/proc-macro-hack-test/
DREADME.md1 This test was adapted from [`proc-macro-hack` repository](https://github.com/dtolnay/proc-macro-hac…
/third_party/rust/crates/bindgen/book/src/
Dtutorial-0.md3 The following tutorial is adapted from [this blog post][tutorial].
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.shaders.builtin_functions.precision.txt40 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/
Dlit.cfg15 # The re.sub() line is adapted from one of LLVM's lit.cfg files.
/third_party/curl/docs/
DCODE_OF_CONDUCT.md30 This Code of Conduct is adapted from the [Contributor
/third_party/libwebsockets/test-apps/android/
DREADME16 * The test apps are intended to be adapted for use in your code, which
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/
DREADME.md6 part removed and some metadata adapted can be saved to a file at the same time
/third_party/cJSON/tests/json-patch-tests/
DREADME.md54 The seed test set was adapted from Byron Ruth's
/third_party/openssl/doc/internal/man3/
Dossl_cmp_msg_protect.pod45 because I<ctx->chain> may get adapted to cache the chain of the CMP signer cert.
/third_party/zlib/contrib/delphi/
Dreadme.txt17 - Improved makefile, adapted to zlib version 1.2.1.
/third_party/jinja2/
DCODE_OF_CONDUCT.md70 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
/third_party/json/docs/mkdocs/docs/home/
Dcode_of_conduct.md43 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available a…
/third_party/rust/crates/codespan/
DCODE_OF_CONDUCT.md51 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
/third_party/json/
DCODE_OF_CONDUCT.md43 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available a…
/third_party/pulseaudio/
DCODE_OF_CONDUCT.md70 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
/third_party/rust/crates/bitflags/
DCODE_OF_CONDUCT.md70 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
/third_party/rust/crates/linux-raw-sys/
DCODE_OF_CONDUCT.md45 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available a…
/third_party/rust/crates/rustix/
DCODE_OF_CONDUCT.md45 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available a…
/third_party/rust/crates/io-lifetimes/
DCODE_OF_CONDUCT.md45 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available a…
/third_party/libwebsockets/READMEs/
DREADME.event-libs.md78 The cmake helper config `LWS_WITH_DISTRO_RECOMMENDED` is adapted to build all the
/third_party/mbedtls/tests/suites/
Dtest_suite_aria.function5 * WARNING: to be adapted if and when adding larger test cases */

1234