/external/libexif/test/nls/ |
Makefile.in | 464 skipped=""; \ 467 skipped="($$skip test was not run)"; \ 469 skipped="($$skip tests were not run)"; \ 471 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 472 dashes="$$skipped"; \ 487 test -z "$$skipped" || echo "$$skipped"; \
|
/hardware/intel/img/libdrm/tests/ |
Makefile.in | 619 skipped=""; \ 622 skipped="($$skip test was not run)"; \ 624 skipped="($$skip tests were not run)"; \ 626 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 627 dashes="$$skipped"; \ 638 test -z "$$skipped" || echo "$$skipped"; \
|
/ndk/sources/host-tools/make-3.81/ |
getopt.c | 243 been skipped. `first_nonopt' is the index in ARGV of the first of them; 290 which contains all the non-options that have been skipped so far. 292 the options processed since those non-options were skipped. 389 is the program name); the sequence of previously skipped 553 and extend the range of non-options previously skipped. */ 579 and back over any non-options that we skipped and permuted. */ 584 that we previously skipped, so the caller will digest them. */
|
/external/chromium_org/courgette/ |
adjustment_method.cc | 257 uint32 skipped = 0; local 260 ++skipped; 263 if (skipped > 0) 264 VLOG(4) << "Skipped " << skipped << " at " << ToString(node);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
run_webkit_tests.py | 203 optparse.make_option("--skipped", action="store", default=None, 360 if not options.skipped: 361 options.skipped = 'always' 363 if not options.skipped: 364 options.skipped = 'default'
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
checker.py | 201 # Some files should be skipped when checking style. For example, 217 # with FileType.NONE are automatically skipped without warning. 415 """Return whether the given file should be skipped with a warning.""" 422 """Return whether the given file should be skipped without a warning.""" 426 # an exception to prevent files like 'TestExpectations' from being skipped.
|
/external/smack/src/org/xbill/DNS/ |
Tokenizer.java | 205 int skipped = 0; local 211 return skipped; 214 skipped++; 252 int skipped = skipWhitespace(); local 253 if (skipped > 0 && wantWhitespace)
|
/hardware/intel/common/libmix/videodecoder/ |
VideoDecoderMPEG4.cpp | 209 // handle N-VOP picuture, it could be a skipped frame or a simple placeholder of packed frame 212 WTRACE("The last reference is unavailable to construct skipped frame."); 228 // this is skipped frame, use the last reference frame as output 287 2. In packed frame, there's no skipped frame (vop_coded = 0) 297 The second N is a skipped frame
|
/libcore/luni/src/main/java/org/xml/sax/ |
ContentHandler.java | 36 * and for reporting skipped entities (in non-validating XML 391 * Receive notification of a skipped entity. 394 * recommendation requires reporting skipped external entities. 399 * skipped. Non-validating processors may skip entities if they 408 * @param name the name of the skipped entity. If it is a
|
/system/core/toolbox/upstream-netbsd/bin/rm/ |
rm.c | 175 * visit. The fts_number field flags skipped directories. 177 #define SKIPPED 1 223 p->fts_number = SKIPPED; 227 /* Post-order: see if user skipped. */ 228 if (p->fts_number == SKIPPED)
|
/external/chromium_org/chrome/browser/sync/glue/ |
typed_url_model_associator_unittest.cc | 358 // skipped that visit to stay under the cap. 381 // First two typed visits should be skipped. 401 // First two typed visits should be skipped.
|
/external/chromium_org/components/autofill/core/browser/ |
personal_data_manager_mac.mm | 70 // Book was skipped because doing so would cause the Address Book permissions 72 void RecordAccessSkipped(bool skipped) { 73 UMA_HISTOGRAM_BOOLEAN("Autofill.AddressBook.AccessSkipped", skipped);
|
/external/icu/icu4c/source/test/intltest/ |
intltest.h | 190 * @return true if test should be skipped 199 * @return true if test should be skipped 209 * @return true if test should be skipped
|
/packages/apps/Camera2/src/com/android/camera/settings/ |
AppUpgrader.java | 333 Log.w(TAG, "skipped upgrade for null key " + key); 349 Log.w(TAG, "skipped upgrade for out of bounds long key " + 355 Log.w(TAG,"skipped upgrade for unrecognized key type " +
|
/external/genext2fs/ |
Makefile.in | 415 skipped=""; \ 417 skipped="($$skip tests were not run)"; \ 418 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 419 dashes="$$skipped"; \ 430 test -z "$$skipped" || echo "$$skipped"; \
|
/external/valgrind/main/callgrind/ |
global.h | 409 FullCost skipped; /* cost for skipped functions called from member in struct:_BBCC 484 * <nonskipped> is 0 if the function called is not skipped (usual case). 485 * Otherwise, it is the last non-skipped BBCC. This one gets all 486 * the calls to non-skipped functions and all costs in skipped
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
getopt.c | 142 which contains all the non-options that have been skipped so far. 144 the options processed since those non-options were skipped. 235 is the program name); the sequence of previously skipped 408 and extend the range of non-options previously skipped. */ 435 and back over any non-options that we skipped and permuted. */ 440 that we previously skipped, so the caller will digest them. */
|
/cts/hostsidetests/theme/src/android/theme/cts/ |
ThemeHostTest.java | 271 Log.logAndDisplay(LogLevel.INFO, TAG, "Skipped HoloThemes test for watch and TV"); 278 "Skipped HoloThemes test due to no reference images");
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLTElementProcessor.java | 241 * Receive notification of a skipped entity. 245 * @param name The name of the skipped entity.
|
/external/chromium_org/base/test/launcher/ |
test_results_tracker.cc | 201 "skipped"); 229 "skipped");
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
search_metadata.cc | 148 // are skipped. If SEARCH_METADATA_EXCLUDE_DIRECTORIES is requested, the 149 // directories are skipped. If SEARCH_METADATA_SHARED_WITH_ME is requested, only
|
/external/chromium_org/components/metrics/ |
metrics_log_unittest.cc | 197 samples.Accumulate(8, 1); // Bucket 8-9. (7-8 skipped) 198 samples.Accumulate(10, 1); // Bucket 10-11. (9-10 skipped)
|
/external/chromium_org/content/browser/compositor/ |
delegated_frame_host.h | 232 // True after a delegated frame has been skipped, until a frame is not 233 // skipped.
|
/external/chromium_org/ppapi/api/ |
ppp_instance.idl | 99 * <strong>Note:</strong> This function will always be skipped on untrusted 100 * (Native Client) implementations. This function may be skipped on trusted
|
/external/chromium_org/remoting/host/ |
video_scheduler.cc | 91 // If a frame was skipped, try to capture it again. 275 // If we've skipped a frame capture because too we had too many captures
|