Searched refs:removes (Results 1 – 25 of 515) sorted by relevance
12345678910>>...21
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_npcc/ |
D | cases.sh | 39 local removes="TSC TIME PROCESSOR" 50 removes="$removes RIP" 70 removes="$removes RIP" 77 removes="$removes RIP" 85 removes="$removes RIP" 92 removes="$removes RIP"
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic/ |
D | cases.sh | 45 local removes="TSC TIME PROCESSOR" 51 removes="$removes RIP" 64 removes="$removes RIP" 70 removes="$removes RIP"
|
/third_party/ltp/testcases/kernel/mce-test/lib/ |
D | mce.sh | 33 local removes="$3" 39 if [ -n "$removes" ]; then 40 for remove in $removes; do 55 local removes="$3" 60 mce_reformat_for_cmp "$m1" $tmpf1 "$removes" 61 mce_reformat_for_cmp "$m2" $tmpf2 "$removes"
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/poll_ucr/ |
D | cases.sh | 38 local removes="TSC TIME PROCESSOR" 45 removes="$removes RIP"
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | eos2 | 65 bin removes the EOS provider from its list. 97 eos request. the parent removes fakesrc as an EOS provider. 107 the parent removes the EOS providers from its list, when the list is empty, 137 eos request. the parent removes fakesrc as an EOS provider. 146 queue2 finally fires the EOS signal and the parent removes the EOS provider
|
/third_party/glib/gio/ |
D | gactiongroupexporter.c | 143 GVariantBuilder removes; in g_action_group_exporter_dispatch_events() local 151 g_variant_builder_init (&removes, G_VARIANT_TYPE_STRING_ARRAY); in g_action_group_exporter_dispatch_events() 169 g_variant_builder_add (&removes, "s", name); in g_action_group_exporter_dispatch_events() 202 &removes, &enabled_changes, in g_action_group_exporter_dispatch_events()
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.21.txt | 8 are: --disable-swapfs, which removes support for byte swapping old 9 legacy PPC/68k filesystems, --disable-debugfs, which removes support 11 removes support for the e2image program, and --disable-resizer, which 12 removes support for resize2fs.
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | no-implicit-any-catch.md | 25 <!-- TODO: prettier currently removes the type annotations, re-enable this once prettier is updated… 57 <!-- TODO: prettier currently removes the type annotations, re-enable this once prettier is updated…
|
/third_party/grpc/templates/tools/dockerfile/ |
D | go_path.include | 1 # Using login shell removes Go from path, so we add it.
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/poll_noser/ |
D | cases.sh | 38 local removes="TSC TIME PROCESSOR"
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/recoverable_ucr/ |
D | cases.sh | 38 local removes="TSC TIME PROCESSOR"
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/non-panic/ |
D | cases.sh | 44 local removes="TSC TIME PROCESSOR"
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_noser/ |
D | cases.sh | 38 local removes="TSC TIME PROCESSOR"
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/ |
D | main_publish.dart | 9 // the gallery and removes the 'PREVIEW' banner.
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_ucr/ |
D | cases.sh | 38 local removes="TSC TIME PROCESSOR"
|
/third_party/skia/third_party/externals/icu/flutter/ |
D | README.md | 7 * `brkitr.patch` removes the break iterators for sentence and
|
/third_party/flutter/skia/third_party/externals/icu/flutter/ |
D | README.md | 8 * Additionally, `brkitr.patch` removes the break iterators for sentence and
|
/third_party/skia/resources/sksl/shared/ |
D | Ossfuzz37677.sksl | 12 // 1 - No-op arithmetic simplification removes the `+= 0` and changes the ref-kind of `x` from
|
/third_party/boost/libs/range/doc/reference/algorithm_ext/ |
D | remove_erase_if.qbk | 18 `remove_erase_if` removes the elements `x` that satisfy `pred(x)` from the container.
|
/third_party/boost/libs/type_traits/doc/ |
D | remove_extent.qbk | 18 __type If `T` is an array type, then removes the topmost array bound,
|
D | remove_all_extents.qbk | 18 __type If `T` is an array type, then removes all of the array bounds on `T`, otherwise
|
/third_party/gettext/gettext-runtime/po/ |
D | remove-potcdate.sin | 1 # Sed script that removes the POT-Creation-Date line in the header entry
|
/third_party/gettext/gettext-tools/examples/po/ |
D | remove-potcdate.sin | 1 # Sed script that removes the POT-Creation-Date line in the header entry
|
/third_party/curl/docs/cmdline-opts/ |
D | quote.d | 61 The rm command removes the file specified by the file operand. 63 The rmdir command removes the directory entry specified by the directory
|
/third_party/node/deps/npm/node_modules/find-npm-prefix/ |
D | README.md | 18 removes modules from for a given path.
|
12345678910>>...21