/packages/experimental/LoaderApp/res/values/ |
config.xml | 29 skipped and the importer asks the user to choose one vcard file.
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/ |
patricia_trie_reading_utils.cpp | 91 // Returns the number of skipped characters.
|
/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
base.py | 367 This step can be skipped with --nocheck-sys-deps. [all...] |
/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>') 614 # FIXME: WontFix should cause the test to get skipped without artificially adding SKIP to the expectations list. [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/base/i18n/ |
icu_string_conversions_unittest.cc | 258 // When decoding was successful and nothing was skipped, we also check the 330 // When decoding was successful and nothing was skipped, we also check the
|
/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/chrome/browser/ui/gtk/omnibox/ |
omnibox_popup_view_gtk_unittest.cc | 434 // Test that the top match is skipped if the model indicates it should be 461 // Test that the top match is not skipped if the model does not indicate it
|
/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/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 126 // is also skipped here. See WebApplicationCacheHostImpl.cc
|
/external/kernel-headers/original/linux/ |
mtio.h | 74 * number of files not skipped, or 75 * number of records not skipped.
|
/external/llvm/lib/CodeGen/ |
SplitKit.cpp | 837 bool Skipped = false; 878 Skipped = true; [all...] |
/external/mesa3d/src/getopt/ |
getopt_long.c | 323 * If we skipped non-options, set optind 373 * We found an option (--), so if we skipped
|
/external/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/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/svox/pico/lib/ |
picosa.c | 711 PICODBG_WARN(("phones skipped")); 749 PICODBG_WARN(("phones skipped")); [all...] |