/pdk/apps/CameraITS/tests/scene1/ |
test_param_tonemap_mode.py | 42 print "Test skipped"
|
/system/core/toolbox/upstream-netbsd/bin/dd/ |
position.c | 84 * being skipped. No differentiation for reading complete and partial
|
/external/libexif/test/ |
Makefile.in | 629 skipped=""; \ 632 skipped="($$skip test was not run)"; \ 634 skipped="($$skip tests were not run)"; \ 636 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 637 dashes="$$skipped"; \ 652 test -z "$$skipped" || echo "$$skipped"; \
|
/frameworks/opt/net/voip/src/jni/rtp/ |
AudioGroup.cpp | 268 int skipped = (tick - mTick) / mInterval; local 269 mTick += skipped * mInterval; 270 mSequence += skipped; 271 mTimestamp += skipped * mSampleCount; 272 ALOGV("stream[%d] skips %d packets", mSocket, skipped);
|
/external/valgrind/main/callgrind/ |
dump.c | 875 if ( (bbcc->skipped && 876 !CLG_(is_zero_cost)(CLG_(sets).full, bbcc->skipped)) || 889 /* first, print skipped costs for calls */ 890 if (bbcc->skipped && !CLG_(is_zero_cost)( CLG_(sets).full, 891 bbcc->skipped )) { 893 currCost->cost, bbcc->skipped ); 895 VG_(sprintf)(outbuf, "# Skipped\n"); [all...] |
/external/bison/lib/ |
getopt.c | 139 which contains all the non-options that have been skipped so far. 141 the options processed since those non-options were skipped. 233 is the program name); the sequence of previously skipped 409 and extend the range of non-options previously skipped. */ 436 and back over any non-options that we skipped and permuted. */ 441 that we previously skipped, so the caller will digest them. */ [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
test_expectations.py | 120 _log.warning('The following test %s from the Skipped list doesn\'t exist' % test_name) 121 expectation_line = self._create_expectation_line(test_name, [TestExpectationParser.PASS_EXPECTATION], '<Skipped file>') 620 # FIXME: WontFix should cause the test to get skipped without artificially adding SKIP to the expectations list. [all...] |
/external/freetype/src/autofit/ |
afcjk.c | 1721 FT_Int skipped = 0; local [all...] |
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
getopt_long.c | 409 * If we skipped non-options, set optind 463 * We found an option (--), so if we skipped
|
/dalvik/hit/src/com/android/hit/ |
HprofParser.java | 606 long skipped = mInput.skip(numBytes); local 608 numBytes -= skipped;
|
/external/aac/libSBRdec/src/ |
transcendent.h | 224 E.g. 10 bits must be skipped for INV_TABLE_BITS 8: 280 E.g. 10 bits must be skipped for INV_TABLE_BITS 8:
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMIterator.java | 129 * within the root's subtree which is _not_ skipped by the filters. 137 * <code>whatToShow</code> will be skipped, but their children may still
|
/external/chromium_org/base/i18n/ |
icu_string_conversions_unittest.cc | 265 // When decoding was successful and nothing was skipped, we also check the 337 // When decoding was successful and nothing was skipped, we also check the
|
/external/chromium_org/native_client_sdk/doc_generated/pepper_beta/c/ |
struct_p_p_p___instance__1__1.html | 104 <p><b>Note:</b> This function will always be skipped on untrusted (Native Client) implementations. This function may be skipped on trusted implementations in certain circumstances when Chrome does "fast shutdown" of a web page. Fast shutdown will happen in some cases when all module instances are being deleted, and no cleanup functions will be called. The module will just be unloaded and the process terminated.</p>
|
/external/chromium_org/native_client_sdk/doc_generated/pepper_dev/c/ |
struct_p_p_p___instance__1__1.html | 104 <p><b>Note:</b> This function will always be skipped on untrusted (Native Client) implementations. This function may be skipped on trusted implementations in certain circumstances when Chrome does "fast shutdown" of a web page. Fast shutdown will happen in some cases when all module instances are being deleted, and no cleanup functions will be called. The module will just be unloaded and the process terminated.</p>
|
/external/chromium_org/native_client_sdk/doc_generated/pepper_stable/c/ |
struct_p_p_p___instance__1__1.html | 104 <p><b>Note:</b> This function will always be skipped on untrusted (Native Client) implementations. This function may be skipped on trusted implementations in certain circumstances when Chrome does "fast shutdown" of a web page. Fast shutdown will happen in some cases when all module instances are being deleted, and no cleanup functions will be called. The module will just be unloaded and the process terminated.</p>
|
/external/chromium_org/third_party/mesa/src/src/getopt/ |
getopt_long.c | 323 * If we skipped non-options, set optind 373 * We found an option (--), so if we skipped
|
/external/chromium_org/third_party/skia/include/core/ |
SkStream.h | 51 * If buffer == NULL, skip size bytes, return how many were skipped. 60 * @return the actual number bytes that could be skipped.
|
/external/chromium_org/third_party/skia/tools/flags/ |
SkCommandLineFlags.h | 157 ~ causes a matching test to always be skipped 161 If a test does not match any list entry, it is skipped unless some list entry starts with ~
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
quality_modes_test.cc | 495 // Check if there were frames skipped. 501 // skipped frame(s)
|
/external/chromium_org/tools/ |
post_perf_builder_job.py | 34 SUCCESS, WARNINGS, FAILURE, SKIPPED, EXCEPTION, RETRY, TRYPENDING = range(7) 39 FAILED = (FAILURE, EXCEPTION, SKIPPED)
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
page_runner_unittest.py | 310 # should fail, but since it skipped all the asserts, it slipped by. 508 'is from archive is skipped.')
|
/external/chromium_org/v8/src/ |
counters.h | 402 /* Amount of source code skipped over using preparsing. */ \ 404 /* Number of symbol lookups skipped using preparsing */ \
|
/external/chromium_org/v8/test/cctest/ |
test-global-handles.cc | 140 // skipped. 235 // skipped.
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_host.cc | 102 // step is skipped here. See WebApplicationCacheHostImpl.cc 132 // is also skipped here. See WebApplicationCacheHostImpl.cc
|