/external/u-boot/board/bosch/shc/ |
D | Kconfig | 4 default "shc" 16 prompt "enable different boot versions for the shc board" 19 Select the boot version of the shc board. 24 enable here the eMMC functionality on the bosch shc board. 29 enable here the ICT functionality on the bosch shc board 34 enable here the NETBOOT functionality on the bosch shc board 39 enable here the SDBOOT functionality on the bosch shc board 44 prompt "enable different board versions for the shc board" 47 Select the board version of the shc board. 53 of the bosch shc board [all …]
|
D | README | 52 enable different boot versions for the shc board (enable eMMC) ---> 58 enable different board versions for the shc board (C3 Sample board version) ---> 97 Filename 'shc/u-boot-restore.img'.
|
D | MAINTAINERS | 4 F: board/bosch/shc
|
/external/vboot_reference/host/lib/ |
D | crossystem.c | 251 const VbSharedDataKernelCall* shc = in GetVdatLoadKernelDebug() local 269 shc->boot_flags, in GetVdatLoadKernelDebug() 270 shc->boot_mode, in GetVdatLoadKernelDebug() 271 shc->test_error_num, in GetVdatLoadKernelDebug() 272 shc->return_code, in GetVdatLoadKernelDebug() 273 shc->flags, in GetVdatLoadKernelDebug() 274 shc->sector_count, in GetVdatLoadKernelDebug() 275 shc->sector_size, in GetVdatLoadKernelDebug() 276 shc->check_result, in GetVdatLoadKernelDebug() 277 shc->kernel_parts_found); in GetVdatLoadKernelDebug() [all …]
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | NativeCrypto.java | 1129 … long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc, int timeoutMillis) in SSL_do_handshake() argument 1145 …c native int SSL_read(long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc, in SSL_read() argument 1152 SSLHandshakeCallbacks shc, byte[] b, int off, int len, int writeTimeoutMillis) in SSL_write() argument 1157 … long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc) throws IOException; in SSL_shutdown() argument 1345 …tatic native int ENGINE_SSL_do_handshake(long ssl, NativeSsl ssl_holder, SSLHandshakeCallbacks shc) in ENGINE_SSL_do_handshake() argument 1363 SSLHandshakeCallbacks shc) throws IOException, CertificateException; in ENGINE_SSL_read_direct() argument 1370 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_write_direct() argument 1376 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_write_BIO_direct() argument 1382 int sourceOffset, int sourceLength, SSLHandshakeCallbacks shc) in ENGINE_SSL_write_BIO_heap() argument 1389 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_read_BIO_direct() argument [all …]
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | NativeCrypto.java | 1169 … long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc, int timeoutMillis) in SSL_do_handshake() argument 1185 …c native int SSL_read(long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc, in SSL_read() argument 1192 SSLHandshakeCallbacks shc, byte[] b, int off, int len, int writeTimeoutMillis) in SSL_write() argument 1197 … long ssl, NativeSsl ssl_holder, FileDescriptor fd, SSLHandshakeCallbacks shc) throws IOException; in SSL_shutdown() argument 1392 …tatic native int ENGINE_SSL_do_handshake(long ssl, NativeSsl ssl_holder, SSLHandshakeCallbacks shc) in ENGINE_SSL_do_handshake() argument 1410 SSLHandshakeCallbacks shc) throws IOException, CertificateException; in ENGINE_SSL_read_direct() argument 1417 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_write_direct() argument 1423 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_write_BIO_direct() argument 1429 int sourceOffset, int sourceLength, SSLHandshakeCallbacks shc) in ENGINE_SSL_write_BIO_heap() argument 1436 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_read_BIO_direct() argument [all …]
|
/external/u-boot/configs/ |
D | am335x_shc_prompt_defconfig | 27 CONFIG_AUTOBOOT_PROMPT="Enter 'shc' to enter prompt (times out) %d \nEnter 'noautoboot' to enter pr… 28 CONFIG_AUTOBOOT_DELAY_STR="shc"
|
D | am335x_shc_defconfig | 28 CONFIG_AUTOBOOT_PROMPT="Enter 'shc' to enter prompt (times out) %d \nEnter 'noautoboot' to enter pr… 29 CONFIG_AUTOBOOT_DELAY_STR="shc"
|
D | am335x_shc_ict_defconfig | 29 CONFIG_AUTOBOOT_PROMPT="Enter 'shc' to enter prompt (times out) %d \nEnter 'noautoboot' to enter pr… 30 CONFIG_AUTOBOOT_DELAY_STR="shc"
|
D | am335x_shc_sdboot_prompt_defconfig | 29 CONFIG_AUTOBOOT_PROMPT="Enter 'shc' to enter prompt (times out) %d \nEnter 'noautoboot' to enter pr… 30 CONFIG_AUTOBOOT_DELAY_STR="shc"
|
D | am335x_shc_netboot_defconfig | 30 CONFIG_AUTOBOOT_PROMPT="Enter 'shc' to enter prompt (times out) %d \nEnter 'noautoboot' to enter pr… 31 CONFIG_AUTOBOOT_DELAY_STR="shc"
|
D | am335x_shc_sdboot_defconfig | 29 CONFIG_AUTOBOOT_PROMPT="Enter 'shc' to enter prompt (times out) %d \nEnter 'noautoboot' to enter pr… 30 CONFIG_AUTOBOOT_DELAY_STR="shc"
|
/external/conscrypt/common/src/jni/main/include/conscrypt/ |
D | app_data.h | 216 bool setCallbackState(JNIEnv* e, jobject shc, jobject fd) { in setCallbackState() argument 226 sslHandshakeCallbacks = shc; in setCallbackState()
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 7665 jobject shc, jint timeout_millis) { in NativeCrypto_SSL_do_handshake() argument 7669 shc, timeout_millis); in NativeCrypto_SSL_do_handshake() 7678 if (shc == nullptr) { in NativeCrypto_SSL_do_handshake() 7724 if (!appData->setCallbackState(env, shc, fdObject)) { in NativeCrypto_SSL_do_handshake() 7877 static int sslRead(JNIEnv* env, SSL* ssl, jobject fdObject, jobject shc, char* buf, jint len, in sslRead() argument 7909 if (!appData->setCallbackState(env, shc, fdObject)) { in sslRead() 8010 jobject shc, jbyteArray b, jint offset, jint len, in NativeCrypto_SSL_read() argument 8017 ssl, fdObject, shc, b, offset, len, read_timeout_millis); in NativeCrypto_SSL_read() 8026 if (shc == nullptr) { in NativeCrypto_SSL_read() 8050 ret = sslRead(env, ssl, fdObject, shc, reinterpret_cast<char*>(&buf[0]), len, &sslError, in NativeCrypto_SSL_read() [all …]
|
/external/u-boot/doc/SPL/ |
D | README.am335x-network | 70 on the shc board with an AM335X it is:
|
/external/skqp/experimental/canvaskit/htmlcanvas/ |
D | canvas2dcontext.js | 893 this._shadowColor = newState.shc; 944 shc: this._shadowColor, property
|
/external/skia/modules/canvaskit/htmlcanvas/ |
D | canvas2dcontext.js | 893 this._shadowColor = newState.shc; 944 shc: this._shadowColor, property
|
/external/u-boot/arch/arm/mach-omap2/am33xx/ |
D | Kconfig | 79 bool "Support am335x based shc board from bosch"
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 916cbc4f10b43c7d408e07c7aed0c629.00007b4c.honggfuzz.cov | 28 …��F�7M؟[�E��o��岃jӱF�ܚ"��M�H���C��z��P��T58`vkG�R��K�����?��� ��L�-�����shc?�3�^f���!���<�E{�>…
|
D | 7145012b5b575a0f12c17d6e14bd32fc.000f35d9.honggfuzz.cov | 1356 …^&��HX��E�����h�k݀4N�XNn`ݏ�+�p�D�ca!�����å(q3V�|,V�c錃p0�%k]�D#)�e\shc��}������]%�!%Z� …
|
/external/u-boot/arch/arm/ |
D | Kconfig | 1400 source "board/bosch/shc/Kconfig"
|
/external/hyphenation-patterns/de/ |
D | hyph-de-1901.pat.txt | 18468 4shc
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | iso-639-3_Name_Index.tab | 6041 shc Sonde Sonde
|
D | iso-639-3.tab | 5801 shc I L Sonde
|
D | language-subtag-registry | 31410 Subtag: shc
|