Searched refs:where (Results 1 – 5 of 5) sorted by relevance
/build/tools/droiddoc/src/ |
D | Errors.java | 51 public static void error(Error error, SourcePositionInfo where, String text) { in error() argument 60 if (where == null) { in error() 61 where = new SourcePositionInfo("unknown", 0, 0); in error() 64 allErrors.add(new Message(where, level, message)); in error()
|
/build/tools/apicheck/src/com/android/apicheck/ |
D | Errors.java | 50 public static void error(Error error, SourcePositionInfo where, String text) { in error() argument 58 if (where == null) { in error() 59 where = new SourcePositionInfo("unknown", 0, 0); in error() 62 allErrors.add(new Message(where, message)); in error()
|
/build/core/ |
D | checktree | 89 where = "p4 where " + " ".join(added_depot_path) variable 90 added = run(where, r'(.*)', r'.*')
|
D | notice_files.mk | 37 $(error Cannot determine where to install NOTICE file for $(LOCAL_MODULE))
|
/build/history/ |
D | cupcake.txt | 166 Fix bug where UMS wouldn't enable properly 540 to be uniquely identified in a world where the GC can move objects 643 it to WebCore, where with the delay, the first movement may be ignored. 794 Fixing a Bug where SecurityManager.checkConnect is called with the 798 Fixed an error in InetAddress.equals() where we were not adhering to the spec. 1032 Fix the problem where the build would break looking for "@".
|