/ohos5.0/base/inputmethod/imf/test/unittest/resource/bundle_dependencies/newTestIme/entry/src/main/resources/base/profile/ |
H A D | input_method_config.json | 8 "mode": "lower" string 15 "mode": "upper" string 22 "mode": "lower" string
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | ISpatializerHeadTrackingModeCallback.aidl | 26 void dispatchSpatializerActualHeadTrackingModeChanged(int mode); in dispatchSpatializerActualHeadTrackingModeChanged() 28 void dispatchSpatializerDesiredHeadTrackingModeChanged(int mode); in dispatchSpatializerDesiredHeadTrackingModeChanged()
|
/ohos5.0/base/powermgr/power_manager/test/unittest/src/ |
H A D | power_register_callback_mode_test.cpp | 36 void PowerRegisterCallbackModeTest::PowerModeTest1Callback::OnPowerModeChanged(PowerMode mode) in OnPowerModeChanged() 53 PowerMode mode = PowerMode::POWER_SAVE_MODE; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/ |
H A D | std_file.cpp | 52 std::ios_base::openmode OpenFileAccessMode(IFile::Mode mode) in OpenFileAccessMode() 67 std::ios_base::openmode CreateFileAccessMode(IFile::Mode mode) in CreateFileAccessMode() 89 StdFile::StdFile(Mode mode, std::fstream&& stream) : mode_(mode), file_(BASE_NS::move(stream)) {} in StdFile() 107 IFile::Ptr StdFile::Open(const string_view path, Mode mode) in Open() 137 IFile::Ptr StdFile::Create(const string_view path, Mode mode) in Create()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
H A D | BluetoothSnoopLogPreferenceControllerTest.java | 94 final String mode = SystemProperties.get(BLUETOOTH_BTSNOOP_LOG_MODE_PROPERTY); in onPreferenceChanged_turnOnFullBluetoothSnoopLog() local 103 final String mode = SystemProperties.get(BLUETOOTH_BTSNOOP_LOG_MODE_PROPERTY); in onPreferenceChanged_turnOnFilteredBluetoothSnoopLog() local 112 final String mode = SystemProperties.get(BLUETOOTH_BTSNOOP_LOG_MODE_PROPERTY); in onPreferenceChanged_turnOffBluetoothSnoopLog() local
|
H A D | DesktopModePreferenceControllerTest.java | 88 final int mode = Settings.Global.getInt(mContext.getContentResolver(), in onPreferenceChange_switchEnabled_shouldEnableFreeformWindows() local 97 final int mode = Settings.Global.getInt(mContext.getContentResolver(), in onPreferenceChange_switchDisabled_shouldDisableFreeformWindows() local 126 final int mode = Settings.Global.getInt(mContext.getContentResolver(), in onDeveloperOptionsSwitchDisabled_shouldDisablePreference() local
|
H A D | FreeformWindowsPreferenceControllerTest.java | 87 final int mode = Settings.Global.getInt(mContext.getContentResolver(), in onPreferenceChange_switchEnabled_shouldEnableFreeformWindows() local 96 final int mode = Settings.Global.getInt(mContext.getContentResolver(), in onPreferenceChange_switchDisabled_shouldDisableFreeformWindows() local 125 final int mode = Settings.Global.getInt(mContext.getContentResolver(), in onDeveloperOptionsSwitchDisabled_shouldDisablePreference() local
|
H A D | NotificationChannelWarningsPreferenceControllerTest.java | 64 final int mode = Settings.Global.getInt(mContext.getContentResolver(), in onPreferenceChange_settingEnabled_shouldEnableNotificationChannelWarnings() local 75 final int mode = Settings.Global.getInt(mContext.getContentResolver(), in onPreferenceChange_settingDisabled_shouldDisableNotificationChannelWarnings() local 131 final int mode = Settings.Global.getInt(mContext.getContentResolver(), in onDeveloperOptionsSwitchDisabled_preferenceShouldBeDisabled() local
|
H A D | BugReportInPowerPreferenceControllerTest.java | 101 int mode = Settings.Secure.getInt(mContext.getContentResolver(), in onPreferenceChanged_settingDisabled_shouldDisableBugReportInPowerSetting() local 113 int mode = Settings.Secure.getInt(mContext.getContentResolver(), in onPreferenceChanged_settingEnabled_shouldEnableBugReportInPowerSetting() local 150 int mode = Settings.Secure.getInt(mContext.getContentResolver(), in onDeveloperOptionsSwitchDisabled_shouldTurnOffPreference() local
|
H A D | ShowFirstCrashDialogPreferenceControllerTest.java | 67 final int mode = Settings.Secure.getInt(mContext.getContentResolver(), in onPreferenceChange_settingEnabled_showFirstCrashDialogShouldBeOn() local 77 final int mode = Settings.Secure.getInt(mContext.getContentResolver(), in onPreferenceChange_settingDisabled_showFirstCrashDialogShouldBeOff() local 105 final int mode = Settings.Secure.getInt(mContext.getContentResolver(), in onDeveloperOptionsSwitchDisabled_shouldDisablePreference() local
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_codec/ |
H A D | video_codec_base.cpp | 30 …::shared_ptr<VideoCodecBase> VideoCodecFactory::CreateVideoCodec(CodecType type, CodecRunMode mode) in CreateVideoCodec() 48 std::shared_ptr<VideoCodecBase> VideoCodecFactory::CreateVideoDecoder(CodecRunMode mode) in CreateVideoDecoder() 70 std::shared_ptr<VideoCodecBase> VideoCodecFactory::CreateVideoEncoder(CodecRunMode mode) in CreateVideoEncoder()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | PhoneStatusBarTransitions.java | 55 private float getNonBatteryClockAlphaFor(int mode) { in getNonBatteryClockAlphaFor() 61 private float getBatteryClockAlpha(int mode) { in getBatteryClockAlpha() 66 private boolean isOpaque(int mode) { in isOpaque() 77 private void applyMode(int mode, boolean animate) { in applyMode()
|
/aosp12/bionic/libc/bionic/ |
H A D | mkfifo.cpp | 33 int mkfifo(const char* path, mode_t mode) { in mkfifo() 37 int mkfifoat(int fd, const char* path, mode_t mode) { in mkfifoat()
|
/ohos5.0/base/startup/init/interfaces/innerkits/reboot/ |
H A D | init_reboot_innerkits.c | 33 static int DoRebootByInitPlugin(const char *mode, const char *option) in DoRebootByInitPlugin() 59 static int ExecReboot(const char *mode, const char *option) in ExecReboot() 90 int DoRebootExt(const char *mode, const char *option) in DoRebootExt()
|
/aosp12/frameworks/native/libs/vr/libdisplay/ |
H A D | shared_buffer_helpers.cpp | 12 CPUMappedBuffer::CPUMappedBuffer(DvrGlobalBufferKey key, CPUUsageMode mode) in CPUMappedBuffer() 18 CPUUsageMode mode) in CPUMappedBuffer() 25 CPUMappedBuffer::CPUMappedBuffer(IonBuffer* buffer, CPUUsageMode mode) in CPUMappedBuffer()
|
/ohos5.0/drivers/peripheral/usb/hdi_service/src/ |
H A D | usbd_port.cpp | 71 int32_t UsbdPort::WritePortFile(int32_t powerRole, int32_t dataRole, int32_t mode) in WritePortFile() 109 int32_t UsbdPort::ReadPortFile(int32_t &powerRole, int32_t &dataRole, int32_t &mode) in ReadPortFile() 157 int32_t mode = PORT_MODE_DEVICE; in SetPortInit() local 196 int32_t UsbdPort::QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mode) in QueryPort() 206 int32_t UsbdPort::UpdatePort(int32_t mode, const sptr<IUsbdSubscriber> &subscriber) in UpdatePort()
|
/aosp12/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/ |
H A D | UsbAoapHostActivity.java | 92 private String getTestModeString(int mode) { in getTestModeString() 113 public void testStarted(int mode, int bufferSize) { in testStarted() 119 public void testFinished(int mode, int bufferSize) { in testFinished() 125 public void testResult(int mode, String update) { in testResult()
|
/aosp12/packages/modules/adb/sysdeps/ |
H A D | stat.h | 48 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) argument 54 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) argument
|
/aosp12/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
H A D | RemoteAssetRepository.java | 32 RemoteInputStream openAsset(String path, int mode) throws IOException; in openAsset() 35 RemoteInputStream openNonAsset(int cookie, String path, int mode) throws IOException; in openNonAsset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | gesture_group.h | 34 …GestureGroup(GestureMode mode, const std::vector<RefPtr<Gesture>>& gestures) : mode_(mode), gestur… in GestureGroup() 35 explicit GestureGroup(GestureMode mode) : mode_(mode) {} in GestureGroup()
|
/ohos5.0/base/update/updater/services/ui/strategy/ |
H A D | ui_strategy.cpp | 62 void UiStrategy::RegisterUiMode(const std::string &mode) in RegisterUiMode() 73 bool UiStrategy::LoadStrategy(const JsonNode &node, const std::string &mode) in LoadStrategy() 92 for (auto mode : modeStr_) { in LoadStrategy() local
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | BlendComposite.java | 59 private BlendingMode mode; field in BlendComposite 61 private BlendComposite(BlendingMode mode) { in BlendComposite() 65 private BlendComposite(BlendingMode mode, float alpha) { in BlendComposite() 70 public static BlendComposite getInstance(BlendingMode mode) { in getInstance() 74 public static BlendComposite getInstance(BlendingMode mode, float alpha) { in getInstance()
|
/aosp12/system/core/libcutils/ |
H A D | fs.cpp | 42 static int fs_prepare_path_impl(const char* path, mode_t mode, uid_t uid, gid_t gid, in fs_prepare_path_impl() 115 int fs_prepare_dir(const char* path, mode_t mode, uid_t uid, gid_t gid) { in fs_prepare_dir() 119 int fs_prepare_dir_strict(const char* path, mode_t mode, uid_t uid, gid_t gid) { in fs_prepare_dir_strict() 123 int fs_prepare_file_strict(const char* path, mode_t mode, uid_t uid, gid_t gid) { in fs_prepare_file_strict() 196 int fs_mkdirs(const char* path, mode_t mode) { in fs_mkdirs()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/manager/src/ |
H A D | devmgr_pm_reg.c | 38 UINT32 DevmgrPmSuspend(UINT32 mode) in DevmgrPmSuspend() 60 void DevmgrPmResume(UINT32 mode) in DevmgrPmResume()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ActionMode.java | 316 public boolean onCreateActionMode(ActionMode mode, Menu menu); in onCreateActionMode() 325 public boolean onPrepareActionMode(ActionMode mode, Menu menu); in onPrepareActionMode() 335 public boolean onActionItemClicked(ActionMode mode, MenuItem item); in onActionItemClicked() 342 public void onDestroyActionMode(ActionMode mode); in onDestroyActionMode() 364 public void onGetContentRect(ActionMode mode, View view, Rect outRect) { in onGetContentRect()
|