/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
H A D | fpformat.py | 26 # \3 fraction (empty or begins with point) 36 """Return (sign, intpart, fraction, expo) or raise an exception: 39 fraction is 0 or more digits 43 sign, intpart, fraction, exppart = res.group(1,2,3,4) 45 if fraction: fraction = fraction[1:] 48 return sign, intpart, fraction, expo 50 def unexpo(intpart, fraction, expo): 51 """Remove the exponent by changing intpart and fraction [all...] |
H A D | _strptime.py | 332 hour = minute = second = fraction = 0 393 fraction = int(s) 464 weekday, julian, tz)), fraction)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
H A D | fpformat.py | 26 # \3 fraction (empty or begins with point) 36 """Return (sign, intpart, fraction, expo) or raise an exception: 39 fraction is 0 or more digits 43 sign, intpart, fraction, exppart = res.group(1,2,3,4) 45 if fraction: fraction = fraction[1:] 48 return sign, intpart, fraction, expo 50 def unexpo(intpart, fraction, expo): 51 """Remove the exponent by changing intpart and fraction [all...] |
H A D | _strptime.py | 332 hour = minute = second = fraction = 0 393 fraction = int(s) 464 weekday, julian, tz)), fraction)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ |
H A D | sqltypes.h | 142 SQLUINTEGER fraction; member in struct:tagTIMESTAMP_STRUCT 168 SQLUINTEGER fraction; member in struct:tagSQL_DAY_SECOND
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
H A D | sqltypes.h | 142 SQLUINTEGER fraction; member in struct:tagTIMESTAMP_STRUCT 168 SQLUINTEGER fraction; member in struct:tagSQL_DAY_SECOND
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
H A D | test_strtod.py | 39 fraction = m.group('frac') or '' 40 intpart = int(m.group('int') + fraction) 41 exp = int(m.group('exp') or '0') - len(fraction)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
H A D | test_strtod.py | 39 fraction = m.group('frac') or '' 40 intpart = int(m.group('int') + fraction) 41 exp = int(m.group('exp') or '0') - len(fraction)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
H A D | TreeWidget.py | 150 fraction = top + height - visible_height 152 fraction = top 153 fraction = float(fraction) / y1 154 self.canvas.yview_moveto(fraction)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
H A D | TreeWidget.py | 150 fraction = top + height - visible_height 152 fraction = top 153 fraction = float(fraction) / y1 154 self.canvas.yview_moveto(fraction)
|
/prebuilts/sdk/current/support/design/libs/ |
H A D | android-support-design.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/design/ android/support/design/internal/ ... |
/prebuilts/sdk/renderscript/include/ |
H A D | rs_math.rsh | 2453 * Returns start + ((stop - start) * fraction). 2459 mix(float start, float stop, float fraction); 2462 mix(float2 start, float2 stop, float2 fraction); 2465 mix(float3 start, float3 stop, float3 fraction); 2468 mix(float4 start, float4 stop, float4 fraction); 2471 mix(float2 start, float2 stop, float fraction); 2474 mix(float3 start, float3 stop, float fraction); 2477 mix(float4 start, float4 stop, float fraction); 3731 * round() is similar but rounds away from zero. trunc() truncates the decimal fraction. 3773 * rint() is similar but rounds half values toward even. trunc() truncates the decimal fraction [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
H A D | Tkinter.py | 1487 def xview_moveto(self, fraction): 1490 self.tk.call(self._w, 'xview', 'moveto', fraction) 1508 def yview_moveto(self, fraction): 1511 self.tk.call(self._w, 'yview', 'moveto', fraction) 2845 def fraction(self, x, y): member in class:Scrollbar 2848 return getdouble(self.tk.call(self._w, 'fraction', x, y))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
H A D | Tkinter.py | 1487 def xview_moveto(self, fraction): 1490 self.tk.call(self._w, 'xview', 'moveto', fraction) 1508 def yview_moveto(self, fraction): 1511 self.tk.call(self._w, 'yview', 'moveto', fraction) 2845 def fraction(self, x, y): member in class:Scrollbar 2848 return getdouble(self.tk.call(self._w, 'fraction', x, y))
|
/prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/ |
H A D | commons-lang-2.4.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ... |
/prebuilts/sdk/current/support/v17/leanback/libs/ |
H A D | android-support-v17-leanback.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v17/ android/support/v17/leanback/ ... |
/prebuilts/misc/common/power-helper/ |
H A D | PowerTestHelper.jar | ... time
public android.graphics.Point interpolate (float) float fraction
}
android/support/test/uiautomator/InteractionController$3.class InteractionController ... |
/prebuilts/misc/common/ub-uiautomator/ |
H A D | ub-uiautomator.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/test/ android/support/test/uiautomator/ ... |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
H A D | commons-lang-2.6.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ... |
/prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/ |
H A D | commons-lang-2.6.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ... |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/ |
H A D | commons-lang3-3.2.1.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang3/ ... |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/ |
H A D | commons-lang3-3.3.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang3/ ... |
/prebuilts/devtools/tools/lib/ |
H A D | traceview.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/traceview/ com/android/traceview/TimeLineView ... |
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/ |
H A D | htmlunit-core-js-2.14.jar | META-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/htmlunit/ net/sourceforge/htmlunit/corejs/ ... |
/prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/ |
H A D | rhino-1.7R3.jar | META-INF/ META-INF/MANIFEST.MF org/ org/mozilla/ org/mozilla/classfile/ org/mozilla/javascript/ org/ ... |