/external/kernel-headers/original/asm-arm/ |
fcntl.h | 6 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */
|
/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.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...] |
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);
|
/external/freetype/src/pshinter/ |
pshalgo.c | 85 PSH_Hint hint = table->hints; local 88 for ( ; count > 0; count--, hint++ ) 90 psh_hint_deactivate( hint ); 91 hint->order = -1; 96 /* internal function to record a new hint */ 101 PSH_Hint hint = table->hints + idx; local 106 FT_TRACE0(( "psh_hint_table_record: invalid hint index %d\n", idx )); 111 if ( psh_hint_is_active( hint ) ) 114 psh_hint_activate( hint ); 116 /* now scan the current active hint set to check * 269 PSH_Hint hint = &table->hints[idx]; local 404 PSH_Hint hint; local 853 PSH_Hint hint; local 1550 PSH_Hint hint = sort[nn]; local 1570 PSH_Hint hint = sort[nn]; local 1607 PSH_Hint hint = sort[nn]; local 1624 PSH_Hint hint = sort[nn]; local 1642 PSH_Hint hint = sort[nn]; local 1834 PSH_Hint hint = point->hint; local [all...] |
pshrec.h | 51 /* handle to hint record */ 54 /* hint types */ 63 /* hint flags */ 72 /* hint descriptor */ 97 /* hint and counter mask descriptor */
|
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...] |
/frameworks/base/awt/java/awt/ |
RenderingHints.java | 40 * The Constant KEY_ALPHA_INTERPOLATION - alpha interpolation rendering hint 47 * rendering hint value. 54 * rendering hint value. 61 * rendering hint value. 67 * The Constant KEY_ANTIALIASING - antialiasing rendering hint key. 72 * The Constant VALUE_ANTIALIAS_DEFAULT - antialiasing rendering hint value. 77 * The Constant VALUE_ANTIALIAS_ON - antialiasing rendering hint value. 82 * The Constant VALUE_ANTIALIAS_OFF - antialiasing rendering hint value. 87 * The Constant KEY_COLOR_RENDERING - color rendering hint key. 92 * The Constant VALUE_COLOR_RENDER_DEFAULT - color rendering hint value [all...] |
/frameworks/base/docs/html/resources/articles/ |
listview-backgrounds.jd | 45 introduced an optimization called the "cache color hint." The cache color hint 47 in Android's dark theme. When this hint is set, <code>ListView</code> (actually, 51 the cache color hint value and this is exactly what you see on the image above, 63 framework reuses the cache color hint. When this hint is set, the framework 64 copies each child of the list in a <code>Bitmap</code> filled with the hint 68 required. Also, since the default cache color hint is <code>#191919</code>, you 71 <p>To fix this issue, all you have to do is either disable the cache color hint 72 optimization, if you use a non-solid color background, or set the hint to th [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/function/ |
String.js | 53 should applied ToPrimitive(input arg, hint String) first, and later ToString(). 54 And just like previous one, ToPrimitive() will use [[DefaultValue]](hint) 55 with hint String to convert the input (toString() below uses the rule in ECMA 15.2.4.2): 70 should applied ToPrimitive(input arg, hint String) first, and later ToString(). 71 And just like previous one, ToPrimitive() will use [[DefaultValue]](hint) 72 with hint String to convert the input (toString() below uses the rule in ECMA 15.2.4.2):
|
Number.js | 68 ToPrimitive(input arg, hint Number) first, and than ToNumber() later. However, 69 ToPrimitive() will use [[DefaultValue]](hint) rule when input Type was Object 70 (ECMA 8.6.2.6). So the input [1,2,3] will applied [[DefaultValue]](hint) rule 71 with hint Number, and it looks like this:
|
/cts/tests/res/layout/ |
textview_hint_linksclickable_freezestext.xml | 28 android:hint=""/> 33 android:hint="@string/text_view_simple_hint"/> 38 android:hint="@string/text_view_hint"/>
|
dialerfilter_layout.xml | 22 <EditText android:id="@android:id/hint" 30 android:layout_below="@android:id/hint"/>
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/ |
adaptationlayer.h | 220 uint16 hint = 0; local 231 hint = 0; 235 hint = 1; 239 hint = lcnParams->adaptationLayerType.al3->controlFieldOctets; 242 return GetAdaptationLayer(dir, al_index, sdu_size, max_num_sdus, hint); 249 uint16 hint) 261 al = new(ptr)AdaptationLayer2(dir, sdu_size, max_num_sdus, (hint ? true : false)); 265 al = new(ptr)AdaptationLayer3(dir, sdu_size, max_num_sdus, hint);
|
/external/webkit/WebCore/bridge/qt/ |
qt_pixmapruntime.h | 45 static QVariant variantFromObject(JSObject*, QMetaType::Type hint); 46 static bool canHandle(QMetaType::Type hint);
|
/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...] |
/dalvik/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/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);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/ |
FieldContext.java | 34 static final String HINT = "hint"; 68 bundle.putString(HINT, safeToString(info.hintText));
|
/development/samples/Wiktionary/res/xml/ |
searchable.xml | 19 android:hint="@string/search_hint" />
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.6.1-3.js | 51 Note that no hint is provided in the calls to ToPrimitive in steps 5 and 6. 53 hint as if the hint Number were given; Date objects handle the absence of a 54 hint as if the hint String were given. Host objects may handle the absence 55 of a hint in some other manner.
|
/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...] |