Searched refs:aref (Results 1 – 14 of 14) sorted by relevance
/external/webrtc/rtc_base/ |
D | ref_counted_object_unittest.cc | 69 scoped_refptr<RefCountedObject<RefClass>> aref( in TEST() local 71 EXPECT_TRUE(aref->HasOneRef()); in TEST() 72 aref->AddRef(); in TEST() 73 EXPECT_FALSE(aref->HasOneRef()); in TEST() 74 EXPECT_EQ(aref->Release(), RefCountReleaseStatus::kOtherRefsRemained); in TEST() 75 EXPECT_TRUE(aref->HasOneRef()); in TEST()
|
/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/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
D | alloc_rfunction.pass.cpp | 83 Ref aref(a); in main() local 84 std::function<int(int)> f(aref); in main()
|
D | copy_move.pass.cpp | 134 Ref aref(a); in main() local 135 std::function<int(int)> f(aref); in main()
|
/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/llvm-project/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/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/llvm-project/llvm/utils/emacs/ |
D | emacs.el | 9 (+ (aref in-assign 0)
|
/external/python/pybind11/include/pybind11/ |
D | eigen.h | 435 auto aref = reinterpret_borrow<Array>(src); 437 if (aref && (!need_writeable || aref.writeable())) { 438 fits = props::conformable(aref); 443 copy_or_ref = std::move(aref);
|
/external/llvm-project/flang/lib/Evaluate/ |
D | fold-designator.cpp | 280 if (auto aref{OffsetToArrayRef( in OffsetToDataRef() local 282 result = DataRef{std::move(*aref)}; in OffsetToDataRef()
|
/external/llvm-project/flang/lib/Semantics/ |
D | resolve-directives.cpp | 497 [](const evaluate::ArrayRef &aref) { in IsLastNameArray() argument 498 return aref.base().IsSymbol() || in IsLastNameArray() 499 aref.base().GetComponent().base().Rank() == 0; in IsLastNameArray()
|