Searched full:outdated (Results 1 – 25 of 439) sorted by relevance
12345678910>>...18
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
| D | OutdatedPaths.java | 28 * This class should be used to detect when a path should be included in the set of outdated items, 32 * <p>That is, to get the set of outdated values, the caller should do the following: 38 * <li>Test with isOutdated(path) to see if the trunk value was outdated. If not, don't include. 39 * <li>Otherwise, include this path in the set of outdated items. 50 public static final String OUTDATED_DATA = "outdated.data"; 58 * Creates a new OutdatedPaths, using the data file "outdated.data" in the same directory as 68 * Loads the data from the specified directory, using the data file "outdated.data". 191 * Returns true if the value for the path is outdated in trunk. See class description for more 195 * @return true if the string is outdated 241 * Returns true if the value for the path is outdated in trunk. See class description for more [all …]
|
| /external/rust/crates/serde_yaml/.github/workflows/ |
| D | ci.yml | 102 outdated: 103 name: Outdated 109 - uses: dtolnay/install@cargo-outdated 110 - run: cargo outdated --workspace --exit-code 1 111 - run: cargo outdated --manifest-path fuzz/Cargo.toml --exit-code 1
|
| /external/rust/crates/ryu/.github/workflows/ |
| D | ci.yml | 92 outdated: 93 name: Outdated 99 - uses: dtolnay/install@cargo-outdated 100 - run: cargo outdated --workspace --exit-code 1 101 - run: cargo outdated --manifest-path fuzz/Cargo.toml --exit-code 1
|
| /external/rust/crates/itoa/.github/workflows/ |
| D | ci.yml | 98 outdated: 99 name: Outdated 105 - uses: dtolnay/install@cargo-outdated 106 - run: cargo outdated --workspace --exit-code 1 107 - run: cargo outdated --manifest-path fuzz/Cargo.toml --exit-code 1
|
| /external/rust/crates/unsafe-libyaml/.github/workflows/ |
| D | ci.yml | 100 outdated: 101 name: Outdated 107 - uses: dtolnay/install@cargo-outdated 108 - run: cargo outdated --workspace --exit-code 1 109 - run: cargo outdated --manifest-path fuzz/Cargo.toml --exit-code 1
|
| /external/rust/crates/enumn/.github/workflows/ |
| D | ci.yml | 49 outdated: 50 name: Outdated 56 - uses: dtolnay/install@cargo-outdated 57 - run: cargo outdated --workspace --exit-code 1
|
| /external/rust/crates/serde_test/.github/workflows/ |
| D | ci.yml | 52 outdated: 53 name: Outdated 59 - uses: dtolnay/install@cargo-outdated 60 - run: cargo outdated --workspace --exit-code 1
|
| /external/rust/crates/thiserror/.github/workflows/ |
| D | ci.yml | 68 outdated: 69 name: Outdated 75 - uses: dtolnay/install@cargo-outdated 76 - run: cargo outdated --workspace --exit-code 1
|
| /external/rust/crates/rustversion/.github/workflows/ |
| D | ci.yml | 74 outdated: 75 name: Outdated 81 - uses: dtolnay/install@cargo-outdated 82 - run: cargo outdated --workspace --exit-code 1
|
| /external/rust/crates/paste/.github/workflows/ |
| D | ci.yml | 74 outdated: 75 name: Outdated 81 - uses: dtolnay/install@cargo-outdated 82 - run: cargo outdated --workspace --exit-code 1
|
| /external/rust/crates/semver/.github/workflows/ |
| D | ci.yml | 124 outdated: 125 name: Outdated 131 - uses: dtolnay/install@cargo-outdated 132 - run: cargo outdated --workspace --exit-code 1 133 - run: cargo outdated --manifest-path fuzz/Cargo.toml --exit-code 1
|
| /external/rust/crates/prettyplease/.github/workflows/ |
| D | ci.yml | 78 outdated: 79 name: Outdated 85 - uses: dtolnay/install@cargo-outdated 86 - run: cargo outdated --workspace --exit-code 1
|
| /external/rust/crates/async-trait/.github/workflows/ |
| D | ci.yml | 92 outdated: 93 name: Outdated 99 - uses: dtolnay/install@cargo-outdated 100 - run: cargo outdated --workspace --exit-code 1
|
| /external/rust/crates/remain/.github/workflows/ |
| D | ci.yml | 101 outdated: 102 name: Outdated 108 - uses: dtolnay/install@cargo-outdated 109 - run: cargo outdated --workspace --exit-code 1
|
| /external/rust/crates/no-panic/.github/workflows/ |
| D | ci.yml | 96 outdated: 97 name: Outdated 103 - uses: dtolnay/install@cargo-outdated 104 - run: cargo outdated --exit-code 1
|
| /external/rust/crates/quote/.github/workflows/ |
| D | ci.yml | 95 outdated: 96 name: Outdated 103 - uses: dtolnay/install@cargo-outdated 104 - run: cargo outdated --workspace --exit-code 1
|
| /external/rust/beto-rust/nearby/ |
| D | README.md | 104 Check for outdated dependencies 105 with [cargo-outdated](https://github.com/kbknapp/cargo-outdated): 108 cargo outdated
|
| /external/rust/crates/proc-macro2/.github/workflows/ |
| D | ci.yml | 153 outdated: 154 name: Outdated 160 - uses: dtolnay/install@cargo-outdated 161 - run: cargo outdated --workspace --exit-code 1 162 - run: cargo outdated --manifest-path fuzz/Cargo.toml --exit-code 1
|
| /external/rust/crates/serde_json/.github/workflows/ |
| D | ci.yml | 115 outdated: 116 name: Outdated 122 - uses: dtolnay/install@cargo-outdated 123 - run: cargo outdated --workspace --exit-code 1 124 - run: cargo outdated --manifest-path fuzz/Cargo.toml --exit-code 1
|
| /external/clang/test/Profile/ |
| D | c-outdated-data.c | 1 // Test that outdated data is ignored. 6 // RUN: llvm-profdata merge %S/Inputs/c-outdated-data.proftext -o %t.profdata 7 // RUN: %clang_cc1 -triple x86_64-apple-macosx10.9 -main-file-name c-outdated-data.c %s -o /dev/nul…
|
| /external/rust/crates/unicode-ident/.github/workflows/ |
| D | ci.yml | 81 outdated: 82 name: Outdated 88 - uses: dtolnay/install@cargo-outdated 89 - run: cargo outdated --workspace --exit-code 1
|
| /external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
| D | TestOutdatedPaths.java | 47 // If this path is not outdated, find another one in TestBasic() 50 // "Test one path known to be outdated. Use TestShow -v to find a path, and verify that it in TestBasic() 51 // is outdated", in TestBasic() 69 logln(locale + " total outdated:\t" + outdatedPaths.countOutdated(locale)); in checkShow()
|
| /external/rust/crates/anyhow/.github/workflows/ |
| D | ci.yml | 131 outdated: 132 name: Outdated 138 - uses: dtolnay/install@cargo-outdated 139 - run: cargo outdated --workspace --exit-code 1
|
| /external/rust/crates/linkme/.github/workflows/ |
| D | ci.yml | 99 outdated: 100 name: Outdated 106 - uses: dtolnay/install@cargo-outdated 107 - run: cargo outdated --workspace --exit-code 1
|
| /external/rust/cxx/.github/workflows/ |
| D | ci.yml | 168 outdated: 169 name: Outdated 175 - uses: dtolnay/install@cargo-outdated 176 - run: cargo outdated --workspace --exit-code 1
|
12345678910>>...18