/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/ |
D | test_stubs.h | 63 #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 D | PhoneWindowActionModeTest.java | 73 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 D | evthread-internal.h | 314 #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 D | CipherHelper.java | 29 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 D | CipherHelper.java | 33 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/ |
D | test_stat.rs | 154 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 D | WindowDecorActionBarTest.java | 67 ActionMode mode1 = mWindowDecorActionBar.startActionMode(mCallback); in testStartActionModeFinishesPreviousMode() local
|
/aosp_15_r20/external/mesa3d/src/mesa/vbo/ |
H A D | vbo_exec.c | 172 GLubyte mode0, GLubyte mode1, in vbo_merge_draws()
|
/aosp_15_r20/external/libkmsxx/py/tests/ |
H A D | plane_hog.py | 21 mode1 = conn1.get_default_mode() variable
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | kms_plane_lowres.c | 69 check_mode(drmModeModeInfo *mode1, drmModeModeInfo *mode2) in check_mode()
|
H A D | kms_plane_scaling.c | 561 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 D | bdk-qlm-cn81xx.c | 118 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/ |
D | HdrFormatSelectionFragmentTest.java | 293 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 D | RefreshRateSelector.cpp | 93 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 D | run_jfuzz_test.py | 360 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 D | ActivityStarter.java | 3326 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/ |
D | parser_pipeline_test.cc | 286 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 D | GraphicsActivity.java | 406 private boolean hasSameResolution(Display.Mode mode1, Display.Mode mode2) { in hasSameResolution()
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | interp_search.c | 733 const int mode1 = compound_ref1_mode(mbmi->mode); in av1_interpolation_filter_search() local
|
H A D | rdopt.c | 3016 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 D | FrameRateCtsActivity.java | 482 private boolean hasSameResolution(Display.Mode mode1, Display.Mode mode2) { in hasSameResolution()
|
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/ |
H A D | CameraDeviceTest.java | 2833 int mode1 = CameraDevice.AUDIO_RESTRICTION_VIBRATION; in testTwoCameraDevicesAudioRestriction() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | vk_cache_utils.h | 147 ANGLE_INLINE FramebufferFetchMode FramebufferFetchModeMerge(FramebufferFetchMode mode1, in FramebufferFetchModeMerge()
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | p2p_supplicant.c | 6670 enum hostapd_hw_mode mode1, mode2; in wpas_same_band() local
|
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/test-exports/java/ |
D | conscrypt-tests.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/net/
android/ ... |