Home
last modified time | relevance | path

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

12

/build/tools/droiddoc/src/
DSourcePositionInfo.java32 public SourcePositionInfo(SourcePositionInfo that) in SourcePositionInfo() argument
34 this.file = that.file; in SourcePositionInfo()
35 this.line = that.line; in SourcePositionInfo()
36 this.column = that.column; in SourcePositionInfo()
45 public static SourcePositionInfo add(SourcePositionInfo that, String str, int index) in add() argument
47 if (that == null) { in add()
50 int line = that.line; in add()
59 return new SourcePositionInfo(that.file, line, 0); in add()
62 public static SourcePositionInfo findBeginning(SourcePositionInfo that, String str) in findBeginning() argument
64 if (that == null) { in findBeginning()
[all …]
DKeywordEntry.java41 public int compareTo(Object that) in compareTo() argument
43 return this.label.compareToIgnoreCase(((KeywordEntry)that).label); in compareTo()
DErrors.java38 Message that = (Message)o; in compareTo() local
39 int r = this.pos.compareTo(that.pos); in compareTo()
41 return this.msg.compareTo(that.msg); in compareTo()
DMemberInfo.java59 public int compareTo(Object that) { in compareTo() argument
60 return this.htmlPage().compareTo(((MemberInfo)that).htmlPage()); in compareTo()
DClassInfo.java141 public int compareTo(Object that) { in compareTo() argument
142 if (that instanceof ClassInfo) { in compareTo()
143 return mQualifiedName.compareTo(((ClassInfo)that).mQualifiedName); in compareTo()
145 return this.hashCode() - that.hashCode(); in compareTo()
1347 public boolean equals(ClassInfo that) in equals() argument
1349 if (that != null) { in equals()
1350 return this.qualifiedName().equals(that.qualifiedName()); in equals()
/build/tools/apicheck/src/com/android/apicheck/
DSourcePositionInfo.java36 public SourcePositionInfo(SourcePositionInfo that) in SourcePositionInfo() argument
38 this.file = that.file; in SourcePositionInfo()
39 this.line = that.line; in SourcePositionInfo()
40 this.column = that.column; in SourcePositionInfo()
49 public static SourcePositionInfo add(SourcePositionInfo that, String str, int index) in add() argument
51 if (that == null) { in add()
54 int line = that.line; in add()
63 return new SourcePositionInfo(that.file, line, 0); in add()
66 public static SourcePositionInfo findBeginning(SourcePositionInfo that, String str) in findBeginning() argument
68 if (that == null) { in findBeginning()
[all …]
DErrors.java38 Message that = (Message)o; in compareTo() local
39 int r = this.pos.compareTo(that.pos); in compareTo()
41 return this.msg.compareTo(that.msg); in compareTo()
/build/target/board/emulator/
DREADME.txt2 without a kernel or bootloader, except that it defines the
3 HAVE_HTC_AUDIO_DRIVER constant, since that is what the emulator
/build/tools/bin2asm/
Ddata19 * The mid-2007 version of gcc that ships with Macs requires a\n\
21 * that's a syntax error. It also wants globals to be explicitly\n\
22 * prefixed with \"_\" as opposed to modern gccs that do the\n\
/build/target/product/security/
DREADME10 testkey -- a generic key for packages that do not otherwise specify a key.
11 platform -- a test key for packages that are part of the core platform.
12 shared -- a test key for things that are shared in the home/contacts process.
13 media -- a test key for packages that are part of the media/download system.
/build/target/board/generic/
DREADME.txt6 (see the "emulator" product for that).
/build/
Dbuildspec.mk.default25 # that work.
31 # User is what we ship. Userdebug is that, with a few flags turned on
81 # built product. Any locales that appear in CUSTOM_LOCALES but not in
114 # when the build system changes such that this file must be updated, this
/build/core/
Darmelf.xsc109 wildcard. The wildcard also means that it
148 /* Align here to ensure that the .bss section occupies space up to
193 /* Adding the word ABSOLUTE below, so that the _stack below won't float
195 we saw that sometimes _stack got inserted into the .debug_frame section
196 because it's processed by the linker at that moment. As a result, _stack
Dproguard.flags20 # that isn't explicitly part of the API
41 # Keep classes and methods that have the guava @VisibleForTesting annotation
Dprelink-linux-arm.map11 # Note: The general rule is that libraries should be aligned on 1MB
Dbase_rules.mk92 $(warning * the LOCAL_MODULE value for that component)
/build/tools/kcm/
Dkcm.cpp38 PropValue(const PropValue& that) { lineno=that.lineno; value=that.value; } in PropValue()
/build/tools/acp/
DREADME26 - The Darwin linker insists that ranlib be current. If you copy the
31 It's easier and more reliable to write a cp command that works properly.
/build/tools/droiddoc/templates-sdk/
Dsdkpage.cs75 <p>The Android NDK is a companion tool to the Android SDK that lets you build
77 libraries that allow you to build activities, handle user input, use hardware sensors,
Dcustomization.cs5 <?cs # The default search box that goes in the header ?><?cs
/build/tools/zipalign/
DREADME.txt14 The purpose of zipalign is to ensure that all uncompressed data starts
/build/tools/droiddoc/templates-pdk/
Dcustomization.cs2 left nav (toc) that gets placed on all pages, for the open source site?>
/build/tools/droiddoc/templates/
Dclass.cs456 <?cs # the A tag in the next line must remain where it is, so that Eclipse can parse the docs ?>
494 <?cs # the A tag in the next line must remain where it is, so that Eclipse can parse the docs ?>
522 <?cs # the A tag in the next line must remain where it is, so that Eclipse can parse the docs ?>
/build/tools/droiddoc/templates/assets/
Dandroid-developer-docs.css326 /* a div that holds a short description */
587 .tagdata blocks that make up the detailed
1147 /* modified to 43px so that all browsers eliminate the package panel h-scroll */
/build/target/board/generic_x86/
Dinit.rc106 # Define the oom_adj values for the classes of processes that can be

12