HomeSort by relevance Sort by last modified time
    Searched full:detail (Results 1 - 25 of 2463) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/095-switch-MAX_INT/
info.txt 1 Bug: http://code.google.com/p/android/issues/detail?id=22344
  /packages/apps/Settings/src/com/android/settings/net/
UidDetailProvider.java 53 UidDetail detail; local
56 detail = mUidDetailCache.get(uid);
59 if (detail != null) {
60 return detail;
65 detail = buildUidDetail(uid);
68 mUidDetailCache.put(uid, detail);
71 return detail;
82 final UidDetail detail = new UidDetail(); local
83 detail.label = pm.getNameForUid(uid);
84 detail.icon = pm.getDefaultActivityIcon()
    [all...]
  /external/llvm/include/llvm/Support/
Endian.h 27 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::packed_endian_specific_integra
    [all...]
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_attrappendchild5-expected.txt 3 Detail: throw_WRONG_DOCUMENT_ERR: assertTrue failed
hc_attrinsertbefore6-expected.txt 3 Detail: throw_WRONG_DOCUMENT_ERR: assertTrue failed
hc_elementwrongdocumenterr-expected.txt 3 Detail: throw_WRONG_DOCUMENT_ERR: assertTrue failed
hc_namednodemapwrongdocumenterr-expected.txt 3 Detail: throw_WRONG_DOCUMENT_ERR: assertTrue failed
hc_nodeappendchildnewchilddiffdocument-expected.txt 3 Detail: throw_WRONG_DOCUMENT_ERR: assertTrue failed
hc_nodeinsertbeforenewchilddiffdocument-expected.txt 3 Detail: throw_WRONG_DOCUMENT_ERR: assertTrue failed
hc_nodereplacechildnewchilddiffdocument-expected.txt 3 Detail: throw_WRONG_DOCUMENT_ERR: assertTrue failed
hc_elementremoveattribute-expected.txt 3 Detail: attrValue: assertEquals failed, actual null, expected .
  /external/webkit/LayoutTests/dom/html/level2/core/
createDocument08-expected.txt 3 Detail: throw_INVALID_CHARACTER_ERR: assertTrue failed
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLIsIndexElement01-expected.txt 3 Detail: notnull: assertNotNull failed
HTMLIsIndexElement02-expected.txt 3 Detail: notnull: assertNotNull failed
HTMLIsIndexElement03-expected.txt 3 Detail: Asize: assertEquals failed, actual 0, expected 2.
HTMLTableElement39-expected.txt 3 Detail: rowsLink2: assertEquals failed, actual 2, expected 3.
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPException.java 28 String[] detail = ErrorCodes.getDescription(errorCode); local
30 if (detail == null)
33 return s + " (" + detail[0] + ": " + detail[1] + ")";
71 String[] detail = ErrorCodes.getDescription(sftpErrorCode); local
73 if (detail == null)
76 return detail[0];
86 String[] detail = ErrorCodes.getDescription(sftpErrorCode); local
88 if (detail == null)
91 return detail[1]
    [all...]
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParserException.java 12 protected Throwable detail; field in class:XmlPullParserException
26 this.detail = thrwble;
45 this.detail = chain;
48 public Throwable getDetail() { return detail; }
49 // public void setDetail(Throwable cause) { this.detail = cause; }
55 if(detail == null)
59 + detail.getMessage();
63 //NOTE: code that prints this and detail is difficult in J2ME
65 if (detail == null) {
70 detail.printStackTrace()
    [all...]
  /frameworks/compile/linkloader/include/
ELFTypes.h 67 namespace detail { namespace
106 TYPE_TRAITS_SPECIALIZE(detail::ELFHalf , 2, 2)
107 TYPE_TRAITS_SPECIALIZE(detail::ELFWord , 4, 4)
108 TYPE_TRAITS_SPECIALIZE(detail::ELFSword , 4, 4)
109 TYPE_TRAITS_SPECIALIZE(detail::ELFXword , 8, 8)
110 TYPE_TRAITS_SPECIALIZE(detail::ELFSxword , 8, 8)
111 TYPE_TRAITS_SPECIALIZE(detail::ELF32Address , 4, 4)
112 TYPE_TRAITS_SPECIALIZE(detail::ELF32Offset , 4, 4)
113 TYPE_TRAITS_SPECIALIZE(detail::ELF64Address , 8, 8)
114 TYPE_TRAITS_SPECIALIZE(detail::ELF64Offset , 8, 8
    [all...]
  /libcore/luni/src/main/java/java/net/
HttpRetryException.java 35 * response code and the given detail message.
37 * @param detail
38 * the detail message for this exception.
42 public HttpRetryException(String detail, int code) {
43 super(detail);
49 * response code, the given detail message and the value of the location
52 * @param detail
53 * the detail message for this exception.
59 public HttpRetryException(String detail, int code, String location) {
60 super(detail);
    [all...]
  /external/hamcrest/
README.android 1 unmodified source obtained from http://code.google.com/p/hamcrest/downloads/detail?name=hamcrest-core-1.1.jar&can=2&q=,
  /external/webkit/LayoutTests/dom/html/level2/events/
dispatchEvent09-expected.txt 3 Detail: atCount: assertEquals failed, actual 1, expected 0.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 44 #include <ext/pb_ds/detail/types_traits.hpp>
45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
46 #include <ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp>
47 #include <ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp>
51 namespace detail namespace in namespace:__gnu_pbds
77 } // namespace detail
80 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
81 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
82 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
83 #include <ext/pb_ds/detail/pat_trie_/traits.hpp
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 44 #include <ext/pb_ds/detail/types_traits.hpp>
45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
46 #include <ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp>
47 #include <ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp>
51 namespace detail namespace in namespace:__gnu_pbds
77 } // namespace detail
80 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
81 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
82 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
83 #include <ext/pb_ds/detail/pat_trie_/traits.hpp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/basic_tree_policy/
traits.hpp 44 #include <ext/pb_ds/detail/types_traits.hpp>
45 #include <ext/pb_ds/detail/bin_search_tree_/traits.hpp>
46 #include <ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp>
47 #include <ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp>
51 namespace detail namespace in namespace:__gnu_pbds
77 } // namespace detail
80 #include <ext/pb_ds/detail/rb_tree_map_/traits.hpp>
81 #include <ext/pb_ds/detail/splay_tree_/traits.hpp>
82 #include <ext/pb_ds/detail/ov_tree_map_/traits.hpp>
83 #include <ext/pb_ds/detail/pat_trie_/traits.hpp
    [all...]

Completed in 507 milliseconds

1 2 3 4 5 6 7 8 91011>>