/external/conscrypt/testing/src/main/java/org/conscrypt/java/security/ |
D | CipherHelper.java | 29 private final int mode2; field in CipherHelper 31 public CipherHelper(String algorithmName, String plainData, int mode1, int mode2) { in CipherHelper() argument 35 this.mode2 = mode2; in CipherHelper() 43 cipher.init(mode2, decryptKey); in test()
|
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/java/security/ |
D | CipherHelper.java | 33 private final int mode2; field in CipherHelper 35 public CipherHelper(String algorithmName, String plainData, int mode1, int mode2) { in CipherHelper() argument 39 this.mode2 = mode2; in CipherHelper() 47 cipher.init(mode2, decryptKey); in test()
|
/external/u-boot/drivers/video/exynos/ |
D | exynos_mipi_dsi_common.c | 467 struct vidinfo *mode2) in convert_to_fb_videomode() argument 469 mode1->xres = mode2->vl_width; in convert_to_fb_videomode() 470 mode1->yres = mode2->vl_height; in convert_to_fb_videomode() 471 mode1->upper_margin = mode2->vl_vfpd; in convert_to_fb_videomode() 472 mode1->lower_margin = mode2->vl_vbpd; in convert_to_fb_videomode() 473 mode1->left_margin = mode2->vl_hfpd; in convert_to_fb_videomode() 474 mode1->right_margin = mode2->vl_hbpd; in convert_to_fb_videomode() 475 mode1->vsync_len = mode2->vl_vspw; in convert_to_fb_videomode() 476 mode1->hsync_len = mode2->vl_hspw; in convert_to_fb_videomode()
|
/external/libevent/ |
D | evthread-internal.h | 302 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument 303 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument 338 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) \ argument 345 EVLOCK_LOCK(lock2_tmplock_,mode2); \ 348 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) \ argument 354 EVLOCK_UNLOCK(lock2_tmplock_,mode2); \
|
/external/skqp/gm/ |
D | lcdoverlap.cpp | 52 SkBlendMode mode2) { in drawTestCase() argument 70 textPaint.setBlendMode(i % 2 == 0 ? mode : mode2); in drawTestCase()
|
/external/skia/gm/ |
D | lcdoverlap.cpp | 52 SkBlendMode mode2) { in drawTestCase() argument 70 textPaint.setBlendMode(i % 2 == 0 ? mode : mode2); in drawTestCase()
|
/external/libkmsxx/py/tests/ |
D | plane_hog.py | 27 mode2 = conn2.get_default_mode() variable 28 modeb2 = mode2.to_blob(card)
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-block-captured-self.m | 36 Mode *mode2 = object; 37 if ([mode2 count] != 0) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | debug-info-block-captured-self.ll | 54 ; Mode *mode2 = object; 55 ; if ([mode2 count] != 0) {
|
/external/llvm/test/DebugInfo/X86/ |
D | debug-info-block-captured-self.ll | 54 ; Mode *mode2 = object; 55 ; if ([mode2 count] != 0) {
|
/external/u-boot/lib/bzip2/ |
D | bzlib.c | 1419 char mode2[10] = ""; in bzopen_or_bzdopen() local 1443 strcat(mode2, writing ? "w" : "r" ); in bzopen_or_bzdopen() 1444 strcat(mode2,"b"); /* binary mode */ in bzopen_or_bzdopen() 1451 fp = fopen(path,mode2); in bzopen_or_bzdopen() 1457 fp = fdopen(fd,mode2); in bzopen_or_bzdopen()
|
/external/bzip2/ |
D | bzlib.c | 1393 char mode2[10] = ""; in bzopen_or_bzdopen() local 1417 strcat(mode2, writing ? "w" : "r" ); in bzopen_or_bzdopen() 1418 strcat(mode2,"b"); /* binary mode */ in bzopen_or_bzdopen() 1425 fp = fopen(path,mode2); in bzopen_or_bzdopen() 1431 fp = fdopen(fd,mode2); in bzopen_or_bzdopen()
|
/external/v8/src/arm64/ |
D | instructions-arm64.cc | 678 SubstitutionMode mode2) { in Substitute() argument 680 GetSubstitute(1, mode1), GetSubstitute(2, mode2)); in Substitute()
|
D | instructions-arm64.h | 661 SubstitutionMode mode2 = kFormat);
|
/external/vixl/src/aarch64/ |
D | instructions-aarch64.h | 641 SubstitutionMode mode2 = kFormat) { 647 GetSubstitute(2, mode2));
|
/external/v8/src/ |
D | globals.h | 336 LanguageMode mode2) { in stricter_language_mode() argument 339 static_cast<int>(mode2)); in stricter_language_mode()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | DtdData.java | 104 …private Attribute(DtdType dtdType, Element element2, String aName, Mode mode2, String[] split, Str… in Attribute() argument 120 mode = mode2; in Attribute()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | p2p_supplicant.c | 5954 enum hostapd_hw_mode mode1, mode2; in wpas_same_band() local 5958 mode2 = ieee80211_freq_to_chan(freq2, &chan2); in wpas_same_band() 5961 return mode1 == mode2; in wpas_same_band()
|
/external/libexif/po/ |
D | fr.po | 6136 #~ msgid " / Focus mode2 : "
|
D | es.po | 6359 #~ msgid " / Focus mode2 : "
|