Searched refs:prefix (Results 251 - 275 of 376) sorted by relevance

<<111213141516

/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.h111 void dumpMemoryStats(const char* prefix = "");
/frameworks/base/media/java/android/media/soundtrigger/
H A DSoundTriggerDetector.java272 public void dump(String prefix, PrintWriter pw) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskView.java133 @ViewDebug.ExportedProperty(deepExport=true, prefix="task_")
141 @ViewDebug.ExportedProperty(deepExport=true, prefix="view_bounds_")
150 @ViewDebug.ExportedProperty(deepExport=true, prefix="thumbnail_")
152 @ViewDebug.ExportedProperty(deepExport=true, prefix="header_")
H A DRecentsViewTouchHandler.java70 @ViewDebug.ExportedProperty(deepExport=true, prefix="drag_task")
72 @ViewDebug.ExportedProperty(deepExport=true, prefix="drag_task_view_")
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintSpooler.java564 public void dump(FileDescriptor fd, PrintWriter pw, String prefix) { argument
566 pw.append(prefix).append("destroyed=")
568 pw.append(prefix).append("bound=")
574 getRemoteInstanceLazy().asBinder().dump(fd, new String[]{prefix});
/frameworks/base/tools/aapt2/xml/
H A DXmlDom.h173 * An XML DOM visitor that will record the package name for a namespace prefix.
178 std::u16string prefix; member in struct:aapt::xml::PackageAwareVisitor::PackageDecl
/frameworks/native/include/gui/
H A DBufferQueueCore.h88 void dump(String8& result, const char* prefix) const;
/frameworks/rs/driver/
H A DrsdShader.h95 uint32_t *count, const char *prefix);
/frameworks/rs/
H A DrsElement.h98 void dumpLOGV(const char *prefix) const;
H A DrsType.h103 void dumpLOGV(const char *prefix) const;
/frameworks/base/core/tests/coretests/src/android/net/
H A DRouteInfoTest.java35 private IpPrefix Prefix(String prefix) { argument
36 return new IpPrefix(prefix);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java798 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { argument
799 super.dump(prefix, fd, writer, args);
800 EventBus.getDefault().dump(prefix, writer);
801 Recents.getTaskLoader().dump(prefix, writer);
805 writer.print(prefix); writer.print(TAG);
811 mRecentsView.dump(prefix, writer);
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp528 String8 prefix; local
600 prefix = "apps/";
601 prefix += packageName;
604 prefix.appendPath(domain);
607 // pax extended means we don't put in a prefix field, and put a different
610 fullname = prefix;
615 // [ 345 : 155 ] filename path prefix
616 // We only use the prefix area if fullname won't fit in the path
619 strncpy(buf + 345, prefix.string(), 155);
655 memset(paxHeader + 345, 0, 155); // rewrite the prefix are
[all...]
/frameworks/base/core/java/android/os/
H A DMessageQueue.java760 void dump(Printer pw, String prefix) { argument
765 pw.println(prefix + "Message " + n + ": " + msg.toString(now));
768 pw.println(prefix + "(Total messages: " + n + ", polling=" + isPollingLocked()
/frameworks/base/core/java/android/view/
H A DChoreographer.java321 void dump(String prefix, PrintWriter writer) { argument
322 String innerPrefix = prefix + " ";
323 writer.print(prefix); writer.println("Choreographer:");
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkDiagnostics.java333 String prefix;
335 prefix = m.checkSucceeded() ? "." : "F";
336 pw.println(prefix + " " + m.toString());
/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java791 public void dump(String prefix, PrintWriter pw) { argument
792 final String doublePrefix = prefix + " ";
794 pw.println(prefix + "taskId=" + mTaskId);
H A DInputMonitor.java539 void dump(PrintWriter pw, String prefix) { argument
541 pw.println(prefix + "mInputFreezeReason=" + mInputFreezeReason);
/frameworks/base/tools/aapt/
H A DAaptAssets.h226 void print(const String8& prefix) const;
279 void print(const String8& prefix) const;
567 void print(const String8& prefix) const;
/frameworks/native/cmds/installd/
H A Dotapreopt.cpp466 const char* prefix,
475 if (prefix != nullptr) {
476 out.push_back(StringPrintf("%s%s", prefix, value->c_str()));
465 AddCompilerOptionFromSystemProperty(const char* system_property, const char* prefix, bool runtime, std::vector<std::string>& out) argument
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java209 final String prefix = contentValues.getAsString(StructuredName.PREFIX);
219 TextUtils.isEmpty(givenName) && TextUtils.isEmpty(prefix) &&
295 final String prefix = contentValues.getAsString(StructuredName.PREFIX);
301 && TextUtils.isEmpty(prefix)
319 final String escapedPrefix = escapeCharacters(prefix);
356 familyName, middleName, givenName, prefix, suffix));
399 final String prefix = contentValues.getAsString(StructuredName.PREFIX);
405 shouldAppendCharsetParam(familyName, givenName, middleName, prefix, suffix);
411 VCardUtils.containsOnlyNonCrLfPrintableAscii(prefix) &&
420 familyName, middleName, givenName, prefix, suffi
[all...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DOSUSocketFactory.java251 String prefix = mFlowType == OSUManager.FLOW_REMEDIATION ?
254 X509Certificate cert = getCert(mKeyStore, prefix + mHomeSP.getFQDN());
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java105 for (String prefix : sClassPrefixList) {
107 view = createView(name, prefix, attrs);
/frameworks/native/cmds/installd/tests/
H A Dinstalld_utils_test.cpp325 std::string prefix = std::string(TEST_DATA_DIR) + PRIMARY_USER_PREFIX; local
326 size_t offset = prefix.length();
/frameworks/rs/api/
H A DGenerateStubsWhiteList.cpp142 // Remove the first element of the list if it equals 'prefix'. Return true in that case.
143 static bool eatFront(list<string>* tokens, const char* prefix) { argument
144 if (tokens->front() == prefix) {
210 // For vector, prefix with the abbreviation for a vector, including the size.
253 // We're not terminal. Recurse and prefix what we've translated this pass.

Completed in 651 milliseconds

<<111213141516