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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/runtime/
futex_test.go 41 t.Skip("skipping; GOMAXPROCS>1")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_commands.py 21 raise unittest.SkipTest('Not posix; skipping test_commands')
test_pdb.py 1 # A test suite for pdb; at the moment, this only validates skipping of
221 """This illustrates the simple case of module skipping.
243 # Module for testing skipping of module that makes a callback
249 """This illustrates skipping of modules that call into other code.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_commands.py 21 raise unittest.SkipTest('Not posix; skipping test_commands')
test_pdb.py 1 # A test suite for pdb; at the moment, this only validates skipping of
221 """This illustrates the simple case of module skipping.
243 # Module for testing skipping of module that makes a callback
249 """This illustrates skipping of modules that call into other code.
  /art/test/134-nodex2oat-nofallback/
expected.txt 7 Suppressed: java.io.IOException: Fallback mode disabled, skipping dex files.
38 Suppressed: java.io.IOException: Fallback mode disabled, skipping dex files.
  /cts/hostsidetests/services/activitymanager/src/android/server/cts/
ActivityManagerManifestLayoutTests.java 76 CLog.logAndDisplay(INFO, "Skipping test: no freeform support");
111 CLog.logAndDisplay(INFO, "Skipping test: no freeform support");
  /cts/tests/tests/media/src/android/media/cts/
RingtoneManagerTest.java 109 Log.i(TAG, "Skipping testAccessMethods(): device doesn't have audio output.");
149 Log.i(TAG, "Skipping testStopPreviousRingtone(): device doesn't have audio output.");
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellInfoTest.java 60 Log.d(TAG, "Skipping test that requires FEATURE_TELEPHONY");
65 Log.d(TAG, "Skipping test that requires ConnectivityManager.TYPE_MOBILE");
  /external/autotest/server/site_tests/debugd_DevTools/
debugd_DevTools.py 92 logging.warning('Skipping %s - cannot disable (%s).', tool, e)
102 logging.warning('Skipping %s - cannot enable (%s).', tool, e)
  /external/chromium-trace/catapult/telemetry/build/
update_docs.py 63 logging.debug("skipping %s due to being a unittest", modname)
69 logging.info("skipping %s due to being an orphan .pyc", module.__file__)
  /external/clang/include/clang/Lex/
PTHLexer.h 40 /// This is used to perform quick skipping of conditional blocks.
44 /// to process when doing quick skipping of preprocessor blocks.
  /external/clang/test/Misc/
macro-backtrace.c 27 // CHECK-LIMIT: note: (skipping 7 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
41 // CHECK-NO-CARETS-NEXT: note: (skipping 6 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
  /external/doclava/src/com/google/doclava/apicheck/
ApiInfo.java 94 // TODO: Log skipping this?
120 // TODO: Log skipping this?
  /external/icu/icu4c/source/test/letest/
cmaps.cpp 110 default: printf("Error: table %d (psid %d) is unknown. Skipping.\n", i, platformSpecificID); break;
115 //printf("Skipping platform id %d\n", platformID);
  /external/icu/icu4c/source/test/perf/leperf/
cmaps.cpp 110 default: printf("Error: table %d (psid %d) is unknown. Skipping.\n", i, platformSpecificID); break;
115 //printf("Skipping platform id %d\n", platformID);
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
CheckMojo.java 43 private static final String MSG_SKIPPING = "Skipping JaCoCo execution due to missing execution data file:";
144 "Skipping JaCoCo execution due to missing classes directory:"
  /frameworks/av/media/libmedia/
MediaScanner.cpp 138 ALOGD("Skipping: %s", path);
156 ALOGW("Error opening directory '%s', skipping: %s.", path, strerror(errno));
  /frameworks/base/core/jni/
android_backup_BackupHelperDispatcher.cpp 62 ALOGW("Skipping unknown header: %d bytes", flattenedHeader.headerSize);
79 ALOGW("Skipping unknown header version: 0x%08x, %d bytes", flattenedHeader.version,
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 302 ALOGI("skipping a response");
308 ALOGI("skipping an event");
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_hook.cpp 120 LOGW("skipping 0 bytes in InputStream");
128 // if skipping more bytes than remain in buffer, set skip_bytes
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
LiveWallpaperListAdapter.java 164 Log.w(LOG_TAG, "Skipping wallpaper " + resolveInfo.serviceInfo, e);
167 Log.w(LOG_TAG, "Skipping wallpaper " + resolveInfo.serviceInfo, e);
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 179 Log.w(LOG_TAG, "Skipping wallpaper " + resolveInfo.serviceInfo, e);
182 Log.w(LOG_TAG, "Skipping wallpaper " + resolveInfo.serviceInfo, e);
  /prebuilts/go/darwin-x86/src/path/filepath/
match_test.go 171 t.Skipf("skipping on %s", runtime.GOOS)
174 t.Skipf("skipping on %s", runtime.GOOS)
  /prebuilts/go/darwin-x86/src/path/
path_test.go 79 t.Skip("skipping malloc count in short mode")
82 t.Log("skipping AllocsPerRun checks; GOMAXPROCS>1")

Completed in 2006 milliseconds

1 2 3 4 5 6 7 8 91011>>