/tools/loganalysis/src/com/android/loganalysis/parser/ |
D | TracesParser.java | 57 StringBuffer stack = null; in parse() local 60 if (stack == null) { in parse() 71 stack = new StringBuffer(); in parse() 72 stack.append(line); in parse() 73 stack.append("\n"); in parse() 76 stack.append(line); in parse() 77 stack.append("\n"); in parse() 79 traces.setStack(stack.toString().trim()); in parse() 83 if (stack == null) { in parse() 86 traces.setStack(stack.toString().trim()); in parse()
|
D | JavaCrashParser.java | 56 StringBuilder stack = new StringBuilder(); in parse() local 67 stack = new StringBuilder(); in parse() 108 addMessageStack(jc, message.toString(), stack.toString()); in parse() 115 stack.append(line); in parse() 116 stack.append("\n"); in parse() 120 addMessageStack(jc, message.toString(), stack.toString()); in parse() 127 private void addMessageStack(JavaCrashItem jc, String message, String stack) { in addMessageStack() argument 132 jc.setStack(stack.trim()); in addMessageStack()
|
D | NativeCrashParser.java | 43 StringBuilder stack = new StringBuilder(); in parse() local 60 stack.append(line); in parse() 61 stack.append("\n"); in parse() 65 nc.setStack(stack.toString().trim()); in parse()
|
D | AnrParser.java | 65 StringBuilder stack = new StringBuilder(); in parse() local 111 stack.append(line); in parse() 112 stack.append("\n"); in parse() 117 anr.setStack(stack.toString().trim()); in parse()
|
/tools/repohooks/tools/ |
D | cpplint.py | 1514 def FindEndOfExpressionInLine(line, startpos, stack): argument 1531 stack.append(char) 1536 if stack and stack[-1] == '<': 1537 stack.pop() 1538 if not stack: 1545 stack.append('<') 1551 while stack and stack[-1] == '<': 1552 stack.pop() 1553 if not stack: 1555 if ((stack[-1] == '(' and char == ')') or [all …]
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
D | TracesItem.java | 89 public void setStack(String stack) { in setStack() argument 90 setAttribute(STACK, stack); in setStack()
|
D | MiscKernelLogItem.java | 108 public void setStack(String stack) { in setStack() argument 109 setAttribute(STACK, stack); in setStack()
|
D | MiscLogcatItem.java | 196 public void setStack(String stack) { in setStack() argument 197 setAttribute(STACK, stack); in setStack()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | ConsoleResultReporter.java | 136 String stack = testResult.getStackTrace(); in getTestSummary() local 137 if (stack != null && !stack.isEmpty()) { in getTestSummary() 139 String lines[] = stack.split("\\r?\\n"); in getTestSummary()
|
/tools/tradefederation/core/prod-tests/src/com/android/monkey/ |
D | MonkeyBase.java | 411 String stack = kernelErrors.get(i).getStack(); in runMonkey() local 412 if (stack != null) { in runMonkey() 413 CLog.d("Kernel Error #%d: %s", i + 1, stack.split("\n")[0].trim()); in runMonkey() 417 String stack = kernelResets.get(i).getStack(); in runMonkey() local 418 if (stack != null) { in runMonkey() 419 CLog.d("Kernel Reset #%d: %s", i + 1, stack.split("\n")[0].trim()); in runMonkey()
|
/tools/test/connectivity/acts/framework/acts/ |
D | tracelogger.py | 28 inspect_stack = inspect.stack()
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | ICommandScheduler.java | 310 public void setLastInvocationExitCode(ExitCode code, Throwable stack); in setLastInvocationExitCode() argument
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bluetooth.proto | 58 // https://cs.corp.google.com/#android/system/bt/stack/include/btm_api.h&q=major_computer. 146 // https://cs.corp.google.com/#android/system/bt/stack/include/hcidefs.h&q=failed_establish.
|
/tools/tradefederation/core/res/jacoco/ |
D | jacocoagent.jar | META-INF/MANIFEST.MF
META-INF/MTNMINDS.SF
META-INF/MTNMINDS ... |
D | jacocoant.jar | META-INF/MANIFEST.MF
META-INF/MTNMINDS.SF
META-INF/MTNMINDS ... |
/tools/appbundle/bundletool/etc/ |
D | bundletool.bat | 49 REM By default, give bundletool a max heap size of 1 gig and a stack size of 1meg.↵
|
/tools/apksig/etc/ |
D | apksigner.bat | 49 REM By default, give apksigner a max heap size of 1 gig and a stack size of 1meg.
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | TestInvocation.java | 694 protected void setExitCode(ExitCode code, Throwable stack) { in setExitCode() argument 696 .setLastInvocationExitCode(code, stack); in setExitCode()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | TestInvocationTest.java | 247 protected void setExitCode(ExitCode code, Throwable stack) { in setUp() 870 protected void setExitCode(ExitCode code, Throwable stack) { in testInvoke_strictShardableTest_withShardIndex() 960 protected void setExitCode(ExitCode code, Throwable stack) { in testInvoke_nonStrictShardableTest_withShardIndexNonZero() 1632 protected void setExitCode(ExitCode code, Throwable stack) { in testInvoke_deviceInfoBuild_noEnv() 1702 protected void setExitCode(ExitCode code, Throwable stack) { in testInvoke_deviceInfoBuild_withEnv() 1785 protected void setExitCode(ExitCode code, Throwable stack) { in testInvoke_deviceInfoBuild_withEnv_andSkipProperty()
|
D | TestInvocationMultiTest.java | 95 protected void setExitCode(ExitCode code, Throwable stack) { in setUp()
|
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/ |
D | GAP_PTS_INSTRUCTIONS | 17 Note: Use this stack change to test all LE testcases: 18 https://android-review.googlesource.com/#/c/319838/1/stack/btm/btm_ble_multi_adv.cc TSPC_bd_addr_iu…
|
D | SM_PTS_INSTRUCTIONS | 205 3. Add this patch to the stack which adds even more logging:
|
/tools/test/connectivity/acts/ |
D | README.md | 7 tool for a wireless stack developer or integrator whether exercising a new code
|