Home
last modified time | relevance | path

Searched refs:A2 (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest3.java42 private static final ComponentName A2 = new ComponentName(CALLING_PACKAGE, field in ShortcutManagerTest3
118 shortcut("s4", A2), in testSetDynamicShortcuts_noManifestShortcuts()
123 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A2) in testSetDynamicShortcuts_noManifestShortcuts()
132 shortcut("x5", A2, 5), in testSetDynamicShortcuts_noManifestShortcuts()
133 shortcut("x4", A2), in testSetDynamicShortcuts_noManifestShortcuts()
134 shortcut("x3", A2, 1) in testSetDynamicShortcuts_noManifestShortcuts()
138 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A2) in testSetDynamicShortcuts_noManifestShortcuts()
145 assertWith(getCallerShortcuts()).selectDynamic().selectByActivity(A2).isEmpty(); in testSetDynamicShortcuts_noManifestShortcuts()
150 publishManifestShortcuts(A2, R.xml.shortcut_1); in runTestWithManifestShortcuts()
155 assertWith(getCallerShortcuts()).selectManifest().selectByActivity(A2) in runTestWithManifestShortcuts()
[all …]
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DFilters.h42 LVM_INT16 A2; member
52 LVM_FLOAT A2;
DBQ_1I_D16F32Css_TRC_WRA_01_init.c50 temp = pCoef->A2; in BQ_1I_D16F32Css_TRC_WRA_01_Init()
70 temp=pCoef->A2; in BQ_1I_D16F32Css_TRC_WRA_01_Init()
DBQ_1I_D16F16Css_TRC_WRA_01_Init.c48 temp = pCoef->A2; in BQ_1I_D16F16Css_TRC_WRA_01_Init()
68 temp=pCoef->A2; in BQ_1I_D16F16Css_TRC_WRA_01_Init()
DBQ_2I_D16F32Css_TRC_WRA_01_init.c48 temp = pCoef->A2; in BQ_2I_D16F32Css_TRC_WRA_01_Init()
68 temp=pCoef->A2; in BQ_2I_D16F32Css_TRC_WRA_01_Init()
DBQ_2I_D32F32Cll_TRC_WRA_01_Init.c48 temp = pCoef->A2; in BQ_2I_D32F32Cll_TRC_WRA_01_Init()
68 temp=pCoef->A2; in BQ_2I_D32F32Cll_TRC_WRA_01_Init()
DBQ_2I_D16F16Css_TRC_WRA_01_Init.c50 temp = pCoef->A2; in BQ_2I_D16F16Css_TRC_WRA_01_Init()
70 temp=pCoef->A2; in BQ_2I_D16F16Css_TRC_WRA_01_Init()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dcallback.h105 template<typename R, typename A1, typename A2>
111 virtual R Run(A1,A2) = 0;
350 typename P4, typename P5, typename A1, typename A2>
351 class MethodResultCallback_5_2 : public ResultCallback2<R, A1, A2> {
353 typedef R (T::*MethodType)(P1, P2, P3, P4, P5, A1, A2);
366 R Run(A1 a1, A2 a2) { in Run()
523 typename P4, typename P5, typename A1, typename A2>
524 inline ResultCallback2<R, A1, A2>* NewPermanentCallback( in NewPermanentCallback()
525 T* object, R (T::*function)(P1, P2, P3, P4, P5, A1, A2), in NewPermanentCallback() argument
532 A2>(object, function, false, p1, in NewPermanentCallback()
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_Equaliser.c90 Coeffs.A2 = (LVM_FLOAT) pEqualiserCoefTable[Offset].A2; in LVCS_EqualiserInit()
150 Coeffs.A2 = (LVM_INT16) pEqualiserCoefTable[Offset].A2; in LVCS_EqualiserInit()
DLVCS_ReverbGenerator.c110 Coeffs.A2 = (LVM_FLOAT)pReverbCoefTable[Offset].A2; in LVCS_ReverbGeneratorInit()
194 Coeffs.A2 = (LVM_INT16)pReverbCoefTable[Offset].A2; in LVCS_ReverbGeneratorInit()
DLVCS_StereoEnhancer.c114 CoeffsSide.A2 = (LVM_FLOAT) pSESideCoefs[Offset].A2; in LVCS_SEnhancerInit()
202 CoeffsSide.A2 = (LVM_INT16) pSESideCoefs[Offset].A2; in LVCS_SEnhancerInit()
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DBIQUAD.h60 LVM_FLOAT A2; /* a2 */ member
69 LVM_INT16 A2; /* a2 */ member
78 LVM_INT32 A2; /* a2 */ member
/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp999 AString A2; in addAuthentication() local
1000 A2.append(method); in addAuthentication()
1001 A2.append(":"); in addAuthentication()
1002 A2.append(url); in addAuthentication()
1006 H(A2, &HA2); in addAuthentication()
DMyTransmitter.h312 AString A2; in addAuthentication() local
313 A2.append(method); in addAuthentication()
314 A2.append(":"); in addAuthentication()
315 A2.append(url); in addAuthentication()
319 H(A2, &HA2); in addAuthentication()