HomeSort by relevance Sort by last modified time
    Searched refs:hint (Results 51 - 75 of 108) sorted by null

1 23 4 5

  /external/webkit/WebCore/bridge/
runtime_object.cpp 246 JSValue RuntimeObjectImp::defaultValue(ExecState* exec, PreferredPrimitiveType hint) const
254 JSValue result = instance->defaultValue(exec, hint);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
throw_allocator.h 221 allocate(size_type __n, std::allocator<void>::const_pointer hint = 0)
227 value_type* const a = std::allocator<value_type>().allocate(__n, hint);
  /external/chromium/third_party/icu/source/common/
uhash.c 129 * or a pointer. If a hint bit is zero, then the associated
142 UHashTok key, UHashTok value, int8_t hint) {
162 if (hint & HINT_KEY_POINTER) {
167 if (hint & HINT_VALUE_POINTER) {
463 int8_t hint,
480 if ((hint & HINT_VALUE_POINTER) && value.pointer == NULL) {
518 return _uhash_setElement(hash, e, hashcode & 0x7FFFFFFF, key, value, hint);
    [all...]
uvector.cpp 21 * or a pointer. If a hint bit is zero, then the associated
301 int32_t UVector::indexOf(UHashTok key, int32_t startIndex, int8_t hint) const {
314 if (hint & HINT_KEY_POINTER) {
uvector.h 275 int32_t indexOf(UHashTok key, int32_t startIndex = 0, int8_t hint = 0) const;
  /external/icu4c/common/
uhash.c 129 * or a pointer. If a hint bit is zero, then the associated
142 UHashTok key, UHashTok value, int8_t hint) {
162 if (hint & HINT_KEY_POINTER) {
167 if (hint & HINT_VALUE_POINTER) {
463 int8_t hint,
480 if ((hint & HINT_VALUE_POINTER) && value.pointer == NULL) {
518 return _uhash_setElement(hash, e, hashcode & 0x7FFFFFFF, key, value, hint);
    [all...]
uvector.cpp 21 * or a pointer. If a hint bit is zero, then the associated
301 int32_t UVector::indexOf(UHashTok key, int32_t startIndex, int8_t hint) const {
314 if (hint & HINT_KEY_POINTER) {
uvector.h 275 int32_t indexOf(UHashTok key, int32_t startIndex = 0, int8_t hint = 0) const;
  /external/v8/src/ia32/
assembler-ia32.h 175 enum Hint {
181 // The result of negating a hint is as if the corresponding condition
184 inline Hint NegateHint(Hint hint) {
185 return (hint == no_hint)
187 : ((hint == not_taken) ? taken : not_taken);
681 void j(Condition cc, Label* L, Hint hint = no_hint);
682 void j(Condition cc, byte* entry, RelocInfo::Mode rmode, Hint hint = no_hint)
    [all...]
assembler-ia32.cc     [all...]
regexp-macro-assembler-ia32.cc     [all...]
  /external/webkit/WebCore/bridge/objc/
objc_instance.mm 399 JSValue ObjcInstance::defaultValue(ExecState* exec, PreferredPrimitiveType hint) const
401 if (hint == PreferString)
403 if (hint == PreferNumber)
  /external/webkit/WebKit/mac/Plugins/Hosted/
ProxyInstance.mm 214 JSValue ProxyInstance::defaultValue(ExecState* exec, PreferredPrimitiveType hint) const
216 if (hint == PreferString)
218 if (hint == PreferNumber)
  /external/v8/src/
runtime.js 490 // ECMA-262, section 9.1, page 30. Use null/undefined for no hint,
491 // (1) for number hint, and (2) for string hint.
492 function ToPrimitive(x, hint) {
498 if (hint == NO_HINT) hint = (IS_DATE(x)) ? STRING_HINT : NUMBER_HINT;
499 return (hint == NUMBER_HINT) ? %DefaultNumber(x) : %DefaultString(x);
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 234 * <p>Sets the optional hint text that is displayed at the bottom of the
238 * @param hint the text to be displayed to the user
242 public void setCompletionHint(CharSequence hint) {
243 mHintText = hint;
    [all...]
DialerFilter.java 55 mHint = (EditText) findViewById(com.android.internal.R.id.hint);
57 throw new IllegalStateException("DialerFilter must have a child EditText named hint");
  /external/webkit/JavaScriptCore/runtime/
JSObject.cpp 262 JSValue JSObject::defaultValue(ExecState* exec, PreferredPrimitiveType hint) const
265 if ((hint == PreferString) || (hint != PreferNumber && prototype() == exec->lexicalGlobalObject()->datePrototype())) {
  /external/webkit/WebKit/qt/Api/
qwebview.cpp 728 If \a enabled is true, enables the specified render \a hint; otherwise
733 void QWebView::setRenderHint(QPainter::RenderHint hint, bool enabled)
737 d->renderHints |= hint;
739 d->renderHints &= ~hint;
qgraphicswebview.cpp 99 virtual void setInputMethodHint(Qt::InputMethodHint hint, bool enable);
254 void QGraphicsWebViewPrivate::setInputMethodHint(Qt::InputMethodHint hint, bool enable)
257 q->setInputMethodHints(q->inputMethodHints() | hint);
259 q->setInputMethodHints(q->inputMethodHints() & ~hint);
  /dalvik/vm/interp/
Jit.c 684 interpState->trace[currTraceRun].frag.hint = kJitHintNone;
768 interpState->trace[currTraceRun].frag.hint = kJitHintNone;
    [all...]
  /external/webkit/WebCore/bridge/qt/
qt_runtime.h 232 QVariant convertValueToQVariant(ExecState* exec, JSValue value, QMetaType::Type hint, int *distance);
  /frameworks/base/test-runner/src/android/test/
InstrumentationTestRunner.java 620 private void reportEmmaError(String hint, Exception e) {
621 String msg = "Failed to generate emma coverage. " + hint;
    [all...]
  /packages/apps/Settings/src/com/android/settings/
SecuritySettings.java 590 // Show extra hint only when the action comes from outside.
592 view.findViewById(R.id.hint).setVisibility(View.VISIBLE);
611 view.findViewById(R.id.hint).setVisibility(View.VISIBLE);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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...]
  /external/openssl/apps/
s_client.c 220 static unsigned int psk_client_cb(SSL *ssl, const char *hint, char *identity,
230 if (!hint)
234 BIO_printf(bio_c_out,"NULL received PSK identity hint, continuing anyway\n");
237 BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint);
239 /* lookup PSK identity and PSK key based on the given identity hint here */
    [all...]

Completed in 1860 milliseconds

1 23 4 5