Lines Matching refs:ERROR

46   LOG(ERROR) << "Copyright (C) 2016 The Android Open Source Project\n";  in Usage()
47 LOG(ERROR) << kProgramName in Usage()
50 LOG(ERROR) << " -a : display annotations"; in Usage()
51 LOG(ERROR) << " -b : build dex_ir"; in Usage()
52 LOG(ERROR) << " -c : verify checksum and exit"; in Usage()
53 LOG(ERROR) << " -d : disassemble code sections"; in Usage()
54 LOG(ERROR) << " -e : display exported items only"; in Usage()
55 LOG(ERROR) << " -f : display summary information from file header"; in Usage()
56 LOG(ERROR) << " -h : display file header details"; in Usage()
57 LOG(ERROR) << " -i : ignore checksum failures"; in Usage()
58 LOG(ERROR) << " -l : output layout, either 'plain' or 'xml'"; in Usage()
59 LOG(ERROR) << " -o : output file name (defaults to stdout)"; in Usage()
60 LOG(ERROR) << " -p : profile file name (defaults to no profile)"; in Usage()
61 LOG(ERROR) << " -s : visualize reference pattern"; in Usage()
62 LOG(ERROR) << " -t : display file section sizes"; in Usage()
63 LOG(ERROR) << " -u : update dex checksums"; in Usage()
64 LOG(ERROR) << " -v : verify output file is canonical to input (IR level comparison)"; in Usage()
65 LOG(ERROR) << " -w : output dex directory"; in Usage()
66 LOG(ERROR) << " -x : compact dex generation level, either 'none' or 'fast'"; in Usage()
70 LOG(ERROR) << msg; in Abort()
168 LOG(ERROR) << "no file specified"; in DexlayoutDriver()
172 LOG(ERROR) << "Can't specify both -c and -i"; in DexlayoutDriver()
185 PLOG(ERROR) << "Can't open " << options.output_file_name_; in DexlayoutDriver()
200 PLOG(ERROR) << "Can't open " << options.profile_file_name_; in DexlayoutDriver()
205 LOG(ERROR) << "Can't read profile info from " << options.profile_file_name_; in DexlayoutDriver()