HomeSort by relevance Sort by last modified time
    Searched full:skipping (Results 426 - 450 of 1512) sorted by null

<<11121314151617181920>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ServiceMonitor.java 103 if (mDebug) Log.d(mTag, "skipping no-op restart");
  /frameworks/base/services/java/com/android/server/am/
NativeCrashListener.java 232 Slog.v(TAG, "Skipping report for persistent app " + pr);
  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestGrouping.java 241 "or a single String parameter - skipping",
  /frameworks/wilhelm/src/android/
AacBqToPcmCbRenderer.cpp 216 // skipping past AudioToCbRenderer and AudioSfDecoder
  /libcore/luni/src/main/java/java/util/zip/
InflaterInputStream.java 206 * @throws IOException if an error occurs skipping.
  /libcore/luni/src/test/java/libcore/java/io/
OldBufferedInputStreamTest.java 148 // Tests 3 and 4: Check that skipping less than readlimit bytes does
  /packages/apps/Browser/src/com/android/browser/
BrowserBackupAgent.java 140 if (DEBUG) Log.v(TAG, "Skipping extant url: " + mark.url);
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 101 Log.e("Trigger detected on unhandled resource. Skipping.");
  /packages/apps/MusicFX/src/com/android/musicfx/
Compatibility.java 158 log("skipping " + foo);
  /packages/apps/Settings/src/com/android/settings/
NotificationAccessSettings.java 228 Slog.w(TAG, "Skipping notification listener service "
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
LogStatement.java 220 Log.w(TAG, "Error in JsonWriter; skipping LogStatement");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
compileall.py 128 print 'Skipping current directory'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_lib.py 124 self.warn('byte-compiling is disabled, skipping.')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xpickle.py 245 print >>sys.stderr, "test_xpickle -- skipping backwards compat tests."
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
compileall.py 128 print 'Skipping current directory'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_lib.py 124 self.warn('byte-compiling is disabled, skipping.')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xpickle.py 245 print >>sys.stderr, "test_xpickle -- skipping backwards compat tests."
  /prebuilts/sdk/tools/linux/
acp 
  /system/core/sh/
eval.c 92 int evalskip; /* set if we are skipping commands */
322 skipping: if (evalskip == SKIPCONT && --skipcount <= 0) {
340 goto skipping;
1137 * above all check this flag, and if it is set they start skipping
  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 534 def skip_test(self, message="Skipping test.\n"):
537 Proper test-skipping behavior is dependent on the external
544 Technically, skipping a test is a NO RESULT, but Aegis would
  /external/guava/guava/src/com/google/common/io/
ByteStreams.java 570 // TODO(chrisn): Not all streams support skipping.
673 * @throws EOFException if this stream reaches the end before skipping all
676 * support skipping
  /external/linux-tools-perf/util/
event.c 468 dump_printf("problem processing PERF_RECORD_COMM, skipping event.\n");
636 dump_printf("problem processing PERF_RECORD_MMAP, skipping event.\n");
657 dump_printf("problem processing PERF_RECORD_FORK, skipping event.\n");
  /external/skia/tests/
SkpSkGrTest.cpp 653 static void bumpCount(skiatest::Reporter* reporter, bool skipping) {
657 if (!skipping && threadTestCount % 100 == 0) {
660 if (skipping && threadTestCount % 10000 == 0) {
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 377 Log.w(TAG, "File " + filePath + " is in an unsupported location; skipping");
417 if (DEBUG) Log.i(TAG, "Symlink (skipping)!: " + file);
533 if (DEBUG) Log.i(TAG, "[ skipping file " + path + "]");
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 163 // Can't go back to X after skipping Y
209 // them to omit further parameters (i.e. skipping X is ok if you skip Y).
339 // Can't go back to X after skipping Y

Completed in 632 milliseconds

<<11121314151617181920>>