Home
last modified time | relevance | path

Searched defs:mode (Results 51 – 75 of 3709) sorted by relevance

12345678910>>...149

/ohos5.0/base/inputmethod/imf/test/unittest/resource/bundle_dependencies/newTestIme/entry/src/main/resources/base/profile/
H A Dinput_method_config.json8 "mode": "lower" string
15 "mode": "upper" string
22 "mode": "lower" string
/aosp12/frameworks/base/media/java/android/media/
H A DISpatializerHeadTrackingModeCallback.aidl26 void dispatchSpatializerActualHeadTrackingModeChanged(int mode); in dispatchSpatializerActualHeadTrackingModeChanged()
28 void dispatchSpatializerDesiredHeadTrackingModeChanged(int mode); in dispatchSpatializerDesiredHeadTrackingModeChanged()
/ohos5.0/base/powermgr/power_manager/test/unittest/src/
H A Dpower_register_callback_mode_test.cpp36 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 Dstd_file.cpp52 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 DBluetoothSnoopLogPreferenceControllerTest.java94 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 DDesktopModePreferenceControllerTest.java88 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 DFreeformWindowsPreferenceControllerTest.java87 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 DNotificationChannelWarningsPreferenceControllerTest.java64 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 DBugReportInPowerPreferenceControllerTest.java101 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 DShowFirstCrashDialogPreferenceControllerTest.java67 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 Dvideo_codec_base.cpp30 …::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 DPhoneStatusBarTransitions.java55 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 Dmkfifo.cpp33 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 Dinit_reboot_innerkits.c33 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 Dshared_buffer_helpers.cpp12 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 Dusbd_port.cpp71 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 DUsbAoapHostActivity.java92 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 Dstat.h48 #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 DRemoteAssetRepository.java32 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 Dgesture_group.h34 …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 Dui_strategy.cpp62 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 DBlendComposite.java59 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 Dfs.cpp42 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 Ddevmgr_pm_reg.c38 UINT32 DevmgrPmSuspend(UINT32 mode) in DevmgrPmSuspend()
60 void DevmgrPmResume(UINT32 mode) in DevmgrPmResume()
/aosp12/frameworks/base/core/java/android/view/
H A DActionMode.java316 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()

12345678910>>...149