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

12

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DUidDetailProvider.java79 UidDetail detail;
82 detail = mUidDetailCache.get(uid);
85 if (detail != null) {
86 return detail;
91 detail = buildUidDetail(uid);
94 mUidDetailCache.put(uid, detail);
97 return detail;
108 final UidDetail detail = new UidDetail();
109 detail.label = pm.getNameForUid(uid);
110 detail
[all...]
H A DChartData.java24 public NetworkStatsHistory detail; field in class:ChartData
H A DChartDataLoader.java103 data.detail = new NetworkStatsHistory(data.detailForeground.getBucketDuration());
104 data.detail.recordEntireHistory(data.detailDefault);
105 data.detail.recordEntireHistory(data.detailForeground);
109 data.detail = new NetworkStatsHistory(HOUR_IN_MILLIS);
/frameworks/compile/mclinker/lib/Support/
H A DRealPath.cpp43 detail::canonicalize(m_PathName);
46 detail::get_pwd(path_name);
49 detail::canonicalize(path_name.native());
H A DFileSystem.cpp18 mcld::sys::fs::detail::status(pPath, file_status);
25 detail::status(pPath, file_status);
H A DDirectory.cpp51 detail::get_pwd(m_Path);
53 detail::open_dir(*this);
67 detail::open_dir(*this);
71 detail::close_dir(*this);
91 detail::get_pwd(m_Path);
96 detail::open_dir(*this);
107 detail::status(m_Path, m_FileStatus);
114 detail::symlink_status(m_Path, m_SymLinkStatus);
136 detail::close_dir(*this);
184 m_pEntry = detail
[all...]
H A DFileHandle.cpp86 m_Handler = sys::fs::detail::open(pPath, oflag(pMode));
88 m_Handler = sys::fs::detail::open(pPath, oflag(pMode),
150 if (sys::fs::detail::ftruncate(m_Handler, pSize) == -1) {
169 sys::fs::detail::pread(m_Handler, pMemBuffer, pLength, pStartOffset);
191 sys::fs::detail::pwrite(m_Handler, pMemBuffer, pLength, pStartOffset);
H A DPath.cpp120 detail::canonicalize(result);
125 return detail::canonicalize(m_PathName);
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DRelation.java24 * An immutable value type representing a statement relation with "kind" and "detail".
26 * <p> The set of kinds is enumerated by the API: <ul> <li> <b>delegate_permission</b>: The detail
32 * <p> The detail field is a lowercase alphanumeric string with underscores and periods allowed
43 private Relation(String kind, String detail) { argument
45 mDetail = detail;
57 * Returns the relation's detail.
65 * Creates a new Relation object for the specified {@code kind} and {@code detail}.
67 * @throws AssociationServiceException if {@code kind} or {@code detail} is not well formatted.
69 public static Relation create(@NonNull String kind, @NonNull String detail) argument
71 if (!KIND_PATTERN.matcher(kind).matches() || !DETAIL_PATTERN.matcher(detail)
[all...]
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDirectory.cpp30 sys::fs::detail::open_dir(*this);
44 sys::fs::detail::open_dir(*this);
58 sys::fs::detail::open_dir(*this);
72 sys::fs::detail::open_dir(*this);
93 sys::fs::detail::canonicalize(Directory::m_Path.native());
94 sys::fs::detail::open_dir(*this);
H A DSearchDirs.cpp107 if (mcld::sys::fs::detail::shared_library_extension ==
121 mcld::sys::fs::detail::static_library_extension ==
172 if (mcld::sys::fs::detail::shared_library_extension ==
186 mcld::sys::fs::detail::static_library_extension ==
/frameworks/compile/mclinker/include/mcld/Support/
H A DDirectory.h32 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(
34 friend void detail::open_dir(Directory& pDir);
35 friend void detail::close_dir(Directory& pDir);
110 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(
H A DFileSystem.h76 namespace detail { namespace in namespace:mcld::sys::fs
107 } // namespace detail
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetailClipper.java26 /** Helper for quick settings detail panel clip animations. **/
34 public QSDetailClipper(View detail) { argument
35 mDetail = detail;
36 mBackground = (TransitionDrawable) detail.getBackground();
H A DQSDetail.java199 if (detailView == null) throw new IllegalStateException("Must return detail view");
287 public void onShowingDetail(final DetailAdapter detail, final int x, final int y) {
291 handleShowingDetail(detail, x, y);
318 // Only hide content if still in detail state.
H A DQSPanel.java325 // which one should handle showing the detail.
400 // Treat this as a detail panel for now, to make things easy.
468 private void fireShowingDetail(DetailAdapter detail, int x, int y) { argument
470 mCallback.onShowingDetail(detail, x, y);
539 void onShowingDetail(DetailAdapter detail, int x, int y); argument
/frameworks/compile/mclinker/include/mcld/ADT/
H A Dilist_sort.h19 namespace detail { namespace in namespace:mcld
74 } // namespace detail
79 detail::sort(list, list.size(), is_less_than);
/frameworks/base/tools/apilint/
H A Dapilint.py209 def __init__(self, sig, clazz, detail, error, rule, msg):
224 if detail is not None:
225 dump += "\n in " + repr(detail)
226 self.line = detail.line
227 blame = detail.blame
242 def _fail(clazz, detail, error, rule, msg):
246 sig = "%s-%s-%s" % (clazz.fullname, repr(detail), msg)
249 failures[sig] = Failure(sig, clazz, detail, error, rule, msg)
252 def warn(clazz, detail, rule, msg):
253 _fail(clazz, detail, Fals
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DScanResults.java119 ScanDetail detail = new ScanDetail(nd, WifiSsid.createFromAsciiEncoded(ssid),
124 results[i] = detail;
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java1368 public void logOperation(int cookie, String detail) { argument
1370 logOperationLocked(cookie, detail);
1389 private void logOperationLocked(int cookie, String detail) { argument
1393 if (detail != null) {
1394 msg.append(", ").append(detail);
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp533 AString detail; local
534 CHECK(msg->findString("detail", &detail));
541 detail.c_str(),
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
H A DBaseWifiScannerImplTest.java418 for (ScanDetail detail : rawResults) {
419 if (detail.getScanResult().timestamp > approxScanStartUs) {
420 fullResults.add(detail.getScanResult());
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp136 void notifyError(bool send, status_t err, const char *detail);
781 bool send, status_t err, const char *detail) {
787 msg->setString("detail", detail);
780 notifyError( bool send, status_t err, const char *detail) argument
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp203 AString detail; local
204 CHECK(msg->findString("detail", &detail));
209 detail.c_str(),
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h387 void onError(status_t err, int32_t actionCode, const char *detail = NULL);

Completed in 459 milliseconds

12