HomeSort by relevance Sort by last modified time
    Searched full:skipping (Results 51 - 75 of 2613) sorted by null

1 23 4 5 6 7 8 91011>>

  /device/google/dragon/
releasetools.py 25 print "no firmware images in target_files; skipping install"
40 print "no firmware images in target target_files; skipping install"
  /external/jacoco/jacoco-maven-plugin.test/it/it-multi-module/
verify.bsh 16 if ( buildLog.indexOf( "Skipping JaCoCo execution due to missing classes directory:" ) < 0 ) {
26 throw new RuntimeException( "Property not set to empty when skipping." );
  /frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
LocalizeDependenciesTask.groovy 79 println("skipping ${project}")
130 println("skipping $artifact")
148 println("skipping ${artifact} because it exists in $repo")
184 println("cannot find $key, skipping")
211 println("skipping $dependency because provided")
215 println("skipping $dependency because optional")
222 println("skipping $dependency because test and $key is not first level dependency. artifact id: ${dependency.artifact.getArtifactId()}")
230 println("skipping $dependency because is already resolved as ${dependencyKey}")
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DirectBootHostTest.java 87 Log.v(TAG, "Device not supported; skipping test");
90 Log.v(TAG, "Device doesn't have native FBE; skipping test");
102 Log.v(TAG, "Device not supported; skipping test");
105 Log.v(TAG, "Device has native FBE; skipping test");
117 Log.v(TAG, "Device not supported; skipping test");
120 Log.v(TAG, "Device has native FBE; skipping test");
  /cts/tests/admin/src/android/admin/cts/
DeviceAdminActivationTest.java 91 Log.w(TAG, "Skipping testActivateGoodReceiverDisplaysActivationUi");
106 Log.w(TAG, "Skipping testActivateBrokenReceiverFails");
117 Log.w(TAG, "Skipping testActivateBrokenReceiver2Fails");
128 Log.w(TAG, "Skipping testActivateBrokenReceiver3Fails");
139 Log.w(TAG, "Skipping testActivateBrokenReceiver4Fails");
150 Log.w(TAG, "Skipping testActivateBrokenReceiver5Fails");
  /external/dbus/bus/
policy.c 899 _dbus_verbose (" (policy) skipping non-send rule\n");
907 _dbus_verbose (" (policy) skipping rule for different message type\n");
921 _dbus_verbose (" (policy) skipping allow rule since it only applies to requested replies and does not allow eavesdropping\n");
931 _dbus_verbose (" (policy) skipping deny rule since it only applies to unrequested replies\n");
942 _dbus_verbose (" (policy) skipping rule for different path\n");
963 _dbus_verbose (" (policy) skipping rule for different interface\n");
974 _dbus_verbose (" (policy) skipping rule for different member\n");
985 _dbus_verbose (" (policy) skipping rule for different error name\n");
1002 _dbus_verbose (" (policy) skipping rule because message dest is not %s\n",
1017 _dbus_verbose (" (policy) skipping rule because dest %s doesn't exist\n"
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
runtime-gdb_test.go 21 t.Skipf("skipping due to issue running gdb: %v", err)
24 t.Skipf("skipping due to lack of python gdb support: %s", out)
32 t.Skipf("skipping: can't determine gdb version from\n%s\n", out)
37 t.Skipf("skipping: can't determine gdb version: %v, %v", err1, err2)
40 t.Skipf("skipping: gdb version %d.%d too old", major, minor)
126 t.Skipf("skipping because GOROOT=%s does not exist", runtime.GOROOT())
  /prebuilts/go/linux-x86/src/runtime/
runtime-gdb_test.go 21 t.Skipf("skipping due to issue running gdb: %v", err)
24 t.Skipf("skipping due to lack of python gdb support: %s", out)
32 t.Skipf("skipping: can't determine gdb version from\n%s\n", out)
37 t.Skipf("skipping: can't determine gdb version: %v, %v", err1, err2)
40 t.Skipf("skipping: gdb version %d.%d too old", major, minor)
126 t.Skipf("skipping because GOROOT=%s does not exist", runtime.GOROOT())
  /device/huawei/angler/
releasetools.py 104 print "no bootloader.img in target_files; skipping install"
112 print "no radio.img in target_files; skipping install"
144 print "bootloader unchanged; skipping"
153 print "no bootloader.img in target target_files; skipping install"
158 print "no radio.img in target target_files; skipping install"
172 print "radio image unchanged; skipping"
196 print "target bootloader partition img %s matches source; skipping" % (
204 # Install the bootloader, skipping any matching partitions
230 # Write the full images, skipping modem if so directed.
301 print "skipping flash of %s; not in recovery.fstab" % image.nam
    [all...]
  /device/moto/shamu/
releasetools.py 84 print "no bootloader.img in target_files; skipping install"
92 print "no radio.img in target_files; skipping install"
125 print "bootloader unchanged; skipping"
134 print "no bootloader.img in target target_files; skipping install"
139 print "no radio.img in target target_files; skipping install"
157 print "radio image unchanged; skipping"
180 print "target bootloader partition image %s matches source; skipping" % ti.name
186 # Install the bootloader, skipping any matching partitions
209 # Write the full images, skipping modem if so directed.
262 print "skipping flash of %s; not in recovery.fstab" % (image.name,
    [all...]
  /device/lge/bullhead/
releasetools.py 32 print "no bootloader.img in target_files; skipping install"
40 print "no radio.img in target_files; skipping install"
71 print "bootloader unchanged; skipping"
75 print "no bootloader.img in target target_files; skipping install"
80 print "no radio.img in target target_files; skipping install"
98 print "radio image unchanged; skipping"
218 print "skipping flash of %s; not in recovery.fstab" % (i,)
237 print "skipping flash of %s; not in recovery.fstab" % (i,)
250 print "skipping flash of %s; not in recovery.fstab" % (i,)
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
MediaCodecVideoEncoderTest.java 49 "Hardware does not support VP8 encoding, skipping testInitReleaseUsingByteBuffer");
61 Log.i(TAG, "hardware does not support VP8 encoding, skipping testEncoderUsingTextures");
76 Log.i(TAG, "hardware does not support VP8 encoding, skipping testEncoderUsingTextures");
95 Log.i(TAG, "Hardware does not support VP8 encoding, skipping testEncoderUsingByteBuffer");
138 Log.i(TAG, "Hardware does not support VP8 encoding, skipping testEncoderUsingTextures");
  /prebuilts/go/darwin-x86/src/net/
net_test.go 22 t.Logf("skipping %s test", network)
108 t.Logf("skipping %s test", network)
158 t.Logf("skipping %s test", network)
199 t.Logf("skipping %s test", network)
230 t.Logf("skipping %s test", network)
  /prebuilts/go/linux-x86/src/net/
net_test.go 22 t.Logf("skipping %s test", network)
108 t.Logf("skipping %s test", network)
158 t.Logf("skipping %s test", network)
199 t.Logf("skipping %s test", network)
230 t.Logf("skipping %s test", network)
  /cts/tests/tests/os/src/android/os/cts/
SecurityPatchTest.java 47 Log.w(TAG, "Skipping M+ Test.");
59 Log.w(TAG, "Skipping M+ Test.");
82 Log.w(TAG, "Skipping M+ Test.");
  /device/asus/fugu/
releasetools.py 83 print "no bootloader.img in target_files; skipping install"
97 print "bootloader unchanged; skipping"
102 print "no bootloader.img in target target_files; skipping install"
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
extension_unittest.py 49 'skipping test.')
61 'skipping test.')
75 'skipping test.')
138 'skipping test.')
166 'skipping test.')
195 'skipping test.')
  /external/deqp/scripts/khr_util/
gen_str_util.py 50 print "Warning: Empty value set for %s, skipping" % groupName
57 print "Warning: Empty value set for %s, skipping" % groupName
85 print "Warning: %s not defined, skipping" % value
109 print "Warning: %s not defined, skipping" % value
140 print "Warning: %s not defined, skipping" % enumName
168 print "Warning: %s not defined, skipping" % enumName
  /external/webrtc/webrtc/base/
dbus_unittest.cc 76 LOG(LS_WARNING) << "DBus Monitor not started. Skipping test.";
97 LOG(LS_WARNING) << "DBus Monitor not started. Skipping test.";
125 LOG(LS_WARNING) << "DBus Monitor not started. Skipping test.";
147 LOG(LS_WARNING) << "DBus Monitor not started. Skipping test.";
166 LOG(LS_WARNING) << "DBus Monitor not started. Skipping test.";
191 LOG(LS_WARNING) << "DBus Monitor not started. Skipping test.";
  /system/connectivity/shill/wifi/
mac80211_monitor.cc 124 SLOG(this, 5) << "Skipping queue check: device is connected.";
144 LOG(INFO) << "Skipping wake: stuck_flags is "
154 LOG(WARNING) << "Skipping reset: failed to get monotonic time";
160 LOG(WARNING) << "Skipping reset "
186 << " skipping queue of length " << queue_state.queue_length
192 << " skipping queue of length " << queue_state.queue_length
  /cts/tests/tests/telephony/src/android/telephony/cts/
SubscriptionManagerTest.java 57 Log.d(TAG, "Skipping test that requires ConnectivityManager.TYPE_MOBILE");
66 Log.d(TAG, "Skipping test that requires ConnectivityManager.TYPE_MOBILE");
  /external/clang/test/SemaCXX/
constexpr-backtrace-limit.cpp 13 // TEST2-NEXT: skipping 2 calls
20 // TEST3-NEXT: skipping 4 calls
  /external/iproute2/testsuite/tests/tc/
cls-testbed.t 31 ts_log "cls-testbed: HTB is unsupported by $TC, skipping"
43 ts_log "cls-testbed: dsmark is unsupported by $TC, skipping"
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
SeekableInputStream.java 24 * and returns <code>0</code>. Otherwise, if skipping <code>n</code> bytes
35 * less than <code>n</code> if skipping <code>n</code>
  /external/opencv3/modules/java/src/
ml+StatModel.java 84 // Unknown type 'Ptr_TrainData' (I), skipping the function
105 // Unknown type 'Ptr_TrainData' (I), skipping the function

Completed in 2416 milliseconds

1 23 4 5 6 7 8 91011>>