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

12 3 4 5

  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 59 struct _Locale_ctype *_Locale_ctype_create(const char *nm, struct _Locale_name_hint* hint,
65 struct _Locale_codecvt *_Locale_codecvt_create(const char *nm, struct _Locale_name_hint* hint,
73 struct _Locale_numeric *_Locale_numeric_create(const char *nm, struct _Locale_name_hint* hint,
79 struct _Locale_time *_Locale_time_create(const char *nm, struct _Locale_name_hint* hint,
85 struct _Locale_collate *_Locale_collate_create(const char *nm, struct _Locale_name_hint* hint,
91 struct _Locale_monetary *_Locale_monetary_create(const char *nm, struct _Locale_name_hint* hint,
97 struct _Locale_messages *_Locale_messages_create(const char *nm, struct _Locale_name_hint* hint,
242 struct _Locale_name_hint* hint, int *__err_code)
246 struct _Locale_name_hint* hint, int *__err_code)
250 struct _Locale_name_hint* hint, int *__err_code
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 93 String hint,
102 return getPathForFileUri(hint, contentLength);
104 return chooseFullPath(context, url, hint, contentDisposition, contentLocation, mimeType,
109 private static String getPathForFileUri(String hint, long contentLength)
115 String path = Uri.parse(hint).getPath();
144 private static String chooseFullPath(Context context, String url, String hint,
149 String filename = chooseFilename(url, hint, contentDisposition, contentLocation,
291 private static String chooseFilename(String url, String hint, String contentDisposition,
295 // First, try to use the hint from the application, if there's one
296 if (filename == null && hint != null && !hint.endsWith("/"))
    [all...]
  /external/webkit/WebCore/bridge/qt/
qt_pixmapruntime.cpp 299 QVariant QtPixmapInstance::variantFromObject(JSObject* object, QMetaType::Type hint)
302 if (hint == qMetaTypeId<QPixmap>())
304 if (hint == qMetaTypeId<QImage>())
316 return (hint == static_cast<QMetaType::Type>(qMetaTypeId<QPixmap>()))
327 if (hint == qMetaTypeId<QPixmap >())
329 if (hint == qMetaTypeId<QImage>())
341 bool QtPixmapInstance::canHandle(QMetaType::Type hint)
343 return hint == qMetaTypeId<QImage>() || hint == qMetaTypeId<QPixmap>();
qt_runtime.cpp 147 QVariant convertValueToQVariant(ExecState* exec, JSValue value, QMetaType::Type hint, int *distance, HashSet<JSObject*>* visitedObjects)
164 && hint != QMetaType::QString
165 && hint != (QMetaType::Type) qMetaTypeId<QVariant>())) {
173 if (hint == QMetaType::Void) {
176 hint = QMetaType::Double;
179 hint = QMetaType::Bool;
183 hint = QMetaType::QString;
186 hint = QMetaType::QDateTime;
189 hint = QMetaType::QRegExp;
193 hint = QMetaType::Double
212 qConvDebug() << "convertValueToQVariant: jstype is " << type << ", hint is" << hint; local
    [all...]
qt_instance.cpp 244 JSValue QtInstance::defaultValue(ExecState* exec, PreferredPrimitiveType hint) const
246 if (hint == PreferString)
248 if (hint == PreferNumber)
315 QVariant convertValueToQVariant(ExecState*, JSValue, QMetaType::Type hint, int *distance);
  /external/v8/src/ia32/
jump-target-ia32.cc 73 void JumpTarget::DoBranch(Condition cc, Hint hint) {
95 __ j(cc, &entry_label_, hint);
106 __ j(cc, &merge_labels_[i], hint);
115 __ j(NegateCondition(cc), &original_fall_through, NegateHint(hint));
130 cgen()->masm()->j(cc, &entry_label_, hint);
139 cgen()->masm()->j(cc, &merge_labels_.last(), hint);
regexp-macro-assembler-ia32.h 170 void BranchOrBacktrack(Condition condition, Label* to, Hint hint = no_hint);
  /external/freetype/src/cff/
cffobjs.h 75 FT_Bool hint; member in struct:CFF_GlyphSlotRec_
  /external/e2fsprogs/lib/ext2fs/
icount.c 204 ext2_icount_t hint, ext2_icount_t *ret)
211 if (hint) {
212 EXT2_CHECK_MAGIC(hint, EXT2_ET_MAGIC_ICOUNT);
213 if (hint->size > size)
214 size = (size_t) hint->size;
251 * found in the hint icount (since those are ones which will
254 if (hint) {
255 for (i=0; i < hint->count; i++)
256 icount->list[i].ino = hint->list[i].ino;
257 icount->count = hint->count
    [all...]
  /external/freetype/src/pshinter/
pshrec.c 88 PS_Hint hint = 0; local
101 hint = table->hints + count - 1;
102 hint->pos = 0;
103 hint->len = 0;
104 hint->flags = 0;
109 *ahint = hint;
284 /* return last hint mask in a table, create one if the table is empty */
557 /* set a bit at a given index in the current hint mask */
567 /* get last hint mask */
673 PS_Hint hint = dim->hints.hints local
    [all...]
pshalgo.h 31 /* handle to Hint structure */
34 /* hint bit-flags */
53 /* hint structure */
173 PSH_Hint hint; member in struct:PSH_PointRec_
233 (*PSH_HintFunc)( PSH_Hint hint,
  /external/chromium/base/
pe_image.h 36 DWORD hint, LPCSTR name, PVOID function,
52 DWORD ordinal, LPCSTR name, DWORD hint,
stack_container.h 98 pointer allocate(size_type n, void* hint = 0) {
104 return std::allocator<T>::allocate(n, hint);
pe_image_unittest.cc 14 DWORD hint,
29 DWORD hint,
iat_patch.cc 40 DWORD ordinal, const char* name, DWORD hint,
  /external/webkit/WebKit/chromium/public/
WebViewClient.h 213 virtual void setToolTipText(const WebString&, WebTextDirection hint) { }
  /external/webkit/WebCore/bridge/c/
c_instance.cpp 220 JSValue CInstance::defaultValue(ExecState* exec, PreferredPrimitiveType hint) const
222 if (hint == PreferString)
224 if (hint == PreferNumber)
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 237 static int __GetLCIDFromName(const char* lname, LCID* lcid, char *cp, _Locale_lcid_t *hint);
240 static char const* __TranslateToSystem(const char* lname, char* buf, _Locale_lcid_t* hint, int *__err_code);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 237 static int __GetLCIDFromName(const char* lname, LCID* lcid, char *cp, _Locale_lcid_t *hint);
240 static char const* __TranslateToSystem(const char* lname, char* buf, _Locale_lcid_t* hint, int *__err_code);
    [all...]
  /system/core/adb/
commandline.c 611 /* <hint> may be:
620 * Given <hint>, try to construct an absolute path to the
623 static const char *find_product_out_path(const char *hint)
627 if (hint == NULL || hint[0] == '\0') {
633 if (adb_is_absolute_host_path(hint)) {
634 strcpy(path_buf, hint);
641 if (adb_dirstart(hint) != NULL) {
646 if (strlen(path_buf) + 1 + strlen(hint) >= sizeof(path_buf)) {
651 strcat(path_buf, hint);
    [all...]
  /external/webkit/WebCore/bridge/jni/jsc/
JavaInstanceJSC.cpp 307 JSValue JavaInstance::defaultValue(ExecState* exec, PreferredPrimitiveType hint) const
309 if (hint == PreferString)
311 if (hint == PreferNumber)
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchWidgetProvider.java 60 * Broadcast intent action for showing the next voice search hint
73 * Broadcast intent action for updating voice search hint display. Voice search hints will
93 * Preference key used for storing the index of the next voice search hint to show.
98 * Preference key used to store the time at which the first voice search hint was displayed.
171 if (DBG) Log.d(TAG, "Voice seach hint period expired; not showing hints.");
239 private static void voiceSearchHintReceived(Context context, CharSequence hint) {
240 if (DBG) Log.d(TAG, "voiceSearchHintReceived('" + hint + "')");
241 CharSequence formatted = formatVoiceSearchHint(context, hint);
274 // widget update will occur when voice search hint received
320 // Query text view hint
454 CharSequence hint = getNextHint(context, hints); local
    [all...]
  /external/openssl/crypto/bio/
b_sock.c 648 struct addrinfo *res,hint; local
659 * e.g. Solaris, default to IPv6 without any hint. Also
662 memset(&hint,0,sizeof(hint));
669 hint.ai_family = AF_INET6;
678 if ((*p_getaddrinfo.f)(h,p,&hint,&res)) break;
  /dalvik/vm/compiler/
Compiler.h 173 jitHint hint:6; // Hint to apply to final code of run member in struct:__anon695
  /external/webkit/WebKit/qt/Api/
qwebview.h 101 void setRenderHint(QPainter::RenderHint hint, bool enabled = true);

Completed in 1470 milliseconds

12 3 4 5