HomeSort by relevance Sort by last modified time
    Searched full:aref (Results 1 - 25 of 27) sorted by null

1 2

  /build/kati/testcase/
flavor.mk 7 AREF:=A
13 echo $(flavor $(AREF))
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pdp11/
absreloc.s 19 aref = 20 define
23 tst aref
24 tst @$aref
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
YuvTest.java 100 Allocation aref = makeOutput(); local
121 script.invoke_makeRef(ay, au, av, aref);
123 mVerify.invoke_verify(aref, aout, ay);
144 Allocation aref = makeOutput(); local
163 script.invoke_makeRef(ay, au, av, aref);
168 mVerify.invoke_verify(aref, aout, ay);
172 mVerify.invoke_verify(aref, aout, ay);
179 aref.destroy();
195 Allocation aref = makeOutput(); local
216 script.invoke_makeRef(ay, au, av, aref);
247 Allocation aref = makeOutput_f4(); local
294 Allocation aref = makeOutput_f4(); local
    [all...]
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSYuvTest.java 86 Allocation aref = makeOutput(); local
107 aref.copyFromUnchecked(nativeByteAlloc);
109 mVerify.invoke_verify(aref, aout, ay);
119 Allocation aref = makeOutput(); local
146 aref.copyFromUnchecked(nativeByteAlloc);
148 mVerify.invoke_verify(aref, aout, ay);
158 Allocation aref = makeOutput(); local
183 aref.copyFromUnchecked(nativeByteAlloc);
185 mVerify.invoke_verify(aref, aout, ay);
  /external/clang/test/Parser/
cxx-reference.cpp 15 void g(const A aref) { // expected-warning {{'const' qualifier on reference type 'A' (aka 'int &') has no effect}}
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
alloc_rfunction.pass.cpp 82 Ref aref(a);
83 std::function<int(int)> f(aref);
copy_move.pass.cpp 126 Ref aref(a);
127 std::function<int(int)> f(aref);
  /toolchain/binutils/binutils-2.25/gas/
acinclude.m4 66 [$1 avar; void* aref = (void*) &avar.$2],
85 [$1 avar; void* aref = (void*) &avar.$2.$3],
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
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...]
  /toolchain/binutils/binutils-2.25/bfd/
bfd.m4 51 [$1 avar; void* aref = (void*) &avar.$2],
  /external/swiftshader/third_party/LLVM/utils/emacs/
llvm-mode.el 56 (modify-syntax-entry (aref n 0)
57 (aref n 1)
  /external/clang/test/SemaCXX/
enable_if.cpp 308 auto ARef = reinterpret_cast<IntFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve overloaded function 'foo' to type}}
321 constexpr auto ARef = (IntFooTy)&foo;
329 static_assert(A == ARef && ARef == AExplicit, "");
343 auto ARef = reinterpret_cast<NoMatchTy>(&foo); // expected-error{{reinterpret_cast cannot resolve overloaded function 'foo' to type}}
  /external/icu/icu4c/source/test/perf/perldriver/
PerfFramework.pm 111 my ($i, $j, $aref);
114 $aref = $tests{$i};
122 for $j ( 0 .. $#{$aref} ) {
  /external/icu/icu4j/perf-tests/perldriver/
PerfFramework4j.pm 115 my ($i, $j, $aref);
118 $aref = $tests{$i};
126 for $j ( 0 .. $#{$aref} ) {
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 317 const MCExpr *ARef = MCSymbolRefExpr::create(A, Variant, Context);
320 MCBinaryExpr::create(MCBinaryExpr::Sub, ARef, BRef, Context);
  /external/swiftshader/third_party/LLVM/lib/MC/
MCStreamer.cpp 43 const MCExpr *ARef =
48 MCBinaryExpr::Create(MCBinaryExpr::Sub, ARef, BRef, Context);
  /external/clang/test/CodeGenCXX/
visibility.cpp 239 template <A&> struct Aref {
248 Aref<a>::foo();
    [all...]
  /libcore/ojluni/src/main/java/java/net/
URL.java 517 boolean aRef=false;
545 aRef=true;
547 for (i = start ; !aRef && (i < limit) &&
    [all...]
  /developers/build/prebuilts/gradle/DownloadableFonts/app/src/main/res/values/
family_names.xml 73 <item>Aref Ruqaa</item>
  /developers/build/prebuilts/gradle/DownloadableFonts/kotlinApp/app/src/main/res/values/
family_names.xml 73 <item>Aref Ruqaa</item>
  /developers/samples/android/ui/fonts/DownloadableFonts/app/src/main/res/values/
family_names.xml 73 <item>Aref Ruqaa</item>
  /developers/samples/android/ui/fonts/DownloadableFonts/kotlinApp/app/src/main/res/values/
family_names.xml 73 <item>Aref Ruqaa</item>
  /system/core/libpixelflinger/include/private/pixelflinger/
ggl_context.h 496 int32_t aref; member in struct:android::generated_vars_t
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 

Completed in 1374 milliseconds

1 2