/external/chromium_org/chrome/installer/setup/eula/ |
oem_el.html | 18 <span class="title">Πλο?γηση στον ιστ? με το Google Chrome</span><br /> <span class="desc">Η χρ?ση του διαδικτ?ου ε?ναι πιο γρ?γορη, ασφαλ?ς και ε?κολη με το Google Chrome, το πρ?γραμμα περι?γησης ιστο? που ε?ναι εγκατεστημ?νο στον υπολογιστ? σας</span> 24 Για να ξεκιν?σετε να χρησιμοποιε?τε το Google Chrome αποδεχτε?τε τους ?ρους παροχ?ς υπηρεσι?ν του Google Chrome: 37 <label for="accept"><b>Προαιρετικ?:</b> Συμβ?λετε στη βελτ?ωση του Google Chrome με την αυτ?ματη αποστολ? στατιστικ?ν στοιχε?ων χρ?σης και αναφορ?ν σφαλμ?των στη Google. <a href="http://www.google.com/support/chrome/bin/answer.py?answer=96817&hl=el">Μ?θετε περισσ?τερα</a> 43 <input type="submit" name="submit" value="Αποδοχ? και εκτ?λεση" /> <input onClick="window.returnValue = 2; window.close();" (…) [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
fast-dtoa.cc | 55 // Input: * buffer containing the digits of too_high / 10^kappa 59 // * rest = (too_high - buffer * 10^kappa).f() * unit 60 // * ten_kappa = 10^kappa * unit 176 // The rounding might shift the whole buffer in which case the kappa is 177 // adjusted. For example "99", kappa = 3 might become "10", kappa = 4. 190 int* kappa) { 197 // 10^kappa == 40 then there is no way to tell which way to round. 199 // Even if unit is just half the size of 10^kappa we are already completely 203 // If 2 * (rest + unit) <= 10^kappa we can safely round down [all...] |
/external/chromium_org/v8/src/ |
fast-dtoa.cc | 56 // Input: * buffer containing the digits of too_high / 10^kappa 60 // * rest = (too_high - buffer * 10^kappa).f() * unit 61 // * ten_kappa = 10^kappa * unit 177 // The rounding might shift the whole buffer in which case the kappa is 178 // adjusted. For example "99", kappa = 3 might become "10", kappa = 4. 191 int* kappa) { 198 // 10^kappa == 40 then there is no way to tell which way to round. 200 // Even if unit is just half the size of 10^kappa we are already completely 204 // If 2 * (rest + unit) <= 10^kappa we can safely round down 652 int kappa; local 701 int kappa; local [all...] |
/external/v8/src/ |
fast-dtoa.cc | 56 // Input: * buffer containing the digits of too_high / 10^kappa 60 // * rest = (too_high - buffer * 10^kappa).f() * unit 61 // * ten_kappa = 10^kappa * unit 177 // The rounding might shift the whole buffer in which case the kappa is 178 // adjusted. For example "99", kappa = 3 might become "10", kappa = 4. 191 int* kappa) { 198 // 10^kappa == 40 then there is no way to tell which way to round. 200 // Even if unit is just half the size of 10^kappa we are already completely 204 // If 2 * (rest + unit) <= 10^kappa we can safely round down 652 int kappa; local 701 int kappa; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
bezier.h | 43 /* kappa as being l of a circle with r = 1, we can emulate any 45 * l = r . kappa 48 #define KAPPA 0.5522847498
|
bezier.c | 502 float kappa = 2.*KAPPA * sign * offset * angles[i]; local 506 o->x2 = circle[i][0] - normals[i][1]*kappa; 507 o->y2 = circle[i][1] + normals[i][0]*kappa; 508 o->x3 = circle[i+1][0] + normals[i+1][1]*kappa; 509 o->y3 = circle[i+1][1] - normals[i+1][0]*kappa;
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
bezier.h | 43 /* kappa as being l of a circle with r = 1, we can emulate any 45 * l = r . kappa 48 #define KAPPA 0.5522847498
|
bezier.c | 502 float kappa = 2.*KAPPA * sign * offset * angles[i]; local 506 o->x2 = circle[i][0] - normals[i][1]*kappa; 507 o->y2 = circle[i][1] + normals[i][0]*kappa; 508 o->x3 = circle[i+1][0] + normals[i+1][1]*kappa; 509 o->y3 = circle[i+1][1] - normals[i+1][0]*kappa;
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
d.php | 85 "Kappa|Lambda|Mu|Nu|Xi|Omicron|Pi|Rho|Sigma|Tau|Upsilon|Phi|Chi|". 87 "kappa|lambda|mu|nu|xi|omicron|pi|rho|sigmaf|sigma|tau|upsilon|". 98 "Gamma|I(?:acute|circ|grave|ota|uml)|Kappa|Lambda|Mu|N(?:tilde|u)|". 108 "n(?:fin|t)|ota|quest|sin|uml)|kappa|l(?:Arr|a(?:mbda|ng|quo|rr)|ceil|".
|
/packages/inputmethods/LatinIME/java/res/xml/ |
rowkeys_greek2.xml | 49 <!-- U+03BA: "?" GREEK SMALL LETTER KAPPA -->
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
HTMLEntities.properties | 145 # Kappa 922 169 # kappa 954
|
/external/chromium_org/third_party/jinja2/_markupsafe/ |
_constants.py | 40 'Kappa': 922, 148 'kappa': 954,
|
/external/dropbear/libtomcrypt/src/ciphers/ |
anubis.c | 901 ulong32 kappa[MAX_N]; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
random.py | 436 def vonmisesvariate(self, mu, kappa): 440 kappa is the concentration parameter, which must be greater than or 441 equal to zero. If kappa is equal to zero, this distribution reduces 446 # kappa: concentration parameter kappa (>= 0) 447 # if kappa = 0 generate uniform random angle 457 if kappa <= 1e-6: 460 s = 0.5 / kappa
|
htmlentitydefs.py | 31 'Kappa': 0x039a, # greek capital letter kappa, U+039A 138 'kappa': 0x03ba, # greek small letter kappa, U+03BA ISOgrk3
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
random.py | 436 def vonmisesvariate(self, mu, kappa): 440 kappa is the concentration parameter, which must be greater than or 441 equal to zero. If kappa is equal to zero, this distribution reduces 446 # kappa: concentration parameter kappa (>= 0) 447 # if kappa = 0 generate uniform random angle 457 if kappa <= 1e-6: 460 s = 0.5 / kappa
|
htmlentitydefs.py | 31 'Kappa': 0x039a, # greek capital letter kappa, U+039A 138 'kappa': 0x03ba, # greek small letter kappa, U+03BA ISOgrk3
|
/external/clang/include/clang/AST/ |
CommentHTMLNamedCharacterReferences.td | 129 def : NCR<"kappa", 0x003BA>;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
cp737.py | 57 0x0089: 0x039a, # GREEK CAPITAL LETTER KAPPA 81 0x00a1: 0x03ba, # GREEK SMALL LETTER KAPPA 318 u'\u039a' # 0x0089 -> GREEK CAPITAL LETTER KAPPA 342 u'\u03ba' # 0x00a1 -> GREEK SMALL LETTER KAPPA 592 0x039a: 0x0089, # GREEK CAPITAL LETTER KAPPA 622 0x03ba: 0x00a1, # GREEK SMALL LETTER KAPPA [all...] |
cp869.py | 101 0x00b5: 0x039a, # GREEK CAPITAL LETTER KAPPA 148 0x00e4: 0x03ba, # GREEK SMALL LETTER KAPPA 362 u'\u039a' # 0x00b5 -> GREEK CAPITAL LETTER KAPPA 409 u'\u03ba' # 0x00e4 -> GREEK SMALL LETTER KAPPA 605 0x039a: 0x00b5, # GREEK CAPITAL LETTER KAPPA 636 0x03ba: 0x00e4, # GREEK SMALL LETTER KAPPA [all...] |
cp1253.py | 250 u'\u039a' # 0xCA -> GREEK CAPITAL LETTER KAPPA 282 u'\u03ba' # 0xEA -> GREEK SMALL LETTER KAPPA
|
cp875.py | 129 u'\u039a' # 0x51 -> GREEK CAPITAL LETTER KAPPA 205 u'\u03ba' # 0x9D -> GREEK SMALL LETTER KAPPA
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
cp737.py | 57 0x0089: 0x039a, # GREEK CAPITAL LETTER KAPPA 81 0x00a1: 0x03ba, # GREEK SMALL LETTER KAPPA 318 u'\u039a' # 0x0089 -> GREEK CAPITAL LETTER KAPPA 342 u'\u03ba' # 0x00a1 -> GREEK SMALL LETTER KAPPA 592 0x039a: 0x0089, # GREEK CAPITAL LETTER KAPPA 622 0x03ba: 0x00a1, # GREEK SMALL LETTER KAPPA [all...] |
cp869.py | 101 0x00b5: 0x039a, # GREEK CAPITAL LETTER KAPPA 148 0x00e4: 0x03ba, # GREEK SMALL LETTER KAPPA 362 u'\u039a' # 0x00b5 -> GREEK CAPITAL LETTER KAPPA 409 u'\u03ba' # 0x00e4 -> GREEK SMALL LETTER KAPPA 605 0x039a: 0x00b5, # GREEK CAPITAL LETTER KAPPA 636 0x03ba: 0x00e4, # GREEK SMALL LETTER KAPPA [all...] |
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
Path.cpp | 382 // This is 1-kappa, where kappa = 4 * (sqrt(2) - 1) / 3
|