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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/media/audio/linux/
alsa_wrapper.cc 26 char* AlsaWrapper::DeviceNameGetHint(const void* hint, const char* id) {
27 return snd_device_name_get_hint(hint, id);
alsa_wrapper.h 22 virtual char* DeviceNameGetHint(const void* hint, const char* id);
  /external/v8/src/
v8.cc 174 bool V8::IdleNotification(int hint) {
180 return HEAP->IdleNotification(hint);
  /hardware/qcom/power/
power.c 186 static void power_hint(struct power_module *module, power_hint_t hint,
188 switch (hint) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/
allocators.h 89 T* allocate(std::size_t n, const void* hint)
92 return (T*)hint;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/
allocators.h 89 T* allocate(std::size_t n, const void* hint)
92 return (T*)hint;
  /dalvik/vm/interp/
InterpState.h 212 JitHint hint:7; // Hint to apply to final code of run member in struct:JitCodeDesc
  /external/chromium_org/remoting/client/plugin/
pepper_port_allocator.cc 156 PP_HostResolver_Private_Hint hint; local
157 hint.flags = 0;
158 hint.family = PP_NETADDRESSFAMILY_PRIVATE_IPV4;
160 hostname, port, hint,
  /frameworks/native/include/gui/
IGraphicBufferConsumer.h 197 virtual status_t setTransformHint(uint32_t hint) = 0;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowPage.java 254 public int findItemIndex(Path path, int hint) {
255 return hint;
324 public int findItemIndex(Path path, int hint) {
325 return mMediaSet.getIndexOfItem(path, hint);
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 237 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);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 237 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);
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java 414 String hint = attributeSet.getAttributeValue("android", "hint"); local
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/antlr/antlr-3.4/runtime/C/include/
antlr3defs.h 576 ANTLR3_API pANTLR3_COMMON_TOKEN_STREAM antlr3CommonTokenStreamSourceNew (ANTLR3_UINT32 hint, pANTLR3_TOKEN_SOURCE source);
577 ANTLR3_API pANTLR3_COMMON_TOKEN_STREAM antlr3CommonTokenStreamNew (ANTLR3_UINT32 hint);
578 ANTLR3_API pANTLR3_COMMON_TOKEN_STREAM antlr3CommonTokenDebugStreamSourceNew (ANTLR3_UINT32 hint, pANTLR3_TOKEN_SOURCE source, pANTLR3_DEBUG_EVENT_LISTENER debugger);
597 ANTLR3_API pANTLR3_COMMON_TREE_NODE_STREAM antlr3CommonTreeNodeStreamNewTree (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 hint);
598 ANTLR3_API pANTLR3_COMMON_TREE_NODE_STREAM antlr3CommonTreeNodeStreamNew (pANTLR3_STRING_FACTORY strFactory, ANTLR3_UINT32 hint);
599 ANTLR3_API pANTLR3_COMMON_TREE_NODE_STREAM antlr3UnbufTreeNodeStreamNewTree (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 hint);
600 ANTLR3_API pANTLR3_COMMON_TREE_NODE_STREAM antlr3UnbufTreeNodeStreamNew (pANTLR3_STRING_FACTORY strFactory, ANTLR3_UINT32 hint);
  /external/chromium_org/third_party/jinja2/
runtime.py 431 def __init__(self, hint=None, obj=missing, name=None, exc=UndefinedError):
432 self._undefined_hint = hint
444 hint = '%r is undefined' % self._undefined_name
446 hint = '%s has no element %r' % (
451 hint = '%r has no attribute %r' % (
456 hint = self._undefined_hint
457 raise self._undefined_exception(hint)
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
b_sock.c 672 struct addrinfo *res,hint; local
683 * e.g. Solaris, default to IPv6 without any hint. Also
686 memset(&hint,0,sizeof(hint));
687 hint.ai_flags = AI_PASSIVE;
694 hint.ai_family = AF_INET6;
701 hint.ai_family = AF_INET;
706 if ((*p_getaddrinfo.f)(h,p,&hint,&res)) break;
  /external/openssl/crypto/bio/
b_sock.c 672 struct addrinfo *res,hint; local
683 * e.g. Solaris, default to IPv6 without any hint. Also
686 memset(&hint,0,sizeof(hint));
687 hint.ai_flags = AI_PASSIVE;
694 hint.ai_family = AF_INET6;
701 hint.ai_family = AF_INET;
706 if ((*p_getaddrinfo.f)(h,p,&hint,&res)) break;
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 215 * <p>Sets the optional hint text that is displayed at the bottom of the
219 * @param hint the text to be displayed to the user
225 public void setCompletionHint(CharSequence hint) {
226 mHintText = hint;
227 if (hint != null) {
235 mHintView.setText(hint);
244 * Gets the optional hint text displayed at the bottom of the the matching list.
246 * @return The hint text, if any
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsTest.java 64 for (int hint = 0; hint < stats.size(); hint++) {
65 assertEquals(0, stats.findIndexHinted(TEST_IFACE, 100, SET_DEFAULT, TAG_NONE, hint));
66 assertEquals(1, stats.findIndexHinted(TEST_IFACE, 101, SET_DEFAULT, TAG_NONE, hint));
67 assertEquals(2, stats.findIndexHinted(TEST_IFACE, 102, SET_DEFAULT, TAG_NONE, hint));
68 assertEquals(3, stats.findIndexHinted(TEST_IFACE2, 100, SET_FOREGROUND, TAG_NONE, hint));
69 assertEquals(4, stats.findIndexHinted(TEST_IFACE2, 101, SET_DEFAULT, 0xF00D, hint));
70 assertEquals(5, stats.findIndexHinted(TEST_IFACE2, 102, SET_DEFAULT, TAG_NONE, hint));
71 assertEquals(-1, stats.findIndexHinted(TEST_IFACE, 6, SET_DEFAULT, TAG_NONE, hint));
    [all...]
  /system/core/adb/
commandline.c 854 /* <hint> may be:
863 * Given <hint>, try to construct an absolute path to the
866 static const char *find_product_out_path(const char *hint)
870 if (hint == NULL || hint[0] == '\0') {
876 if (adb_is_absolute_host_path(hint)) {
877 strcpy(path_buf, hint);
884 if (adb_dirstart(hint) != NULL) {
889 if (strlen(path_buf) + 1 + strlen(hint) >= sizeof(path_buf)) {
894 strcat(path_buf, hint);
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview.css 145 span.hint {
157 span.hint.visible {
168 span.hint.closing {
  /external/oprofile/events/mips/r10000/
events 34 event:0x0e counters:1 um:zero minimum:500 name:STORES_OR_STORE_PREF_TO_CLEANEXCLUSIVE_SCACHE_BLOCKS : Stores or prefetches with store hint to CleanExclusive secondary cache blocks
36 event:0x0f counters:1 um:zero minimum:500 name:STORES_OR_STORE_PREF_TO_SHD_SCACHE_BLOCKS : Stores or prefetches with store hint to Shared secondary cache blocks
  /external/sfntly/cpp/src/sfntly/table/core/
font_header_table.h 86 virtual void SetFontDirectionHint(int32_t hint);
  /external/chromium_org/v8/src/
lithium-allocator.cc 61 LOperand* hint)
63 hint_(hint),
450 LOperand* hint,
455 UsePosition* use_pos = new(zone) UsePosition(pos, operand, hint);
474 current_hint_operand_ = hint;
723 LOperand* hint) {
737 range->AddUsePosition(position, unalloc_operand, hint, zone());
745 LOperand* hint) {
750 range->AddUsePosition(position, unalloc_operand, hint, zone());
933 LOperand* hint = to local
1303 LOperand* hint = NULL; local
1800 LOperand* hint = current->FirstHint(); local
    [all...]
  /bionic/libc/kernel/arch-mips/asm/
asm.h 56 #define PREF(hint, addr)
57 #define PREFX(hint, addr)

Completed in 1482 milliseconds

1 2 3 45 6 7 8 91011>>