/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/ |
eval_param.pass.cpp | 20 #include <numeric>
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/ |
eval.pass.cpp | 22 #include <numeric>
|
eval_param.pass.cpp | 22 #include <numeric>
|
/external/v8/src/ |
i18n.cc | 486 bool numeric; local 487 if (ExtractBooleanSetting(isolate, options, "numeric", &numeric)) { 489 UCOL_NUMERIC_COLLATION, numeric ? UCOL_ON : UCOL_OFF, status); 543 resolved, factory->NewStringFromStaticChars("numeric"), [all...] |
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
TelephonyProvider.java | 140 CARRIERS_UNIQUE_FIELDS.add(NUMERIC); 163 NUMERIC + " TEXT DEFAULT ''," + 1166 String numeric = mcc + mnc; local 1996 String numeric = initialValues.getAsString(NUMERIC); local [all...] |
/prebuilts/go/darwin-x86/src/encoding/json/ |
scanner.go | 409 return s.error(c, "in numeric literal") 442 return s.error(c, "after decimal point in numeric literal") 475 return s.error(c, "in exponent of numeric literal")
|
/prebuilts/go/linux-x86/src/encoding/json/ |
scanner.go | 409 return s.error(c, "in numeric literal") 442 return s.error(c, "after decimal point in numeric literal") 475 return s.error(c, "in exponent of numeric literal")
|
/prebuilts/go/darwin-x86/src/time/ |
format.go | 34 // Numeric time zone offsets format as follows: 69 RFC822Z = "02 Jan 06 15:04 -0700" // RFC822 with numeric zone 72 RFC1123Z = "Mon, 02 Jan 2006 15:04:05 -0700" // RFC1123 with numeric zone 111 stdNumTZ // "-0700" // always numeric 113 stdNumShortTZ // "-07" // always numeric 114 stdNumColonTZ // "-07:00" // always numeric 741 // that use a numeric zone offset, or use ParseInLocation. [all...] |
/prebuilts/go/linux-x86/src/time/ |
format.go | 34 // Numeric time zone offsets format as follows: 69 RFC822Z = "02 Jan 06 15:04 -0700" // RFC822 with numeric zone 72 RFC1123Z = "Mon, 02 Jan 2006 15:04:05 -0700" // RFC1123 with numeric zone 111 stdNumTZ // "-0700" // always numeric 113 stdNumShortTZ // "-07" // always numeric 114 stdNumColonTZ // "-07:00" // always numeric 741 // that use a numeric zone offset, or use ParseInLocation. [all...] |
/art/runtime/base/ |
arena_allocator.cc | 20 #include <numeric>
|
/external/ImageMagick/www/api/ |
exception.php | 271 <dd>Specifies the numeric error category. </dd> 302 <dd>Specifies the numeric error category. </dd>
|
/external/eigen/unsupported/Eigen/src/Splines/ |
SplineFitting.h | 15 #include <numeric>
|
/external/iptables/extensions/ |
libxt_time.c | 380 int numeric)
|
/external/iptables/iptables/ |
ip6tables.c | 104 {.name = "numeric", .has_arg = 0, .val = 'n'}, 260 " --numeric -n numeric output of addresses and ports\n" 519 int numeric) 526 match->print(ip, m, numeric); 929 list_entries(const xt_chainlabel chain, int rulenum, int verbose, int numeric, 942 if (numeric) [all...] |
iptables.c | 101 {.name = "numeric", .has_arg = 0, .val = 'n'}, 254 " --numeric -n numeric output of addresses and ports\n" 503 int numeric) 510 match->print(ip, m, numeric); 913 list_entries(const xt_chainlabel chain, int rulenum, int verbose, int numeric, 926 if (numeric) [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
jsilver.sablecc | 513 {->New expression.numeric(value.expression)} 675 | {numeric} expression // #something 686 | {numeric_eq} [left]:expression [right]:expression // x == y (numeric) 688 | {numeric_ne} [left]:expression [right]:expression // x != y (numeric) 696 | {numeric_add} [left]:expression [right]:expression // x + y (numeric)
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/ |
eval.pass.cpp | 20 #include <numeric>
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/ |
eval.pass.cpp | 20 #include <numeric>
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/ |
eval.pass.cpp | 22 #include <numeric>
|
eval_param.pass.cpp | 22 #include <numeric>
|
/external/libtextclassifier/smartselect/ |
text-classification-model.cc | 21 #include <numeric>
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
CssTokens.java | 202 /** A scalar numeric value. */ 206 /** A numeric value with a unit suffix. */ 208 /** A numeric value with an unknown unit suffix. */ 792 // Don't allow encoded identifiers that look like numeric tokens [all...] |
/external/webrtc/webrtc/modules/audio_processing/intelligibility/ |
intelligibility_enhancer.cc | 23 #include <numeric>
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
bwe_test_framework.h | 19 #include <numeric>
|
/frameworks/av/media/libstagefright/ |
ACodecBufferChannel.cpp | 21 #include <numeric>
|