/build/tools/droiddoc/src/ |
D | SourcePositionInfo.java | 32 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 …]
|
D | KeywordEntry.java | 41 public int compareTo(Object that) in compareTo() argument 43 return this.label.compareToIgnoreCase(((KeywordEntry)that).label); in compareTo()
|
D | Errors.java | 38 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()
|
D | MemberInfo.java | 59 public int compareTo(Object that) { in compareTo() argument 60 return this.htmlPage().compareTo(((MemberInfo)that).htmlPage()); in compareTo()
|
D | ClassInfo.java | 141 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/ |
D | SourcePositionInfo.java | 36 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 …]
|
D | Errors.java | 38 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/ |
D | README.txt | 2 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/ |
D | data | 19 * 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/ |
D | README | 10 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/ |
D | README.txt | 6 (see the "emulator" product for that).
|
/build/ |
D | buildspec.mk.default | 25 # 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/ |
D | armelf.xsc | 109 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
|
D | proguard.flags | 20 # that isn't explicitly part of the API 41 # Keep classes and methods that have the guava @VisibleForTesting annotation
|
D | prelink-linux-arm.map | 11 # Note: The general rule is that libraries should be aligned on 1MB
|
D | base_rules.mk | 92 $(warning * the LOCAL_MODULE value for that component)
|
/build/tools/kcm/ |
D | kcm.cpp | 38 PropValue(const PropValue& that) { lineno=that.lineno; value=that.value; } in PropValue()
|
/build/tools/acp/ |
D | README | 26 - 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/ |
D | sdkpage.cs | 75 <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,
|
D | customization.cs | 5 <?cs # The default search box that goes in the header ?><?cs
|
/build/tools/zipalign/ |
D | README.txt | 14 The purpose of zipalign is to ensure that all uncompressed data starts
|
/build/tools/droiddoc/templates-pdk/ |
D | customization.cs | 2 left nav (toc) that gets placed on all pages, for the open source site?>
|
/build/tools/droiddoc/templates/ |
D | class.cs | 456 <?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/ |
D | android-developer-docs.css | 326 /* 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/ |
D | init.rc | 106 # Define the oom_adj values for the classes of processes that can be
|