/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | math.rscript | 196 #define DECL_INT(prefix) \ 197 volatile char prefix##_c_1 = 1; \ 198 volatile char2 prefix##_c_2 = 1; \ 199 volatile char3 prefix##_c_3 = 1; \ 200 volatile char4 prefix##_c_4 = 1; \ 201 volatile uchar prefix##_uc_1 = 1; \ 202 volatile uchar2 prefix##_uc_2 = 1; \ 203 volatile uchar3 prefix##_uc_3 = 1; \ 204 volatile uchar4 prefix##_uc_4 = 1; \ 205 volatile short prefix##_s_1 = 1; \ [all …]
|
/frameworks/base/core/java/android/app/ |
D | ApplicationErrorReport.java | 457 public void dump(Printer pw, String prefix) { in dump() argument 458 pw.println(prefix + "exceptionClassName: " + exceptionClassName); in dump() 459 pw.println(prefix + "exceptionMessage: " + exceptionMessage); in dump() 460 pw.println(prefix + "throwFileName: " + throwFileName); in dump() 461 pw.println(prefix + "throwClassName: " + throwClassName); in dump() 462 pw.println(prefix + "throwMethodName: " + throwMethodName); in dump() 463 pw.println(prefix + "throwLineNumber: " + throwLineNumber); in dump() 464 pw.println(prefix + "stackTrace: " + stackTrace); in dump() 555 public void dump(Printer pw, String prefix) { in dump() argument 556 pw.println(prefix + "activity: " + activity); in dump() [all …]
|
D | WaitResult.java | 42 @IntDef(prefix = {"LAUNCH_STATE_"}, value = { 110 public void dump(PrintWriter pw, String prefix) { in dump() argument 111 pw.println(prefix + "WaitResult:"); in dump() 112 pw.println(prefix + " result=" + result); in dump() 113 pw.println(prefix + " timeout=" + timeout); in dump() 114 pw.println(prefix + " who=" + who); in dump() 115 pw.println(prefix + " totalTime=" + totalTime); in dump() 116 pw.println(prefix + " launchState=" + launchState); in dump()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 451 void dump(PrintWriter pw, String prefix, Context baseContext, boolean redact) { in dump() argument 453 pw.println(prefix + this); in dump() 454 prefix = prefix + " "; in dump() 455 pw.println(prefix + "uid=" + sbn.getUid() + " userId=" + sbn.getUserId()); in dump() 456 pw.println(prefix + "opPkg=" + sbn.getOpPkg()); in dump() 457 pw.println(prefix + "icon=" + notification.getSmallIcon()); in dump() 458 pw.println(prefix + "flags=0x" + Integer.toHexString(notification.flags)); in dump() 459 pw.println(prefix + "pri=" + notification.priority); in dump() 460 pw.println(prefix + "key=" + sbn.getKey()); in dump() 461 pw.println(prefix + "seen=" + mStats.hasSeen()); in dump() [all …]
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | math.rscript | 40 #define DECL_INT(prefix) \ 41 volatile char prefix##_c_1 = 1; \ 42 volatile char2 prefix##_c_2 = 1; \ 43 volatile char3 prefix##_c_3 = 1; \ 44 volatile char4 prefix##_c_4 = 1; \ 45 volatile uchar prefix##_uc_1 = 1; \ 46 volatile uchar2 prefix##_uc_2 = 1; \ 47 volatile uchar3 prefix##_uc_3 = 1; \ 48 volatile uchar4 prefix##_uc_4 = 1; \ 49 volatile short prefix##_s_1 = 1; \ [all …]
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | math.rscript | 40 #define DECL_INT(prefix) \ 41 volatile char prefix##_c_1 = 1; \ 42 volatile char2 prefix##_c_2 = 1; \ 43 volatile char3 prefix##_c_3 = 1; \ 44 volatile char4 prefix##_c_4 = 1; \ 45 volatile uchar prefix##_uc_1 = 1; \ 46 volatile uchar2 prefix##_uc_2 = 1; \ 47 volatile uchar3 prefix##_uc_3 = 1; \ 48 volatile uchar4 prefix##_uc_4 = 1; \ 49 volatile short prefix##_s_1 = 1; \ [all …]
|
D | math.rs.bak | 40 #define DECL_INT(prefix) \ 41 volatile char prefix##_c_1 = 1; \ 42 volatile char2 prefix##_c_2 = 1; \ 43 volatile char3 prefix##_c_3 = 1; \ 44 volatile char4 prefix##_c_4 = 1; \ 45 volatile uchar prefix##_uc_1 = 1; \ 46 volatile uchar2 prefix##_uc_2 = 1; \ 47 volatile uchar3 prefix##_uc_3 = 1; \ 48 volatile uchar4 prefix##_uc_4 = 1; \ 49 volatile short prefix##_s_1 = 1; \ [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BroadcastFilter.java | 60 public void dump(PrintWriter pw, String prefix) { in dump() argument 61 dumpInReceiverList(pw, new PrintWriterPrinter(pw), prefix); in dump() 62 receiverList.dumpLocal(pw, prefix); in dump() 65 public void dumpBrief(PrintWriter pw, String prefix) { in dumpBrief() argument 66 dumpBroadcastFilterState(pw, prefix); in dumpBrief() 69 public void dumpInReceiverList(PrintWriter pw, Printer pr, String prefix) { in dumpInReceiverList() argument 70 super.dump(pr, prefix); in dumpInReceiverList() 71 dumpBroadcastFilterState(pw, prefix); in dumpInReceiverList() 74 void dumpBroadcastFilterState(PrintWriter pw, String prefix) { in dumpBroadcastFilterState() argument 76 pw.print(prefix); pw.print("requiredPermission="); pw.println(requiredPermission); in dumpBroadcastFilterState()
|
D | ActiveInstrumentation.java | 98 void dump(PrintWriter pw, String prefix) { in dump() argument 99 pw.print(prefix); pw.print("mClass="); pw.print(mClass); in dump() 101 pw.print(prefix); pw.println("mRunningProcesses:"); in dump() 103 pw.print(prefix); pw.print(" #"); pw.print(i); pw.print(": "); in dump() 106 pw.print(prefix); pw.print("mTargetProcesses="); in dump() 108 pw.print(prefix); pw.print("mTargetInfo="); in dump() 111 mTargetInfo.dump(new PrintWriterPrinter(pw), prefix + " ", 0); in dump() 114 pw.print(prefix); pw.print("mProfileFile="); pw.println(mProfileFile); in dump() 117 pw.print(prefix); pw.print("mWatcher="); pw.println(mWatcher); in dump() 120 pw.print(prefix); pw.print("mUiAutomationConnection="); in dump() [all …]
|
D | AppBindRecord.java | 35 void dump(PrintWriter pw, String prefix) { in dump() argument 36 pw.println(prefix + "service=" + service); in dump() 37 pw.println(prefix + "client=" + client); in dump() 38 dumpInIntentBind(pw, prefix); in dump() 41 void dumpInIntentBind(PrintWriter pw, String prefix) { in dumpInIntentBind() argument 44 pw.println(prefix + "Per-process Connections:"); in dumpInIntentBind() 47 pw.println(prefix + " " + c); in dumpInIntentBind()
|
D | BroadcastRecord.java | 118 void dump(PrintWriter pw, String prefix, SimpleDateFormat sdf) { in dump() argument 121 pw.print(prefix); pw.print(this); pw.print(" to user "); pw.println(userId); in dump() 122 pw.print(prefix); pw.println(intent.toInsecureString()); in dump() 124 pw.print(prefix); pw.print(" targetComp: "); pw.println(targetComp.toShortString()); in dump() 128 pw.print(prefix); pw.print(" extras: "); pw.println(bundle.toString()); in dump() 130 pw.print(prefix); pw.print("caller="); pw.print(callerPackage); pw.print(" "); in dump() 136 pw.print(prefix); pw.print("requiredPermissions="); in dump() 141 pw.print(prefix); pw.print("options="); pw.println(options.toBundle()); in dump() 143 pw.print(prefix); pw.print("enqueueClockTime="); in dump() 147 pw.print(prefix); pw.print("dispatchTime="); in dump() [all …]
|
/frameworks/base/core/java/android/content/pm/ |
D | ComponentInfo.java | 171 protected void dumpFront(Printer pw, String prefix) { in dumpFront() argument 172 super.dumpFront(pw, prefix); in dumpFront() 174 pw.println(prefix + "processName=" + processName); in dumpFront() 177 pw.println(prefix + "splitName=" + splitName); in dumpFront() 179 pw.println(prefix + "enabled=" + enabled + " exported=" + exported in dumpFront() 182 pw.println(prefix + "description=" + descriptionRes); in dumpFront() 186 protected void dumpBack(Printer pw, String prefix) { in dumpBack() argument 187 dumpBack(pw, prefix, DUMP_FLAG_ALL); in dumpBack() 190 void dumpBack(Printer pw, String prefix, int dumpFlags) { in dumpBack() argument 193 pw.println(prefix + "ApplicationInfo:"); in dumpBack() [all …]
|
D | ServiceInfo.java | 160 @IntDef(flag = true, prefix = { "FOREGROUND_SERVICE_TYPE_" }, value = { 199 public void dump(Printer pw, String prefix) { in dump() argument 200 dump(pw, prefix, DUMP_FLAG_ALL); in dump() 204 void dump(Printer pw, String prefix, int dumpFlags) { in dump() argument 205 super.dumpFront(pw, prefix); in dump() 206 pw.println(prefix + "permission=" + permission); in dump() 207 pw.println(prefix + "flags=0x" + Integer.toHexString(flags)); in dump() 208 super.dumpBack(pw, prefix, dumpFlags); in dump()
|
/frameworks/base/services/core/java/com/android/server/uri/ |
D | GrantUri.java | 30 public boolean prefix; field in GrantUri 32 public GrantUri(int sourceUserId, Uri uri, boolean prefix) { in GrantUri() argument 35 this.prefix = prefix; in GrantUri() 43 hashCode = 31 * hashCode + (prefix ? 1231 : 1237); in hashCode() 52 && prefix == other.prefix; in equals() 60 if (prefix) result += " [prefix]"; in toString() 66 if (prefix) result += " [prefix]"; in toSafeString()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | WindowOrientationListener.java | 271 public void dump(PrintWriter pw, String prefix) { in dump() argument 273 pw.println(prefix + TAG); in dump() 274 prefix += " "; in dump() 275 pw.println(prefix + "mEnabled=" + mEnabled); in dump() 276 pw.println(prefix + "mCurrentRotation=" + Surface.rotationToString(mCurrentRotation)); in dump() 277 pw.println(prefix + "mSensorType=" + mSensorType); in dump() 278 pw.println(prefix + "mSensor=" + mSensor); in dump() 279 pw.println(prefix + "mRate=" + mRate); in dump() 282 mOrientationJudge.dumpLocked(pw, prefix); in dump() 342 public abstract void dumpLocked(PrintWriter pw, String prefix); in dumpLocked() argument [all …]
|
/frameworks/av/media/codec2/core/include/ |
D | C2Enum.h | 78 C2StringLiteral prefix = nullptr) { 80 std::vector<C2String> sanitizedNames = sanitizeEnumValueNames(names, prefix); 98 #define DEFINE_C2_ENUM_VALUE_AUTO_HELPER(name, type, prefix, ...) \ argument 99 _DEFINE_C2_ENUM_VALUE_AUTO_HELPER(__C2_GENERATE_GLOBAL_VARS__, name, type, prefix, \ 101 #define _DEFINE_C2_ENUM_VALUE_AUTO_HELPER(enabled, name, type, prefix, ...) \ argument 102 __DEFINE_C2_ENUM_VALUE_AUTO_HELPER(enabled, name, type, prefix, ##__VA_ARGS__) 103 #define __DEFINE_C2_ENUM_VALUE_AUTO_HELPER(enabled, name, type, prefix, ...) \ argument 104 ___DEFINE_C2_ENUM_VALUE_AUTO_HELPER##enabled(name, type, prefix, ##__VA_ARGS__) 105 #define ___DEFINE_C2_ENUM_VALUE_AUTO_HELPER(name, type, prefix, ...) \ argument 111 prefix); \ [all …]
|
/frameworks/base/core/java/android/util/ |
D | PrefixPrinter.java | 35 public static Printer create(Printer printer, String prefix) { in create() argument 36 if (prefix == null || prefix.equals("")) { in create() 39 return new PrefixPrinter(printer, prefix); in create() 42 private PrefixPrinter(Printer printer, String prefix) { in PrefixPrinter() argument 44 mPrefix = prefix; in PrefixPrinter()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
D | AssistHandleReminderExpBehavior.java | 514 public void dump(PrintWriter pw, String prefix) { in dump() argument 515 pw.println(prefix + "Current AssistHandleReminderExpBehavior State:"); in dump() 516 pw.println(prefix + " mOnLockscreen=" + mOnLockscreen); in dump() 517 pw.println(prefix + " mIsDozing=" + mIsDozing); in dump() 518 pw.println(prefix + " mIsAwake=" + mIsAwake); in dump() 519 pw.println(prefix + " mRunningTaskId=" + mRunningTaskId); in dump() 520 pw.println(prefix + " mDefaultHome=" + mDefaultHome); in dump() 521 pw.println(prefix + " mIsNavBarHidden=" + mIsNavBarHidden); in dump() 522 pw.println(prefix + " mIsLauncherShowing=" + mIsLauncherShowing); in dump() 523 pw.println(prefix + " mConsecutiveTaskSwitches=" + mConsecutiveTaskSwitches); in dump() [all …]
|
/frameworks/native/cmds/installd/ |
D | matchgen.py | 74 prefix = " " * (index + 1) 75 print "%sswitch (ext[%d]) {" % (prefix, index) 78 print "%scase '\\0': return %s;" % (prefix, target[k]) 82 print "%scase '%s': case '%s':" % (prefix, k, upper) 84 print "%scase '%s':" % (prefix, k) 86 print "%s}" % (prefix) 88 print "%sbreak;" % (prefix)
|
/frameworks/ml/nn/runtime/ |
D | TypeManager.cpp | 45 inline bool StartsWith(std::string_view sv, std::string_view prefix) { in StartsWith() argument 46 return sv.substr(0u, prefix.size()) == prefix; in StartsWith() 221 bool TypeManager::getExtensionPrefix(const std::string& extensionName, uint16_t* prefix) { in getExtensionPrefix() argument 224 *prefix = it->second; in getExtensionPrefix() 227 *prefix = mPrefixToExtension.size(); in getExtensionPrefix() 228 mExtensionNameToPrefix[extensionName] = *prefix; in getExtensionPrefix() 236 uint16_t prefix; in getExtensionType() local 237 NN_RET_CHECK(getExtensionPrefix(extensionName, &prefix)); in getExtensionType() 238 *type = (prefix << kLowBitsType) | typeWithinExtension; in getExtensionType() 242 bool TypeManager::getExtensionInfo(uint16_t prefix, const Extension** extension) const { in getExtensionInfo() argument [all …]
|
/frameworks/av/media/codec2/vndk/util/ |
D | C2ParamUtils.cpp | 123 C2String prefix; in sanitizeEnumValueNames() local 128 prefix = _prefix + extraUnderscores; in sanitizeEnumValueNames() 130 C2_LOG(VERBOSE) << "prefix:" << prefix << ", underscores:" << extraUnderscores; in sanitizeEnumValueNames() 139 prefix = s + underscores; in sanitizeEnumValueNames() 144 prefix); in sanitizeEnumValueNames() 145 prefix.resize(matching); in sanitizeEnumValueNames() 148 C2_LOG(VERBOSE) << "prefix:" << prefix << ", underscores:" << extraUnderscores; in sanitizeEnumValueNames() 149 if (prefix.size() == 0 && extraUnderscores == 0) { in sanitizeEnumValueNames() 156 for (size_t i = 0; i < prefix.size(); ++i) { in sanitizeEnumValueNames() 157 if (islower(prefix[i])) { in sanitizeEnumValueNames() [all …]
|
/frameworks/base/services/core/java/com/android/server/policy/keyguard/ |
D | KeyguardStateMonitor.java | 123 public void dump(String prefix, PrintWriter pw) { in dump() argument 124 pw.println(prefix + TAG); in dump() 125 prefix += " "; in dump() 126 pw.println(prefix + "mIsShowing=" + mIsShowing); in dump() 127 pw.println(prefix + "mSimSecure=" + mSimSecure); in dump() 128 pw.println(prefix + "mInputRestricted=" + mInputRestricted); in dump() 129 pw.println(prefix + "mTrusted=" + mTrusted); in dump() 130 pw.println(prefix + "mCurrentUserId=" + mCurrentUserId); in dump()
|
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rscript | 27 #define DECL_VAR_SET(prefix) \ 28 static volatile float prefix##_f_1 = 1; \ 29 static volatile float2 prefix##_f_2 = 1; \ 30 static volatile float3 prefix##_f_3 = 1; \ 31 static volatile float4 prefix##_f_4 = 1; \ 32 static volatile char prefix##_c_1 = 1; \ 33 static volatile char2 prefix##_c_2 = 1; \ 34 static volatile char3 prefix##_c_3 = 1; \ 35 static volatile char4 prefix##_c_4 = 1; \ 36 static volatile uchar prefix##_uc_1 = 1; \ [all …]
|
/frameworks/ml/nn/runtime/test/fibonacci_extension/ |
D | FibonacciDriver.cpp | 51 bool getFibonacciExtensionPrefix(const Model& model, uint16_t* prefix) { in getFibonacciExtensionPrefix() argument 54 *prefix = model.extensionNameToPrefix[0].prefix; in getFibonacciExtensionPrefix() 60 uint16_t prefix; in isFibonacciOperation() local 61 NN_RET_CHECK(getFibonacciExtensionPrefix(model, &prefix)); in isFibonacciOperation() 62 NN_RET_CHECK_EQ(operationType, (prefix << kLowBitsType) | EXAMPLE_FIBONACCI); in isFibonacciOperation() 72 uint16_t prefix; in validate() local 73 NN_RET_CHECK(getFibonacciExtensionPrefix(model, &prefix)); in validate() 74 NN_RET_CHECK(inputType == ((prefix << kLowBitsType) | EXAMPLE_INT64) || in validate() 76 NN_RET_CHECK(outputType == ((prefix << kLowBitsType) | EXAMPLE_TENSOR_QUANT64_ASYMM) || in validate() 145 uint16_t prefix = static_cast<int32_t>(operationType) >> kLowBitsType; in findOperation() local [all …]
|
/frameworks/base/services/core/java/com/android/server/appbinding/ |
D | AppBindingConstants.java | 141 public void dump(String prefix, PrintWriter pw) { in dump() argument 142 pw.print(prefix); in dump() 146 pw.print(prefix); in dump() 150 pw.print(prefix); in dump() 154 pw.print(prefix); in dump() 158 pw.print(prefix); in dump() 162 pw.print(prefix); in dump() 166 pw.print(prefix); in dump()
|