OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UsageException
(Results
1 - 11
of
11
) sorted by null
/dalvik/tools/dexdeps/src/com/android/dexdeps/
UsageException.java
22
public class
UsageException
extends RuntimeException {
Main.java
74
} catch (
UsageException
ue) {
202
* @throws
UsageException
if arguments are missing or poorly formed
218
throw new
UsageException
();
225
throw new
UsageException
();
232
throw new
UsageException
();
/dalvik/dx/src/com/android/dx/command/
UsageException.java
23
public class
UsageException
extends RuntimeException {
/external/turbine/java/com/google/turbine/main/
UsageException.java
24
class
UsageException
extends RuntimeException {
48
UsageException
() {
52
UsageException
(String message) {
Main.java
79
} catch (TurbineError |
UsageException
e) {
129
throw new
UsageException
("--processors is not supported");
132
throw new
UsageException
("no sources were provided");
135
throw new
UsageException
();
138
throw new
UsageException
("--output is required");
145
throw new
UsageException
("expected at most one of --release and --system");
157
throw new
UsageException
("not a supported release: " + release);
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DateFormatPerformanceTest.java
36
throw new
UsageException
();
DecimalFormatPerformanceTest.java
35
throw new
UsageException
();
PerfTest.java
294
public static class
UsageException
extends Exception {
300
public
UsageException
(String message) {
304
public
UsageException
() {
446
* @throws
UsageException
448
private Set parseOptions(String[] args) throws
UsageException
{
467
throw new
UsageException
();
480
throw new
UsageException
("Cannot specify both '-t <seconds>' and '-i <iterations>'");
482
throw new
UsageException
("Either '-t <seconds>' or '-i <iterations>' must be specified");
487
throw new
UsageException
("'-i <iterations>' requires an integer number of iterations");
493
throw new
UsageException
("'-r <seconds>' requires an integer number of seconds")
[
all
...]
/dalvik/dx/src/com/android/dx/command/dexer/
Main.java
30
import com.android.dx.command.
UsageException
;
[
all
...]
/external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar
/external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar
Completed in 214 milliseconds