HomeSort by relevance Sort by last modified time
    Searched refs:hint (Results 76 - 100 of 310) sorted by null

1 2 34 5 6 7 8 91011>>

  /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...]
  /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/apps/VideoEditor/src/com/android/videoeditor/
AlertDialogs.java 89 * @param hint hint text to be shown in the edit box
97 String hint) {
104 // Set the text or hint if they are available.
111 if (hint != null) textInput.setHint(hint);
  /external/kernel-headers/original/asm-mips/
asm.h 146 #define PREF(hint,addr) \
149 pref hint, addr; \
152 #define PREFX(hint,addr) \
155 prefx hint, addr; \
160 #define PREF(hint, addr)
161 #define PREFX(hint, addr)
  /frameworks/support/v4/java/android/support/v4/widget/
SearchViewCompat.java 43 void setQueryHint(View searchView, CharSequence hint);
100 public void setQueryHint(View searchView, CharSequence hint) {
194 public void setQueryHint(View searchView, CharSequence hint) {
195 SearchViewCompatHoneycomb.setQueryHint(searchView, hint);
425 * Sets the hint text to display in the query text field. This overrides any hint specified
429 * @param hint the hint text to display
431 public static void setQueryHint(View searchView, CharSequence hint) {
432 IMPL.setQueryHint(searchView, hint);
    [all...]
  /frameworks/support/v4/honeycomb/android/support/v4/widget/
SearchViewCompatHoneycomb.java 91 public static void setQueryHint(View searchView, CharSequence hint) {
92 ((SearchView) searchView).setQueryHint(hint);
  /art/runtime/gc/accounting/
gc_allocator.h 61 pointer allocate(size_type n, const_pointer hint = 0) {
  /external/chromium_org/content/renderer/gpu/
compositor_software_output_device.h 83 size_t FindFreeBuffer(size_t hint);
  /external/chromium_org/media/audio/linux/
audio_manager_linux.h 60 void GetAlsaDevicesInfo(void** hint, media::AudioDeviceNames* device_names);
  /external/chromium_org/third_party/freetype/src/cff/
cffobjs.h 75 FT_Bool hint; member in struct:CFF_GlyphSlotRec_
  /external/chromium_org/v8/src/
v8.h 115 static bool IdleNotification(int hint);
lithium-allocator.h 247 UsePosition(LifetimePosition pos, LOperand* operand, LOperand* hint);
252 LOperand* hint() const { return hint_; } function in class:v8::internal::UsePosition
339 if (pos != NULL) return pos->hint();
375 LOperand* hint,
495 void Define(LifetimePosition position, LOperand* operand, LOperand* hint);
499 LOperand* hint);
  /external/freetype/src/cff/
cffobjs.h 75 FT_Bool hint; member in struct:CFF_GlyphSlotRec_
  /external/v8/src/
v8.h 112 static bool IdleNotification(int hint);
lithium-allocator.h 252 LOperand* hint() const { return hint_; } function in class:v8::internal::UsePosition
253 void set_hint(LOperand* hint) { hint_ = hint; }
332 if (pos != NULL) return pos->hint();
509 void Define(LifetimePosition position, LOperand* operand, LOperand* hint);
513 LOperand* hint);
  /external/chromium_org/cc/resources/
resource_provider.h 83 TextureUsageHint hint);
89 TextureUsageHint hint);
95 TextureUsageHint hint);
345 TextureUsageHint hint);
374 TextureUsageHint hint; member in struct:cc::ResourceProvider::Resource
  /external/e2fsprogs/lib/ext2fs/
icount.c 213 ext2_icount_t hint, ext2_icount_t *ret)
220 if (hint) {
221 EXT2_CHECK_MAGIC(hint, EXT2_ET_MAGIC_ICOUNT);
222 if (hint->size > size)
223 size = (size_t) hint->size;
260 * found in the hint icount (since those are ones which will
263 if (hint) {
264 for (i=0; i < hint->count; i++)
265 icount->list[i].ino = hint->list[i].ino;
266 icount->count = hint->count
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 75 String hint,
88 path = Uri.parse(hint).getPath();
92 path = chooseFilename(url, hint, contentDisposition, contentLocation,
153 private static String chooseFilename(String url, String hint, String contentDisposition,
157 // First, try to use the hint from the application, if there's one
158 if (filename == null && hint != null && !hint.endsWith("/")) {
160 Log.v(Constants.TAG, "getting filename from hint");
162 int index = hint.lastIndexOf('/') + 1;
164 filename = hint.substring(index)
    [all...]
  /external/chromium_org/third_party/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...]
  /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 */
674 PS_Hint hint = dim->hints.hints local
    [all...]
  /device/samsung/manta/power/
power_manta.c 166 static void manta_power_hint(struct power_module *module, power_hint_t hint,
173 switch (hint) {
  /external/chromium/base/
stack_container.h 99 pointer allocate(size_type n, void* hint = 0) {
105 return std::allocator<T>::allocate(n, hint);
  /external/chromium/base/win/
pe_image.h 40 DWORD hint, LPCSTR name, PVOID function,
56 DWORD ordinal, LPCSTR name, DWORD hint,
  /external/chromium_org/base/containers/
stack_container.h 99 pointer allocate(size_type n, void* hint = 0) {
105 return std::allocator<T>::allocate(n, hint);
  /external/chromium_org/base/win/
pe_image.h 44 DWORD hint, LPCSTR name, PVOID function,
60 DWORD ordinal, LPCSTR name, DWORD hint,

Completed in 2310 milliseconds

1 2 34 5 6 7 8 91011>>