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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
microprotocols.c 5 * This file is part of psycopg and was adapted for pysqlite. Federico Di
92 PyObject *adapted = PyObject_CallFunctionObjArgs(adapter, obj, NULL); local
93 return adapted;
98 PyObject *adapted = PyObject_CallMethod(proto, "__adapt__", "O", obj); local
99 if (adapted) {
100 if (adapted != Py_None) {
101 return adapted;
103 Py_DECREF(adapted);
113 PyObject *adapted = PyObject_CallMethod(obj, "__conform__","O", proto); local
114 if (adapted) {
    [all...]
statement.c 194 /* returns 0 if the object is one of Python's internal ones that don't need to be adapted */
213 PyObject* adapted; local
253 adapted = current_param;
255 adapted = pysqlite_microprotocols_adapt(current_param, (PyObject*)&pysqlite_PrepareProtocolType, NULL);
256 if (adapted) {
260 adapted = current_param;
264 rc = pysqlite_statement_bind_parameter(self, i + 1, adapted, allow_8bit_chars);
265 Py_DECREF(adapted);
298 adapted = current_param;
300 adapted = pysqlite_microprotocols_adapt(current_param, (PyObject*)&pysqlite_PrepareProtocolType, NULL);
    [all...]
  /external/python/cpython2/Modules/_sqlite/
microprotocols.c 5 * This file is part of psycopg and was adapted for pysqlite. Federico Di
92 PyObject *adapted = PyObject_CallFunctionObjArgs(adapter, obj, NULL); local
93 return adapted;
98 PyObject *adapted = PyObject_CallMethod(proto, "__adapt__", "O", obj); local
99 if (adapted) {
100 if (adapted != Py_None) {
101 return adapted;
103 Py_DECREF(adapted);
113 PyObject *adapted = PyObject_CallMethod(obj, "__conform__","O", proto); local
114 if (adapted) {
    [all...]
statement.c 201 /* returns 0 if the object is one of Python's internal ones that don't need to be adapted */
220 PyObject* adapted; local
260 adapted = current_param;
262 adapted = pysqlite_microprotocols_adapt(current_param, (PyObject*)&pysqlite_PrepareProtocolType, NULL);
263 if (adapted) {
267 adapted = current_param;
271 rc = pysqlite_statement_bind_parameter(self, i + 1, adapted, allow_8bit_chars);
272 Py_DECREF(adapted);
305 adapted = current_param;
307 adapted = pysqlite_microprotocols_adapt(current_param, (PyObject*)&pysqlite_PrepareProtocolType, NULL)
    [all...]
  /external/bison/doc/
bison.x 39 is adapted from the node
  /prebuilts/go/darwin-x86/src/runtime/
vlop_arm_test.go 12 // arm soft division benchmarks adapted from
softfloat64.go 419 // adapted from hacker's delight.
438 // adapted from hacker's delight
  /prebuilts/go/linux-x86/src/runtime/
vlop_arm_test.go 12 // arm soft division benchmarks adapted from
softfloat64.go 419 // adapted from hacker's delight.
438 // adapted from hacker's delight
  /external/speex/libspeex/
mdf.c 137 int adapted; member in struct:SpeexEchoState_
514 st->adapted = 0;
574 st->adapted = 0;
811 if (st->adapted)
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorSpaceTest.java 593 ColorSpace adapted = ColorSpace.adapt( local
603 assertArrayEquals(sRGBD50, ((ColorSpace.Rgb) adapted).getTransform(), 1e-7f);
605 adapted = ColorSpace.adapt(
609 assertArrayEquals(sRGBD50, ((ColorSpace.Rgb) adapted).getTransform(), 1e-7f);
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /external/syslinux/core/
isolinux.asm 768 ; (hybrid mode.) These are adapted versions of the equivalent routines
  /prebuilts/go/darwin-x86/test/
run.go 556 // This command-timeout code adapted from cmd/go/test.go
  /prebuilts/go/linux-x86/test/
run.go 556 // This command-timeout code adapted from cmd/go/test.go
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 2688 Label done, adapted; local
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 3140 Label done, adapted; local
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 3094 Label done, adapted; local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 2884 Label done, adapted; local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 2963 Label done, adapted; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
lib.go 662 * adapted from libmach.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
lib.go 662 * adapted from libmach.
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 2934 Label done, adapted; local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 2865 Label done, adapted; local
    [all...]

Completed in 1365 milliseconds

1 2