Searched refs:hint (Results 1 - 25 of 283) sorted by last modified time

1234567891011>>

/external/valgrind/main/none/tests/ppc32/
H A Djm-misc.stdout.exp2 dcbtct with various hint values completes with no exceptions
4 dcbtds with various hint values completes with no exceptions
6 dcbtst with various hint values completes with no exceptions
/external/valgrind/main/none/tests/ppc64/
H A Djm-misc.stdout.exp2 dcbtct with various hint values completes with no exceptions
4 dcbtds with various hint values completes with no exceptions
6 dcbtst with various hint values completes with no exceptions
/external/vixl/src/a64/
H A Dassembler-a64.cc1197 void Assembler::hint(SystemHint code) { function in class:vixl::Assembler
H A Dassembler-a64.h681 // Branch to register with return hint.
1214 // System hint.
1215 void hint(SystemHint code);
1229 hint(NOP);
H A Dmacro-assembler-a64.h721 hint(code);
/external/stlport/src/
H A Dacquire_release.h27 _Locale_ctype* _STLP_CALL __acquire_ctype(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
28 _Locale_codecvt* _STLP_CALL __acquire_codecvt(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
29 _Locale_numeric* _STLP_CALL __acquire_numeric(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
30 _Locale_collate* _STLP_CALL __acquire_collate(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
31 _Locale_monetary* _STLP_CALL __acquire_monetary(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
33 _Locale_messages* _STLP_CALL __acquire_messages(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
H A Dlocale.cpp153 _Locale_name_hint *hint = 0; local
166 hint = impl->insert_ctype_facets(ctype_name, ctype_buf, hint);
167 hint = impl->insert_numeric_facets(numeric_name, numeric_buf, hint);
168 hint = impl->insert_time_facets(time_name, time_buf, hint);
169 hint = impl->insert_collate_facets(collate_name, collate_buf, hint);
170 hint
261 _Locale_name_hint *hint = 0; local
[all...]
H A Dlocale_catalog.cpp36 static void* _Loc_ctype_create(const char * s, _Locale_name_hint* hint, int *__err_code) argument
37 { return _Locale_ctype_create(s, hint, __err_code); }
38 static void* _Loc_codecvt_create(const char * s, _Locale_name_hint* hint, int *__err_code) argument
39 { return _Locale_codecvt_create(s, hint, __err_code); }
40 static void* _Loc_numeric_create(const char * s, _Locale_name_hint* hint, int *__err_code) argument
41 { return _Locale_numeric_create(s, hint, __err_code); }
42 static void* _Loc_time_create(const char * s, _Locale_name_hint* hint, int *__err_code) argument
43 { return _Locale_time_create(s, hint, __err_code); }
44 static void* _Loc_collate_create(const char * s, _Locale_name_hint* hint, int *__err_code) argument
45 { return _Locale_collate_create(s, hint, __err_cod
46 _Loc_monetary_create(const char * s, _Locale_name_hint* hint, int *__err_code) argument
48 _Loc_messages_create(const char * s, _Locale_name_hint* hint, int *__err_code) argument
140 __acquire_category(const char* &name, char *buf, _Locale_name_hint* hint, loc_extract_name_func_t extract_name, loc_create_func_t create_obj, loc_default_name_func_t default_name, Category_Map ** M, int *__err_code) argument
236 __acquire_ctype(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) argument
241 __acquire_codecvt(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) argument
246 __acquire_numeric(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) argument
251 __acquire_time(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) argument
256 __acquire_collate(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) argument
261 __acquire_monetary(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) argument
266 __acquire_messages(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) argument
[all...]
H A Dlocale_impl.cpp150 _Locale_name_hint* _Locale_impl::insert_ctype_facets(const char* &name, char *buf, _Locale_name_hint* hint) { argument
170 _Locale_ctype *__lct = _STLP_PRIV __acquire_ctype(name, buf, hint, &__err_code);
173 return hint;
176 if (hint == 0) hint = _Locale_get_ctype_hint(__lct);
190 _Locale_ctype *__lwct = _STLP_PRIV __acquire_ctype(name, buf, hint, &__err_code);
193 return hint;
201 _Locale_codecvt *__lwcvt = _STLP_PRIV __acquire_codecvt(name, buf, hint, &__err_code);
219 return hint;
222 _Locale_name_hint* _Locale_impl::insert_numeric_facets(const char* &name, char *buf, _Locale_name_hint* hint) { argument
288 insert_time_facets(const char* &name, char *buf, _Locale_name_hint* hint) argument
350 insert_collate_facets(const char* &name, char *buf, _Locale_name_hint* hint) argument
406 insert_monetary_facets(const char* &name, char *buf, _Locale_name_hint* hint) argument
511 insert_messages_facets(const char* &name, char *buf, _Locale_name_hint* hint) argument
[all...]
H A Dlocale_impl.h102 _Locale_name_hint* insert_ctype_facets(const char* &name, char *buf, _Locale_name_hint* hint);
103 _Locale_name_hint* insert_numeric_facets(const char* &name, char *buf, _Locale_name_hint* hint);
104 _Locale_name_hint* insert_time_facets(const char* &name, char *buf, _Locale_name_hint* hint);
105 _Locale_name_hint* insert_collate_facets(const char* &name, char *buf, _Locale_name_hint* hint);
106 _Locale_name_hint* insert_monetary_facets(const char* &name, char *buf, _Locale_name_hint* hint);
107 _Locale_name_hint* insert_messages_facets(const char* &name, char *buf, _Locale_name_hint* hint);
/external/stlport/src/c_locale_dummy/
H A Dc_locale_dummy.c91 struct _Locale_name_hint* hint UNUSED,
96 struct _Locale_name_hint* hint UNUSED,
101 struct _Locale_name_hint* hint UNUSED,
106 struct _Locale_name_hint* hint UNUSED,
111 struct _Locale_name_hint* hint UNUSED,
116 struct _Locale_name_hint* hint UNUSED,
121 struct _Locale_name_hint* hint UNUSED,
171 struct _Locale_name_hint* hint UNUSED,
177 struct _Locale_name_hint* hint UNUSED,
183 struct _Locale_name_hint* hint UNUSE
[all...]
/external/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c59 struct _Locale_ctype *_Locale_ctype_create(const char *nm, struct _Locale_name_hint* hint, argument
65 struct _Locale_codecvt *_Locale_codecvt_create(const char *nm, struct _Locale_name_hint* hint, argument
73 struct _Locale_numeric *_Locale_numeric_create(const char *nm, struct _Locale_name_hint* hint, argument
79 struct _Locale_time *_Locale_time_create(const char *nm, struct _Locale_name_hint* hint, argument
85 struct _Locale_collate *_Locale_collate_create(const char *nm, struct _Locale_name_hint* hint, argument
91 struct _Locale_monetary *_Locale_monetary_create(const char *nm, struct _Locale_name_hint* hint, argument
97 struct _Locale_messages *_Locale_messages_create(const char *nm, struct _Locale_name_hint* hint, argument
242 struct _Locale_name_hint* hint, int *__err_code)
246 struct _Locale_name_hint* hint, int *__err_code)
250 struct _Locale_name_hint* hint, in
241 _Locale_extract_ctype_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
245 _Locale_extract_numeric_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
249 _Locale_extract_time_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
253 _Locale_extract_collate_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
257 _Locale_extract_monetary_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
261 _Locale_extract_messages_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
[all...]
/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c237 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);
989 _Locale_lcid_t* hint, int *__err_code) {
994 return __TranslateToSystem(cname, buf, hint, __err_code);
998 _Locale_lcid_t* hint, int *__err_code)
999 { return _Locale_extract_category_name(cname, "LC_CTYPE", buf, hint, __err_code); }
1002 _Locale_lcid_t* hint, int *__err_code)
1003 { return _Locale_extract_category_name(cname, "LC_NUMERIC", buf, hint, __err_code); }
1006 _Locale_lcid_t* hint, int *__err_code)
1007 { return _Locale_extract_category_name(cname, "LC_TIME", buf, hint, __err_cod
988 _Locale_extract_category_name(const char* name, const char* category, char* buf, _Locale_lcid_t* hint, int *__err_code) argument
997 _Locale_extract_ctype_name(const char* cname, char* buf, _Locale_lcid_t* hint, int *__err_code) argument
1001 _Locale_extract_numeric_name(const char* cname, char* buf, _Locale_lcid_t* hint, int *__err_code) argument
1005 _Locale_extract_time_name(const char* cname, char* buf, _Locale_lcid_t* hint, int *__err_code) argument
1009 _Locale_extract_collate_name(const char* cname, char* buf, _Locale_lcid_t* hint, int *__err_code) argument
1013 _Locale_extract_monetary_name(const char* cname, char* buf, _Locale_lcid_t* hint, int *__err_code) argument
1017 _Locale_extract_messages_name(const char* cname, char* buf, _Locale_lcid_t* hint, int *__err_code) argument
1539 __GetLCIDFromName(const char* lname, LCID* lcid, char* cp, _Locale_lcid_t *hint) argument
1649 __TranslateToSystem(const char* lname, char* buf, _Locale_lcid_t* hint, int *__err_code) argument
[all...]
/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/skia/src/core/
H A DSkPaint.cpp2077 static uint32_t pack_paint_flags(unsigned flags, unsigned hint, unsigned align, argument
2080 ASSERT_FITS_IN(hint, kHint_BPF);
2087 return (flags << 16) | (hint << 14) | (align << 12) | (filter << 10) | flatFlags;
H A DSkScalerContext.h346 unsigned hint = (fFlags & SkScalerContext::kHinting_Mask) >> local
348 return static_cast<SkPaint::Hinting>(hint);
/external/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.cc237 void FontHeaderTable::Builder::SetFontDirectionHint(int32_t hint) { argument
238 InternalWriteData()->WriteShort(Offset::kFontDirectionHint, hint);
H A Dfont_header_table.h86 virtual void SetFontDirectionHint(int32_t hint);
/external/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js3252 function computeReplacedSel(doc, changes, hint) {
3261 if (hint == "around") {
/external/skia/platform_tools/android/bin/
H A Dadb_list_devices.py75 def FindADB(hint=None):
78 1. If a hint was provided, is it a valid path to ADB?
84 hint: string indicating a possible path to ADB.
86 # 1. If a hint was provided, does it point to ADB?
87 if hint:
88 if os.path.basename(hint) == 'adb':
89 adb = hint
91 adb = os.path.join(hint, 'adb')
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTextView.java414 String hint = attributeSet.getAttributeValue("android", "hint");
415 if (hint != null) {
416 if (hint.startsWith("@string/")) {
417 int textResId = attributeSet.getAttributeResourceValue("android", "hint", 0);
418 hint = context.getResources().getString(textResId);
421 setHint(hint);
/external/qemu/
H A Dblock.c387 static int refresh_total_sectors(BlockDriverState *bs, int64_t hint) argument
395 /* query actual device if possible, otherwise just trust the hint */
401 hint = length >> BDRV_SECTOR_BITS;
404 bs->total_sectors = hint;
1220 /* if a geometry hint is available, use it */
/external/pcre/dist/
H A Dpcregrep.c256 pcre_extra *hint; member in struct:patstr
480 p->hint = NULL;
508 if (p->hint != NULL) pcre_free_study(p->hint);
1449 *mrc = pcre_exec(p->compiled, p->hint, matchptr, (int)length,
1652 match = (pcre_exec(patterns->compiled, patterns->hint, ptr, length, 0,
3138 cp->hint = pcre_study(cp->compiled, study_options, &error);
3147 if (jit_stack != NULL && cp->hint != NULL)
3148 pcre_assign_jit_stack(cp->hint, NULL, jit_stack);
3160 cp->hint
[all...]

Completed in 4481 milliseconds

1234567891011>>