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

1 2 3 4 5 6 7 8 9

  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
HelpersTest.java 33 String hint = "file:///com.android.providers.downloads/test"; local
37 hint,
41 assertEquals(hint, fileName);
  /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 153 _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 = impl->insert_monetary_facets(monetary_name, monetary_buf, hint)
260 _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 153 _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 = impl->insert_monetary_facets(monetary_name, monetary_buf, hint)
260 _Locale_name_hint *hint = 0; local
    [all...]
  /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...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiveFileInfo.java 94 String filename = null, hint = null, mimeType = null; local
102 hint = metadataCursor.getString(0);
138 filename = choosefilename(hint);
244 private static String choosefilename(String hint) {
247 // First, try to use the hint from the application, if there's one
248 if (filename == null && !(hint == null) && !hint.endsWith("/") && !hint.endsWith("\\")) {
251 hint = hint.replace('\\', '/')
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DialerFilterRule.java 44 INode hint = node.appendChild(FQCN_EDIT_TEXT); local
45 hint.setAttribute(ANDROID_URI, ATTR_TEXT, "Hint");
46 hint.setAttribute(ANDROID_URI, ATTR_ID, "@android:id/hint"); //$NON-NLS-1$
47 hint.setAttribute(ANDROID_URI, ATTR_LAYOUT_WIDTH, fillParent);
53 "@android:id/hint"); //$NON-NLS-1$
  /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/opt/net/voip/src/java/android/net/rtp/
AudioCodec.java 112 AudioCodec hint = null; local
119 hint = codec;
127 hint = codec;
134 if (hint == null) {
137 if (hint == AMR && fmtp != null) {
  /external/kernel-headers/original/asm-mips/
prefetch.h 47 .macro __pref hint addr
49 pref \hint, \addr
  /external/webkit/Source/WebCore/bridge/qt/
qt_pixmapruntime.h 47 static QVariant variantFromObject(JSObject*, QMetaType::Type hint);
48 static bool canHandle(QMetaType::Type hint);
  /hardware/libhardware/modules/power/
power.c 36 static void power_hint(struct power_module *module, power_hint_t hint,
38 switch (hint) {
  /external/linux-tools-perf/util/
strbuf.c 19 void strbuf_init(struct strbuf *sb, ssize_t hint)
23 if (hint)
24 strbuf_grow(sb, hint);
108 ssize_t strbuf_read(struct strbuf *sb, int fd, ssize_t hint)
113 strbuf_grow(sb, hint ? hint : 8192);
strbuf.h 53 extern void strbuf_init(struct strbuf *buf, ssize_t hint);
90 extern ssize_t strbuf_read(struct strbuf *, int fd, ssize_t hint);
  /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;
    [all...]
  /hardware/libhardware/include/hardware/
power.h 37 * Power hint identifiers passed to (*powerHint)
115 * A particular platform may choose to ignore any hint.
120 void (*powerHint)(struct power_module *module, power_hint_t hint,
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 120 // Find the best physreg hist and the best virtreg hint.
124 // Don't recompute a target specific hint.
162 unsigned hint = copyHint(mi, li.reg, tri, mri); local
163 if (!hint)
165 float hweight = Hint[hint] += weight;
166 if (TargetRegisterInfo::isPhysicalRegister(hint)) {
167 if (hweight > bestPhys && mri.isAllocatable(hint))
168 bestPhys = hweight, hintPhys = hint;
171 bestVirt = hweight, hintVirt = hint;
    [all...]

Completed in 569 milliseconds

1 2 3 4 5 6 7 8 9