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

1 2 3 4 5

  /external/stlport/src/
acquire_release.h 27 _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);
locale_catalog.cpp 36 static void* _Loc_ctype_create(const char * s, _Locale_name_hint* hint, int *__err_code)
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)
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)
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)
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)
45 { return _Locale_collate_create(s, hint, __err_code);
    [all...]
locale_impl.h 102 _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);
locale_impl.cpp 150 _Locale_name_hint* _Locale_impl::insert_ctype_facets(const char* &name, char *buf, _Locale_name_hint* hint) {
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) {
    [all...]
locale.cpp 152 _Locale_name_hint *hint = 0; local
165 hint = impl->insert_ctype_facets(ctype_name, ctype_buf, hint);
166 hint = impl->insert_numeric_facets(numeric_name, numeric_buf, hint);
167 hint = impl->insert_time_facets(time_name, time_buf, hint);
168 hint = impl->insert_collate_facets(collate_name, collate_buf, hint);
169 hint = impl->insert_monetary_facets(monetary_name, monetary_buf, hint)
259 _Locale_name_hint *hint = 0; local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
acquire_release.h 27 _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);
locale_catalog.cpp 36 static void* _Loc_ctype_create(const char * s, _Locale_name_hint* hint, int *__err_code)
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)
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)
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)
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)
45 { return _Locale_collate_create(s, hint, __err_code);
    [all...]
locale_impl.h 102 _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);
locale_impl.cpp 150 _Locale_name_hint* _Locale_impl::insert_ctype_facets(const char* &name, char *buf, _Locale_name_hint* hint) {
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) {
    [all...]
locale.cpp 152 _Locale_name_hint *hint = 0; local
165 hint = impl->insert_ctype_facets(ctype_name, ctype_buf, hint);
166 hint = impl->insert_numeric_facets(numeric_name, numeric_buf, hint);
167 hint = impl->insert_time_facets(time_name, time_buf, hint);
168 hint = impl->insert_collate_facets(collate_name, collate_buf, hint);
169 hint = impl->insert_monetary_facets(monetary_name, monetary_buf, hint)
259 _Locale_name_hint *hint = 0; local
    [all...]
  /external/webkit/WebCore/bridge/qt/
qt_pixmapruntime.h 45 static QVariant variantFromObject(JSObject*, QMetaType::Type hint);
46 static bool canHandle(QMetaType::Type hint);
  /external/freetype/src/pshinter/
pshalgo.c 86 PSH_Hint hint = table->hints; local
89 for ( ; count > 0; count--, hint++ )
91 psh_hint_deactivate( hint );
92 hint->order = -1;
97 /* internal function to record a new hint */
102 PSH_Hint hint = table->hints + idx; local
107 FT_TRACE0(( "psh_hint_table_record: invalid hint index %d\n", idx ));
112 if ( psh_hint_is_active( hint ) )
115 psh_hint_activate( hint );
117 /* now scan the current active hint set to check *
270 PSH_Hint hint = &table->hints[idx]; local
405 PSH_Hint hint; local
854 PSH_Hint hint; local
1551 PSH_Hint hint = sort[nn]; local
1571 PSH_Hint hint = sort[nn]; local
1608 PSH_Hint hint = sort[nn]; local
1625 PSH_Hint hint = sort[nn]; local
1643 PSH_Hint hint = sort[nn]; local
1840 PSH_Hint hint = point->hint; local
    [all...]
  /external/ipsec-tools/src/racoon/
kmpstat.c 212 struct addrinfo hint, *ai; local
215 memset(&hint, 0, sizeof(hint));
216 hint.ai_family = PF_UNSPEC;
217 hint.ai_family = family;
218 hint.ai_socktype = SOCK_STREAM;
220 error = getaddrinfo(name, port, &hint, &ai);
  /frameworks/base/voip/java/android/net/rtp/
AudioCodec.java 113 AudioCodec hint = null; local
120 hint = codec;
128 hint = codec;
135 if (hint == null) {
138 if (hint == AMR && fmtp != null) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiveFileInfo.java 94 String filename = null, hint = null; local
102 hint = metadataCursor.getString(0);
137 filename = choosefilename(hint);
239 private static String choosefilename(String hint) {
242 // First, try to use the hint from the application, if there's one
243 if (filename == null && !(hint == null) && !hint.endsWith("/") && !hint.endsWith("\\")) {
246 hint = hint.replace('\\', '/')
    [all...]
BluetoothOppShareInfo.java 69 public BluetoothOppShareInfo(int id, String uri, String hint, String filename, String mimetype,
74 mHint = hint;
  /external/v8/src/
jump-target.h 117 virtual void Branch(Condition cc, Hint hint = no_hint);
118 virtual void Branch(Condition cc, Result* arg, Hint hint = no_hint);
157 void DoBranch(Condition cc, Hint hint);
214 virtual void Branch(Condition cc, Hint hint = no_hint);
215 virtual void Branch(Condition cc, Result* arg, Hint hint = no_hint)
    [all...]
jump-target.cc 260 void JumpTarget::Branch(Condition cc, Hint hint) {
261 DoBranch(cc, hint);
280 void JumpTarget::Branch(Condition cc, Result* arg, Hint hint) {
288 DoBranch(cc, hint);
295 void BreakTarget::Branch(Condition cc, Result* arg, Hint hint) {
306 fall_through.Branch(NegateCondition(cc), NegateHint(hint));
312 DoBranch(cc, hint);
    [all...]
  /libcore/luni/src/main/java/java/util/
ComparableTimSort.java 461 * @param hint the index at which to begin the search, 0 <= hint < n.
462 * The closer hint is to the result, the faster this method will run.
470 int base, int len, int hint) {
471 if (DEBUG) assert len > 0 && hint >= 0 && hint < len;
475 if (key.compareTo(a[base + hint]) > 0) {
476 // Gallop right until a[base+hint+lastOfs] < key <= a[base+hint+ofs]
477 int maxOfs = len - hint;
541 if (DEBUG) assert len > 0 && hint >= 0 && hint < len; local
    [all...]
TimSort.java 493 * @param hint the index at which to begin the search, 0 <= hint < n.
494 * The closer hint is to the result, the faster this method will run.
502 private static <T> int gallopLeft(T key, T[] a, int base, int len, int hint,
504 if (DEBUG) assert len > 0 && hint >= 0 && hint < len;
507 if (c.compare(key, a[base + hint]) > 0) {
508 // Gallop right until a[base+hint+lastOfs] < key <= a[base+hint+ofs]
509 int maxOfs = len - hint;
574 if (DEBUG) assert len > 0 && hint >= 0 && hint < len; local
    [all...]
  /external/chromium/base/
pe_image.cc 256 UINT hint; local
257 for (hint = 0; hint < num_names; hint++) {
258 if (ordinals[hint] == count) {
259 name = reinterpret_cast<LPCSTR>(RVAToAddr(names[hint]));
265 hint = 0;
276 if (!callback(*this, ordinal_base + count, hint, name, func, forward,
345 WORD hint = 0; local
353 hint = import->Hint
438 WORD hint = 0; local
    [all...]
  /external/webkit/WebCore/platform/qt/
QWebPageClient.h 59 virtual void setInputMethodHint(Qt::InputMethodHint hint, bool enable) = 0;
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 85 struct _Locale_name_hint* hint, int *__err_code)
89 struct _Locale_name_hint* hint, int *__err_code)
93 struct _Locale_name_hint* hint, int *__err_code)
97 struct _Locale_name_hint* hint, int *__err_code)
101 struct _Locale_name_hint* hint, int *__err_code)
105 struct _Locale_name_hint* hint, int *__err_code)
109 struct _Locale_name_hint* hint, int *__err_code)
157 struct _Locale_name_hint* hint, int *__err_code)
161 struct _Locale_name_hint* hint, int *__err_code)
165 struct _Locale_name_hint* hint, int *__err_code
    [all...]
  /external/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...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 89 struct _Locale_name_hint* hint, int *__err_code)
93 struct _Locale_name_hint* hint, int *__err_code)
97 struct _Locale_name_hint* hint, int *__err_code)
101 struct _Locale_name_hint* hint, int *__err_code)
105 struct _Locale_name_hint* hint, int *__err_code)
109 struct _Locale_name_hint* hint, int *__err_code)
113 struct _Locale_name_hint* hint, int *__err_code)
161 struct _Locale_name_hint* hint, int *__err_code)
165 struct _Locale_name_hint* hint, int *__err_code)
169 struct _Locale_name_hint* hint, int *__err_code
    [all...]

Completed in 442 milliseconds

1 2 3 4 5