Home
last modified time | relevance | path

Searched refs:mode1 (Results 1 – 12 of 12) sorted by relevance

/third_party/rust/crates/nix/test/
Dtest_stat.rs155 let mut mode1 = Mode::empty(); in test_fchmod() localVariable
156 mode1.insert(Mode::S_IRUSR); in test_fchmod()
157 mode1.insert(Mode::S_IWUSR); in test_fchmod()
158 fchmod(file.as_raw_fd(), mode1).unwrap(); in test_fchmod()
161 assert_eq!(file_stat1.st_mode as mode_t & 0o7777, mode1.bits()); in test_fchmod()
184 let mut mode1 = Mode::empty(); in test_fchmodat() localVariable
185 mode1.insert(Mode::S_IRUSR); in test_fchmodat()
186 mode1.insert(Mode::S_IWUSR); in test_fchmodat()
187 fchmodat(Some(dirfd), filename, mode1, FchmodatFlags::FollowSymlink) in test_fchmodat()
191 assert_eq!(file_stat1.st_mode as mode_t & 0o7777, mode1.bits()); in test_fchmodat()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec.c172 GLubyte mode0, GLubyte mode1, in vbo_merge_draws() argument
179 if (mode0 != mode1) in vbo_merge_draws()
Dvbo_private.h193 GLubyte mode0, GLubyte mode1,
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DSwapChainTests.cpp153 for (wgpu::PresentMode mode1 : kAllPresentModes) { in TEST_P() local
157 desc.presentMode = mode1; in TEST_P()
/third_party/node/deps/v8/src/codegen/arm64/
Dinstructions-arm64.cc366 SubstitutionMode mode1, in Substitute() argument
370 GetSubstitute(1, mode1), GetSubstitute(2, mode2), in Substitute()
Dinstructions-arm64.h621 SubstitutionMode mode1 = kFormat,
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
Dparser_pipeline_test.cc286 auto mode1 = pipelines[1]->GetPipelineData()->GetPolygonMode(); in TEST_F() local
287 ASSERT_EQ(mode1, PolygonMode::kFill); in TEST_F()
/third_party/vixl/src/aarch64/
Dinstructions-aarch64.h816 SubstitutionMode mode1 = kFormat,
819 const char* subst1 = GetSubstitute(1, mode1);
/third_party/node/deps/v8/src/common/
Dglobals.h489 inline LanguageMode stricter_language_mode(LanguageMode mode1, in stricter_language_mode() argument
492 return static_cast<LanguageMode>(static_cast<int>(mode1) | in stricter_language_mode()
/third_party/ffmpeg/tests/fate/
Dfilter-video.mak14 …-$(call FILTERDEMDEC, YADIF, MPEGTS, MPEG2VIDEO) += fate-filter-yadif-mode0 fate-filter-yadif-mode1
16 fate-filter-yadif-mode1: CMD = framecrc -flags bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg2/mpe…
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dp2p_supplicant.c5961 enum hostapd_hw_mode mode1, mode2; in wpas_same_band() local
5964 mode1 = ieee80211_freq_to_chan(freq1, &chan1); in wpas_same_band()
5966 if (mode1 == NUM_HOSTAPD_MODES) in wpas_same_band()
5968 return mode1 == mode2; in wpas_same_band()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dp2p_supplicant.c7008 enum hostapd_hw_mode mode1, mode2; local
7011 mode1 = ieee80211_freq_to_chan(freq1, &chan1);
7013 if (mode1 == NUM_HOSTAPD_MODES)
7015 return mode1 == mode2;