HomeSort by relevance Sort by last modified time
    Searched refs:ivalue (Results 1 - 25 of 29) 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/devlib/devlib/utils/
types.py 85 ivalue = int(fvalue)
86 if ivalue == fvalue: # yeah, yeah, I know. Whatever. This is best-effort.
87 return ivalue
  /art/tools/ahat/src/main/com/android/ahat/
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);
  /prebuilts/go/darwin-x86/src/syscall/
bpf_bsd.go 81 type ivalue struct { type
88 var iv ivalue
98 var iv ivalue
  /prebuilts/go/linux-x86/src/syscall/
bpf_bsd.go 81 type ivalue struct { type
88 var iv ivalue
98 var iv ivalue
  /system/core/liblog/
log_event_list.c 245 uint32_t ivalue; local
255 needed = sizeof(uint8_t) + sizeof(ivalue);
260 ivalue = *(uint32_t*)&value;
263 copy4LE(&context->storage[context->pos + 1], ivalue);
  /libcore/ojluni/src/main/java/sun/misc/
FloatingDecimal.java 386 int ivalue = (int)lvalue; local
387 c = ivalue%10;
388 ivalue /= 10;
391 c = ivalue%10;
392 ivalue /= 10;
394 while ( ivalue != 0){
397 c = ivalue%10;
398 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...]
  /frameworks/base/services/core/java/com/android/server/locksettings/
LockSettingsService.java 712 int ivalue = Settings.Secure.getIntForUser(cr, OWNER_INFO_ENABLED, userId); local
713 enabled = ivalue != 0;
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
nekohtml-1.9.6.2.jar 
  /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 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.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 
  /prebuilts/tools/common/google-api-java-client/1.23.0/
google-api-java-client-min-repackaged-1.23.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.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 

Completed in 1877 milliseconds

1 2