/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest3.java | 42 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/ |
D | Filters.h | 42 LVM_INT16 A2; member 52 LVM_FLOAT A2;
|
D | BQ_1I_D16F32Css_TRC_WRA_01_init.c | 50 temp = pCoef->A2; in BQ_1I_D16F32Css_TRC_WRA_01_Init() 70 temp=pCoef->A2; in BQ_1I_D16F32Css_TRC_WRA_01_Init()
|
D | BQ_1I_D16F16Css_TRC_WRA_01_Init.c | 48 temp = pCoef->A2; in BQ_1I_D16F16Css_TRC_WRA_01_Init() 68 temp=pCoef->A2; in BQ_1I_D16F16Css_TRC_WRA_01_Init()
|
D | BQ_2I_D16F32Css_TRC_WRA_01_init.c | 48 temp = pCoef->A2; in BQ_2I_D16F32Css_TRC_WRA_01_Init() 68 temp=pCoef->A2; in BQ_2I_D16F32Css_TRC_WRA_01_Init()
|
D | BQ_2I_D32F32Cll_TRC_WRA_01_Init.c | 48 temp = pCoef->A2; in BQ_2I_D32F32Cll_TRC_WRA_01_Init() 68 temp=pCoef->A2; in BQ_2I_D32F32Cll_TRC_WRA_01_Init()
|
D | BQ_2I_D16F16Css_TRC_WRA_01_Init.c | 50 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/ |
D | callback.h | 105 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/ |
D | LVCS_Equaliser.c | 90 Coeffs.A2 = (LVM_FLOAT) pEqualiserCoefTable[Offset].A2; in LVCS_EqualiserInit() 150 Coeffs.A2 = (LVM_INT16) pEqualiserCoefTable[Offset].A2; in LVCS_EqualiserInit()
|
D | LVCS_ReverbGenerator.c | 110 Coeffs.A2 = (LVM_FLOAT)pReverbCoefTable[Offset].A2; in LVCS_ReverbGeneratorInit() 194 Coeffs.A2 = (LVM_INT16)pReverbCoefTable[Offset].A2; in LVCS_ReverbGeneratorInit()
|
D | LVCS_StereoEnhancer.c | 114 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/ |
D | BIQUAD.h | 60 LVM_FLOAT A2; /* a2 */ member 69 LVM_INT16 A2; /* a2 */ member 78 LVM_INT32 A2; /* a2 */ member
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTSPConnection.cpp | 999 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()
|
D | MyTransmitter.h | 312 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()
|