Searched refs:cm (Results 1 - 25 of 58) sorted by relevance

123

/frameworks/ml/nn/runtime/test/specs/V1_0/
H A Ddepthwise_conv2d_float.mod.py24 cm = Int32Scalar("channelMultiplier", 2) variable
31 cm, act).To(output)
H A Ddepthwise_conv2d_float_2.mod.py24 cm = Int32Scalar("channelMultiplier", 2) variable
31 cm, act_none).To(output)
H A Ddepthwise_conv2d_float_large.mod.py24 cm = Int32Scalar("channelMultiplier", 1) variable
31 cm, act).To(output)
H A Ddepthwise_conv2d_float_large_2.mod.py24 cm = Int32Scalar("channelMultiplier", 1) variable
31 cm, act).To(output)
H A Ddepthwise_conv2d_quant8.mod.py24 cm = Int32Scalar("channelMultiplier", 1) variable
31 cm, act).To(output)
H A Ddepthwise_conv2d_quant8_2.mod.py24 cm = Int32Scalar("channelMultiplier", 2) variable
31 cm, act_none).To(output)
H A Ddepthwise_conv2d_quant8_large.mod.py24 cm = Int32Scalar("channelMultiplier", 1) variable
31 cm, act).To(output)
H A Ddepthwise_conv2d_float_large_2_weights_as_inputs.mod.py24 cm = Int32Scalar("channelMultiplier", 1) variable
31 cm, act).To(output)
H A Ddepthwise_conv2d_float_large_weights_as_inputs.mod.py24 cm = Int32Scalar("channelMultiplier", 1) variable
31 cm, act).To(output)
H A Ddepthwise_conv2d_float_weights_as_inputs.mod.py24 cm = Int32Scalar("channelMultiplier", 2) variable
31 cm, act).To(output)
H A Ddepthwise_conv2d_quant8_large_weights_as_inputs.mod.py24 cm = Int32Scalar("channelMultiplier", 1) variable
31 cm, act).To(output)
H A Ddepthwise_conv2d_quant8_weights_as_inputs.mod.py24 cm = Int32Scalar("channelMultiplier", 1) variable
31 cm, act).To(output)
/frameworks/support/compat/src/main/java/androidx/core/net/
H A DConnectivityManagerCompat.java98 public static boolean isActiveNetworkMetered(@NonNull ConnectivityManager cm) { argument
100 return cm.isActiveNetworkMetered();
102 final NetworkInfo info = cm.getActiveNetworkInfo();
137 public static NetworkInfo getNetworkInfoFromBroadcast(@NonNull ConnectivityManager cm, argument
141 return cm.getNetworkInfo(info.getType());
156 public static int getRestrictBackgroundStatus(@NonNull ConnectivityManager cm) { argument
158 return cm.getRestrictBackgroundStatus();
/frameworks/ml/nn/runtime/test/specs/V1_1/
H A Ddepthwise_conv2d_float_2_relaxed.mod.py24 cm = Int32Scalar("channelMultiplier", 2) variable
31 cm, act_none).To(output)
H A Ddepthwise_conv2d_float_large_2_relaxed.mod.py24 cm = Int32Scalar("channelMultiplier", 1) variable
31 cm, act).To(output)
H A Ddepthwise_conv2d_float_large_2_weights_as_inputs_relaxed.mod.py24 cm = Int32Scalar("channelMultiplier", 1) variable
31 cm, act).To(output)
H A Ddepthwise_conv2d_float_large_relaxed.mod.py24 cm = Int32Scalar("channelMultiplier", 1) variable
31 cm, act).To(output)
H A Ddepthwise_conv2d_float_large_weights_as_inputs_relaxed.mod.py24 cm = Int32Scalar("channelMultiplier", 1) variable
31 cm, act).To(output)
H A Ddepthwise_conv2d_float_relaxed.mod.py24 cm = Int32Scalar("channelMultiplier", 2) variable
31 cm, act).To(output)
H A Ddepthwise_conv2d_float_weights_as_inputs_relaxed.mod.py24 cm = Int32Scalar("channelMultiplier", 2) variable
31 cm, act).To(output)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierSmsUtils.java75 CarrierConfigManager cm = (CarrierConfigManager) context.getSystemService(
77 if (cm == null) {
84 PersistableBundle config = cm.getConfigForSubId(phone.getSubId());
/frameworks/av/camera/ndk/impl/
H A DACameraManager.h69 explicit DeathNotifier(CameraManagerGlobal* cm) : mCameraManager(cm) {} argument
80 explicit CameraServiceListener(CameraManagerGlobal* cm) : mCameraManager(cm) {} argument
H A DACameraManager.cpp182 sp<CameraManagerGlobal> cm = mCameraManager.promote(); local
183 if (cm != nullptr) {
184 AutoMutex lock(cm->mLock);
185 for (auto& pair : cm->mDeviceStatusMap) {
187 cm->onStatusChangedLocked(
190 cm->mCameraService.clear();
299 sp<CameraManagerGlobal> cm = mCameraManager.promote(); local
300 if (cm != nullptr) {
301 cm->onStatusChanged(status, String8(cameraId));
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaTestUtil.java86 String cm = "ps ";
87 cm += mProcessName;
88 Log.v(TAG, cm);
93 Process p = Runtime.getRuntime().exec(cm);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
H A DAbstractIpAddressPreferenceController.java91 * @param cm ConnectivityManager
94 private static String getDefaultIpAddresses(ConnectivityManager cm) { argument
95 LinkProperties prop = cm.getActiveLinkProperties();

Completed in 739 milliseconds

123