HomeSort by relevance Sort by last modified time
    Searched refs:RESULT (Results 51 - 75 of 196) sorted by null

1 23 4 5 6 7 8

  /external/abi-compliance-checker/
abi-compliance-checker.pl 301 removed symbols, renamed fields, etc. Binary incompatibility may result in
303 a library if they run on a new one. Source incompatibility may result in
509 create XML descriptors and make ABI dumps for each library. The result
    [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 540 #define _endthreadex_compat( RESULT ) ExitThread( (DWORD) RESULT )
671 @abstract Inserts BITS (both 0 and 1 bits) into X, controlled by MASK and SHIFT, and returns the result.
688 @abstract Extracts bits from X, controlled by MASK and SHIFT, and returns the result.
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/
GenericRequestBuilder.java 76 private DiskCacheStrategy diskCacheStrategy = DiskCacheStrategy.RESULT;
248 * {@link com.bumptech.glide.load.engine.DiskCacheStrategy#RESULT}.
251 * For most applications {@link com.bumptech.glide.load.engine.DiskCacheStrategy#RESULT} is ideal.
255 * {@link com.bumptech.glide.load.engine.DiskCacheStrategy#RESULT}. Any download only operations should
382 * @deprecated If this builder is used for multiple loads, using this method will result in multiple view's being
708 final Priority result; local
710 result = Priority.NORMAL;
712 result = Priority.HIGH;
714 result = Priority.IMMEDIATE;
716 return result;
    [all...]
  /external/mesa3d/src/mesa/program/
program_lexer.l 259 result { return RESULT; }
  /external/opencv/cvaux/src/
cvlee.cpp 1540 int result = 0; local
1615 int result; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar 
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java 574 // result
575 tag = ComprehensionTlvTag.RESULT.value();
807 if (ar != null && ar.result != null) {
809 data = (String) ar.result;
835 if (ar != null && ar.result != null) {
837 (IccRefreshResponse) ar.result);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
datetimemodule.c 27 * final result fits in a C int (this can be an issue on 64-bit boxes).
116 #define SIGNED_ADD_OVERFLOWED(RESULT, I, J) \
117 ((((RESULT) ^ (I)) & ((RESULT) ^ (J))) < 0)
179 /* Cast year to unsigned. The result is the same either way, but
559 /* Fiddle out-of-bounds months and days so that the result makes some kind
782 PyObject *result; local
787 result = Py_None;
788 Py_INCREF(result);
791 result = PyObject_CallMethod(tzinfo, methname, "O", tzinfoarg);
825 int result = -1; local
895 PyObject *result; local
940 PyObject *result; local
1165 PyObject *result = NULL; \/* guilty until proved innocent *\/ local
1399 PyObject *result = NULL; local
1416 PyObject *result = NULL; local
1443 PyObject *result; local
1506 PyObject *result = NULL; local
1560 PyObject *result = NULL; local
1637 PyObject *result; local
1658 PyObject *result; local
1677 PyObject *result = Py_NotImplemented; local
1720 PyObject *result; local
1736 PyObject *result = Py_NotImplemented; local
1800 PyObject *result = Py_NotImplemented; local
1820 PyObject *result = Py_NotImplemented; local
2318 PyObject *result = NULL; local
2345 PyObject *result; local
2367 PyObject *result = NULL; local
2380 PyObject *result = NULL; local
2410 PyObject *result = NULL; local
2526 PyObject *result; local
2880 PyObject *result; local
3120 PyObject *result = HASTZINFO(self) ? self->tzinfo : Py_None; local
3248 PyObject *result = NULL; local
3275 PyObject *result; local
3303 PyObject *result; local
3349 PyObject *result = op == Py_EQ ? Py_False : Py_True; local
3496 PyObject *result = NULL; local
3645 PyObject *result = HASTZINFO(self) ? self->tzinfo : Py_None; local
3744 PyObject *result = NULL; local
3919 PyObject *result = NULL; local
3932 PyObject *result = NULL, *obj, *st = NULL, *frac = NULL; local
4004 PyObject *result = NULL; local
4120 PyObject *result = Py_NotImplemented; local
4231 PyObject *result; local
4293 PyObject *result = op == Py_EQ ? Py_False : Py_True; local
4415 PyObject *result; local
4577 PyObject *result = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
datetimemodule.c 27 * final result fits in a C int (this can be an issue on 64-bit boxes).
116 #define SIGNED_ADD_OVERFLOWED(RESULT, I, J) \
117 ((((RESULT) ^ (I)) & ((RESULT) ^ (J))) < 0)
179 /* Cast year to unsigned. The result is the same either way, but
559 /* Fiddle out-of-bounds months and days so that the result makes some kind
782 PyObject *result; local
787 result = Py_None;
788 Py_INCREF(result);
791 result = PyObject_CallMethod(tzinfo, methname, "O", tzinfoarg);
825 int result = -1; local
895 PyObject *result; local
940 PyObject *result; local
1165 PyObject *result = NULL; \/* guilty until proved innocent *\/ local
1399 PyObject *result = NULL; local
1416 PyObject *result = NULL; local
1443 PyObject *result; local
1506 PyObject *result = NULL; local
1560 PyObject *result = NULL; local
1637 PyObject *result; local
1658 PyObject *result; local
1677 PyObject *result = Py_NotImplemented; local
1720 PyObject *result; local
1736 PyObject *result = Py_NotImplemented; local
1800 PyObject *result = Py_NotImplemented; local
1820 PyObject *result = Py_NotImplemented; local
2318 PyObject *result = NULL; local
2345 PyObject *result; local
2367 PyObject *result = NULL; local
2380 PyObject *result = NULL; local
2410 PyObject *result = NULL; local
2526 PyObject *result; local
2880 PyObject *result; local
3120 PyObject *result = HASTZINFO(self) ? self->tzinfo : Py_None; local
3248 PyObject *result = NULL; local
3275 PyObject *result; local
3303 PyObject *result; local
3349 PyObject *result = op == Py_EQ ? Py_False : Py_True; local
3496 PyObject *result = NULL; local
3645 PyObject *result = HASTZINFO(self) ? self->tzinfo : Py_None; local
3744 PyObject *result = NULL; local
3919 PyObject *result = NULL; local
3932 PyObject *result = NULL, *obj, *st = NULL, *frac = NULL; local
4004 PyObject *result = NULL; local
4120 PyObject *result = Py_NotImplemented; local
4231 PyObject *result; local
4293 PyObject *result = op == Py_EQ ? Py_False : Py_True; local
4415 PyObject *result; local
4577 PyObject *result = NULL; local
    [all...]
  /external/cblas/testing/
c_dblat2.f 274 * YY holds the exact result. On exit from DMVCH YT holds
275 * the result computed by DMVCH.
731 * Check the result.
764 * Report result.
    [all...]
c_dblat3.f 225 * CC holds the exact result. On exit from DMMCH CT holds
226 * the result computed by DMMCH.
638 * Check the result.
665 * Report result.
    [all...]
c_sblat2.f 274 * YY holds the exact result. On exit from SMVCH YT holds
275 * the result computed by SMVCH.
731 * Check the result.
764 * Report result.
    [all...]
c_sblat3.f 224 * CC holds the exact result. On exit from SMMCH CT holds
225 * the result computed by SMMCH.
638 * Check the result.
665 * Report result.
    [all...]
c_cblat2.f 278 * YY holds the exact result. On exit from CMVCH YT holds
279 * the result computed by CMVCH.
741 * Check the result.
775 * Report result.
    [all...]
c_cblat3.f 230 * CC holds the exact result. On exit from CMMCH CT holds
231 * the result computed by CMMCH.
651 * Check the result.
678 * Report result.
    [all...]
c_zblat2.f 278 * YY holds the exact result. On exit from CMVCH YT holds
279 * the result computed by CMVCH.
742 * Check the result.
776 * Report result.
    [all...]
c_zblat3.f 231 * CC holds the exact result. On exit from ZMMCH CT holds
232 * the result computed by ZMMCH.
652 * Check the result.
679 * Report result.
    [all...]
  /external/eigen/blas/testing/
dblat2.f 300 * YY holds the exact result. On exit from DMVCH YT holds
301 * the result computed by DMVCH.
697 * Check the result.
730 * Report result.
    [all...]
dblat3.f 248 * CC holds the exact result. On exit from DMMCH CT holds
249 * the result computed by DMMCH.
615 * Check the result.
642 * Report result.
880 * Check the result.
912 * Report result.
    [all...]
sblat2.f 300 * YY holds the exact result. On exit from SMVCH YT holds
301 * the result computed by SMVCH.
697 * Check the result.
730 * Report result.
    [all...]
sblat3.f 248 * CC holds the exact result. On exit from SMMCH CT holds
249 * the result computed by SMMCH.
615 * Check the result.
642 * Report result.
880 * Check the result.
912 * Report result.
    [all...]
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 

Completed in 1170 milliseconds

1 23 4 5 6 7 8