Searched defs:reduce (Results 76 - 94 of 94) sorted by relevance

1234

/external/wpa_supplicant_8/wpa_supplicant/
H A Devents.c1700 int reduce = 2; local
1704 reduce = 5;
1706 reduce = 4;
1708 reduce = 3;
1710 if (min_diff > reduce)
1711 min_diff -= reduce;
/external/elfutils/src/
H A Dldgeneric.c5755 size_t reduce = xelf_fsize (ld_state.outelf, ELF_T_SYM, nsym_local - 1); local
5766 symdata->d_buf = (char *) symdata->d_buf + reduce;
5767 symdata->d_size -= reduce;
/external/python/cpython2/Modules/
H A DcPickle.c2393 static char reduce = REDUCE; local
2527 self->write_func(self, &reduce, 1) < 0)
2729 /* fall back to reduce */
/external/python/cpython2/Objects/
H A Dtypeobject.c3475 PyObject *reduce, *res; local
3481 reduce = PyObject_GetAttrString(self, "__reduce__");
3482 if (reduce == NULL)
3489 Py_DECREF(reduce);
3495 Py_DECREF(reduce);
3503 res = PyObject_CallObject(reduce, NULL);
3504 Py_DECREF(reduce);
3508 Py_DECREF(reduce);
/external/python/cpython3/Objects/
H A Dtypeobject.c4133 object does not implement the reduce protocol for pickling or
4335 PyObject *reduce, *res; local
4349 reduce = _PyObject_GetAttrId(self, &PyId___reduce__);
4350 if (reduce == NULL)
4359 Py_DECREF(reduce);
4365 res = PyObject_CallObject(reduce, NULL);
4366 Py_DECREF(reduce);
4370 Py_DECREF(reduce);
/external/kotlinc/lib/
H A Dkotlin-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
H A Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
/external/annotation-tools/asmx/test/lib/
H A Dsaxon7.jarMETA-INF/ META-INF/MANIFEST.MF net/sf/saxon/Compile.class Compile.java package ...
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/external/caliper/lib/
H A Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/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/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/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 ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 740 milliseconds

1234