Home
last modified time | relevance | path

Searched defs:skip (Results 26 – 50 of 3058) sorted by relevance

12345678910>>...123

/aosp_15_r20/external/igt-gpu-tools/runner/json_tests_data/dmesg-results/
H A Dreference.json82 "skip":2, number
94 "skip":2, number
106 "skip":0, number
118 "skip":0, number
130 "skip":2, number
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DYAMLParser.h145 virtual void skip() {} in skip() function
288 void skip() override { in skip() function
374 template <class CollectionType> void skip(CollectionType &C) { in skip() function
414 void skip() override { yaml::skip(*this); } in skip() function
472 void skip() override { yaml::skip(*this); } in skip() function
/aosp_15_r20/external/igt-gpu-tools/runner/json_tests_data/warnings-with-dmesg-warns/
H A Dreference.json80 "skip":2, number
92 "skip":2, number
104 "skip":0, number
116 "skip":0, number
128 "skip":2, number
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
H A DCharacterSetFilterReader.java36 private static IntPredicate toIntPredicate(final Set<Integer> skip) { in toIntPredicate()
51 public CharacterSetFilterReader(final Reader reader, final Integer... skip) { in CharacterSetFilterReader()
61 public CharacterSetFilterReader(final Reader reader, final Set<Integer> skip) { in CharacterSetFilterReader()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DYAMLParser.h176 virtual void skip() {} in skip() function
311 void skip() override { in skip() function
403 template <class CollectionType> void skip(CollectionType &C) { in skip() function
444 void skip() override { yaml::skip(*this); } in skip() function
501 void skip() override { yaml::skip(*this); } in skip() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DYAMLParser.h176 virtual void skip() {} in skip() function
311 void skip() override { in skip() function
403 template <class CollectionType> void skip(CollectionType &C) { in skip() function
444 void skip() override { yaml::skip(*this); } in skip() function
501 void skip() override { yaml::skip(*this); } in skip() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DYAMLParser.h176 virtual void skip() {} in skip() function
311 void skip() override { in skip() function
403 template <class CollectionType> void skip(CollectionType &C) { in skip() function
444 void skip() override { yaml::skip(*this); } in skip() function
501 void skip() override { yaml::skip(*this); } in skip() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DYAMLParser.h176 virtual void skip() {} in skip() function
306 void skip() override { in skip() function
398 template <class CollectionType> void skip(CollectionType &C) { in skip() function
439 void skip() override { yaml::skip(*this); } in skip() function
496 void skip() override { yaml::skip(*this); } in skip() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DYAMLParser.h170 virtual void skip() {} in skip() function
300 void skip() override { in skip() function
393 template <class CollectionType> void skip(CollectionType &C) { in skip() function
434 void skip() override { yaml::skip(*this); } in skip() function
491 void skip() override { yaml::skip(*this); } in skip() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DYAMLParser.h176 virtual void skip() {} in skip() function
311 void skip() override { in skip() function
403 template <class CollectionType> void skip(CollectionType &C) { in skip() function
444 void skip() override { yaml::skip(*this); } in skip() function
501 void skip() override { yaml::skip(*this); } in skip() function
/aosp_15_r20/external/python/cpython3/Tools/scripts/
Dparse_html5_entities.py85 skip = False variable
89 skip = True variable
94 skip = False variable
/aosp_15_r20/external/igt-gpu-tools/runner/json_tests_data/notrun-results-multiple-mode/
H A Dreference.json49 "skip":0, number
61 "skip":0, number
73 "skip":0, number
85 "skip":0, number
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DCompilationCachingTests.cpp1048 void flipOneBitOfCache(const std::string& filename, bool* skip) { in flipOneBitOfCache()
1067 void appendBytesToCache(const std::string& filename, bool* skip) { in appendBytesToCache()
1096 bool skip = false; in testCorruptedCache() local
1131 [this, i](bool* skip) { flipOneBitOfCache(mModelCache[i], skip); }); in TEST_P()
1139 [this, i](bool* skip) { appendBytesToCache(mModelCache[i], skip); }); in TEST_P()
1147 [this, i](bool* skip) { flipOneBitOfCache(mDataCache[i], skip); }); in TEST_P()
1155 [this, i](bool* skip) { appendBytesToCache(mDataCache[i], skip); }); in TEST_P()
1161 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, [this](bool* skip) { in TEST_P()
/aosp_15_r20/external/pytorch/torch/profiler/
H A D_pattern_matcher.py42 def skip(self): member in Pattern
178 def skip(self): member in ExtraCUDACopyPattern
309 def skip(self): member in FP32MatMulPattern
511 def skip(self): member in Conv2dBiasFollowedByBatchNorm2dPattern
539 def skip(self): member in MatMulDimInFP16Pattern
/aosp_15_r20/external/armnn/src/backends/neon/test/
H A DNeonEndToEndTests.cpp622 * doctest::skip(true)) in skip() function in doctest
630 * doctest::skip(true)) in skip() function in doctest
638 * doctest::skip(true)) in skip() function in doctest
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/file/
H A DCleaningPathVisitor.java56 private final String[] skip; field in CleaningPathVisitor
67 …hVisitor(final PathCounters pathCounter, final DeleteOption[] deleteOption, final String... skip) { in CleaningPathVisitor()
81 public CleaningPathVisitor(final PathCounters pathCounter, final String... skip) { in CleaningPathVisitor()
/aosp_15_r20/external/pytorch/torch/utils/
H A D_traceback.py164 def __init__(self, tb, skip=0): argument
190 def extract(*, script=False, cpp=False, skip=0): argument
247 def _extract_symbolized_tb(tb, skip): argument
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DCompareFilesBetweenReleases2.java74 private static void showDiff(Set<String> staging, Set<String> lastRelease, Set<String> skip) { in showDiff()
90 private static Set<String> getFiles(File base, Set<String> skip) throws IOException { in getFiles()
99 private static void getFiles(int baseLen, File subdir, Set<String> names, Set<String> skip) in getFiles()
/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/
H A Dskip_test.py96 def testNegativeSkip(self, skip): argument
104 def testSkipGreaterThanNumElements(self, skip): argument
113 def testMultipleCombinations(self, elements, skip): argument
/aosp_15_r20/cts/tests/tests/rscpp/src/android/cts/rscpp/
H A DRSUtils.java37 int stride, int skip) { in genRandom()
57 int stride, int skip) { in genRandom()
70 int stride, int skip) { in genRandom()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/scanner/
Dskipper.hpp59 skip(ScannerT const& scan) const in skip() function
85 skip(ScannerT const& /*scan*/) const {} in skip() function
135 skip(ScannerT const& scan) const in skip() function in boost::spirit::skip_parser_iteration_policy
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DCompilationCachingTests.cpp1233 void flipOneBitOfCache(const std::string& filename, bool* skip) { in flipOneBitOfCache()
1252 void appendBytesToCache(const std::string& filename, bool* skip) { in appendBytesToCache()
1281 bool skip = false; in testCorruptedCache() local
1316 [this, i](bool* skip) { flipOneBitOfCache(mModelCache[i][0], skip); }); in TEST_P()
1324 [this, i](bool* skip) { appendBytesToCache(mModelCache[i][0], skip); }); in TEST_P()
1332 [this, i](bool* skip) { flipOneBitOfCache(mDataCache[i][0], skip); }); in TEST_P()
1340 [this, i](bool* skip) { appendBytesToCache(mDataCache[i][0], skip); }); in TEST_P()
1346 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, [this](bool* skip) { in TEST_P()
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DCompilationCachingTests.cpp1242 void flipOneBitOfCache(const std::string& filename, bool* skip) { in flipOneBitOfCache()
1261 void appendBytesToCache(const std::string& filename, bool* skip) { in appendBytesToCache()
1290 bool skip = false; in testCorruptedCache() local
1325 [this, i](bool* skip) { flipOneBitOfCache(mModelCache[i][0], skip); }); in TEST_P()
1333 [this, i](bool* skip) { appendBytesToCache(mModelCache[i][0], skip); }); in TEST_P()
1341 [this, i](bool* skip) { flipOneBitOfCache(mDataCache[i][0], skip); }); in TEST_P()
1349 [this, i](bool* skip) { appendBytesToCache(mDataCache[i][0], skip); }); in TEST_P()
1355 testCorruptedCache(ExpectedResult::GENERAL_FAILURE, [this](bool* skip) { in TEST_P()
/aosp_15_r20/external/ply/ply/doc/
H A Dmakedoc.py75 skip = 0 variable
82 skip = 1 variable
84 skip = 0 variable
/aosp_15_r20/external/fbjni/cxx/lyra/
H A Dlyra.cpp53 size_t skip; member
78 void captureBacktrace(size_t skip, vector<InstructionPointer>& stackTrace) { in captureBacktrace()
112 void getStackTrace(vector<InstructionPointer>& stackTrace, size_t skip) { in getStackTrace()

12345678910>>...123