HomeSort by relevance Sort by last modified time
    Searched full:skipfile (Results 1 - 9 of 9) sorted by null

  /external/ltp/
runltplite.sh 92 -S SKIPFILE Skip tests specified in SKIPFILE.
184 SKIPFILE=$OPTARG;;
186 SKIPFILE="$LTPROOT/$OPTARG";;
318 # Blacklist or skip tests if a SKIPFILE was specified with -S
319 if [ -n "$SKIPFILE" ]
321 for file in $( cat $SKIPFILE ); do
runltp 158 -S SKIPFILE Skip tests specified in SKIPFILE
421 SKIPFILE=$OPTARG;;
423 SKIPFILE="$LTPROOT/$OPTARG";;
693 # Blacklist or skip tests if a SKIPFILE was specified with -S
694 if [ -n "$SKIPFILE" ]
696 for file in $( cat $SKIPFILE ); do
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
xxci.py 23 if not skipfile(file):
60 def skipfile(file): function
  /external/python/cpython2/Tools/scripts/
xxci.py 23 if not skipfile(file):
60 def skipfile(file): function
  /external/python/cpython2/Mac/
Extras.install.py 40 print "skipfile", os.path.join(cursrc, fn)
  /external/autotest/client/site_tests/kernel_LTP/
kernel_LTP.py 20 # -S SKIPFILE (ChromeOS uses ./site_excluded)
40 # The SKIPFILE lists individual test cases to be excluded. These
42 # default SKIPFILE=site_excluded.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
CompatibilityTest.java 63 this.skip = skipFile(this.icuVersion, this.className);
66 private static boolean skipFile(String icuVersion, String className) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
CompatibilityTest.java 62 this.skip = skipFile(this.icuVersion, this.className);
65 private static boolean skipFile(String icuVersion, String className) {
  /build/make/tools/ijar/
zip.cc 189 int SkipFile(const bool compressed);
404 if (SkipFile(is_compressed) < 0) {
430 int InputZipFile::SkipFile(const bool compressed) {
    [all...]

Completed in 943 milliseconds