Searched defs:hint (Results 126 - 138 of 138) sorted by relevance

123456

/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp6951 static unsigned int psk_client_callback(SSL* ssl, const char *hint, argument
6975 (hint != NULL) ? env->NewStringUTF(hint) : NULL);
7726 throwSSLExceptionWithSslErrors(env, ssl, sslErrorCode, "Failed to set PSK identity hint");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c891 static int32_t Pnacl_M29_PPB_HostResolver_Resolve(PP_Resource host_resolver, const char* host, uint16_t port, const struct PP_HostResolver_Hint* hint, struct PP_CompletionCallback* callback) { argument
893 return iface->Resolve(host_resolver, host, port, hint, *callback);
3363 static int32_t Pnacl_M19_PPB_HostResolver_Private_Resolve(PP_Resource host_resolver, const char* host, uint16_t port, const struct PP_HostResolver_Private_Hint* hint, struct PP_CompletionCallback* callback) { argument
3365 return iface->Resolve(host_resolver, host, port, hint, *callback);
4701 .Resolve = (int32_t (*)(PP_Resource host_resolver, const char* host, uint16_t port, const struct PP_HostResolver_Hint* hint, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_HostResolver_Resolve,
5436 .Resolve = (int32_t (*)(PP_Resource host_resolver, const char* host, uint16_t port, const struct PP_HostResolver_Private_Hint* hint, struct PP_CompletionCallback callback))&Pnacl_M19_PPB_HostResolver_Private_Resolve,
/external/sqlite/dist/orig/
H A Dsqlite3.c883 ** layer a hint of how large the database file will grow to be during the
884 ** current transaction. This hint is not guaranteed to be accurate but it
886 ** file space based on this hint in order to help writes to the database
8060 ** hint of unplanned behavior.
8087 ** The macro unlikely() is a hint that surrounds a boolean
9847 #define PGHDR_REUSE_UNLIKELY 0x010 /* A hint that reuse is unlikely */
15839 ** is only a hint and can be safely ignored. The sqlite3OsFileControlHint()
141498 Blob hint = {0, 0, 0}; /* Hint read from %_stat table */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c883 ** layer a hint of how large the database file will grow to be during the
884 ** current transaction. This hint is not guaranteed to be accurate but it
886 ** file space based on this hint in order to help writes to the database
8060 ** hint of unplanned behavior.
8087 ** The macro unlikely() is a hint that surrounds a boolean
9847 #define PGHDR_REUSE_UNLIKELY 0x010 /* A hint that reuse is unlikely */
15839 ** is only a hint and can be safely ignored. The sqlite3OsFileControlHint()
141530 Blob hint = {0, 0, 0}; /* Hint read from %_stat table */ local
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 1339 milliseconds

123456