Home
last modified time | relevance | path

Searched +defs:test +defs:features (Results 26 – 50 of 773) sorted by relevance

12345678910>>...31

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/
H A DCargo.toml39 [[test]] arraytable
43 [[test]] arraytable
47 [[test]] arraytable
52 [[test]] arraytable
57 [[test]] arraytable
62 [[test]] arraytable
72 features = ["alloc"] qkey
85 features = ["derive"] qkey
94 [features] table
134 features = [ qkey
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/
H A DCargo.toml39 [[test]] arraytable
43 [[test]] arraytable
47 [[test]] arraytable
52 [[test]] arraytable
57 [[test]] arraytable
62 [[test]] arraytable
72 features = ["alloc"] qkey
85 features = ["derive"] qkey
94 [features] table
134 features = [ qkey
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/
H A DCargo.toml39 [[test]] arraytable
43 [[test]] arraytable
47 [[test]] arraytable
52 [[test]] arraytable
57 [[test]] arraytable
62 [[test]] arraytable
72 features = ["alloc"] qkey
85 features = ["derive"] qkey
94 [features] table
134 features = [ qkey
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/
DCargo.toml47 [[test]] arraytable
51 [[test]] arraytable
55 [[test]] arraytable
59 [[test]] arraytable
63 [[test]] arraytable
67 [[test]] arraytable
71 [[test]] arraytable
75 [[test]] arraytable
79 [[test]] arraytable
83 [[test]] arraytable
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/
H A DCargo.toml35 serde = { version = "1.0", optional = true, features = ['derive'] } qkey
38 cpp_demangle = { default-features = false, version = "0.4.0", optional = true, features = [ qkey
50 features = ['read_core', 'elf', 'macho', 'pe', 'xcoff', 'unaligned', 'archive'] qkey
64 [features] table
108 [[test]] arraytable
112 [[test]] arraytable
116 [[test]] arraytable
121 [[test]] arraytable
126 [[test]] arraytable
131 [[test]] arraytable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/
H A DCargo.toml35 serde = { version = "1.0", optional = true, features = ['derive'] } qkey
38 cpp_demangle = { default-features = false, version = "0.4.0", optional = true, features = [ qkey
50 features = ['read_core', 'elf', 'macho', 'pe', 'xcoff', 'unaligned', 'archive'] qkey
64 [features] table
108 [[test]] arraytable
112 [[test]] arraytable
116 [[test]] arraytable
121 [[test]] arraytable
126 [[test]] arraytable
131 [[test]] arraytable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/backtrace/
H A DCargo.toml35 serde = { version = "1.0", optional = true, features = ['derive'] } qkey
38 cpp_demangle = { default-features = false, version = "0.4.0", optional = true, features = [ qkey
50 features = ['read_core', 'elf', 'macho', 'pe', 'xcoff', 'unaligned', 'archive'] qkey
64 [features] table
108 [[test]] arraytable
112 [[test]] arraytable
116 [[test]] arraytable
121 [[test]] arraytable
126 [[test]] arraytable
131 [[test]] arraytable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/
H A DCargo.toml35 serde = { version = "1.0", optional = true, features = ['derive'] } qkey
38 cpp_demangle = { default-features = false, version = "0.4.0", optional = true, features = [ qkey
50 features = ['read_core', 'elf', 'macho', 'pe', 'xcoff', 'unaligned', 'archive'] qkey
64 [features] table
108 [[test]] arraytable
112 [[test]] arraytable
116 [[test]] arraytable
121 [[test]] arraytable
126 [[test]] arraytable
131 [[test]] arraytable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/
H A DCargo.toml35 serde = { version = "1.0", optional = true, features = ['derive'] } qkey
38 cpp_demangle = { default-features = false, version = "0.4.0", optional = true, features = [ qkey
50 features = ['read_core', 'elf', 'macho', 'pe', 'xcoff', 'unaligned', 'archive'] qkey
64 [features] table
108 [[test]] arraytable
112 [[test]] arraytable
116 [[test]] arraytable
121 [[test]] arraytable
126 [[test]] arraytable
131 [[test]] arraytable
/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck/
DCargo.toml38 features = [ qkey
46 features = [ qkey
56 [[test]] arraytable
60 [[test]] arraytable
64 [[test]] arraytable
68 [[test]] arraytable
72 [[test]] arraytable
76 [[test]] arraytable
80 [[test]] arraytable
84 [[test]] arraytable
[all …]
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DFeatureSpecificTestSuiteBuilder.java104 private final Set<Feature<?>> features = new LinkedHashSet<>(); field in FeatureSpecificTestSuiteBuilder
111 public B withFeatures(Feature<?>... features) { in withFeatures()
116 public B withFeatures(Iterable<? extends Feature<?>> features) { in withFeatures()
219 private boolean matches(Test test) { in matches()
264 private static Method extractMethod(Test test) { in extractMethod()
282 Object test = allTests.nextElement(); in makeSuiteForTesterClass() local
297 Test test = (Test) tests.nextElement(); in filterSuite() local
305 protected static String formatFeatureSet(Set<? extends Feature<?>> features) { in formatFeatureSet()
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
H A DFeatureSpecificTestSuiteBuilder.java104 private final Set<Feature<?>> features = new LinkedHashSet<>(); field in FeatureSpecificTestSuiteBuilder
111 public B withFeatures(Feature<?>... features) { in withFeatures()
116 public B withFeatures(Iterable<? extends Feature<?>> features) { in withFeatures()
219 private boolean matches(Test test) { in matches()
264 private static Method extractMethod(Test test) { in extractMethod()
282 Object test = allTests.nextElement(); in makeSuiteForTesterClass() local
297 Test test = (Test) tests.nextElement(); in filterSuite() local
305 protected static String formatFeatureSet(Set<? extends Feature<?>> features) { in formatFeatureSet()
/aosp_15_r20/external/rust/android-crates-io/crates/futures/
DCargo.toml45 features = [ qkey
58 [[test]] arraytable
62 [[test]] arraytable
66 [[test]] arraytable
70 [[test]] arraytable
74 [[test]] arraytable
78 [[test]] arraytable
82 [[test]] arraytable
86 [[test]] arraytable
90 [[test]] arraytable
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/
DCargo.toml40 features = ["modern-full"] qkey
49 features = ["bundled-full"] qkey
54 [[test]] arraytable
58 [[test]] arraytable
61 [[test]] arraytable
77 features = ["clock"] qkey
106 features = [ qkey
141 features = ["v4"] qkey
143 [features] table
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/
DCargo.toml40 features = [ qkey
52 features = ["full"] qkey
145 [[test]] arraytable
150 [[test]] arraytable
155 [[test]] arraytable
227 features = ["all"] qkey
232 features = ["sync"] qkey
239 features = ["std"] qkey
247 features = ["alloc"] qkey
261 features = ["derive"] qkey
[all …]
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/workspace_path/
H A Dmetadata.json12 "features": {}, object
40 "test": true boolean
51 "features": [], array
67 "features": {}, object
95 "test": true boolean
108 "features": {}, object
136 "test": true boolean
147 "features": [], array
166 "features": [], array
172 "features": [], array
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dlayer_validation_tests.cpp42 …orted(VkPhysicalDevice phy, VkFormat format, VkImageTiling tiling, VkFormatFeatureFlags features) { in ImageFormatIsSupported()
50 …orted(VkPhysicalDevice phy, VkFormat format, VkImageTiling tiling, VkFormatFeatureFlags features) { in ImageFormatAndFeaturesSupported()
59 const VkFormatFeatureFlags features) { in ImageFormatAndFeaturesSupported()
304 …const auto features = (image_ci.tiling == VK_IMAGE_TILING_LINEAR) ? format_props.linearTilingFeatu… in FindFormatLinearWithoutMips() local
326 …const auto features = (image_ci.tiling == VK_IMAGE_TILING_LINEAR) ? format_props.linearTilingFeatu… in FindFormatWithoutSamples() local
356 …const auto features = (tiling == VK_IMAGE_TILING_LINEAR) ? format_props.linearTilingFeatures & cor… in FindUnsupportedImage() local
387 …const auto features = (tiling == VK_IMAGE_TILING_LINEAR) ? format_props.linearTilingFeatures & cor… in FindFormatWithoutFeatures() local
442 void CreateSamplerTest(VkLayerTest &test, const VkSamplerCreateInfo *pCreateInfo, std::string code)… in CreateSamplerTest()
461 void CreateBufferTest(VkLayerTest &test, const VkBufferCreateInfo *pCreateInfo, std::string code) { in CreateBufferTest()
480 void CreateImageTest(VkLayerTest &test, const VkImageCreateInfo *pCreateInfo, std::string code) { in CreateImageTest()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/
H A DCargo.toml13 compiler_builtins = { version = "0.1.40", features = ['rustc-dep-of-std'] } qkey
16 rand = { version = "0.8.5", default-features = false, features = ["alloc"] } qkey
19 [[test]] arraytable
23 [[test]] arraytable
30 test = true qkey
37 [features] table
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/
H A DCargo.toml13 compiler_builtins = { version = "0.1.40", features = ['rustc-dep-of-std'] } qkey
16 rand = { version = "0.8.5", default-features = false, features = ["alloc"] } qkey
19 [[test]] arraytable
23 [[test]] arraytable
30 test = true qkey
37 [features] table
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/
H A DCargo.toml13 compiler_builtins = { version = "0.1.40", features = ['rustc-dep-of-std'] } qkey
16 rand = { version = "0.8.5", default-features = false, features = ["alloc"] } qkey
19 [[test]] arraytable
23 [[test]] arraytable
30 test = true qkey
37 [features] table
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/
H A DCargo.toml13 compiler_builtins = { version = "0.1.40", features = ['rustc-dep-of-std'] } qkey
16 rand = { version = "0.8.5", default-features = false, features = ["alloc"] } qkey
19 [[test]] arraytable
23 [[test]] arraytable
30 test = true qkey
37 [features] table
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/
H A DCargo.toml13 compiler_builtins = { version = "0.1.40", features = ['rustc-dep-of-std'] } qkey
16 rand = { version = "0.8.5", default-features = false, features = ["alloc"] } qkey
19 [[test]] arraytable
23 [[test]] arraytable
30 test = true qkey
37 [features] table
/aosp_15_r20/external/rust/android-crates-io/crates/env_logger/
DCargo.toml84 [[test]] arraytable
88 [[test]] arraytable
92 [[test]] arraytable
96 [[test]] arraytable
110 features = ["std"] qkey
114 features = [ qkey
125 [features] table
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/
DCargo.toml25 [features] table
35 serde_json = { workspace = true, features = ["std"] } qkey
41 crypto_provider_default = { workspace = true, features = ["std", "rustcrypto"] } qkey
42 np_ed25519 = { workspace = true, features = ["std"] } qkey
43 sink = { workspace = true, features = ["std"] } qkey
50 [[test]] arraytable
55 [[test]] arraytable
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/
DCargo.toml50 [[test]] arraytable
54 [[test]] arraytable
58 [[test]] arraytable
62 [[test]] arraytable
66 [[test]] arraytable
70 [[test]] arraytable
74 [[test]] arraytable
78 [[test]] arraytable
82 [[test]] arraytable
86 [[test]] arraytable
[all …]

12345678910>>...31