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

1 2

  /prebuilts/misc/common/swig/include/2.0.11/tcl/
typemaps.i 86 %typemap(in) short *INPUT(int ivalue, short temp), short &INPUT(int ivalue, short temp)
88 if (Tcl_GetIntFromObj(interp,$input,&ivalue) == TCL_ERROR) {
91 temp = (short) ivalue;
95 %typemap(in) long *INPUT(int ivalue, long temp), long &INPUT(int ivalue, long temp)
97 if (Tcl_GetIntFromObj(interp,$input,&ivalue) == TCL_ERROR) {
100 temp = (long) ivalue;
104 %typemap(in) unsigned int *INPUT(int ivalue, unsigned int temp),
105 unsigned int &INPUT(int ivalue, unsigned int temp
    [all...]
  /external/libvorbis/vq/
bookutil.h 30 extern int get_next_ivalue(FILE *in,long *ivalue);
bookutil.c 159 int get_next_ivalue(FILE *in,long *ivalue){
162 *ivalue=value;
  /art/tools/ahat/src/
SubsetSelector.java 72 int ivalue = Math.min(size, Integer.parseInt(value)); local
73 return Math.max(0, 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);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_header.c 1274 i32 ivalue; local
1410 i32 ivalue; local
    [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...]
  /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);
  /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...]
  /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/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/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...]
  /external/opencv3/modules/ts/src/
ts_func.cpp     [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/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/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.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.11.0/
xercesImpl-2.11.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 

Completed in 3299 milliseconds

1 2