/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_StereoEnhancer.c | 80 CoeffsMid.A1 = (LVM_INT16) LVCS_SEMidCoefTable[Offset].A1; 105 CoeffsSide.A1 = (LVM_INT16) pSESideCoefs[Offset].A1;
|
LVCS_Equaliser.c | 84 Coeffs.A1 = (LVM_INT16) pEqualiserCoefTable[Offset].A1;
|
/hardware/qcom/media/mm-video/vidc/vdec/inc/ |
frameparser.h | 48 A1,
|
/cts/tools/signature-tools/test/signature/comparator/ |
ClassCompareTest.java | 149 CompilationUnit A1 = new CompilationUnit("a.A", 153 IApi toApi = convert(A1); 172 CompilationUnit A1 = new CompilationUnit("a.A", 176 IApi toApi = convert(I, B, A1); 193 CompilationUnit A1 = new CompilationUnit("a.A", 198 IApi toApi = convert(I, B, A1); 206 static class A1<S extends Number> extends B<S>{} 212 Type[] a1Int = A1.class.getGenericInterfaces();
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
p6.cpp | 122 template<typename R, typename B1, typename B2, typename A1, typename A2> 123 R& g(R (*)(B1, B2), A1, A2);
|
/external/clang/test/SemaTemplate/ |
temp_class_spec.cpp | 258 template<typename T, typename Class, typename A1> 259 struct is_member_function_pointer<T (Class::*)(A1)> { 263 template<typename T, typename Class, typename A1> 264 struct is_member_function_pointer<T (Class::*)(A1) const> { 268 template<typename T, typename Class, typename A1> 269 struct is_member_function_pointer<T (Class::*)(A1) volatile> { 273 template<typename T, typename Class, typename A1> 274 struct is_member_function_pointer<T (Class::*)(A1) const volatile> {
|
instantiate-method.cpp | 78 template<class T> struct A1; 80 int *a(A0<int> &x0, A1<int> &x1) {
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
frameparser.cpp | 191 parse_state = A1; 218 parse_state = A1; 234 case A1: 290 parse_state = A1; 294 case A1: 314 parse_state = A1; 334 parse_state = A1; 378 case A1:
|
/external/llvm/include/llvm/ADT/ |
FoldingSet.h | 622 template<typename A1> 623 explicit FoldingSetNodeWrapper(const A1 &a1) 624 : data(a1) {} 626 template <typename A1, typename A2> 627 explicit FoldingSetNodeWrapper(const A1 &a1, const A2 &a2) 628 : data(a1,a2) {} 630 template <typename A1, typename A2, typename A3> 631 explicit FoldingSetNodeWrapper(const A1 &a1, const A2 &a2, const A3 &a3 [all...] |
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
BIQUAD.h | 46 LVM_INT16 A1; /* a1 */ 55 LVM_INT32 A1; /* a1 */ 64 LVM_INT16 A1; /* a1 */ 71 LVM_INT32 A1; /* a1 */ 79 LVM_INT16 A1; /* a1 */ [all...] |
/bionic/libm/bsdsrc/ |
b_log.c | 91 static double A1 = .08333333333333178827; 398 q = u*v*(A1 + v*(A2 + v*(A3 + v*A4))); 458 q = u*v*(A1 + v*(A2 + v*(A3 + v*A4)));
|
/external/webkit/LayoutTests/fast/dom/TreeWalker/script-tests/ |
traversal-skip-most.js | 5 testElement.innerHTML='<div id="A1"><div id="B1" class="keep"></div><div id="B2">this text matters</div><div id="B3" class="keep"></div></div>';
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-generated-actions.h | 69 template <typename R, typename A1> 70 class InvokeHelper<R, ::std::tr1::tuple<A1> > { 73 static R Invoke(Function function, const ::std::tr1::tuple<A1>& args) { 81 const ::std::tr1::tuple<A1>& args) { 87 template <typename R, typename A1, typename A2> 88 class InvokeHelper<R, ::std::tr1::tuple<A1, A2> > { 91 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2>& args) { 99 const ::std::tr1::tuple<A1, A2>& args) { 105 template <typename R, typename A1, typename A2, typename A3> 106 class InvokeHelper<R, ::std::tr1::tuple<A1, A2, A3> > [all...] |
/development/ndk/platforms/android-9/arch-mips/include/machine/ |
regnum.h | 41 #define A1 5
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/ |
p3.cpp | 6 void a1(struct A); 11 class A1 {
|
/external/clang/test/CodeGenCXX/ |
visibility.cpp | 469 class A1 {}; 473 template <> struct DEFAULT B<A1> { 483 B<A1>::foo(); 484 B<A1>::bar();
|
/external/clang/test/SemaCXX/ |
friend.cpp | 78 struct A1 { friend void A(); };
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/ |
regnum.h | 41 #define A1 5
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/ |
regnum.h | 41 #define A1 5
|
/frameworks/base/core/java/android/net/http/ |
RequestHandle.java | 308 String A1 = username + ":" + realm + ":" + password; 314 String digest = computeDigest(A1, A2, nonce, QOP, nc, cnonce); 353 String A1, String A2, String nonce, String QOP, String nc, String cnonce) { 359 return KD(H(A1), nonce + ":" + H(A2)); 362 return KD(H(A1), nonce + ":" + nc + ":" + cnonce + ":" + QOP + ":" + H(A2));
|
/external/openfst/src/test/ |
algo_test.h | 503 VectorFst<Arc> A1(S1); 506 Project(&A1, PROJECT_OUTPUT); 512 IntersectFst<Arc> I1(A1, A2); 513 IntersectFst<Arc> I2(A2, A1); 886 void Test(const Fst<Arc> &A1, const Fst<Arc> &A2, const Fst<Arc> &A3) {} 905 void Test(const Fst<Arc> &A1, const Fst<Arc> &A2, const Fst<Arc> &A3) { 906 TestRational(A1, A2, A3); 907 TestIntersect(A1, A2, A3); 908 TestOptimize(A1); 913 void TestRational(const Fst<Arc> &A1, const Fst<Arc> &A2 [all...] |
/external/openssl/crypto/bn/asm/ |
armv4-gf2m.pl | 72 ($a0,$a1,$a2,$a12,$a4,$a14)= 82 bic $a1,$a,#3<<30 @ a1=a&0x3fffffff 84 add $a2,$a1,$a1 @ a2=a1<<1 85 str $a1,[sp,#4] @ tab[1]=a1 86 eor $a12,$a1,$a2 @ a1^a [all...] |
/external/clang/lib/CodeGen/ |
CodeGenFunction.h | 247 template <class T, class A0, class A1> 250 typedef typename DominatingValue<A1>::saved_type A1_saved; 256 A1 a1 = DominatingValue<A1>::restore(CGF, a1_saved); local 257 T(a0, a1).Emit(CGF, flags); 261 ConditionalCleanup2(A0_saved a0, A1_saved a1) 262 : a0_saved(a0), a1_saved(a1) {} 265 template <class T, class A0, class A1, class A2> 268 typedef typename DominatingValue<A1>::saved_type A1_saved 276 A1 a1 = DominatingValue<A1>::restore(CGF, a1_saved); local 299 A1 a1 = DominatingValue<A1>::restore(CGF, a1_saved); local [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
CStringSyntaxChecker.cpp | 39 inline bool sameDecl(const Expr *A1, const Expr *A2) { 40 if (const DeclRefExpr *D1 = dyn_cast<DeclRefExpr>(A1->IgnoreParenCasts()))
|
/external/clang/test/PCH/ |
cxx-templates.h | 57 template<typename T, typename A1> 58 inline T make_a(const A1& a1) { 60 return T(a1);
|