Home
last modified time | relevance | path

Searched defs:mode1 (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/
Dtest_stubs.h63 #define DURING_2(mode0, mode1) if (MODE_IS(mode0) || MODE_IS(mode1)) argument
64 #define DURING_3(mode0, mode1, mode2) if (MODE_IS(mode0) || MODE_IS(mode1) || MODE_IS(mode2)) argument
65 #define DURING_4(mode0, mode1, mode2, mode3) \ argument
67 #define DURING_5(mode0, mode1, mode2, mode3, mode4) \ argument
69 #define DURING_6(mode0, mode1, mode2, mode3, mode4, mode5) \ argument
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/policy/
H A DPhoneWindowActionModeTest.java73 ActionMode mode1 = mPhoneWindow.getDecorView().startActionMode( in testStartActionModePrimaryFinishesPreviousMode() local
87 ActionMode mode1 = mPhoneWindow.getDecorView().startActionMode( in testStartActionModeFloatingFinishesPreviousMode() local
101 ActionMode mode1 = mPhoneWindow.getDecorView().startActionMode( in testStartActionModePreservesPreviousModeOfDifferentType1() local
115 ActionMode mode1 = mPhoneWindow.getDecorView().startActionMode( in testStartActionModePreservesPreviousModeOfDifferentType2() local
/aosp_15_r20/external/libevent/
H A Devthread-internal.h314 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument
315 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument
350 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) \ argument
360 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) \ argument
/aosp_15_r20/external/conscrypt/testing/src/main/java/org/conscrypt/java/security/
H A DCipherHelper.java29 private final int mode1; field in CipherHelper
32 protected CipherHelper(String algorithmName, String plainData, int mode1, int mode2) { in CipherHelper()
/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/java/security/
H A DCipherHelper.java33 private final int mode1; field in CipherHelper
36 protected CipherHelper(String algorithmName, String plainData, int mode1, int mode2) { in CipherHelper()
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/
Dtest_stat.rs154 let mut mode1 = Mode::empty(); in test_fchmod() localVariable
183 let mut mode1 = Mode::empty(); in test_fchmodat() localVariable
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DWindowDecorActionBarTest.java67 ActionMode mode1 = mWindowDecorActionBar.startActionMode(mCallback); in testStartActionModeFinishesPreviousMode() local
/aosp_15_r20/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec.c172 GLubyte mode0, GLubyte mode1, in vbo_merge_draws()
/aosp_15_r20/external/libkmsxx/py/tests/
H A Dplane_hog.py21 mode1 = conn1.get_default_mode() variable
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dkms_plane_lowres.c69 check_mode(drmModeModeInfo *mode1, drmModeModeInfo *mode2) in check_mode()
H A Dkms_plane_scaling.c561 drmModeModeInfo *mode1, *mode2; in test_scaler_with_multi_pipe_plane() local
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-hal/qlm/
H A Dbdk-qlm-cn81xx.c118 bdk_qlm_modes_t mode1 = bdk_qlm_get_mode(node, 1); in bdk_qlm_get_qlm_num() local
/aosp_15_r20/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/displaysound/
DHdrFormatSelectionFragmentTest.java293 Display.Mode mode1 = new Display.Mode(0, 0, 0, 0, new float[0], mode1SupportedHdrFormats); in testGetPreferenceScreen_whenManual_enablesDisplayModeSpecificHdrFormats() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/
H A DRefreshRateSelector.cpp93 const auto& mode1 = it1->second; in sortByRefreshRate() local
130 const auto& mode1 = it1->second; in shouldEnableFrameRateOverride() local
/aosp_15_r20/art/tools/jfuzz/
H A Drun_jfuzz_test.py360 def __init__(self, num_tests, device, mode1, mode2, jfuzz_args, argument
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStarter.java3326 private boolean isLaunchModeOneOf(int mode1, int mode2) { in isLaunchModeOneOf()
3330 private boolean isLaunchModeOneOf(int mode1, int mode2, int mode3) { in isLaunchModeOneOf()
/aosp_15_r20/external/deqp-deps/amber/src/amberscript/
Dparser_pipeline_test.cc286 auto mode1 = pipelines[1]->GetPipelineData()->GetPolygonMode(); in TEST_F() local
/aosp_15_r20/frameworks/base/tests/CtsSurfaceControlTestsStaging/src/main/java/android/view/surfacecontroltests/
H A DGraphicsActivity.java406 private boolean hasSameResolution(Display.Mode mode1, Display.Mode mode2) { in hasSameResolution()
/aosp_15_r20/external/libaom/av1/encoder/
H A Dinterp_search.c733 const int mode1 = compound_ref1_mode(mbmi->mode); in av1_interpolation_filter_search() local
H A Drdopt.c3016 const int mode1 = compound_ref1_mode(this_mode); in handle_inter_mode() local
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DFrameRateCtsActivity.java482 private boolean hasSameResolution(Display.Mode mode1, Display.Mode mode2) { in hasSameResolution()
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/
H A DCameraDeviceTest.java2833 int mode1 = CameraDevice.AUDIO_RESTRICTION_VIBRATION; in testTwoCameraDevicesAudioRestriction() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h147 ANGLE_INLINE FramebufferFetchMode FramebufferFetchModeMerge(FramebufferFetchMode mode1, in FramebufferFetchModeMerge()
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c6670 enum hostapd_hw_mode mode1, mode2; in wpas_same_band() local
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/test-exports/java/
Dconscrypt-tests.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...

123