Home
last modified time | relevance | path

Searched refs:that (Results 1 – 25 of 109) sorted by relevance

12345

/development/tools/bugreport/src/com/android/bugreport/stacks/
DThreadSnapshot.java64 public ThreadSnapshot(ThreadSnapshot that) { in ThreadSnapshot() argument
65 this.name = that.name; in ThreadSnapshot()
66 this.daemon = that.daemon; in ThreadSnapshot()
67 this.priority = that.priority; in ThreadSnapshot()
68 this.tid = that.tid; in ThreadSnapshot()
69 this.sysTid = that.sysTid; in ThreadSnapshot()
70 this.vmState = that.vmState; in ThreadSnapshot()
71 int N = that.attributeText.size(); in ThreadSnapshot()
73 this.attributeText.add(that.attributeText.get(i)); in ThreadSnapshot()
75 this.heldMutexes = that.heldMutexes; in ThreadSnapshot()
[all …]
DLockSnapshot.java41 public LockSnapshot(LockSnapshot that) { in LockSnapshot() argument
42 this.type = that.type; in LockSnapshot()
43 this.address = that.address; in LockSnapshot()
44 this.packageName = that.packageName; in LockSnapshot()
45 this.className = that.className; in LockSnapshot()
46 this.threadId = that.threadId; in LockSnapshot()
54 public boolean equals(LockSnapshot that) { in equals() argument
55 return this.address == that.address in equals()
56 || (this.address != null && that.address != null in equals()
57 && this.address.equals(that.address)); in equals()
[all …]
DJavaStackFrameSnapshot.java43 public JavaStackFrameSnapshot(JavaStackFrameSnapshot that) { in JavaStackFrameSnapshot() argument
44 super(that); in JavaStackFrameSnapshot()
45 this.packageName = that.packageName; in JavaStackFrameSnapshot()
46 this.className = that.className; in JavaStackFrameSnapshot()
47 this.methodName = that.methodName; in JavaStackFrameSnapshot()
48 this.sourceFile = that.sourceFile; in JavaStackFrameSnapshot()
49 this.sourceLine = that.sourceLine; in JavaStackFrameSnapshot()
50 this.language = that.language; in JavaStackFrameSnapshot()
51 final int N = that.locks.size(); in JavaStackFrameSnapshot()
53 this.locks.add(that.locks.get(i).clone()); in JavaStackFrameSnapshot()
DProcessSnapshot.java39 public ProcessSnapshot(ProcessSnapshot that) { in ProcessSnapshot() argument
40 this.pid = that.pid; in ProcessSnapshot()
41 this.cmdLine = that.cmdLine; in ProcessSnapshot()
42 this.date = that.date; in ProcessSnapshot()
43 final int N = that.threads.size(); in ProcessSnapshot()
45 this.threads.add(that.threads.get(i).clone()); in ProcessSnapshot()
60 public int compareTo(ProcessSnapshot that) { in compareTo() argument
61 return this.pid - that.pid; in compareTo()
DNativeStackFrameSnapshot.java34 final NativeStackFrameSnapshot that = new NativeStackFrameSnapshot(); in clone() local
35 that.library = this.library; in clone()
36 that.symbol = this.symbol; in clone()
37 that.offset = this.offset; in clone()
38 return that; in clone()
DKernelStackFrameSnapshot.java31 public KernelStackFrameSnapshot(KernelStackFrameSnapshot that) { in KernelStackFrameSnapshot() argument
32 super(that); in KernelStackFrameSnapshot()
33 this.syscall = that.syscall; in KernelStackFrameSnapshot()
34 this.offset0 = that.offset0; in KernelStackFrameSnapshot()
35 this.offset1 = that.offset1; in KernelStackFrameSnapshot()
/development/tools/bugreport/src/com/android/bugreport/inspector/
DDeadlockDetector.java50 public boolean equals(ThreadRecord that) { in equals() argument
51 return this.process == that.process in equals()
52 && this.thread == that.thread; in equals()
63 public int compareTo(ThreadRecord that) { in compareTo() argument
64 int cmp = this.process.compareTo(that.process); in compareTo()
68 return this.thread.compareTo(that.thread); in compareTo()
84 public boolean equals(LockRecord that) { in equals() argument
85 return this.process == that.process in equals()
86 && (this.lock.address == that.lock.address in equals()
87 || (this.lock.address != null && that.lock.address != null in equals()
[all …]
/development/cmds/monkey/
DREADME.NETWORK.txt5 into the input system. The idea is that a process will run on a host
6 computer that will support higher-level operations (like conditionals,
29 that executed without a problem, or a line starting with ERROR for
30 commands that had problems being run. For commands that return a
31 value, that value is returned on the same line as the OK or ERROR
33 on that line. For ERROR values, this could be a message indicating
52 The format of that parameter is quite flexible. Using the menu key as
55 will add the KEYCODE part). Do note that this last part doesn't work
58 Note that sending a full button press requires sending both the down
59 and the up event for that key
[all …]
DNOTICE26 the copyright owner that is granting the License.
29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
50 copyright notice that is included in or attached to the work
54 form, that is based on (or derived from) the Work and for which the
57 of this License, Derivative Works shall not include works that remain
63 to that Work or Derivative Works thereof, that is intentionally
70 and issue tracking systems that are managed by, or on behalf of, the
72 excluding communication that is conspicuously marked or otherwise
92 by such Contributor that are necessarily infringed by their
[all …]
/development/tools/repo_diff/
DREADME.md61 2. Diff projects that have a match.
62 3. Find commits in source tree B that are not in source tree A.
72 the commits that exist in the downstream project (B) but not the
75 'git cherry' is a useful tool that finds changes
77 not only by finding which commits that were merged
85 * Commits that were squashed with other commits
86 * Commits that were reauthored
93 1. First listing the "git cherry" commits that will give us the
96 a list of changes that actually have lines of code in the tree.
98 that have lines of code in the final source tree.
[all …]
/development/apps/Fallback/
DNOTICE26 the copyright owner that is granting the License.
29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
50 copyright notice that is included in or attached to the work
54 form, that is based on (or derived from) the Work and for which the
57 of this License, Derivative Works shall not include works that remain
63 to that Work or Derivative Works thereof, that is intentionally
70 and issue tracking systems that are managed by, or on behalf of, the
72 excluding communication that is conspicuously marked or otherwise
92 by such Contributor that are necessarily infringed by their
[all …]
/development/apps/Development/
DNOTICE26 the copyright owner that is granting the License.
29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
50 copyright notice that is included in or attached to the work
54 form, that is based on (or derived from) the Work and for which the
57 of this License, Derivative Works shall not include works that remain
63 to that Work or Derivative Works thereof, that is intentionally
70 and issue tracking systems that are managed by, or on behalf of, the
72 excluding communication that is conspicuously marked or otherwise
92 by such Contributor that are necessarily infringed by their
[all …]
/development/apps/CustomLocale/
DNOTICE26 the copyright owner that is granting the License.
29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
50 copyright notice that is included in or attached to the work
54 form, that is based on (or derived from) the Work and for which the
57 of this License, Derivative Works shall not include works that remain
63 to that Work or Derivative Works thereof, that is intentionally
70 and issue tracking systems that are managed by, or on behalf of, the
72 excluding communication that is conspicuously marked or otherwise
92 by such Contributor that are necessarily infringed by their
[all …]
/development/apps/NinePatchLab/
DNOTICE26 the copyright owner that is granting the License.
29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
50 copyright notice that is included in or attached to the work
54 form, that is based on (or derived from) the Work and for which the
57 of this License, Derivative Works shall not include works that remain
63 to that Work or Derivative Works thereof, that is intentionally
70 and issue tracking systems that are managed by, or on behalf of, the
72 excluding communication that is conspicuously marked or otherwise
92 by such Contributor that are necessarily infringed by their
[all …]
/development/samples/VoicemailProviderDemo/
DNOTICE26 the copyright owner that is granting the License.
29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
50 copyright notice that is included in or attached to the work
54 form, that is based on (or derived from) the Work and for which the
57 of this License, Derivative Works shall not include works that remain
63 to that Work or Derivative Works thereof, that is intentionally
70 and issue tracking systems that are managed by, or on behalf of, the
72 excluding communication that is conspicuously marked or otherwise
92 by such Contributor that are necessarily infringed by their
[all …]
/development/samples/AccelerometerPlay/
DNOTICE26 the copyright owner that is granting the License.
29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
50 copyright notice that is included in or attached to the work
54 form, that is based on (or derived from) the Work and for which the
57 of this License, Derivative Works shall not include works that remain
63 to that Work or Derivative Works thereof, that is intentionally
70 and issue tracking systems that are managed by, or on behalf of, the
72 excluding communication that is conspicuously marked or otherwise
92 by such Contributor that are necessarily infringed by their
[all …]
/development/apps/launchperf/
DNOTICE26 the copyright owner that is granting the License.
29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
50 copyright notice that is included in or attached to the work
54 form, that is based on (or derived from) the Work and for which the
57 of this License, Derivative Works shall not include works that remain
63 to that Work or Derivative Works thereof, that is intentionally
70 and issue tracking systems that are managed by, or on behalf of, the
72 excluding communication that is conspicuously marked or otherwise
92 by such Contributor that are necessarily infringed by their
[all …]
/development/apps/BluetoothDebug/
DNOTICE26 the copyright owner that is granting the License.
29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
50 copyright notice that is included in or attached to the work
54 form, that is based on (or derived from) the Work and for which the
57 of this License, Derivative Works shall not include works that remain
63 to that Work or Derivative Works thereof, that is intentionally
70 and issue tracking systems that are managed by, or on behalf of, the
72 excluding communication that is conspicuously marked or otherwise
92 by such Contributor that are necessarily infringed by their
[all …]
/development/samples/CubeLiveWallpaper/
DNOTICE26 the copyright owner that is granting the License.
29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
50 copyright notice that is included in or attached to the work
54 form, that is based on (or derived from) the Work and for which the
57 of this License, Derivative Works shall not include works that remain
63 to that Work or Derivative Works thereof, that is intentionally
70 and issue tracking systems that are managed by, or on behalf of, the
72 excluding communication that is conspicuously marked or otherwise
92 by such Contributor that are necessarily infringed by their
[all …]
/development/apps/SdkSetup/
DNOTICE26 the copyright owner that is granting the License.
29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
50 copyright notice that is included in or attached to the work
54 form, that is based on (or derived from) the Work and for which the
57 of this License, Derivative Works shall not include works that remain
63 to that Work or Derivative Works thereof, that is intentionally
70 and issue tracking systems that are managed by, or on behalf of, the
72 excluding communication that is conspicuously marked or otherwise
92 by such Contributor that are necessarily infringed by their
[all …]
/development/apps/OBJViewer/
DNOTICE26 the copyright owner that is granting the License.
29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
50 copyright notice that is included in or attached to the work
54 form, that is based on (or derived from) the Work and for which the
57 of this License, Derivative Works shall not include works that remain
63 to that Work or Derivative Works thereof, that is intentionally
70 and issue tracking systems that are managed by, or on behalf of, the
72 excluding communication that is conspicuously marked or otherwise
92 by such Contributor that are necessarily infringed by their
[all …]
/development/apps/GestureBuilder/
DNOTICE26 the copyright owner that is granting the License.
29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
50 copyright notice that is included in or attached to the work
54 form, that is based on (or derived from) the Work and for which the
57 of this License, Derivative Works shall not include works that remain
63 to that Work or Derivative Works thereof, that is intentionally
70 and issue tracking systems that are managed by, or on behalf of, the
72 excluding communication that is conspicuously marked or otherwise
92 by such Contributor that are necessarily infringed by their
[all …]
/development/apps/DevelopmentSettings/
DNOTICE26 the copyright owner that is granting the License.
29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
50 copyright notice that is included in or attached to the work
54 form, that is based on (or derived from) the Work and for which the
57 of this License, Derivative Works shall not include works that remain
63 to that Work or Derivative Works thereof, that is intentionally
70 and issue tracking systems that are managed by, or on behalf of, the
72 excluding communication that is conspicuously marked or otherwise
92 by such Contributor that are necessarily infringed by their
[all …]
/development/samples/Home/
DNOTICE26 the copyright owner that is granting the License.
29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
50 copyright notice that is included in or attached to the work
54 form, that is based on (or derived from) the Work and for which the
57 of this License, Derivative Works shall not include works that remain
63 to that Work or Derivative Works thereof, that is intentionally
70 and issue tracking systems that are managed by, or on behalf of, the
72 excluding communication that is conspicuously marked or otherwise
92 by such Contributor that are necessarily infringed by their
[all …]
/development/host/windows/usb/
Dreadme.txt3 package that is compliant with android_winusb.inf, you need to create
25 devices that were not available when Android SDK was shipped. To do that,
27 file to add descriptions for new devices and interfaces. Note that when .inf
30 not break the installation, but it will cause security warnings (that can be
34 template to create new .inf file for new devices. Note that you also need
35 to build and sign new .cat files for that custom .inf file of yours.

12345