/external/conscrypt/testing/src/main/java/org/conscrypt/java/security/ |
D | CipherHelper.java | 29 private final int mode1; field in CipherHelper 32 protected CipherHelper(String algorithmName, String plainData, int mode1, int mode2) { in CipherHelper() argument 35 this.mode1 = mode1; in CipherHelper() 41 cipher.init(mode1, encryptKey); in test()
|
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/java/security/ |
D | CipherHelper.java | 33 private final int mode1; field in CipherHelper 36 protected CipherHelper(String algorithmName, String plainData, int mode1, int mode2) { in CipherHelper() argument 39 this.mode1 = mode1; in CipherHelper() 45 cipher.init(mode1, encryptKey); in test()
|
/external/rust/crates/nix/test/ |
D | test_stat.rs | 156 let mut mode1 = Mode::empty(); in test_fchmod() localVariable 157 mode1.insert(Mode::S_IRUSR); in test_fchmod() 158 mode1.insert(Mode::S_IWUSR); in test_fchmod() 159 fchmod(file.as_raw_fd(), mode1).unwrap(); in test_fchmod() 162 assert_eq!(file_stat1.st_mode & 0o7777, mode1.bits()); in test_fchmod() 183 let mut mode1 = Mode::empty(); in test_fchmodat() localVariable 184 mode1.insert(Mode::S_IRUSR); in test_fchmodat() 185 mode1.insert(Mode::S_IWUSR); in test_fchmodat() 186 fchmodat(Some(dirfd), filename, mode1, FchmodatFlags::FollowSymlink).unwrap(); in test_fchmodat() 189 assert_eq!(file_stat1.st_mode & 0o7777, mode1.bits()); in test_fchmodat()
|
/external/libevent/ |
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 355 EVLOCK_LOCK(lock1_tmplock_,mode1); \ 360 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) \ argument 367 EVLOCK_UNLOCK(lock1_tmplock_,mode1); \
|
/external/igt-gpu-tools/tests/ |
D | kms_plane_lowres.c | 69 check_mode(drmModeModeInfo *mode1, drmModeModeInfo *mode2) in check_mode() argument 71 igt_assert_eq(mode1->hdisplay, mode2->hdisplay); in check_mode() 72 igt_assert_eq(mode1->vdisplay, mode2->vdisplay); in check_mode() 73 igt_assert_eq(mode1->vrefresh, mode2->vrefresh); in check_mode()
|
D | kms_plane_scaling.c | 561 drmModeModeInfo *mode1, *mode2; in test_scaler_with_multi_pipe_plane() local 581 mode1 = igt_output_get_mode(output1); in test_scaler_with_multi_pipe_plane() 612 igt_plane_set_size(d->plane1, mode1->hdisplay, mode1->vdisplay); in test_scaler_with_multi_pipe_plane() 617 igt_plane_set_size(d->plane2 ?: d->plane1, mode1->hdisplay, mode1->vdisplay); in test_scaler_with_multi_pipe_plane()
|
/external/libkmsxx/py/tests/ |
D | plane_hog.py | 21 mode1 = conn1.get_default_mode() variable 22 modeb1 = mode1.to_blob(card)
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-block-captured-self.m | 34 id *mode1; 35 t2 = [mode1 withBlock:^(id object){
|
/external/llvm/test/DebugInfo/X86/ |
D | debug-info-block-captured-self.ll | 52 ; id *mode1; 53 ; t2 = [mode1 withBlock:^(id object){
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | debug-info-block-captured-self.ll | 52 ; id *mode1; 53 ; t2 = [mode1 withBlock:^(id object){
|
/external/deqp-deps/amber/src/amberscript/ |
D | parser_pipeline_test.cc | 284 auto mode1 = pipelines[1]->GetPipelineData()->GetPolygonMode(); in TEST_F() local 285 ASSERT_EQ(mode1, PolygonMode::kFill); in TEST_F()
|
/external/vixl/src/aarch64/ |
D | instructions-aarch64.h | 790 SubstitutionMode mode1 = kFormat, 796 GetSubstitute(1, mode1),
|
/external/libaom/libaom/av1/encoder/ |
D | interp_search.c | 685 const int mode1 = compound_ref1_mode(mbmi->mode); in av1_interpolation_filter_search() local 687 args->modelled_rd[mode1][ref_mv_idx][refs[1]]); in av1_interpolation_filter_search()
|
D | rdopt.c | 2552 const int mode1 = compound_ref1_mode(this_mode); in handle_inter_mode() local 2555 args->modelled_rd[mode1][ref_mv_idx][refs[1]]); in handle_inter_mode()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | p2p_supplicant.c | 6240 enum hostapd_hw_mode mode1, mode2; in wpas_same_band() local 6243 mode1 = ieee80211_freq_to_chan(freq1, &chan1); in wpas_same_band() 6245 if (mode1 == NUM_HOSTAPD_MODES) in wpas_same_band() 6247 return mode1 == mode2; in wpas_same_band()
|
/external/cpuinfo/test/dmesg/ |
D | meizu-pro-7-plus.log | 2020 [ 1.606400] (0)[1:swapper/0]AudDrv_GPIO_probe pinctrl_lookup_state audpmicclk-mode1 fail -19 2022 [ 1.606420] (0)[1:swapper/0]AudDrv_GPIO_probe pinctrl_lookup_state audi2s1-mode1 fail -19
|