HomeSort by relevance Sort by last modified time
    Searched defs:ivalue (Results 1 - 25 of 26) sorted by null

1 2

  /art/tools/ahat/src/
SubsetSelector.java 72 int ivalue = Math.min(size, Integer.parseInt(value)); local
73 return Math.max(0, ivalue);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_header.c 1274 i32 ivalue; local
1410 i32 ivalue; local
    [all...]
  /system/core/liblog/
log_event_list.c 249 uint32_t ivalue; local
259 needed = sizeof(uint8_t) + sizeof(ivalue);
264 ivalue = *(uint32_t *)&value;
267 copy4LE(&context->storage[context->pos + 1], ivalue);
  /external/opencv/cv/src/
cvutils.cpp 344 const int* ivalue = (const int*)value; local
345 int v0 = ivalue[0];
356 if( ivalue[j] != ivalue[0] )
377 idst[j] = ivalue[j];
396 idst[j+k] = ivalue[k];
398 idst[j+k] = ivalue[k];
  /external/xmlrpcpp/src/
XmlRpcValue.cpp 298 long ivalue = strtol(valueStart, &valueEnd, 10); local
299 if (valueEnd == valueStart || (ivalue != 0 && ivalue != 1))
303 _value.asBool = (ivalue == 1);
323 long ivalue = strtol(valueStart, &valueEnd, 10); local
328 _value.asInt = int(ivalue);
  /libcore/ojluni/src/main/java/java/lang/
FloatingDecimal.java 318 int ivalue = (int)lvalue; local
322 c = ivalue%10;
323 ivalue /= 10;
326 c = ivalue%10;
327 ivalue /= 10;
329 while ( ivalue != 0){
332 c = ivalue%10;
333 ivalue /= 10;
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
FormattedFloatingDecimal.java 335 int ivalue = (int)lvalue; local
339 c = ivalue%10;
340 ivalue /= 10;
343 c = ivalue%10;
344 ivalue /= 10;
346 while ( ivalue != 0){
349 c = ivalue%10;
350 ivalue /= 10;
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp 1859 int ivalue = cvRound(value); local
    [all...]
cxpersistence.cpp 706 int ivalue = cvRound(value); local
707 if( ivalue == value )
708 sprintf( buf, "%d.", ivalue );
746 int ivalue = cvRound(value); local
747 if( ivalue == value )
748 sprintf( buf, "%d.", ivalue );
    [all...]
  /external/opencv3/modules/python/src2/
cv2.cpp 538 int ivalue = (int)PyInt_AsLong(obj); local
539 value = cv::saturate_cast<uchar>(ivalue);
540 return ivalue != -1 || !PyErr_Occurred();
    [all...]
  /external/opencv3/modules/core/src/
array.cpp 1610 int ivalue = cvRound(value); local
    [all...]
persistence.cpp 827 int ivalue = cvRound(value); local
828 if( ivalue == value )
829 sprintf( buf, "%d.", ivalue );
866 int ivalue = cvRound(value); local
867 if( ivalue == value )
868 sprintf( buf, "%d.", ivalue );
    [all...]
  /frameworks/base/services/core/java/com/android/server/
LockSettingsService.java 485 int ivalue = Settings.Secure.getIntForUser(cr, OWNER_INFO_ENABLED, userId); local
486 enabled = ivalue != 0;
    [all...]
  /prebuilts/tools/common/m2/repository/nekohtml/nekohtml/1.9.6.2/
nekohtml-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/
nekohtml-1.9.16.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.20/
nekohtml-1.9.20.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 2201 milliseconds

1 2