Searched defs:detail (Results 1 - 25 of 72) sorted by relevance

123

/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/llvm/lib/Support/
H A DAllocator.cpp19 namespace detail { namespace in namespace:llvm
30 } // End namespace detail.
/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dconstants.hpp27 namespace detail { namespace in namespace:boost
/external/deqp/framework/delibs/decpp/
H A DdeArrayBuffer.cpp32 namespace detail namespace in namespace:de
65 } // detail
H A DdeArrayBuffer.hpp33 namespace detail namespace in namespace:de
39 } // detail
89 void* const ptr = detail::ArrayBuffer_AlignedMalloc(storageSize, Alignment);
133 detail::ArrayBuffer_AlignedFree(m_ptr);
H A DdeCommandLine.cpp42 namespace detail namespace in namespace:de::cmdline
308 } // detail
/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...]
/external/llvm/include/llvm/Support/
H A DOptions.h45 namespace detail { namespace in namespace:llvm
57 } // namespace detail
100 instance().addOption(&detail::OptionKey<ValT, Base, Mem>::ID, Option);
112 auto It = Options.find(&detail::OptionKey<ValT, Base, Mem>::ID);
H A DAlignOf.h170 namespace detail { namespace in namespace:llvm
190 } // end namespace detail
204 AlignOf<detail::AlignerImpl<T1, T2, T3, T4, T5,
206 sizeof(detail::SizerImpl<T1, T2, T3, T4, T5,
H A DAllocator.h111 namespace detail { namespace in namespace:llvm
117 } // End namespace detail.
271 detail::printBumpPtrAllocatorStats(Slabs.size(), BytesAllocated,
/external/selinux/libselinux/utils/
H A Dgetconlist.c12 static void usage(const char *name, const char *detail, int rc) argument
15 if (detail)
16 fprintf(stderr, "%s: %s\n", name, detail);
H A Dselinuxexeccon.c11 static void usage(const char *name, const char *detail, int rc) argument
14 if (detail)
15 fprintf(stderr, "%s: %s\n", name, detail);
H A Dgetdefaultcon.c12 static void usage(const char *name, const char *detail, int rc) argument
15 if (detail)
16 fprintf(stderr, "%s: %s\n", name, detail);
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/
H A DConversionException.java34 private String detail; field in class:ConversionException
44 public ConversionException(String message, String detail) { argument
46 this.detail = detail;
50 return detail;
53 public void setDetail(String detail) { argument
54 this.detail = detail;
/external/clang/test/SemaTemplate/
H A Dqualified-id.cpp37 namespace detail namespace in namespace:PR6063
45 detail::f(a, b);
/external/deqp/framework/opengl/
H A DgluStrUtil.cpp30 namespace detail namespace in namespace:glu
119 } // detail
121 detail::EnumPointerFmt getInvalidateAttachmentStr (const deUint32* attachments, int numAttachments)
123 return detail::EnumPointerFmt(attachments, (deUint32)numAttachments, getInvalidateAttachmentName);
H A DgluStrUtil.hpp34 namespace detail namespace in namespace:glu
78 } // detail
80 inline detail::EnumPointerFmt getEnumPointerStr (const deUint32* value, deInt32 size, detail::EnumPointerFmt::GetEnumNameFunc getName)
82 return detail::EnumPointerFmt(value, (deUint32)de::max(0, size), getName);
85 inline detail::BooleanPointerFmt getBooleanPointerStr (const deUint8* value, deInt32 size)
87 return detail::BooleanPointerFmt(value, (deUint32)de::max(0, size));
90 inline detail::TextureUnitStr getTextureUnitStr (deUint32 unit) { return detail::TextureUnitStr(unit); }
91 inline detail
[all...]
/external/vogar/src/junit/framework/
H A DAssert.java206 protected static void fail(String message, String detail) { argument
208 throw new AssertionFailedError(detail);
210 throw new AssertionFailedError(message + ": " + detail);
/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/llvm/include/llvm/IR/
H A DPassManagerInternal.h30 namespace detail { namespace in namespace:llvm
347 } // End namespace detail
/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h101 namespace detail { namespace in namespace:clang::vfs
111 } // end namespace detail
116 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy
119 directory_iterator(std::shared_ptr<detail::DirIterImpl> I) : Impl(I) {
/external/libvpx/libvpx/test/
H A Ddecode_test_driver.h91 const char *detail = vpx_codec_error_detail(&decoder_); local
92 return detail ? detail : vpx_codec_error(&decoder_);
/external/llvm/include/llvm/ADT/
H A DDenseSet.h21 namespace detail { namespace in namespace:llvm
40 typedef DenseMap<ValueT, detail::DenseSetEmpty, ValueInfoT,
41 detail::DenseSetPair<ValueT>> MapTy;
148 detail::DenseSetEmpty Empty;
/external/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h35 namespace detail { namespace in namespace:llvm
165 } // end namespace detail
194 public detail::PtrUseVisitorBase {
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dhttpexceptions.py118 raise exceptions may want to provide additional detail.
133 ``detail``
136 the template via %(detail)s
141 the explanation and further detail provided in the
150 ``detail``
151 a plain-text override of the default ``detail``
163 into explanation, detail and template allows both the creation of
171 detail = '' variable in class:HTTPException
173 template = "%(explanation)s\r\n<br/>%(detail)s\r\n<!-- %(comment)s -->"
176 def __init__(self, detail
[all...]

Completed in 692 milliseconds

123