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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
cvei.h 237 /** Specifies whether the current frame skipping decision is allowed after encoding
242 /** Specifies that no frame skipping is allowed. Frame skipping is a tool used to
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
AutoFocusStateMachine.java 109 Log.w(TAG, "onCaptureCompleted - missing result, skipping AF update");
116 "skipping AF update");
123 "skipping AF update");
  /packages/services/Telephony/src/com/android/phone/
CallHandlerServiceProxy.java 246 Log.d(TAG, "CallHandlerService not conneccted. Skipping "
265 Log.d(TAG, "CallHandlerService not conneccted. Skipping "
288 Log.d(TAG, "CallHandlerService not conneccted. Skipping"
  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 657 "<Before skipping><To be skipped><After skipping>";
669 EXPECT_TRUE(coded_input.ReadString(&str, strlen("<Before skipping>")));
670 EXPECT_EQ("<Before skipping>", str);
672 EXPECT_TRUE(coded_input.ReadString(&str, strlen("<After skipping>")));
673 EXPECT_EQ("<After skipping>", str);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
controllers.js 43 statusView.addMessage(id, failureInfo.testName + ' is a ref test, skipping');
63 statusView.addMessage(id, 'Skipping rebaseline for ' + failureInfo.testName + ' on ' + ui.displayNameForBuilder(failureInfo.builderName) + ' because we only rebaseline from release bots.');
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing_unittest.py 230 self.assertWritten(err, ["Found 100 tests; running 10, skipping 90.\n"])
234 self.assertWritten(err, ["Found 100 tests; running 10 (6 times each: --repeat-each=2 --iterations=3), skipping 90.\n"])
  /external/chromium_org/third_party/libjingle/source/talk/base/
nat_unittest.cc 264 LOG(LS_WARNING) << "No IPv6, skipping";
306 LOG(LS_WARNING) << "No IPv6, skipping";
  /external/clang/include/clang/Lex/
Token.h 273 /// \brief True if this was contained in a skipping directive, e.g.,
278 /// an \#else block or something. Only useful in Skipping blocks.
  /external/clang/lib/Rewrite/Frontend/
RewriteMacros.cpp 46 /// GetNextRawTok - Return the next raw token in the stream, skipping over
145 // in the file by skipping over the line.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
FeatureSpecificTestSuiteBuilder.java 249 "%s: skipping because these features are absent: %s",
260 "%s: skipping because these features are present: %s",
  /external/harfbuzz_ng/
git.mk 265 *) test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) .gitignore gitignore-recurse-maybe || echo "Skipping $$subdir");; \
270 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) .gitignore gitignore-recurse || echo "Skipping $$subdir"); \
  /frameworks/base/services/java/com/android/server/location/
GeofenceManager.java 261 Slog.d(TAG, "skipping geofence processing for blacklisted app: "
272 Slog.d(TAG, "skipping geofence processing for no op app: "
  /packages/apps/Calendar/res/values/
arrays.xml 227 <!-- Experimental options for skipping reminders. [CHAR LIMIT = 37] -->
231 <!-- Second option, for skipping reminders to events not yet responded to. -->
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 148 log.debug("skipping %s (up-to-date)", output_filename)
202 log.debug("skipping %s (up-to-date)", output_filename)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 148 log.debug("skipping %s (up-to-date)", output_filename)
202 log.debug("skipping %s (up-to-date)", output_filename)
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 84 Log.log(Level.WARNING, "Skipping testThreadCpuTimeNanos() on unsupported system");
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDefsSection.java 139 * index to each, implicitly skipping the ones that have
  /dalvik/dx/src/com/android/dx/dex/cf/
OptimizerOptions.java 119 * Compares the output of the optimizer run normally with a run skipping
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDefsSection.java 138 * index to each, implicitly skipping the ones that have
  /dalvik/vm/native/
dalvik_system_VMStack.cpp 61 * Create an array of classes for the methods on the stack, skipping the
  /development/ndk/sources/android/libportable/arch-mips/
clone.c 127 * and make things even worse than skipping the signal and
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
ChatConnection.java 201 Log.d(CLIENT_TAG, "Socket already initialized. skipping!");
  /development/tools/idegen/src/com/android/idegen/
IntellijProject.java 126 ". Skipping.");
MakeFileParser.java 138 //logger.info("Skipping line " + line);
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
filter-mode.rb 73 example "skipping tokens that aren't important with filter mode" do

Completed in 600 milliseconds

1 2 3 4 5 6 7 8 91011>>