/third_party/node/deps/v8/src/heap/ |
H A D | incremental-marking.cc | 927 std::tie(v8_bytes_processed, std::ignore) = in Step()
|
/third_party/python/Include/internal/ |
H A D | pycore_runtime_init.h | 896 INIT_ID(ignore), \
|
/third_party/rust/crates/once_cell/tests/ |
H A D | it.rs | 439 #[cfg_attr(miri, ignore)] // miri doesn't support processes
|
/third_party/curl/tests/ |
H A D | runtests.pl | 140 my %ignored_keywords; # key words of tests to ignore results 2096 # 0=unknown test, 1=use test result, 2=ignore test result 2390 [~num] like "~5 ~6 ~9" to ignore the result of those tests 2393 [~keyword] like "~cookies" to ignore results of tests containing key word
|
/third_party/json/include/nlohmann/detail/input/ |
H A D | binary_reader.hpp | 42 ignore, ///< ignore tags member in detail::cbor_tag_handler_t 740 case cbor_tag_handler_t::ignore: in parse_cbor_internal() 742 // ignore binary subtype in parse_cbor_internal() 1853 get(); // TODO(niels): may we ignore N here? in get_ubjson_string() 2242 result.second = get(); // must not ignore 'N', because 'N' maybe the type in get_ubjson_size_type()
|
/third_party/python/Lib/ |
H A D | enum.py | 507 ignore = classdict['_ignore_'] 508 for key in ignore:
|
H A D | ast.py | 830 ignore.lineno: f"ignore{ignore.tag}" 831 for ignore in node.type_ignores
|
/third_party/python/Objects/ |
H A D | object.c | 345 /* ignore op->ob_ref: its value can have be modified in _PyObject_IsFreed() 1628 none_dealloc(PyObject* Py_UNUSED(ignore)) in Py_UNUSED() 1763 notimplemented_dealloc(PyObject* ignore) in notimplemented_dealloc() argument 2220 /* ignore exceptions because there is no way to report them. */ in Py_ReprLeave()
|
/third_party/skia/infra/bots/gen_tasks_logic/ |
H A D | gen_tasks_logic.go | 646 ignore := []string{ 655 if !In(part, ignore) { 1707 "--webgl_version", webglversion, // ignore when running with cpu backend
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 3687 #[cfg_attr(miri, ignore)] // Miri is too slow 4002 #[cfg_attr(target_os = "emscripten", ignore)] // hits an OOM 4003 #[cfg_attr(miri, ignore)] // Miri is too slow 4622 #[cfg_attr(miri, ignore)] // Miri is too slow 4634 #[cfg_attr(miri, ignore)] // Miri is too slow 5007 #[cfg_attr(miri, ignore)] // Miri is too slow 5023 #[cfg_attr(miri, ignore)] // Miri is too slow 6295 #[cfg_attr(miri, ignore)] // Miri does not support signalling OOM 6296 #[cfg_attr(target_os = "android", ignore)] // Android used in CI has a broken dlmalloc 6385 #[cfg_attr(miri, ignore)] // Mir [all...] |
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 56 my @ignore = (); 70 my $allow_c99_comments = 1; # Can be overridden by --ignore C99_COMMENT_TOLERANCE 106 --ignore TYPE(,TYPE2...) ignore various comma separated message types 130 --ignore-perl-version override checking of perl version. expect 303 'ignore=s' => \@ignore, 316 'ignore-perl-version!' => \$ignore_perl_version, 399 hash_save_array_words(\%ignore_type, \@ignore); 1545 # A \ in a string means ignore th [all...] |
/third_party/node/ |
H A D | vcbuild.bat | 143 if /i "%1"=="ignore-flaky" set test_args=%test_args% --flaky-tests=dontcare&goto arg-ok
782 echo vcbuild.bat [debug/release] [msi] [doc] [test/test-all/test-addons/test-doc/test-js-native-api/test-node-api/test-benchmark/test-internet/test-pummel/test-simple/test-message/test-tick-processor/test-known-issues/test-node-inspect/test-check-deopts/test-npm/test-async-hooks/test-v8/test-v8-intl/test-v8-benchmarks/test-v8-all] [ignore-flaky] [static/dll] [noprojgen] [projgen] [small-icu/full-icu/without-intl] [nobuild] [nosnapshot] [nonpm] [nocorepack] [noetw] [ltcg] [licensetf] [sign] [ia32/x86/x64/arm64] [vs2019/vs2022] [download-all] [enable-vtune] [lint/lint-ci/lint-js/lint-md] [lint-md-build] [package] [build-release] [upload] [no-NODE-OPTIONS] [link-module path-to-module] [debug-http2] [debug-nghttp2] [clean] [cctest] [no-cctest] [openssl-no-asm]
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | source.c | 2022 unsigned pa_source_check_suspend(pa_source *s, pa_source_output *ignore) { in pa_source_check_suspend() argument 2036 if (o == ignore) in pa_source_check_suspend() 2805 /* We can ignore volume events that came earlier but should happen later than this. */ in pa_source_volume_change_push()
|
/third_party/python/Lib/multiprocessing/ |
H A D | managers.py | 202 ignore, funcname, args, kwds = request
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_cfg.cpp | 402 std::tie(back_edge_block, std::ignore) = in UpdateContinueConstructExitBlocks()
|
/third_party/skia/src/gpu/v1/ |
H A D | Device_drawTexture.cpp | 938 std::tie(view, std::ignore) = image->asView(this->recordingContext(), GrMipmapped::kNo); in drawEdgeAAImageSet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_cfg.cpp | 402 std::tie(back_edge_block, std::ignore) = in UpdateContinueConstructExitBlocks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 334 std::tie(CtorFunc, std::ignore) = createSanitizerCtorAndInitFunctions( in CreateInitCallsForSections()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | BinaryReader.java | 1434 } catch (InvalidProtocolBufferException.InvalidWireTypeException ignore) { in readMap()
|
H A D | CodedInputStreamReader.java | 1264 } catch (InvalidProtocolBufferException.InvalidWireTypeException ignore) { in readMap()
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyMessage.java | 189 } catch (NoSuchAlgorithmException ignore) { in hash()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_cfg.cpp | 408 std::tie(back_edge_block, std::ignore) = in UpdateContinueConstructExitBlocks()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 932 % @ignore ... @end ignore is another way to write a comment 1293 \def\partentry##1##2##3##4{}% ignore parts in the outlines 3054 % Although only regular is the truly official Euro symbol, we ignore 4053 % Ignore @ignore, @ifhtml, @ifinfo, and the like. 4065 \def\ignore{\doignore{ignore}} 4612 % We can just ignore other control letters. 4711 % ignore left quotes in the sort term. 6140 % Also ignore th [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 6594 void ignore( T const & ) VULKAN_HPP_NOEXCEPT 6715 ignore( result ); in createResultValueType() 6725 ignore( result ); in createResultValueType() 6736 ignore( result ); in createResultValueType() 6744 ignore( result ); // just in case VULKAN_HPP_ASSERT_ON_RESULT is empty in resultCheck() 6745 ignore( message ); in resultCheck() 6758 ignore( result ); // just in case VULKAN_HPP_ASSERT_ON_RESULT is empty in resultCheck() 6759 ignore( message ); in resultCheck() 6760 ignore( successCodes ); // just in case VULKAN_HPP_ASSERT_ON_RESULT is empty in resultCheck()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | c-api.cc | 187 void ignore(T) {} in ignore() function 2143 ignore( in make() 2146 ignore(i::Object::SetProperty(isolate, module_obj, name_str, in make()
|