Home
last modified time | relevance | path

Searched refs:where (Results 1 – 5 of 5) sorted by relevance

/build/tools/droiddoc/src/
DErrors.java51 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/
DErrors.java50 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/
Dchecktree89 where = "p4 where " + " ".join(added_depot_path) variable
90 added = run(where, r'(.*)', r'.*')
Dnotice_files.mk37 $(error Cannot determine where to install NOTICE file for $(LOCAL_MODULE))
/build/history/
Dcupcake.txt166 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 "@".