/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/ |
libgcc.a | [all...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/ |
libgcc.a | [all...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/mips-r2/ |
libgcc.a | [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
nfrule.cpp | 139 // rule set both rules will belong to is a fraction rule 157 // text, it describes both the improper fraction rule and 158 // the proper fraction rule 165 // improper fraction rule 732 * fraction rule set. This is only used if the rule has no [all...] |
/external/icu4c/i18n/ |
nfrule.cpp | 137 // rule set both rules will belong to is a fraction rule 155 // text, it describes both the improper fraction rule and 156 // the proper fraction rule 163 // improper fraction rule 730 * fraction rule set. This is only used if the rule has no [all...] |
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/mips-r2/ |
libgcc.a | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_itertools.py | 6 from fractions import Fraction 376 self.assertEqual(take(3, count(Fraction(2,3), Fraction(1,7))), 377 [Fraction(2,3), Fraction(17,21), Fraction(20,21)]) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_itertools.py | 6 from fractions import Fraction 376 self.assertEqual(take(3, count(Fraction(2,3), Fraction(1,7))), 377 [Fraction(2,3), Fraction(17,21), Fraction(20,21)]) [all...] |
/external/chromium_org/third_party/libxslt/libxslt/ |
numbers.c | 914 * subpattern := {prefix}integer{.fraction}{suffix} 918 * fraction := '0'* '#'* 1083 /* We have finished the integer part, now work on fraction */ [all...] |
/external/chromium_org/tools/telemetry/support/html_output/ |
results-template.html | 583 function formatPercentage(fraction) { 584 var percentage = fraction * 100; 585 return (fraction * 100).toFixed(2) + '%';
|
/external/libxslt/libxslt/ |
numbers.c | 914 * subpattern := {prefix}integer{.fraction}{suffix} 918 * fraction := '0'* '#'* 1083 /* We have finished the integer part, now work on fraction */ [all...] |
/external/libyuv/files/source/ |
scale_argb.cc | 210 movd xmm5, eax // xmm5 = y fraction 298 movd xmm0, eax // high fraction 0..127 301 movd xmm5, eax // low fraction 128..1 [all...] |
/libcore/luni/src/main/java/javax/xml/datatype/ |
Duration.java | 294 * @return seconds in the integer value. The fraction of seconds 658 * any fraction produced by the computation will be 677 * @throws IllegalStateException if operation produces fraction in [all...] |
/development/samples/ToyVpn/server/linux/ |
ToyVpnServer.cpp | 256 // fraction of time to avoid busy looping.
|
/development/samples/ToyVpn/src/com/example/android/toyvpn/ |
ToyVpnService.java | 214 // fraction of time to avoid busy looping.
|
/external/chromium/chrome/browser/automation/ |
ui_controls_mac.mm | 62 // denominator is a fraction.
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button.mm | 420 fraction:kDragImageOpacity];
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_frame_view.mm | 297 fraction:1.0];
|
profile_menu_button.mm | 318 fraction:alpha];
|
/external/chromium_org/ash/wm/workspace/ |
snap_sizer.cc | 39 // The maximum fraction of the screen width that a snapped window is allowed
|
/external/chromium_org/chrome/browser/ui/cocoa/browser/ |
avatar_button_controller.mm | 289 fraction:1.0
|
password_generation_bubble_controller.mm | 253 fraction:1.0
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
JSONParser.cpp | 109 // Optional fraction part
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
PeriodicWave.cpp | 139 // A value from 0 -> 1 representing what fraction of the partials to keep.
|
/external/chromium_org/third_party/angle/src/compiler/ |
intermOut.cpp | 181 case EOpFract: out << "Fraction"; break;
|