Home
last modified time | relevance | path

Searched full:legacy (Results 1 – 25 of 6075) sorted by relevance

12345678910>>...243

/external/python/cpython3/Misc/
Dsvnmap.txt1 2161 3cd033e6b530f6a78b3b14fedbd2074896dbf6de legacy-trunk
2 2162 4db9d46b306a9c6ec2d1fe7a7cc36ef7173426a6 legacy-trunk
3 2163 4a3a648185ef8965c342860bd8457ed6c03c6de0 legacy-trunk
4 2164 8da9225cc60e2da1665a80af90184db0fdda05ce legacy-trunk
5 2165 17e490b4dc28b8ac605fa19e482cf722fe80658d legacy-trunk
6 2166 5570dbb1ce558b55716eab7d080a1afad2e77e2f legacy-trunk
7 2167 fc6fcd7df4f7f2e1c12f17af2464c497d6f6a3e9 legacy-trunk
8 2168 34d667dc1a4c4abdcb19cddfd2e9bfda01139ed2 legacy-trunk
9 2169 6fc146bd4f03c97d14c7c300b1212a11eb9b672a legacy-trunk
10 2170 33701db4ea559100d37be44d2f0d53e568a0ec33 legacy-trunk
[all …]
/external/pigweed/pw_toolchain_bazel/features/
Dbuiltin_features.bzl30 "//features/legacy:legacy_compile_flags",
31 "//features/legacy:default_compile_flags",
32 "//features/legacy:dependency_file",
33 "//features/legacy:pic",
34 "//features/legacy:preprocessor_defines",
35 "//features/legacy:includes",
36 "//features/legacy:include_paths",
37 "//features/legacy:fdo_instrument",
38 "//features/legacy:fdo_optimize",
39 "//features/legacy:cs_fdo_instrument",
[all …]
/external/mbedtls/tests/suites/
Dtest_suite_md.psa.data5 PSA dispatch MD5 legacy only
13 PSA dispatch MD5 legacy+driver
17 PSA dispatch RIPEMD160 legacy only
25 PSA dispatch RIPEMD160 legacy+driver
29 PSA dispatch SHA1 legacy only
37 PSA dispatch SHA1 legacy+driver
41 PSA dispatch SHA224 legacy only
49 PSA dispatch SHA224 legacy+driver
53 PSA dispatch SHA256 legacy only
61 PSA dispatch SHA256 legacy+driver
[all …]
/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/data_elements/actions/
Dmacros.rs41 const ACTION_TYPE: $crate::legacy::data_elements::actions::ActionType =
42 $crate::legacy::data_elements::actions::ActionType::$type_name;
51 $crate::legacy::data_elements::actions::macros::boolean_element_struct!($type_name);
52 … $crate::legacy::data_elements::actions::macros::boolean_element_struct_from_bool!($type_name);
54 impl $crate::legacy::data_elements::actions::ActionElement for $type_name {
55 … $crate::legacy::data_elements::actions::macros::boolean_element_action_element_impl_shared!(
59 fn supports_flavor(flavor: $crate::legacy::PacketFlavorEnum) -> bool {
61 $crate::legacy::PacketFlavorEnum::Plaintext => false,
62 $crate::legacy::PacketFlavorEnum::Ciphertext => true,
71 … $crate::legacy::data_elements::actions::macros::boolean_element_to_encrypted_element!($type_name);
[all …]
/external/bazelbuild-rules_go/.bazelci/
Dpresubmit.yml212 - "-//tests/legacy/examples/cgo/example_command:example_command_test"
213 - "-//tests/legacy/examples/cgo/example_command:example_command_script"
214 - "-//tests/legacy/examples/cgo/example_command:example_command"
215 - "-//tests/legacy/examples/cgo:generate_go_src"
216 - "-//tests/legacy/examples/cgo:cgo_lib_test"
217 - "-//tests/legacy/examples/cgo:go_default_library"
218 - "-//tests/legacy/examples/cgo/cc_dependency:version"
219 - "-//tests/legacy/examples/cgo/cc_dependency:c_version_so"
220 - "-//tests/legacy/examples/cgo:sub"
221 - "-//tests/legacy/examples/proto/dep:useful_go_proto"
[all …]
/external/aws-sdk-java-v2/services/sts/src/main/resources/codegen-resources/
Dcustomization.config4 …"UseGlobalEndpoint with legacy region `ap-northeast-1`": "V2 does not support setting UseGlobalEnd…
5 …"UseGlobalEndpoint with legacy region `ap-south-1`": "V2 does not support setting UseGlobalEndpoin…
6 …"UseGlobalEndpoint with legacy region `ap-southeast-1`": "V2 does not support setting UseGlobalEnd…
7 …"UseGlobalEndpoint with legacy region `ap-southeast-2`": "V2 does not support setting UseGlobalEnd…
8 …"UseGlobalEndpoint with legacy region `ca-central-1`": "V2 does not support setting UseGlobalEndpo…
9 …"UseGlobalEndpoint with legacy region `eu-central-1`": "V2 does not support setting UseGlobalEndpo…
10 …"UseGlobalEndpoint with legacy region `eu-north-1`": "V2 does not support setting UseGlobalEndpoin…
11 …"UseGlobalEndpoint with legacy region `eu-west-1`": "V2 does not support setting UseGlobalEndpoint…
12 …"UseGlobalEndpoint with legacy region `eu-west-2`": "V2 does not support setting UseGlobalEndpoint…
13 …"UseGlobalEndpoint with legacy region `eu-west-3`": "V2 does not support setting UseGlobalEndpoint…
[all …]
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_surface.c16 tileb = MIN2(surf->u.legacy.tile_split, tileb); in cik_get_macro_tile_index()
38 tile_mode = info->si_tile_mode_array[surf->u.legacy.tiling_index[0]]; in set_micro_tile_mode()
131 surf_drm->bankw = surf_ws->u.legacy.bankw; in surf_winsys_to_drm()
132 surf_drm->bankh = surf_ws->u.legacy.bankh; in surf_winsys_to_drm()
133 surf_drm->mtilea = surf_ws->u.legacy.mtilea; in surf_winsys_to_drm()
134 surf_drm->tile_split = surf_ws->u.legacy.tile_split; in surf_winsys_to_drm()
137 surf_level_winsys_to_drm(&surf_drm->level[i], &surf_ws->u.legacy.level[i], in surf_winsys_to_drm()
140 surf_drm->tiling_index[i] = surf_ws->u.legacy.tiling_index[i]; in surf_winsys_to_drm()
144 surf_drm->stencil_tile_split = surf_ws->u.legacy.stencil_tile_split; in surf_winsys_to_drm()
148 &surf_ws->u.legacy.zs.stencil_level[i], in surf_winsys_to_drm()
[all …]
/external/chromium-trace/catapult/devil/devil/android/
Dmd5sum_test.py76 test_path = '/storage/emulated/legacy/test/file.dat'
85 self.assertTrue('/storage/emulated/legacy/test/file.dat' in out)
87 out['/storage/emulated/legacy/test/file.dat'])
92 '/storage/emulated/legacy/test/file0.dat',
93 '/storage/emulated/legacy/test/file1.dat'
105 self.assertTrue('/storage/emulated/legacy/test/file0.dat' in out)
107 out['/storage/emulated/legacy/test/file0.dat'])
108 self.assertTrue('/storage/emulated/legacy/test/file1.dat' in out)
110 out['/storage/emulated/legacy/test/file1.dat'])
114 test_path = ('/storage/emulated/legacy/test/file%d.dat' % n
[all …]
/external/perfetto/src/tracing/
Dtrack_event_legacy.cc23 namespace legacy { namespace
33 } // namespace legacy
39 // Legacy flow events always use bind_id. in Write()
41 (legacy::kTraceEventFlagFlowOut | legacy::kTraceEventFlagFlowIn)) { in Write()
44 if (id_flags_ & legacy::kTraceEventFlagHasLocalId) { in Write()
52 uint32_t scope_flags = id_flags_ & (legacy::kTraceEventFlagHasId | in Write()
53 legacy::kTraceEventFlagHasLocalId | in Write()
54 legacy::kTraceEventFlagHasGlobalId); in Write()
56 if (scope_ && scope_flags != legacy::kTraceEventFlagHasGlobalId) { in Write()
61 case legacy::kTraceEventFlagHasId: in Write()
[all …]
/external/python/google-api-python-client/docs/dyn/
Dapigee_v1.organizations.reports.html112 …"comments": [ # Legacy field: not used. This field contains a list of comments associate…
122 …"fromTime": "A String", # Legacy field: not used. Contains the from time for t…
125 …"limit": "A String", # Legacy field: not used This field contains the limit fo…
132 …;A String", # Required. Unique identifier for the report T his is a legacy field used to enco…
133 …"offset": "A String", # Legacy field: not used. This field contains the offset…
146 "sortByCols": [ # Legacy field: not used much. Contains the list of sort by columns
149 …"sortOrder": "A String", # Legacy field: not used much. Contains the sort orde…
150 …"tags": [ # Legacy field: not used. This field contains a list of tags associated with c…
154 …"toTime": "A String", # Legacy field: not used. Contains the end time for the …
155 …"topk": "A String", # Legacy field: not used. This field contains the top k pa…
[all …]
/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/data_elements/
Dtests.rs20 use crate::legacy::data_elements::actions::{ActionBits, ActionsDataElement};
21 use crate::legacy::serialize::{encode_de_header, AdvBuilder, UnencryptedEncoder};
22 use crate::legacy::Plaintext;
47 pub(in crate::legacy) mod macros {
50 use crate::legacy::data_elements::de_type::DataElementType;
51 use crate::legacy::deserialize::{DeIterator, DeserializedDataElement};
52 use crate::legacy::serialize::SerializedDataElement;
53 use crate::legacy::PacketFlavor;
62 crate::legacy::data_elements::tests::macros::construct_and_parse_de::<
64 >(crate::legacy::data_elements::de_type::DataElementType::$type_variant, &$bytes);
[all …]
/external/pigweed/pw_transfer/integration_test/
Dlegacy_binaries_test.py48 # expected error cases (e.g. timeouts, unknown resource ID) because legacy
51 # because of known issues with transfer cleanup in the legacy transfer protocol.
57 # be omitted from the generated text proto, which is critical for the legacy
65 # The legacy binaries aren't aware of the max_lifetime_retries field,
81 self.skipTest("No legacy binary in use, skipping")
86 self.skipTest("Java and Python legacy clients not yet set up")
104 self.skipTest("No legacy binary in use, skipping")
109 self.skipTest("Java and Python legacy clients not yet set up")
127 self.skipTest("No legacy binary in use, skipping")
132 self.skipTest("Java and Python legacy clients not yet set up")
[all …]
/external/iptables/iptables/
Dxtables-legacy.825 .TH XTABLES-LEGACY 8 "June 2018"
28 xtables-legacy \(em iptables using old getsockopt/setsockopt-based kernel api
31 \fBxtables-legacy\fP are the original versions of iptables that use
40 The xtables-legacy-multi binary can be linked to the traditional names:
43 /sbin/iptables -> /sbin/iptables\-legacy\-multi
44 /sbin/ip6tables -> /sbin/ip6tables\-legacy\-multi
45 /sbin/iptables\-save -> /sbin/ip6tables\-legacy\-multi
46 /sbin/iptables\-restore -> /sbin/ip6tables\-legacy\-multi
49 The iptables version string will indicate whether the legacy API (get/setsockopt) or
53 iptables v1.7 (legacy)
[all …]
/external/trusty/lk/arch/x86/
Ddescriptor.c33 * have same definition as legacy descriptor, high 64 bits contain base address
57 } __PACKED legacy; member
81 /* For legacy descriptors and low 32 bit of 64-bit TSS only */ in set_global_desc()
82 _gdt[index].legacy.limit_15_0 = limit & 0x0000ffff; in set_global_desc()
83 _gdt[index].legacy.limit_19_16 = (limit & 0x000f0000) >> 16; in set_global_desc()
85 _gdt[index].legacy.base_15_0 = ((uint64_t)base) & 0x0000ffff; in set_global_desc()
86 _gdt[index].legacy.base_23_16 = (((uint64_t)base) & 0x00ff0000) >> 16; in set_global_desc()
87 _gdt[index].legacy.base_31_24 = ((uint64_t)base) >> 24; in set_global_desc()
89 _gdt[index].legacy.type = type & 0x0f; /* segment type */ in set_global_desc()
90 _gdt[index].legacy.p = (present != 0); /* present */ in set_global_desc()
[all …]
/external/perfetto/include/perfetto/tracing/internal/
Dtrack_event_legacy.h34 namespace legacy {
75 } // namespace legacy
109 perfetto::legacy::kTraceEventFlagNone;
111 perfetto::legacy::kTraceEventFlagCopy;
113 perfetto::legacy::kTraceEventFlagHasId;
115 perfetto::legacy::kTraceEventFlagScopeOffset;
117 perfetto::legacy::kTraceEventFlagScopeExtra;
119 perfetto::legacy::kTraceEventFlagExplicitTimestamp;
121 perfetto::legacy::kTraceEventFlagAsyncTTS;
123 perfetto::legacy::kTraceEventFlagBindToEnclosing;
[all …]
/external/rust/beto-rust/nearby/presence/np_ffi_core/src/
Dv0.rs22 legacy::data_elements::actions::ActionsDataElement,
23 legacy::{data_elements as np_adv_de, Ciphertext, PacketFlavorEnum, Plaintext},
49 impl TryFrom<V0DataElement> for np_adv_dynamic::legacy::ToBoxedSerializeDataElement {
59 impl<F: np_adv::legacy::PacketFlavor> From<np_adv::legacy::deserialize::DeserializedDataElement<F>>
62 fn from(de: np_adv::legacy::deserialize::DeserializedDataElement<F>) -> Self { in from()
63 use np_adv::legacy::deserialize::DeserializedDataElement; in from()
149 impl TryFrom<TxPower> for np_adv_dynamic::legacy::ToBoxedSerializeDataElement {
168 impl TryFrom<V0Actions> for np_adv_dynamic::legacy::ToBoxedSerializeDataElement {
171 let boxed_action_bits = np_adv_dynamic::legacy::BoxedActionBits::try_from(value)?; in try_from()
176 impl<F: np_adv::legacy::PacketFlavor> From<ActionsDataElement<F>> for V0Actions {
[all …]
/external/golang-protobuf/internal/testprotos/legacy/
Dlegacy.proto8 option go_package = "google.golang.org/protobuf/internal/testprotos/legacy";
25 import "internal/testprotos/legacy/proto2_20160225_2fc053c5/test.proto"; // v0.0.0
26 import "internal/testprotos/legacy/proto3_20160225_2fc053c5/test.proto"; // v0.0.0
29 import "internal/testprotos/legacy/proto2_20160519_a4ab9ec5/test.proto"; // v0.0.0
30 import "internal/testprotos/legacy/proto3_20160519_a4ab9ec5/test.proto"; // v0.0.0
38 import "internal/testprotos/legacy/proto2_20180125_92554152/test.proto"; // v1.0.0
39 import "internal/testprotos/legacy/proto3_20180125_92554152/test.proto"; // v1.0.0
51 import "internal/testprotos/legacy/proto2_20180430_b4deda09/test.proto"; // v1.1.0
52 import "internal/testprotos/legacy/proto3_20180430_b4deda09/test.proto"; // v1.1.0
55 import "internal/testprotos/legacy/proto2_20180814_aa810b61/test.proto"; // v1.2.0
[all …]
Dlegacy.pb.go6 // source: internal/testprotos/legacy/legacy.proto
8 package legacy package
11 …proto2_20160225_2fc053c5 "google.golang.org/protobuf/internal/testprotos/legacy/proto2_20160225_2f…
12 …proto2_20160519_a4ab9ec5 "google.golang.org/protobuf/internal/testprotos/legacy/proto2_20160519_a4…
13 …proto2_20180125_92554152 "google.golang.org/protobuf/internal/testprotos/legacy/proto2_20180125_92…
14 …proto2_20180430_b4deda09 "google.golang.org/protobuf/internal/testprotos/legacy/proto2_20180430_b4…
15 …proto2_20180814_aa810b61 "google.golang.org/protobuf/internal/testprotos/legacy/proto2_20180814_aa…
16 …proto2_20190205_c823c79e "google.golang.org/protobuf/internal/testprotos/legacy/proto2_20190205_c8…
17 …proto3_20160225_2fc053c5 "google.golang.org/protobuf/internal/testprotos/legacy/proto3_20160225_2f…
18 …proto3_20160519_a4ab9ec5 "google.golang.org/protobuf/internal/testprotos/legacy/proto3_20160519_a4…
[all …]
/external/zstd/contrib/premake/
Dzstd.lua4 function project_zstd(dir, compression, decompression, deprecated, dictbuilder, legacy)
10 if legacy == nil then legacy = 0 end
18 legacy = 0
60 if legacy ~= 0 then
61 if legacy >= 8 then
63 dir .. 'legacy/zstd_v0' .. (legacy - 7) .. '.*'
67 dir .. 'legacy'
78 'ZSTD_LEGACY_SUPPORT=' .. legacy
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowChoreographer.java62 checkState(!ShadowLooper.looperMode().equals(Mode.LEGACY), "Looper cannot be %s", Mode.LEGACY); in setFrameDelay()
68 checkState(!ShadowLooper.looperMode().equals(Mode.LEGACY), "Looper cannot be %s", Mode.LEGACY); in getFrameDelay()
80 checkState(!ShadowLooper.looperMode().equals(Mode.LEGACY), "Looper cannot be %s", Mode.LEGACY); in setPaused()
86 checkState(!ShadowLooper.looperMode().equals(Mode.LEGACY), "Looper cannot be %s", Mode.LEGACY); in isPaused()
96 * <p>Only supported in {@link LooperMode.Mode#LEGACY}
102 checkState(ShadowLooper.looperMode().equals(Mode.LEGACY), "Looper must be %s", Mode.LEGACY); in setPostCallbackDelay()
117 if (looperMode() == Mode.LEGACY) { in setPostFrameCallbackDelay()
128 * <p>Can only be used in {@link LooperMode.Mode#LEGACY}
136 checkState(ShadowLooper.looperMode().equals(Mode.LEGACY), "Looper must be %s", Mode.LEGACY); in getFrameInterval()
143 * <p>Only supported in {@link LooperMode.Mode#LEGACY}
[all …]
/external/zstd/contrib/VS2005/zstdlib/
Dzstdlib.vcproj46 …$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\programs\legacy;…
122 …$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\programs\legacy;…
196 …$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\programs\legacy;…
273 …$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\programs\legacy;…
395 RelativePath="..\..\..\lib\legacy\zstd_v01.c"
399 RelativePath="..\..\..\lib\legacy\zstd_v02.c"
403 RelativePath="..\..\..\lib\legacy\zstd_v03.c"
407 RelativePath="..\..\..\lib\legacy\zstd_v04.c"
411 RelativePath="..\..\..\lib\legacy\zstd_v05.c"
415 RelativePath="..\..\..\lib\legacy\zstd_v06.c"
[all …]
/external/zstd/build/VS2008/zstdlib/
Dzstdlib.vcproj47 …$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\programs\legacy;…
123 …$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\programs\legacy;…
197 …$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\programs\legacy;…
274 …$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\programs\legacy;…
444 RelativePath="..\..\..\lib\legacy\zstd_v01.c"
448 RelativePath="..\..\..\lib\legacy\zstd_v02.c"
452 RelativePath="..\..\..\lib\legacy\zstd_v03.c"
456 RelativePath="..\..\..\lib\legacy\zstd_v04.c"
460 RelativePath="..\..\..\lib\legacy\zstd_v05.c"
464 RelativePath="..\..\..\lib\legacy\zstd_v06.c"
[all …]
/external/tink/java_src/src/test/java/com/google/crypto/tink/mac/
DAesCmacParametersTest.java32 private static final AesCmacParameters.Variant LEGACY = AesCmacParameters.Variant.LEGACY; field in AesCmacParametersTest
92 assertThat(create(16, 16, LEGACY).getVariant()).isEqualTo(LEGACY); in testAesCmacParameters_variant()
100 assertThat(create(32, 16, LEGACY).hasIdRequirement()).isTrue(); in testAesCmacParameters_hasIdRequirement()
119 create(16, 13, LEGACY); in testAesCmacParameters_createForKeysetWithDifferentKeySizes()
122 assertThrows(GeneralSecurityException.class, () -> create(-2, 13, LEGACY)); in testAesCmacParameters_createForKeysetWithDifferentKeySizes()
125 assertThrows(GeneralSecurityException.class, () -> create(20, 13, LEGACY)); in testAesCmacParameters_createForKeysetWithDifferentKeySizes()
166 assertThrows(GeneralSecurityException.class, () -> create(32, 9, LEGACY)); in testAesCmacParameters_tagSizesConstruction2()
169 create(16, 10, LEGACY); in testAesCmacParameters_tagSizesConstruction2()
177 create(16, 16, LEGACY); in testAesCmacParameters_tagSizesConstruction2()
179 assertThrows(GeneralSecurityException.class, () -> create(16, 17, LEGACY)); in testAesCmacParameters_tagSizesConstruction2()
[all …]
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c180 *stride = rtex->surface.u.legacy.level[level].nblk_x * in r600_texture_get_offset()
182 assert((uint64_t)rtex->surface.u.legacy.level[level].slice_size_dw * 4 <= UINT_MAX); in r600_texture_get_offset()
183 *layer_stride = (uint64_t)rtex->surface.u.legacy.level[level].slice_size_dw * 4; in r600_texture_get_offset()
186 return (uint64_t)rtex->surface.u.legacy.level[level].offset_256B * 256; in r600_texture_get_offset()
190 return (uint64_t)rtex->surface.u.legacy.level[level].offset_256B * 256 + in r600_texture_get_offset()
191 box->z * (uint64_t)rtex->surface.u.legacy.level[level].slice_size_dw * 4 + in r600_texture_get_offset()
193 rtex->surface.u.legacy.level[level].nblk_x + in r600_texture_get_offset()
254 pitch_in_bytes_override != surface->u.legacy.level[0].nblk_x * bpe) { in r600_init_surface()
258 surface->u.legacy.level[0].nblk_x = pitch_in_bytes_override / bpe; in r600_init_surface()
259 surface->u.legacy.level[0].slice_size_dw = in r600_init_surface()
[all …]
/external/aws-sdk-java-v2/core/aws-core/src/test/java/software/amazon/awssdk/awscore/internal/defaultsmode/
DDefaultsModeResolverTest.java48 new TestData(null, null, null, null, DefaultsMode.LEGACY), in data()
49 new TestData(null, null, "PropertyNotSet", null, DefaultsMode.LEGACY), in data()
52 new TestData("legacy", null, null, null, DefaultsMode.LEGACY), in data()
55 new TestData("lEgAcY", null, null, null, DefaultsMode.LEGACY), in data()
60 …new TestData("standard", "legacy", "PropertySetToLegacy", DefaultsMode.LEGACY, DefaultsMode.STANDA… in data()
61 new TestData("standard", null, null, DefaultsMode.LEGACY, DefaultsMode.STANDARD), in data()
62 … new TestData(null, "standard", "PropertySetToLegacy", DefaultsMode.LEGACY, DefaultsMode.STANDARD), in data()
63 new TestData(null, "standard", null, DefaultsMode.LEGACY, DefaultsMode.STANDARD), in data()
64 … new TestData(null, null, "PropertySetToStandard", DefaultsMode.LEGACY, DefaultsMode.STANDARD), in data()
65 new TestData(null, null, "PropertySetToAuto", DefaultsMode.LEGACY, DefaultsMode.AUTO), in data()

12345678910>>...243