/external/webrtc/webrtc/modules/audio_coding/codecs/red/ |
audio_encoder_copy_red.h | 28 struct Config { 35 explicit AudioEncoderCopyRed(const Config& config);
|
/external/webrtc/webrtc/test/ |
direct_transport.h | 35 DirectTransport(const FakeNetworkPipe::Config& config, Call* send_call); 38 void SetConfig(const FakeNetworkPipe::Config& config);
|
/frameworks/opt/net/lowpan/tests/ |
scantest.sh | 24 echo "+ adb shell wpantund -I wpan5 -s 'system:ot-ncp\ 1' -o Config:Daemon:ExternalNetifManagement 1 &" 25 adb shell wpantund -I wpan5 -s 'system:ot-ncp\ 1' -o Config:Daemon:ExternalNetifManagement 1 & 27 echo "+ adb shell wpantund -I wpan6 -s 'system:ot-ncp\ 2' -o Config:Daemon:ExternalNetifManagement 1 &" 28 adb shell wpantund -I wpan6 -s 'system:ot-ncp\ 2' -o Config:Daemon:ExternalNetifManagement 1 &
|
/frameworks/support/core/ktx/src/main/java/androidx/core/graphics/ |
Bitmap.kt | 74 * Returns a mutable bitmap with the specified [width] and [height]. A config 75 * can be optionally specified. If not, the default config is [Bitmap.Config.ARGB_8888]. 79 * @param config The new bitmap's desired [config][Bitmap.Config] 81 * @return A new bitmap with the specified dimensions and config 86 config: Bitmap.Config = Bitmap.Config.ARGB_888 [all...] |
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/ |
DataSaverControllerTest.java | 31 import org.robolectric.annotation.Config; 52 @Config(qualifiers = "mcc999")
|
DeviceAdministratorsControllerTest.java | 31 import org.robolectric.annotation.Config; 52 @Config(qualifiers = "mcc999")
|
EnabledVrListenersControllerTest.java | 31 import org.robolectric.annotation.Config; 52 @Config(qualifiers = "mcc999")
|
HighPowerAppsControllerTest.java | 31 import org.robolectric.annotation.Config; 52 @Config(qualifiers = "mcc999")
|
PremiumSmsControllerTest.java | 31 import org.robolectric.annotation.Config; 52 @Config(qualifiers = "mcc999")
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
BluetoothDetailsMacAddressControllerTest.java | 26 import org.robolectric.annotation.Config; 29 @Config(shadows = SettingsShadowBluetoothDevice.class)
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/display/ |
NightDisplayCustomEndTimePreferenceControllerTest.java | 25 import org.robolectric.annotation.Config; 28 @Config(shadows = SettingsShadowResources.class)
|
NightDisplayCustomStartTimePreferenceControllerTest.java | 25 import org.robolectric.annotation.Config; 28 @Config(shadows = SettingsShadowResources.class)
|
NightDisplayFooterPreferenceControllerTest.java | 25 import org.robolectric.annotation.Config; 28 @Config(shadows = SettingsShadowResources.class)
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/language/ |
PointerSpeedControllerTest.java | 31 import org.robolectric.annotation.Config; 52 @Config(qualifiers = "mcc999")
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/location/ |
LocationScanningPreferenceControllerTest.java | 27 import org.robolectric.annotation.Config; 45 @Config(qualifiers = "mcc999")
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
NotificationRingtonePreferenceControllerTest.java | 30 import org.robolectric.annotation.Config; 49 @Config(qualifiers = "mcc999")
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/system/ |
AdditionalSystemUpdatePreferenceControllerTest.java | 29 import org.robolectric.annotation.Config; 51 @Config(qualifiers = "mcc999")
|
ResetPreferenceControllerTest.java | 29 import org.robolectric.annotation.Config; 52 @Config(qualifiers = "mcc999")
|
/external/llvm/include/llvm/IR/ |
ValueMap.h | 17 // You can override a ValueMap's Config parameter to control exactly what 19 // legal to call back into the ValueMap from a Config's callbacks. Config 41 template<typename KeyT, typename ValueT, typename Config> 80 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT> > 82 friend class ValueMapCallbackVH<KeyT, ValueT, Config>; 83 typedef ValueMapCallbackVH<KeyT, ValueT, Config> ValueMapCVH; 86 typedef typename Config::ExtraData ExtraData; 235 // according to the user's preferences expressed through the Config object. 236 template <typename KeyT, typename ValueT, typename Config> [all...] |
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
ShadowConnectivityManagerTest.java | 24 import org.robolectric.annotation.Config; 66 @Test @Config(minSdk = LOLLIPOP) 75 @Test @Config(minSdk = LOLLIPOP) 86 @Test @Config(minSdk = LOLLIPOP) 127 @Config(minSdk = M) 133 @Config(minSdk = M) 140 @Config(minSdk = M) 167 @Config(minSdk = LOLLIPOP) 173 @Test @Config(minSdk = LOLLIPOP) 179 @Test @Config(minSdk = LOLLIPOP [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
ValueMap.h | 17 // You can override a ValueMap's Config parameter to control exactly what 19 // legal to call back into the ValueMap from a Config's callbacks. Config 47 template<typename KeyT, typename ValueT, typename Config> 86 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT>> 88 friend class ValueMapCallbackVH<KeyT, ValueT, Config>; 90 typedef ValueMapCallbackVH<KeyT, ValueT, Config> ValueMapCVH; 93 typedef typename Config::ExtraData ExtraData; 241 // according to the user's preferences expressed through the Config object. 242 template <typename KeyT, typename ValueT, typename Config> [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/ |
ValueMap.h | 17 // You can override a ValueMap's Config parameter to control exactly what 19 // legal to call back into the ValueMap from a Config's callbacks. Config 47 template<typename KeyT, typename ValueT, typename Config> 85 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT>> 87 friend class ValueMapCallbackVH<KeyT, ValueT, Config>; 89 using ValueMapCVH = ValueMapCallbackVH<KeyT, ValueT, Config>; 92 using ExtraData = typename Config::ExtraData; 241 // according to the user's preferences expressed through the Config object. 242 template <typename KeyT, typename ValueT, typename Config> [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/ |
ValueMap.h | 17 // You can override a ValueMap's Config parameter to control exactly what 19 // legal to call back into the ValueMap from a Config's callbacks. Config 47 template<typename KeyT, typename ValueT, typename Config> 85 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT>> 87 friend class ValueMapCallbackVH<KeyT, ValueT, Config>; 89 using ValueMapCVH = ValueMapCallbackVH<KeyT, ValueT, Config>; 92 using ExtraData = typename Config::ExtraData; 241 // according to the user's preferences expressed through the Config object. 242 template <typename KeyT, typename ValueT, typename Config> [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/ |
ValueMap.h | 17 // You can override a ValueMap's Config parameter to control exactly what 19 // legal to call back into the ValueMap from a Config's callbacks. Config 47 template<typename KeyT, typename ValueT, typename Config> 85 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT>> 87 friend class ValueMapCallbackVH<KeyT, ValueT, Config>; 89 using ValueMapCVH = ValueMapCallbackVH<KeyT, ValueT, Config>; 92 using ExtraData = typename Config::ExtraData; 241 // according to the user's preferences expressed through the Config object. 242 template <typename KeyT, typename ValueT, typename Config> [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/ |
ValueMap.h | 17 // You can override a ValueMap's Config parameter to control exactly what 19 // legal to call back into the ValueMap from a Config's callbacks. Config 47 template<typename KeyT, typename ValueT, typename Config> 85 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT>> 87 friend class ValueMapCallbackVH<KeyT, ValueT, Config>; 89 using ValueMapCVH = ValueMapCallbackVH<KeyT, ValueT, Config>; 92 using ExtraData = typename Config::ExtraData; 241 // according to the user's preferences expressed through the Config object. 242 template <typename KeyT, typename ValueT, typename Config> [all...] |