Searched refs:detail (Results 1 - 25 of 116) sorted by relevance

12345

/external/llvm/lib/Support/
H A DHashing.cpp23 size_t llvm::hashing::detail::fixed_seed_override = 0;
28 hashing::detail::fixed_seed_override = fixed_value;
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSFTPException.java28 String[] detail = ErrorCodes.getDescription(errorCode);
30 if (detail == null)
33 return s + " (" + detail[0] + ": " + detail[1] + ")";
71 String[] detail = ErrorCodes.getDescription(sftpErrorCode);
73 if (detail == null)
76 return detail[0];
86 String[] detail = ErrorCodes.getDescription(sftpErrorCode);
88 if (detail == null)
91 return detail[
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
H A DAssertionFailedException.java31 * @param detail
34 public AssertionFailedException(String detail) { argument
35 super(detail);
/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dconstants.hpp27 namespace detail { namespace in namespace:boost
/external/llvm/include/llvm/Support/
H A DEndian.h27 namespace detail { namespace in namespace:llvm::support
48 } // end namespace detail
54 reinterpret_cast<const detail::alignment_access_helper
65 reinterpret_cast<detail::alignment_access_helper<value_type, align> *>
72 reinterpret_cast<const detail::alignment_access_helper
83 reinterpret_cast<detail::alignment_access_helper<value_type, align> *>
88 namespace detail { namespace in namespace:llvm::support
147 } // end namespace detail
149 typedef detail::packed_endian_specific_integral
151 typedef detail
[all...]
/external/webkit/Source/WebCore/dom/
H A DCustomEvent.cpp41 void CustomEvent::initCustomEvent(const AtomicString& type, bool canBubble, bool cancelable, ScriptValue detail) argument
48 m_detail = detail;
H A DCustomEvent.h44 void initCustomEvent(const AtomicString& type, bool canBubble, bool cancelable, ScriptValue detail);
48 ScriptValue detail() const { return m_detail; } function in class:WebCore::CustomEvent
H A DUIEvent.h40 static PassRefPtr<UIEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail) argument
42 return adoptRef(new UIEvent(type, canBubble, cancelable, view, detail));
46 void initUIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, int detail);
49 int detail() const { return m_detail; } function in class:WebCore::UIEvent
66 UIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, int detail);
H A DCustomEvent.idl32 readonly attribute DOMObject detail;
H A DUIEvent.idl25 readonly attribute long detail;
31 in long detail);
H A DUIEventWithKeyState.h48 int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
49 : UIEvent(type, canBubble, cancelable, view, detail)
47 UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
H A DMouseEvent.h43 int detail, int screenX, int screenY, int pageX, int pageY,
47 return adoptRef(new MouseEvent(type, canBubble, cancelable, view, detail, screenX, screenY, pageX, pageY,
50 static PassRefPtr<MouseEvent> create(const AtomicString& eventType, PassRefPtr<AbstractView>, const PlatformMouseEvent&, int detail, PassRefPtr<Node> relatedTarget);
55 int detail, int screenX, int screenY, int clientX, int clientY,
79 int detail, int screenX, int screenY, int pageX, int pageY,
42 create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, PassRefPtr<EventTarget> relatedTarget, PassRefPtr<Clipboard> clipboard = 0, bool isSimulated = false) argument
H A DMouseEvent.cpp34 PassRefPtr<MouseEvent> MouseEvent::create(const AtomicString& eventType, PassRefPtr<AbstractView> view, const PlatformMouseEvent& event, int detail, PassRefPtr<Node> relatedTarget) argument
41 detail, event.globalX(), event.globalY(), event.x(), event.y(),
53 int detail, int screenX, int screenY, int pageX, int pageY,
57 : MouseRelatedEvent(eventType, canBubble, cancelable, view, detail, screenX, screenY,
71 int detail, int screenX, int screenY, int clientX, int clientY,
78 initUIEvent(type, canBubble, cancelable, view, detail);
182 if (event()->type() == eventNames().clickEvent && event()->detail() == 2) {
185 event()->detail(), event()->screenX(), event()->screenY(), event()->clientX(), event()->clientY(),
52 MouseEvent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, PassRefPtr<EventTarget> relatedTarget, PassRefPtr<Clipboard> clipboard, bool isSimulated) argument
70 initMouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, PassRefPtr<EventTarget> relatedTarget) argument
H A DMouseRelatedEvent.h59 int detail, int screenX, int screenY, int pageX, int pageY,
/external/chromium/chrome/browser/resources/ntp4/tools/
H A Dexterns.js23 function(eventType, bubbles, cancellable, detail) {};
25 CustomEvent.prototype.detail;
/external/chromium/chrome/browser/resources/touch_ntp/tools/
H A Dexterns.js23 function(eventType, bubbles, cancellable, detail) {};
25 CustomEvent.prototype.detail;
/external/clang/test/SemaTemplate/
H A Dqualified-id.cpp37 namespace detail namespace in namespace:PR6063
45 detail::f(a, b);
/external/webkit/Source/WebCore/platform/gtk/
H A DWidgetRenderingContext.cpp147 void WidgetRenderingContext::gtkPaintBox(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail) argument
160 widget, detail, paintRect.x, paintRect.y, paintRect.width, paintRect.height); local
163 void WidgetRenderingContext::gtkPaintFlatBox(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail) argument
167 widget, detail, paintRect.x, paintRect.y, paintRect.width, paintRect.height); local
170 void WidgetRenderingContext::gtkPaintFocus(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, const gchar* detail) argument
174 detail, paintRect.x, paintRect.y, paintRect.width, paintRect.height); local
177 void WidgetRenderingContext::gtkPaintSlider(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail, GtkOrientation orientation) argument
181 detail, paintRect.x, paintRect.y, paintRect.width, paintRect.height, orientation); local
184 void WidgetRenderingContext::gtkPaintCheck(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail) argument
188 detail, paintRec local
191 gtkPaintOption(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail) argument
195 detail, paintRect.x, paintRect.y, paintRect.width, paintRect.height); local
198 gtkPaintShadow(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail) argument
202 detail, paintRect.x, paintRect.y, paintRect.width, paintRect.height); local
205 gtkPaintArrow(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, int arrowDirection, const gchar* detail) argument
208 gtk_paint_arrow(gtk_widget_get_style(widget), m_target, stateType, shadowType, &paintRect, widget, detail, local
212 gtkPaintVLine(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, const gchar* detail) argument
215 gtk_paint_vline(gtk_widget_get_style(widget), m_target, stateType, &paintRect, widget, detail, local
[all...]
/external/clang/test/SemaCXX/
H A Ddiscrim-union.cpp13 namespace detail { namespace
69 detail::either_impl<T...> impl;
75 elem(impl_t::index(detail::type<U>())),
76 impl(detail::select<impl_t::index(detail::type<U>())>(), move(t.value)) {}
85 decltype(static_cast<const impl_t&>(impl).get(detail::select<N>{}));
92 : impl.get(detail::select<N>{}));
97 return get<impl_t::index(detail::type<U>())>();
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
H A DWKGrammarDetail.cpp43 RefPtr<WebGrammarDetail> detail = WebGrammarDetail::create(location, length, toImpl(guesses), toWTFString(userDescription)); local
44 return toAPI(detail.release().releaseRef());
/external/wpa_supplicant_8/hostapd/logwatch/
H A Dhostapd12 my $detail = $ENV{'LOGWATCH_DETAIL_LEVEL'} || 0;
30 unless ($detail == 10) {
/external/chromium/chrome/browser/resources/file_manager/css/
H A Dfile_manager.css45 /* Container for the detail and thumbnail (not implemented yet) list views. */
99 button.detail-view > img,
156 /* Text box used for renaming in the detail list. */
157 .detail-table input.rename {
170 .detail-table {
186 .detail-table:focus {
227 .detail-table li.table-row .table-row-cell:first-child div {
253 .detail-name, .detail-size, .detail
[all...]
/external/webkit/Source/WebCore/editing/
H A DTextCheckingHelper.cpp292 // it begins but before the first detail in it, but we can stop if we find a second grammar result.
296 const GrammarDetail* detail = &result->details[j]; local
297 ASSERT(detail->length > 0 && detail->location >= 0);
298 if (result->location + detail->location >= currentStartOffset && result->location + detail->location + detail->length <= currentEndOffset && (!foundGrammar || result->location + detail->location < grammarDetailLocation)) {
300 grammarDetailLocation = result->location + detail->location;
359 // Found some bad grammar. Find the earliest detail rang
364 const GrammarDetail* detail = &grammarDetails[i]; local
549 const GrammarDetail* detail = &result->details[j]; local
[all...]
/external/webkit/Source/WebCore/accessibility/gtk/
H A DAXObjectCacheAtk.cpp167 CString detail;
170 detail = "text-changed::insert";
173 detail = "text-changed::delete";
177 if (!detail.isNull())
178 g_signal_emit_by_name(wrapper, detail.data(), offset, count);
/external/chromium/chrome/browser/resources/sync_internals/
H A Dsync_node_browser.js50 detail: nodeInfo
77 * Updates the node detail view with the info for the given node.
94 updateNodeDetailView(syncNodeBrowser.selectedItem.detail);

Completed in 442 milliseconds

12345