/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
frameparser.h | 51 A0,
|
/cts/tools/signature-tools/test/signature/comparator/ |
ClassCompareTest.java | 146 CompilationUnit A0 = new CompilationUnit("a.A", 152 IApi fromApi = convert(A0); 169 CompilationUnit A0 = new CompilationUnit("a.A", 175 IApi fromApi = convert(I, B, A0); 189 CompilationUnit A0 = new CompilationUnit("a.A", 197 IApi fromApi = convert(I, B, A0); 205 static class A0<E extends Number> extends B<E> implements I<E>{} 210 ParameterizedType sC = (ParameterizedType)A0.class.getGenericSuperclass();
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
mem64.asm | 6 mov al, [qword 0xfedcba9876543210] ; A0 10 32 54 76 98 BA DC FE
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_Equaliser.c | 83 Coeffs.A0 = (LVM_INT16) pEqualiserCoefTable[Offset].A0;
|
LVCS_ReverbGenerator.c | 101 Coeffs.A0 = (LVM_INT16)pReverbCoefTable[Offset].A0;
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Control.c | 452 /* a0 = (0.5 + b2) / 2 */ 477 LVM_INT32 A0; 520 factor = 0x7fff; /* Initialise to 1.0 for the a0 coefficient */ 532 A0 = (0x40000000 + B2) >> 1; /* A0 = (0.5 + b2) / 2 */ 537 pCoefficients->A0 = (LVM_INT16)(A0>>16); 567 /* a0 = (0.5 + b2) / 2 */ 600 LVM_INT32 A0; [all...] |
/cts/tools/dex-tools/test/dex/reader/ |
DexFileReaderTests.java | 162 static final JavaSource A0 = new JavaSource("A0", 166 "public @interface A0 {}" 174 DexFile dexFile = javaToDexUtil.getFrom(A0); 177 DexClass A0 = getClass(dexFile, "LA0;"); 178 assertPublic(A0); 179 assertEquals(2, A0.getAnnotations().size()); 185 "@A0 " + 195 DexFile dexFile = javaToDexUtil.getFrom(T3, A0); 204 DexClass A0 = getClass(dexFile, "LA0;") [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
armv4-gf2m.pl | 72 ($a0,$a1,$a2,$a12,$a4,$a14)= 81 mov $a0,#0 83 str $a0,[sp,#0] @ tab[0]=0 92 eor $a0,$a2,$a4 @ a2^a4 95 str $a0,[sp,#24] @ tab[6]=a2^a4 160 # BN_ULONG a1,BN_ULONG a0, 163 ($A1,$B1,$A0,$B0,$A1B1,$A0B0)=map("d$_",(18..23)); 180 veor $A0,$A0 182 vmov.32 ${A0}[0],r2 @ a [all...] |
/external/clang/test/SemaTemplate/ |
instantiate-method.cpp | 77 template<class T> struct A0 { operator T*(); }; 80 int *a(A0<int> &x0, A1<int> &x1) {
|
temp_class_spec.cpp | 328 template<typename T, T N, typename U> class A0; 330 template<typename T, T N> class A0<T, N, int> { }; // expected-note{{here}} 331 template<typename T, T N> class A0<T, N, int>; 332 template<typename T, T N> class A0<T, N, int> { }; // expected-error{{redef}}
|
/external/openssl/crypto/bn/asm/ |
armv4-gf2m.pl | 72 ($a0,$a1,$a2,$a12,$a4,$a14)= 81 mov $a0,#0 83 str $a0,[sp,#0] @ tab[0]=0 92 eor $a0,$a2,$a4 @ a2^a4 95 str $a0,[sp,#24] @ tab[6]=a2^a4 160 # BN_ULONG a1,BN_ULONG a0, 163 ($A1,$B1,$A0,$B0,$A1B1,$A0B0)=map("d$_",(18..23)); 180 veor $A0,$A0 182 vmov.32 ${A0}[0],r2 @ a [all...] |
/external/chromium/testing/gmock/include/gmock/ |
gmock-generated-function-mockers.h | [all...] |
/art/runtime/arch/mips/ |
registers_mips.h | 34 A0 = 4, // Arguments.
|
/bionic/libc/arch-mips/include/machine/ |
regnum.h | 40 #define A0 4
|
/development/ndk/platforms/android-9/arch-mips/include/machine/ |
regnum.h | 40 #define A0 4
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/ |
regnum.h | 40 #define A0 4
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/ |
regnum.h | 40 #define A0 4
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/ |
regnum.h | 40 #define A0 4
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/ |
regnum.h | 40 #define A0 4
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/ |
regnum.h | 40 #define A0 4
|
/art/compiler/jni/quick/mips/ |
calling_convention_mips.cc | 63 return MipsManagedRegister::FromCoreRegister(A0); 186 A0, A1, A2, A3
|
/art/compiler/trampolines/ |
trampoline_compiler.cc | 62 case kInterpreterAbi: // Thread* is first argument (A0) in interpreter ABI. 63 __ LoadFromOffset(kLoadWord, T9, A0, offset.Int32Value()); 65 case kJniAbi: // Load via Thread* held in JNIEnv* in first argument (A0). 66 __ LoadFromOffset(kLoadWord, T9, A0, JNIEnvExt::SelfOffset().Int32Value());
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-244.js | 35 [0x800, '%E0%A0%80'], 36 [0x801, '%E0%A0%81'],
|
/external/v8/test/mjsunit/regress/ |
regress-244.js | 35 [0x800, '%E0%A0%80'], 36 [0x801, '%E0%A0%81'],
|
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARCUtil.cpp | 94 const Argument *A0 = AI++; 97 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType())) { 132 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType()))
|