Searched refs:adapted (Results 1 - 19 of 19) sorted by relevance

/external/python/cpython2/Modules/_sqlite/
H A Dmicroprotocols.c5 * 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...]
H A Dstatement.c201 /* 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
[all...]
/external/python/cpython3/Modules/_sqlite/
H A Dmicroprotocols.c5 * 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;
99 PyObject *adapted = _PyObject_CallMethodId(proto, &PyId___adapt__, "O", obj); local
101 if (adapted) {
102 if (adapted != Py_None) {
103 return adapted;
105 Py_DECREF(adapted);
116 PyObject *adapted = _PyObject_CallMethodId(obj, &PyId___conform__,"O", proto); local
118 if (adapted) {
[all...]
H A Dstatement.c191 /* returns 0 if the object is one of Python's internal ones that don't need to be adapted */
209 PyObject* adapted; local
251 adapted = current_param;
253 adapted = pysqlite_microprotocols_adapt(current_param, (PyObject*)&pysqlite_PrepareProtocolType, NULL);
254 if (adapted) {
258 adapted = current_param;
262 rc = pysqlite_statement_bind_parameter(self, i + 1, adapted);
263 Py_DECREF(adapted);
296 adapted = current_param;
298 adapted
[all...]
/external/speex/libspeex/
H A Dmdf.c137 int adapted; member in struct:SpeexEchoState_
514 st->adapted = 0;
574 st->adapted = 0;
811 if (st->adapted)
1130 if (!st->adapted && st->sum_adapt > SHL32(EXTEND32(M),15) && MULT16_32_Q15(st->leak_estimate,Syy) > MULT16_32_Q15(QCONST16(.03f,15),Syy))
1132 st->adapted = 1;
1135 if (st->adapted)
1156 /* Temporary adaption rate if filter is not yet adapted enough */
1175 /* How much have we adapted so far? */
1182 if (st->adapted)
[all...]
/external/ImageMagick/www/api/
H A Dshear.php59 <p>The XShearImage() and YShearImage() methods are based on the paper "A Fast Algorithm for General Raster Rotatation" by Alan W. Paeth, Graphics Interface '86 (Vancouver). ShearRotateImage() is adapted from a similar method based on the Paeth paper written by Michael Halle of the Spatial Imaging Group, MIT Media Lab.</p>
143 <p>ShearRotateImage() is based on the paper "A Fast Algorithm for General Raster Rotatation" by Alan W. Paeth. ShearRotateImage is adapted from a similar method based on the Paeth paper written by Michael Halle of the Spatial Imaging Group, MIT Media Lab.</p>
/external/syslinux/core/
H A Disolinux.asm768 ; (hybrid mode.) These are adapted versions of the equivalent routines
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc2688 Label done, adapted; local
2694 __ j(equal, &adapted, Label::kNear);
2701 __ bind(&adapted);
2704 // Result is the frame pointer for the frame if not adapted and for the real
2705 // frame below the adaptor frame if adapted.
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc3135 // Result is the frame pointer for the frame if not adapted and for the real
3136 // frame below the adaptor frame if adapted.
3140 Label done, adapted; local
3141 __ beq(&adapted);
3145 __ bind(&adapted);
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc3094 Label done, adapted; local
3102 // Result is the frame pointer for the frame if not adapted and for the real
3103 // frame below the adaptor frame if adapted.
3104 __ beq(&adapted, Label::kNear);
3108 __ bind(&adapted);
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc2884 Label done, adapted; local
2888 __ j(equal, &adapted, Label::kNear);
2895 __ bind(&adapted);
2898 // Result is the frame pointer for the frame if not adapted and for the real
2899 // frame below the adaptor frame if adapted.
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc2963 Label done, adapted; local
2969 __ j(equal, &adapted, Label::kNear);
2976 __ bind(&adapted);
2979 // Result is the frame pointer for the frame if not adapted and for the real
2980 // frame below the adaptor frame if adapted.
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc2934 Label done, adapted; local
2941 // Result is the frame pointer for the frame if not adapted and for the real
2942 // frame below the adaptor frame if adapted.
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc2865 Label done, adapted; local
2872 // Result is the frame pointer for the frame if not adapted and for the real
2873 // frame below the adaptor frame if adapted.
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc3047 Label done, adapted; local
3054 // Result is the frame pointer for the frame if not adapted and for the real
3055 // frame below the adaptor frame if adapted.
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1032 milliseconds