Searched refs:aref (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
D | indic.pl | 214 my $aref = $DECOMP{$from}; 215 if (join(".", @$aref) ne join(".", @to)) { 217 print STDERR " : $from = ", join(".", @$aref), "\n"; 259 my $aref = $href->{$code}; 260 print " ", hex2($code), " (", formatScriptList($aref), ")"; 329 my $aref = $href->{$code}; # Ref to array of scripts 337 foreach my $scr (@$aref) { 530 my $aref = shift; 531 if ($SCRIPT_COUNT == @$aref) { 533 } elsif (($SCRIPT_COUNT - 3) <= @$aref) { [all …]
|
/external/icu/icu4c/source/test/perf/perldriver/ |
D | PerfFramework.pm | 111 my ($i, $j, $aref); 114 $aref = $tests{$i}; 122 for $j ( 0 .. $#{$aref} ) {
|
/external/icu/icu4j/perf-tests/perldriver/ |
D | PerfFramework4j.pm | 115 my ($i, $j, $aref); 118 $aref = $tests{$i}; 126 for $j ( 0 .. $#{$aref} ) {
|
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
D | alloc_rfunction.pass.cpp | 82 Ref aref(a); in main() local 83 std::function<int(int)> f(aref); in main()
|
D | copy_move.pass.cpp | 131 Ref aref(a); in main() local 132 std::function<int(int)> f(aref); in main()
|
/external/clang/test/Parser/ |
D | cxx-reference.cpp | 15 void g(const A aref) { // expected-warning {{'const' qualifier on reference type 'A' (aka 'int &') … in g() argument
|
/external/python/pybind11/include/pybind11/ |
D | eigen.h | 435 Array aref = reinterpret_borrow<Array>(src); 437 if (aref && (!need_writeable || aref.writeable())) { 438 fits = props::conformable(aref); 443 copy_or_ref = std::move(aref);
|