HomeSort by relevance Sort by last modified time
    Searched refs:hint (Results 126 - 150 of 205) sorted by null

1 2 3 4 56 7 8 9

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 2086 reiserfs_blocknr_hint_t hint = { local
2104 reiserfs_blocknr_hint_t hint = { local
2122 reiserfs_blocknr_hint_t hint = { local
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
DialerFilterTest.java 388 text1.setId(com.android.internal.R.id.hint);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c     [all...]
  /external/eigen/Eigen/src/Geometry/
Transform.h     [all...]
  /external/v8/src/mips/
constants-mips.h 553 enum Hint {
558 inline Hint NegateHint(Hint hint) {
  /hardware/samsung_slsi/exynos5/include/
ExynosCamera.h 664 //! Sets recording mode hint.
665 bool setRecordingHint(bool hint);
  /packages/apps/Settings/src/com/android/settings/
CredentialStorage.java 399 ((TextView) view.findViewById(R.id.hint)).setText(text);
  /external/eigen/Eigen/src/Core/util/
Memory.h 696 pointer allocate( size_type num, const void* hint = 0 )
698 EIGEN_UNUSED_VARIABLE(hint);
    [all...]
  /external/opencv/cv/src/
_cvipp.h 85 (void** momentstate, CvHintAlgorithm hint ))
    [all...]
  /frameworks/native/libs/gui/
GLConsumer.cpp 878 status_t GLConsumer::setTransformHint(uint32_t hint) {
880 return mBufferQueue->setTransformHint(hint);
  /external/openssl/apps/
s_client.c 226 static unsigned int psk_client_cb(SSL *ssl, const char *hint, char *identity,
236 if (!hint)
240 BIO_printf(bio_c_out,"NULL received PSK identity hint, continuing anyway\n");
243 BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint);
245 /* lookup PSK identity and PSK key based on the given identity hint here */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /external/openssl/include/openssl/
ssl.h 459 * PSK_identity_hint [ 7 ] EXPLICIT OCTET STRING, -- optional PSK identity hint
461 * Ticket_lifetime_hint [9] EXPLICIT INTEGER, -- server's lifetime hint for session ticket
542 long tlsext_tick_lifetime_hint; /* Session lifetime hint in seconds */
    [all...]
  /external/openssl/ssl/
ssl.h 459 * PSK_identity_hint [ 7 ] EXPLICIT OCTET STRING, -- optional PSK identity hint
461 * Ticket_lifetime_hint [9] EXPLICIT INTEGER, -- server's lifetime hint for session ticket
542 long tlsext_tick_lifetime_hint; /* Session lifetime hint in seconds */
    [all...]
ssltest.c 245 static unsigned int psk_client_callback(SSL *ssl, const char *hint, char *identity,
1049 BIO_printf(bio_err,"setting PSK identity hint to s_ctx\n");
1052 BIO_printf(bio_err,"error setting PSK identity hint to s_ctx\n");
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 256 virtual void hint(WGC3Denum target, WGC3Denum mode) = 0;
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h 164 void hint(GC3Denum target, GC3Denum mode);
GraphicsContext3DChromium.cpp 582 DELEGATE_TO_IMPL_2(hint, GC3Denum, GC3Denum)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
control.h 219 char *snd_device_name_get_hint(const void *hint, const char *id);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control.h 219 char *snd_device_name_get_hint(const void *hint, const char *id);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control.h 219 char *snd_device_name_get_hint(const void *hint, const char *id);
  /external/webkit/Source/JavaScriptCore/jit/
JIT.h 98 unsigned hint; member in struct:JSC::SlowCaseEntry
103 , hint(h)
    [all...]
  /frameworks/base/core/java/android/hardware/
Camera.java     [all...]
  /external/qemu/
block.c 385 static int refresh_total_sectors(BlockDriverState *bs, int64_t hint)
393 /* query actual device if possible, otherwise just trust the hint */
399 hint = length >> BDRV_SECTOR_BITS;
402 bs->total_sectors = hint;
1218 /* if a geometry hint is available, use it */
    [all...]
  /external/v8/src/
hydrogen-instructions.cc 2268 Representation hint = hint_value->representation(); local
    [all...]

Completed in 437 milliseconds

1 2 3 4 56 7 8 9