Home
last modified time | relevance | path

Searched defs:rawResult (Results 1 – 5 of 5) sorted by relevance

/external/vogar/src/vogar/android/
DDeviceFilesystem.java72 List<String> rawResult = new Command.Builder(log) in mkdir() local
88 List<String> rawResult = new Command.Builder(log) in ls() local
/external/vogar/src/vogar/
DHostFileCache.java37 List<String> rawResult = new Command.Builder(log).args("cp", source, destination).execute(); in cp() local
46 List<String> rawResult = new Command.Builder(log).args("mv", source, destination).execute(); in mv() local
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DCaptureActivity.java200 public void handleDecode(Result rawResult, Bitmap barcode) { in handleDecode()
223 private void drawResultPoints(Bitmap barcode, Result rawResult) { in drawResultPoints()
DDecodeHandler.java71 Result rawResult = null; in decode() local
/external/perfetto/ui/src/tracks/actual_frames/
Dindex.ts77 const rawResult = await this.query(` constant