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

1234567891011

/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/smack/src/org/apache/harmony/javax/security/sasl/
H A DAuthenticationException.java28 public AuthenticationException(String detail) { argument
29 super(detail);
32 public AuthenticationException(String detail, Throwable ex) { argument
33 super(detail, ex);
H A DSaslException.java35 public SaslException(String detail) { argument
36 super(detail);
39 public SaslException(String detail, Throwable ex) { argument
40 super(detail);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebTextCheckingResult.cpp47 GrammarDetail detail; local
48 detail.location = 0;
49 detail.length = length;
50 detail.userDescription = replacement;
51 result.details.append(detail);
/external/chromium_org/ui/keyboard/resources/elements/
H A Dkb-shift-key.js87 var detail = this.populateDetails('out');
88 this.fire("key-out", detail);
117 var detail = {};
118 detail.char = this.char || this.textContent;
119 detail.toKeyset = this.upperCaseKeysetId;
120 detail.nextKeyset = undefined;
121 detail.callback = this.onDoubleClick;
122 this.fire('enable-dbl', detail);
127 var detail = this.populateDetails();
134 detail
[all...]
H A Dkb-key-base.js109 var detail = this.populateDetails('down');
110 this.fire('key-down', detail);
150 var detail = this.populateDetails('up');
151 this.fire('key-up', detail);
175 * @param {detail} detail The details of the swipe.
177 onFlick: function(detail) {
178 if (!(detail.direction & SwipeDirection.UP) || !this.hintTextValue)
190 var detail = {
199 detail
[all...]
H A Dkb-keyboard.js206 var detail = {};
207 detail.direction = this.swipeDirection;
208 detail.index = this.swipeIndex;
209 detail.status = this.swipeStatus;
210 detail.endSwipe = endSwipe;
211 detail.startEvent = this.startEvent;
212 detail.currentEvent = this.currentEvent;
213 detail.isComplex = this.isComplex;
214 return detail;
319 * @param {Object} detail Th
[all...]
H A Dkb-keyset.js38 keyUp: function(event, detail) {
39 switch (detail.char) {
48 if (!detail.toKeyset)
49 detail.toKeyset = this.nextKeyset;
51 keyLongpress: function(event, detail) {
52 if (!detail.char)
60 var altkeys = altkeyMetadata.getAltkeys(detail.char,
61 !!detail.hintText);
73 activeAltKeySet = altkeyMetadata.createAltkeySet(detail.char,
76 detail
[all...]
H A Dkb-altkey.js32 var detail = {
35 this.fire('key-up', detail);
H A Dkb-key.js97 var detail = this.super([caller]);
100 detail.relegateToShift = true;
105 return detail;
/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/chromium_org/content/shell/common/
H A Dleak_detection_result.h14 std::string detail; member in struct:content::LeakDetectionResult
/external/chromium_org/third_party/webrtc/system_wrappers/source/spreadsortlib/
H A Dconstants.hpp27 namespace detail { namespace in namespace:boost
/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.h28 namespace detail { namespace in namespace:llvm::support
34 } // end namespace detail
54 (detail::PickAlignment<value_type, alignment>::value)),
75 (detail::PickAlignment<value_type, alignment>::value)),
81 namespace detail { namespace in namespace:llvm::support
100 } // end namespace detail
102 typedef detail::packed_endian_specific_integral
104 typedef detail::packed_endian_specific_integral
106 typedef detail::packed_endian_specific_integral
108 typedef detail
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DExceptionMessages.cpp39 String ExceptionMessages::failedToConstruct(const char* type, const String& detail) argument
41 return "Failed to construct '" + String(type) + (!detail.isEmpty() ? String("': " + detail) : String("'"));
44 String ExceptionMessages::failedToEnumerate(const char* type, const String& detail) argument
46 return "Failed to enumerate the properties of '" + String(type) + (!detail.isEmpty() ? String("': " + detail) : String("'"));
49 String ExceptionMessages::failedToExecute(const char* method, const char* type, const String& detail) argument
51 return "Failed to execute '" + String(method) + "' on '" + String(type) + (!detail.isEmpty() ? String("': " + detail) : String("'"));
54 String ExceptionMessages::failedToGet(const char* property, const char* type, const String& detail) argument
59 failedToSet(const char* property, const char* type, const String& detail) argument
64 failedToDelete(const char* property, const char* type, const String& detail) argument
69 failedToGetIndexed(const char* type, const String& detail) argument
74 failedToSetIndexed(const char* type, const String& detail) argument
79 failedToDeleteIndexed(const char* type, const String& detail) argument
89 incorrectPropertyType(const String& property, const String& detail) argument
156 readOnly(const char* detail) argument
[all...]
/external/chromium_org/third_party/polymer/components-chromium/core-signals/
H A Dcore-signals-extracted.js31 detail: data
42 notify(e.detail.name, e.detail.data);
/external/chromium_org/chrome/browser/resources/
H A Dcertificate_viewer.js69 tree.detail = {payload: {}, children: {}};
93 for (var key in tree.detail.children) {
94 revealTree(tree.detail.children[key]);
116 treeItem.detail.children['root'] = root;
123 while (last.detail.children && last.detail.children[0])
124 last = last.detail.children[0];
137 detail: {payload: tree.payload ? tree.payload : {},
142 treeItem.add(treeItem.detail.children[i] =
154 for (var key in treeItem.detail
[all...]
/external/llvm/lib/Analysis/
H A DPtrUseVisitor.cpp18 void detail::PtrUseVisitorBase::enqueueUsers(Instruction &I) {
30 bool detail::PtrUseVisitorBase::adjustOffsetForGEP(GetElementPtrInst &GEPI) {
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_editor_unittest.cc23 BookmarkEditor::EditDetails detail(
27 detail,
33 BookmarkEditor::EditDetails detail(
37 detail,
43 BookmarkEditor::EditDetails detail(
47 detail,
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DUIEvent.h39 int detail; member in struct:blink::UIEventInit
49 static PassRefPtrWillBeRawPtr<UIEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, int detail) argument
51 return adoptRefWillBeNoop(new UIEvent(type, canBubble, cancelable, view, detail));
59 void initUIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, int detail);
62 int detail() const { return m_detail; } function in class:blink::UIEvent
82 UIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, int detail);
/external/deqp/framework/opengl/
H A DgluStrUtil.hpp34 namespace detail namespace in namespace:glu
68 } // detail
70 inline detail::TextureUnitStr getTextureUnitStr (deUint32 unit) { return detail::TextureUnitStr(unit); }
71 inline detail::TextureParameterValueStr getTextureParameterValueStr (deUint32 param, int value) { return detail::TextureParameterValueStr(param, value); }
72 detail::EnumPointerFmt getInvalidateAttachmentStr (const deUint32* attachments, int numAttachments);
/external/chromium_org/content/shell/renderer/
H A Dleak_detector.cc52 base::DictionaryValue detail; local
58 detail.Set("numberOfLiveAudioNodes", list);
64 detail.Set("numberOfLiveDocuments", list);
70 detail.Set("numberOfLiveNodes", list);
77 detail.Set("numberOfLiveRenderObjects", list);
83 detail.Set("numberOfLiveResources", list);
86 if (!detail.empty()) {
88 base::JSONWriter::Write(&detail, &detail_str);
89 report.detail = detail_str;
/external/chromium_org/chrome/browser/resources/quota_internals/
H A Devent_handler.js169 * holding userdata as |treeViewObject.detail|.
177 * The value is hold as |statistics[key].detail|.
190 treeViewObject.detail = {payload: {}, children: {}};
203 var storageObject = treeViewObject.detail.children[type];
207 detail: {payload: {}, children: {}}
210 treeViewObject.detail.children[type] = storageObject;
225 var hostObject = storageObject.detail.children[host];
229 detail: {payload: {}, children: {}}
232 storageObject.detail.children[host] = hostObject;
248 var originObject = hostObject.detail
[all...]
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
H A DSoapFault.java43 public Node detail; field in class:SoapFault
62 if (name.equals("detail")) {
63 detail = new Node();
64 detail.parse(parser);
65 // Handle case '...<detail/></soap:Fault>'
95 xw.startTag(null, "detail");
96 if (detail != null) {
97 detail.write(xw);
99 xw.endTag(null, "detail");
113 + faultstring + "' faultactor: '" + faultactor + "' detail
[all...]

Completed in 661 milliseconds

1234567891011