/ndk/tests/device/test-stlport/unit/ |
iota_test.cpp | 2 #include <numeric>
|
plusminus_test.cpp | 1 #include <numeric>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_unicodedata.py | 93 str(self.db.numeric(char, -1)), 117 self.assertEqual(self.db.numeric(u'A',None), None) 118 self.assertEqual(self.db.numeric(u'9'), 9) 119 self.assertEqual(self.db.numeric(u'\u215b'), 0.125) 120 self.assertEqual(self.db.numeric(u'\u2468'), 9.0) 121 self.assertEqual(self.db.numeric(u'\ua627'), 7.0) 122 self.assertEqual(self.db.numeric(u'\U00020000', None), None) 124 self.assertRaises(TypeError, self.db.numeric) 125 self.assertRaises(TypeError, self.db.numeric, u'xx') 126 self.assertRaises(ValueError, self.db.numeric, u'x' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_unicodedata.py | 93 str(self.db.numeric(char, -1)), 117 self.assertEqual(self.db.numeric(u'A',None), None) 118 self.assertEqual(self.db.numeric(u'9'), 9) 119 self.assertEqual(self.db.numeric(u'\u215b'), 0.125) 120 self.assertEqual(self.db.numeric(u'\u2468'), 9.0) 121 self.assertEqual(self.db.numeric(u'\ua627'), 7.0) 122 self.assertEqual(self.db.numeric(u'\U00020000', None), None) 124 self.assertRaises(TypeError, self.db.numeric) 125 self.assertRaises(TypeError, self.db.numeric, u'xx') 126 self.assertRaises(ValueError, self.db.numeric, u'x' [all...] |
/system/extras/tests/fstest/ |
README | 37 <min_mode> is a numeric mode mask, and a mode will match it if and only if 40 <max_mode> is a numeric mode mask, and a mode will match it if and only if 43 <min_uid> may be either a numeric user id, or a user name (which must not 45 translate it to a numeric user id.
|
/external/chromium_org/v8/test/webkit/ |
array-sort-numericCompare-expected.txt | 24 This tests that a call to array.sort(compareFunction) works correctly for numeric comparisons (arg1 - arg2), and also for things that might look like numeric comparisons.
|
array-sort-numericCompare.js | 25 "This tests that a call to array.sort(compareFunction) works correctly for numeric comparisons (arg1 - arg2), and also for things that might look like numeric comparisons."
|
/external/icu4c/samples/props/ |
props.cpp | 38 printf(" general category (numeric enum value): %u\n", u_charType(codePoint)); 45 printf(" BiDi directional category (numeric enum value): %u\n", u_charDirection(codePoint));
|
/external/iptables/extensions/ |
libxt_conntrack.c | 598 unsigned int family, bool numeric) 601 if (!numeric && addr->ip == 0) { 605 if (numeric) 614 if (!numeric && addr->ip6[0] == 0 && addr->ip6[1] == 0 && 619 if (numeric) 632 int inv, int numeric) 639 if (mask->s_addr == 0L && !numeric) 642 if (numeric) 652 matchinfo_print(const void *ip, const struct xt_entry_match *match, int numeric, const char *optpfx) 679 numeric); [all...] |
libxt_multiport.c | 270 print_port(uint16_t port, uint8_t protocol, int numeric) 274 if (numeric || (service = port_to_service(port, protocol)) == NULL) 281 __multiport_print(const struct xt_entry_match *match, int numeric, 310 print_port(multiinfo->ports[i], proto, numeric); 315 const struct xt_entry_match *match, int numeric) 318 __multiport_print(match, numeric, ip->proto); 322 const struct xt_entry_match *match, int numeric) 325 __multiport_print(match, numeric, ip->proto); 329 int numeric, uint16_t proto) 360 print_port(multiinfo->ports[i], proto, numeric); [all...] |
libxt_sctp.c | 31 print_chunk(uint32_t chunknum, int numeric); 313 print_port(uint16_t port, int numeric) 317 if (numeric || (service = port_to_service(port)) == NULL) 325 int invert, int numeric) 333 print_port(min, numeric); 336 print_port(min, numeric); 338 print_port(max, numeric); 367 print_chunk(uint32_t chunknum, int numeric) 369 if (numeric) { 382 print_chunks(const struct xt_sctp_info *einfo, int numeric) [all...] |
libip6t_icmp6.c | 83 " (or numeric type or type/code)\n"); 166 int numeric) 168 if (!numeric) { 196 int numeric) 203 numeric);
|
/external/smack/src/org/xbill/DNS/ |
Flags.java | 57 /** Converts a numeric Flag into a String */ 63 /** Converts a String representation of an Flag into its numeric value */
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/numeric.iota/ |
iota.pass.cpp | 10 // <numeric> 15 #include <numeric>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkconstants.py | 46 NUMERIC='numeric'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkconstants.py | 46 NUMERIC='numeric'
|
/external/chromium_org/third_party/sqlite/src/test/ |
whereB.test | 24 # These values are not equal and because neither affinity is NUMERIC 76 # These values are not equal and because neither affinity is NUMERIC 131 # These values are not equal and because neither affinity is NUMERIC 185 # * t2.b holds an integer value with affinity NUMERIC 187 # Because t2.b has a numeric affinity, type conversion should occur 198 CREATE TABLE t2(a, b NUMERIC); -- affinity of t2.b is NUMERIC 248 # Because t2.b has a numeric affinity, type conversion should occur 308 # Because t2.b has a numeric affinity, type conversion should occur 365 # * t1.y holds an integer value with affinity NUMERIC [all...] |
collate1.test | 57 # Mimic the SQLite 2 collation type NUMERIC. 58 db collate numeric numeric_collate 126 SELECT c1, c2 FROM collate1t1 ORDER BY 1 COLLATE numeric, 2 COLLATE hex; 153 SELECT c1 COLLATE numeric, c2 FROM collate1t1 160 ORDER BY 1 COLLATE numeric, 2 COLLATE hex; 166 ORDER BY 1 COLLATE numeric, 2; 171 SELECT c1 COLLATE numeric, c2 COLLATE hex 269 CREATE TABLE collate1t1(c1 numeric, c2 text); 298 SELECT (c1||'') COLLATE numeric FROM collate1t1 ORDER BY 1;
|
in3.test | 190 CREATE UNIQUE INDEX t1_i2 ON t1(b); /* numeric affinity */ 195 CREATE UNIQUE INDEX t2_i2 ON t2(y); /* numeric affinity */ 209 # Logically, numeric affinity is applied to both sides before 220 # Numeric affinity should be applied to each side before the comparison 225 # Numeric affinity is applied to both sides before 230 # Numeric affinity is applied before the comparison takes place. 246 INSERT INTO t3 VALUES(1, 'numeric', 2); 261 } {1 none numeric real text} 265 } {0 none numeric real text}
|
recover0.test | 377 # NUMERIC 383 f NUMERIC 387 } {0 f NUMERIC 0 {} 0} 389 # NUMERIC NOT NULL 395 f NUMERIC NOT NULL 399 } {0 f NUMERIC 1 {} 0} 401 # NUMERIC STRICT 407 f NUMERIC STRICT 411 } {0 f NUMERIC 0 {} 0} 413 # NUMERIC STRICT NOT NUL [all...] |
/external/clang/test/SemaObjC/ |
objc-literal-comparison.m | 46 if (@12 == obj) return; // expected-warning{{direct comparison of a numeric literal has undefined behavior}} expected-note{{use 'isEqual:' instead}} 47 if (@1.0 == obj) return; // expected-warning{{direct comparison of a numeric literal has undefined behavior}} expected-note{{use 'isEqual:' instead}} 48 if (@__objc_yes == obj) return; // expected-warning{{direct comparison of a numeric literal has undefined behavior}} expected-note{{use 'isEqual:' instead}} 82 if (obj == @1) return; // expected-warning{{direct comparison of a numeric literal has undefined behavior}} expected-note{{use 'isEqual:' instead}} 83 if (@1 == obj) return; // expected-warning{{direct comparison of a numeric literal has undefined behavior}} expected-note{{use 'isEqual:' instead}}
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
ApnSetting.java | 41 public final String numeric; field in class:ApnSetting 57 public ApnSetting(int id, String numeric, String carrier, String apn, 63 this.numeric = numeric; 162 .append(", ").append(numeric)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
DERNumericString.java | 18 * return a Numeric string from the passed in object 46 * return an Numeric String from a tagged object. 162 * @return true if numeric, fale otherwise.
|
/external/ceres-solver/internal/ceres/ |
gradient_checking_cost_function.h | 45 // controlled by relative_precision and the numeric differentiation step size is 69 // which checks its derivatives against estimates from numeric 73 // the numeric differentiation and the relative tolerance between the
|
/external/chromium_org/build/ |
precompile.h | 10 // Numeric comments beside includes are the number of times they were 13 // a numeric comment are generally included at least 5 times. It may 100 #include <numeric> // 2
|