/external/pdfium/testing/ |
SUPPRESSIONS_win | 1 # List of tests to be skipped on windows platforms, one per line.
|
/external/skia/src/images/ |
SkScaledBitmapSampler.h | 61 // sample, it will be skipped. Only sampleInterlaced OR next should
|
/external/valgrind/massif/tests/ |
realloc.stderr.exp | 45 Massif: skipped snapshots: 0
|
/frameworks/av/include/media/ |
mediascanner.h | 38 // This file or directory was skipped because it was not found, could
|
/frameworks/base/tools/aapt2/ |
ScopedXmlPullParser.h | 43 * // do nothing, as all the sub elements will be skipped
|
/hardware/intel/common/libmix/mix_video/src/ |
mixvideoframe.c | 55 /* set stuff for skipped frames */ 127 // but only do this for real frames, not skipped frames 143 //If this is a skipped frame that is being deleted, release the real frame 146 LOG_I("skipped frame obj %x, releasing real frame %x \n",
|
/hardware/libhardware/tests/camera2/ |
TestForkerEventListener.cpp | 65 /* the test is then skipped by inserting the various
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
PushbackReaderTest.java | 241 boolean skipped = false; 260 skipped = true; 265 assertTrue("Failed to skip characters" + e, skipped); 275 assertEquals("skipped empty reader", 0, nextSkipped);
|
DataInputStreamTest.java | 557 int skipped = 0; local 560 skipped = dis.skipBytes(50000); 563 assertTrue("Skipped should report " + fileString.length() + " not " 564 + skipped, skipped == fileString.length());
|
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSParserFilter.java | 72 * element, including any children, to be efficiently skipped. Note that 99 * <code>Element</code> should be skipped. All of its children are 100 * inserted in place of the skipped <code>Element</code> node. 143 * <code>Node</code> should be skipped and the <code>Node</code>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
xml_report_formatter.ipp | 63 descr = "skipped";
|
/packages/apps/Camera/src/com/android/camera/ |
PanoUtil.java | 58 uvp += 2; // Skip the UV values for the 4 pixels skipped in between
|
/packages/apps/Camera2/src/com/android/camera/ |
PanoUtil.java | 58 uvp += 2; // Skip the UV values for the 4 pixels skipped in between
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
PanoUtil.java | 58 uvp += 2; // Skip the UV values for the 4 pixels skipped in between
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
KeyRepTest.java | 150 // System.err.println(getName() + ": skipped - no KeyFactory algorithms available"); 170 // System.err.println(getName() + ": skipped - no KeyFactory algorithms available");
|
/external/chromium-trace/trace-viewer/tracing/tracing/extras/importer/v8/ |
log_reader.html | 143 * Returns whether a particular dispatch must be skipped. 146 * @return {boolean} True if dispatch must be skipped.
|
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
CurrencyNameTest.java | 65 logln("Skipped " + loc); 114 logln("Skipped " + loc);
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/audio/plugins/ |
WAVLoader.java | 166 int skipped = in.skipBytes(len); local 167 if (skipped <= 0) {
|
/external/libavc/encoder/ |
ih264e_modify_frm_rate.c | 173 * is skipped or not. If it is skipped for pull down then the current frame
|
/external/skia/src/core/ |
SkBuffer.h | 68 const void* skip(size_t size); // return start of skipped data 145 void* skip(size_t size); // return start of skipped data
|
/external/skia/src/utils/win/ |
SkDWriteFontFileStream.cpp | 40 size_t skipped = fileSize - fPos; local 42 return skipped;
|
/external/v8/tools/ |
logreader.js | 118 * Returns whether a particular dispatch must be skipped. 121 * @return {boolean} True if dispatch must be skipped.
|
/frameworks/av/include/media/stagefright/ |
CameraSourceTimeLapse.h | 71 // to know if current frame needs to be skipped. 132 // frame needs to be skipped and this function just returns the value of mSkipCurrentFrame.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
BaseSensorTestActivity.java | 198 if (resultCode == SensorTestDetails.ResultCode.SKIPPED) { 432 case SKIPPED: 471 // clean-up executes for all states, even on SKIPPED and INTERRUPTED there might be some 569 case SKIPPED: 604 saveResult(testName, SensorTestDetails.ResultCode.SKIPPED, testSummary);
|
/external/clang/include/clang/Lex/ |
PPCallbacks.h | 54 /// \brief Callback invoked whenever a source file is skipped as the result 57 /// \param ParentFile The file that \#included the skipped file. 60 /// skipped file. 263 /// \brief Hook called when a source range is skipped. 264 /// \param Range The SourceRange that was skipped. The range begins at the
|