/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
cp0sel-names-mips64r2.d | 1 #objdump: -dr --prefix-addresses --show-raw-insn -mmips:isa32 -M gpr-names=numeric,cp0-names=mips64r2
|
cp0sel-names-sb1.d | 1 #objdump: -dr --prefix-addresses --show-raw-insn -mmips:isa32 -M gpr-names=numeric,cp0-names=sb1
|
elf-rel14.d | 2 #objdump: -M gpr-names=numeric -dr
|
elf-rel25.d | 2 #objdump: -dr -Mgpr-names=numeric
|
elf-rel25a.d | 3 #objdump: -dr -Mgpr-names=numeric
|
expr1.d | 2 #objdump: -M gpr-names=numeric -dr
|
hwr-names-mips32r2.d | 1 #objdump: -dr --prefix-addresses --show-raw-insn -mmips:isa32r2 -M gpr-names=numeric,hwr-names=mips32r2
|
hwr-names-mips64r2.d | 1 #objdump: -dr --prefix-addresses --show-raw-insn -mmips:isa32r2 -M gpr-names=numeric,hwr-names=mips64r2
|
loongson-2f-2.d | 2 #objdump: -M reg-names=numeric -dr
|
loongson-3a-3.d | 2 #objdump: -M reg-names=numeric -dr
|
mips32r2-cp2.d | 1 #objdump: -dr --prefix-addresses --show-raw-insn -M reg-names=numeric
|
mips32r2-fp32.d | 1 #objdump: -dr --prefix-addresses --show-raw-insn -M reg-names=numeric
|
rm7000.d | 1 #objdump: -dr -M gpr-names=numeric -m mips:7000
|
/external/icu/icu4c/source/i18n/ |
uitercollationiterator.h | 37 UIterCollationIterator(const CollationData *d, UBool numeric, UCharIterator &ui) 38 : CollationIterator(d, numeric), iter(ui) {} 67 FCDUIterCollationIterator(const CollationData *data, UBool numeric, UCharIterator &ui, int32_t startIndex) 68 : UIterCollationIterator(data, numeric, ui),
|
utf8collationiterator.h | 36 UTF8CollationIterator(const CollationData *d, UBool numeric, 38 : CollationIterator(d, numeric), 82 FCDUTF8CollationIterator(const CollationData *data, UBool numeric, 84 : UTF8CollationIterator(data, numeric, s, p, len),
|
/external/libcxx/test/std/numerics/numeric.ops/numeric.iota/ |
iota.pass.cpp | 10 // <numeric> 15 #include <numeric>
|
/external/toybox/toys/other/ |
lspci.c | 25 -n Numeric output (repeat for readable and numeric) 35 long numeric; 77 if (TT.numeric != 1) { 97 if (TT.numeric > 1) { 122 if (CFG_LSPCI_TEXT && TT.numeric != 1) {
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/numeric.iota/ |
iota.pass.cpp | 10 // <numeric> 15 #include <numeric>
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/numeric.ops/numeric.iota/ |
iota.pass.cpp | 10 // <numeric> 15 #include <numeric>
|
/external/iptables/extensions/ |
libxt_devgroup.c | 97 print_devgroup(unsigned int id, unsigned int mask, int numeric) 104 if (numeric == 0) 114 int numeric) 120 print_devgroup(info->src_group, info->src_mask, numeric); 127 print_devgroup(info->dst_group, info->dst_mask, numeric); 132 int numeric) 136 devgroup_show("", info, numeric); 156 struct xt_xlate *xl, int numeric) 164 if (numeric == 0) 176 struct xt_xlate *xl, int numeric) [all...] |
libxt_ipvs.c | 127 unsigned int family, bool numeric) 132 if (!numeric && addr->ip == 0) { 136 if (numeric) 143 if (!numeric && addr->ip6[0] == 0 && addr->ip6[1] == 0 && 148 if (numeric) 158 unsigned int family, bool numeric, const char *prefix) 177 ipvs_mt_dump_addr(&data->vaddr, &data->vmask, family, numeric); 225 int numeric) 228 ipvs_mt_dump(ip, data, NFPROTO_IPV4, numeric, ""); 232 int numeric) [all...] |
libxt_dccp.c | 145 print_port(uint16_t port, int numeric) 149 if (numeric || (service = port_to_service(port)) == NULL) 157 int invert, int numeric) 165 print_port(min, numeric); 168 print_port(min, numeric); 170 print_port(max, numeric); 176 print_types(uint16_t types, int inverted, int numeric) 194 if (numeric) 204 print_option(uint8_t option, int invert, int numeric) 211 dccp_print(const void *ip, const struct xt_entry_match *match, int numeric) [all...] |
/external/eigen/bench/ |
BenchSparseUtil.h | 85 #include <boost/numeric/mtl/mtl.hpp> 117 #include <boost/numeric/ublas/vector.hpp> 118 #include <boost/numeric/ublas/matrix.hpp> 119 #include <boost/numeric/ublas/io.hpp> 120 #include <boost/numeric/ublas/triangular.hpp> 121 #include <boost/numeric/ublas/vector_sparse.hpp> 122 #include <boost/numeric/ublas/matrix_sparse.hpp> 123 #include <boost/numeric/ublas/vector_of_vector.hpp> 124 #include <boost/numeric/ublas/operation.hpp> 126 typedef boost::numeric::ublas::compressed_matrix<Scalar,boost::numeric::ublas::column_major> UBlasSparse [all...] |
/frameworks/base/core/java/android/app/admin/ |
PasswordMetrics.java | 45 public int numeric = 0; field in class:PasswordMetrics 57 int numeric, int symbols, int nonLetter) { 62 this.numeric = numeric; 73 numeric = in.readInt(); 81 && numeric == 0 && symbols == 0 && nonLetter == 0; 96 dest.writeInt(numeric); 117 int numeric = 0; local 132 numeric++; 143 final boolean hasNumeric = numeric > 0 [all...] |
/prebuilts/go/darwin-x86/src/os/ |
proc.go | 27 // Getuid returns the numeric user id of the caller. 30 // Geteuid returns the numeric effective user id of the caller. 33 // Getgid returns the numeric group id of the caller. 36 // Getegid returns the numeric effective group id of the caller. 39 // Getgroups returns a list of the numeric ids of groups that the caller belongs to.
|