/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/target/product/security/ |
D | README | 14 testkey -- a generic key for packages that do not otherwise specify a key. 15 platform -- a test key for packages that are part of the core platform. 16 shared -- a test key for things that are shared in the home/contacts process. 17 media -- a test key for packages that are part of the media/download system.
|
/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/core/ |
D | proguard.flags | 6 # that isn't explicitly part of the API
|
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 | main.mk | 88 $(warning Please move your source tree to a path that does not contain)
|
/build/tools/droiddoc/templates-sdk/ |
D | sdkpage.cs | 63 <p>The Android NDK is a companion tool to the Android SDK that lets Android 71 <p>Select the download package that is appropriate for your development 116 itself introduces several new capabilities that enable you to develop 132 to download all of the SDK components that you need, such as Android platforms,
|
D | customization.cs | 5 <?cs # The default search box that goes in the header ?><?cs
|
/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 78 # built product. Any locales that appear in CUSTOM_LOCALES but not in 111 # when the build system changes such that this file must be updated, this
|
/build/history/ |
D | cupcake.txt | 150 …Added RemoteViews.setOnClickPendingIntent() that connects onClick events to launch PendingIntents.… 212 …developers to write pixels values with no format or alpha transformations that accompany using set… 266 …Fix problem that would leave the "now playing" list empty when removing the currently playing song… 279 that was missing in the parceling of SearchableInfo. 293 …alling CommandInterface.handleCallSetupRequestFromSim(). This will insure that the no termainl res… 329 Added a test that attempts to access a nonexistent static field. 345 create situations that we want to test the IMF/IME against, that aren't 447 + Define a standard, albeit currently @hidden, intent-extra for specifying that 450 that any in-the-wild applications that use this extra will continue to work.) 452 + Add the ability to specify that a video is recorded to a given content URI. [all …]
|
/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/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 | 479 <?cs # the A tag in the next line must remain where it is, so that Eclipse can parse the docs ?> 517 <?cs # the A tag in the next line must remain where it is, so that Eclipse can parse the docs ?> 545 <?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 | 322 /* a div that holds a short description */ 569 .tagdata blocks that make up the detailed 1118 /* modified to 43px so that all browsers eliminate the package panel h-scroll */
|