HomeSort by relevance Sort by last modified time
    Searched defs:rawResult (Results 1 - 23 of 23) sorted by null

  /external/vogar/src/vogar/
HostFileCache.java 36 List<String> rawResult = new Command.Builder(log).args("cp", source, destination).execute();
38 if (!rawResult.isEmpty()) {
40 + ": " + rawResult.get(0));
45 List<String> rawResult = new Command.Builder(log).args("mv", source, destination).execute();
47 if (!rawResult.isEmpty()) {
49 + ": " + rawResult.get(0));
  /external/vogar/src/vogar/android/
DeviceFilesystem.java 72 List<String> rawResult = new Command.Builder(log)
77 if (!rawResult.isEmpty() && !rawResult.get(0).contains("File exists")) {
78 throw new CommandFailedException(args, rawResult);
88 List<String> rawResult = new Command.Builder(log)
95 for (String fileString : rawResult) {
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
DecodeHandler.java 71 Result rawResult = null;
76 rawResult = multiFormatReader.decodeWithState(bitmap);
85 if (rawResult != null) {
90 Message message = Message.obtain(handler, R.id.decode_succeeded, rawResult);
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorResult.java     [all...]
  /hardware/interfaces/camera/device/3.4/default/
ExternalCameraDeviceSession.cpp 781 const camera_metadata_t *rawResult = req->setting.getAndLock();
782 V3_2::implementation::convertToHidl(rawResult, &result.result);
783 req->setting.unlock(rawResult);
    [all...]
  /external/conscrypt/benchmark-android/
vogar.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-7.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/tools/common/m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/
Saxon-HE-9.8.0-5.jar 

Completed in 242 milliseconds