HomeSort by: relevance | last modified time | path
    Searched refs:skipped (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/libX11/dist/
test-driver 47 [--collect-skipped-logs {yes|no}]
75 --collect-skipped-logs) collect_skipped_logs=$2; shift;;
  /xsrc/external/mit/libXau/dist/
test-driver 47 [--collect-skipped-logs {yes|no}]
75 --collect-skipped-logs) collect_skipped_logs=$2; shift;;
  /xsrc/external/mit/libxshmfence/dist/
test-driver 47 [--collect-skipped-logs {yes|no}]
75 --collect-skipped-logs) collect_skipped_logs=$2; shift;;
  /xsrc/external/mit/xauth/dist/
test-driver 47 [--collect-skipped-logs {yes|no}]
75 --collect-skipped-logs) collect_skipped_logs=$2; shift;;
  /xsrc/external/mit/xorg-server/dist/
test-driver 47 [--collect-skipped-logs {yes|no}]
75 --collect-skipped-logs) collect_skipped_logs=$2; shift;;
  /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/
gtest-test-part.h 57 kSkip // Skipped.
90 // Returns true if and only if the test part was skipped.
91 bool skipped() const { return type_ == kSkip; } function in class:testing::TestPartResult
  /xsrc/external/mit/freetype/dist/src/autofit/
afcjk.c 1823 FT_Int skipped = 0; local
1907 skipped++;
1923 skipped++;
2119 if ( !skipped )
2135 skipped--;
2139 if ( !skipped )
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv84_video_vp.c 246 uint16_t skipped; member in struct:mpeg12_mb_info
453 info.skipped = macrob->num_skipped_macroblocks - 1;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv84_video_vp.c 246 uint16_t skipped; member in struct:mpeg12_mb_info
453 info.skipped = macrob->num_skipped_macroblocks - 1;
  /xsrc/external/mit/MesaLib/dist/src/freedreno/.gitlab-ci/traces/
afuc_test.asm 47 ; read 2nd dword of fw, and add offset (minus 4 because we skipped first dword)
  /xsrc/external/mit/xterm/dist/
graphics_regis.c 3007 int skipped = 0; local
3019 skipped = 1;
3023 if (skipped)
  /xsrc/external/mit/xorg-server/dist/xkb/
xkb.c 2993 unsigned int skipped = 0; local
3020 skipped++;
3032 if (skipped) {
3034 memmove(sym, sym + skipped,
3037 compat->num_si -= skipped;
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_instruction_selection.cpp 9858 unsigned skipped = 0;
9859 while (cur_pred_idx + skipped < preds.size() && preds[cur_pred_idx + skipped] != block)
9860 skipped++;
9861 if (cur_pred_idx + skipped < preds.size()) {
9862 for (unsigned i = 0; i < skipped; i++)
9864 cur_pred_idx += skipped;
  /xsrc/external/mit/MesaLib/dist/src/gtest/src/
gtest.cc 773 // Gets the number of skipped tests.
813 // specifies the number of top frames to be skipped, which doesn't
2190 // Returns true off the test part was skipped.
2192 return result.skipped();
2195 // Returns true if and only if the test was skipped.
2196 bool TestResult::Skipped() const {
2531 // Returns true if and only if the current test was skipped.
2533 return internal::GetUnitTestImpl()->current_test_result()->Skipped();
2881 return "Skipped";
3149 // tests may be skipped
    [all...]

Completed in 33 milliseconds