/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft6/ |
H A D | uniqueItems.json | 7 "description": "unique array of integers is valid", 12 "description": "non-unique array of integers is invalid", 17 "description": "non-unique array of more than two integers is invalid", 22 "description": "numbers are unique if mathematically unequal", 37 "description": "unique array of strings is valid", 42 "description": "non-unique array of strings is invalid", 47 "description": "unique array of objects is valid", 52 "description": "non-unique array of objects is invalid", 62 "description": "unique array of nested objects is valid", 70 "description": "non-unique array of nested objects is invalid", [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft7/ |
H A D | uniqueItems.json | 7 "description": "unique array of integers is valid", 12 "description": "non-unique array of integers is invalid", 17 "description": "non-unique array of more than two integers is invalid", 22 "description": "numbers are unique if mathematically unequal", 37 "description": "unique array of strings is valid", 42 "description": "non-unique array of strings is invalid", 47 "description": "unique array of objects is valid", 52 "description": "non-unique array of objects is invalid", 62 "description": "unique array of nested objects is valid", 70 "description": "non-unique array of nested objects is invalid", [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft4/ |
H A D | uniqueItems.json | 7 "description": "unique array of integers is valid", 12 "description": "non-unique array of integers is invalid", 17 "description": "non-unique array of more than two integers is invalid", 22 "description": "numbers are unique if mathematically unequal", 37 "description": "unique array of strings is valid", 42 "description": "non-unique array of strings is invalid", 47 "description": "unique array of objects is valid", 52 "description": "non-unique array of objects is invalid", 62 "description": "unique array of nested objects is valid", 70 "description": "non-unique array of nested objects is invalid", [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/ |
H A D | uniqueItems.json | 5 "$schema": "https://json-schema.org/draft/2019-09/schema", 10 "description": "unique array of integers is valid", 15 "description": "non-unique array of integers is invalid", 20 "description": "non-unique array of more than two integers is invalid", 25 "description": "numbers are unique if mathematically unequal", 40 "description": "unique array of strings is valid", 45 "description": "non-unique array of strings is invalid", 50 "description": "unique array of objects is valid", 55 "description": "non-unique array of objects is invalid", 65 "description": "unique array of nested objects is valid", [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/ |
H A D | uniqueItems.json | 5 "$schema": "https://json-schema.org/draft/2020-12/schema", 10 "description": "unique array of integers is valid", 15 "description": "non-unique array of integers is invalid", 20 "description": "non-unique array of more than two integers is invalid", 25 "description": "numbers are unique if mathematically unequal", 40 "description": "unique array of strings is valid", 45 "description": "non-unique array of strings is invalid", 50 "description": "unique array of objects is valid", 55 "description": "non-unique array of objects is invalid", 65 "description": "unique array of nested objects is valid", [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/ |
H A D | uniqueItems.json | 5 "$schema": "https://json-schema.org/draft/next/schema", 10 "description": "unique array of integers is valid", 15 "description": "non-unique array of integers is invalid", 20 "description": "non-unique array of more than two integers is invalid", 25 "description": "numbers are unique if mathematically unequal", 40 "description": "unique array of strings is valid", 45 "description": "non-unique array of strings is invalid", 50 "description": "unique array of objects is valid", 55 "description": "non-unique array of objects is invalid", 65 "description": "unique array of nested objects is valid", [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft3/ |
H A D | uniqueItems.json | 7 "description": "unique array of integers is valid", 12 "description": "non-unique array of integers is invalid", 17 "description": "non-unique array of more than two integers is invalid", 22 "description": "numbers are unique if mathematically unequal", 27 "description": "unique array of strings is valid", 32 "description": "non-unique array of strings is invalid", 37 "description": "unique array of objects is valid", 42 "description": "non-unique array of objects is invalid", 47 "description": "unique array of nested objects is valid", 55 "description": "non-unique array of nested objects is invalid", [all …]
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/prelude/after_eof/ |
H A D | tables_views.sql | 1 -- 2 -- Copyright 2024 The Android Open Source Project 3 -- 4 -- Licensed under the Apache License, Version 2.0 (the "License"); 5 -- you may not use this file except in compliance with the License. 6 -- You may obtain a copy of the License at 7 -- 8 -- https://www.apache.org/licenses/LICENSE-2.0 9 -- 10 -- Unless required by applicable law or agreed to in writing, software [all …]
|
/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | MoveRawContactsTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 65 * adb shell am instrument -e class com.android.providers.contacts.MoveRawContactsTest -w \ 159 argThat(str -> !accountTypeMap.containsKey(str)))).thenReturn(new Account[0]); in setDefaultAccountManagerAccounts() 435 // verify the unique raw contact has been moved from the old -> new account in testMoveUniqueRawContactsWithDataRows() 450 // create a near duplicate, unique contact in the source account in testMoveUniqueRawContacts() 457 // verify the unique raw contact has been moved from the old -> new account in testMoveUniqueRawContacts() 460 // verify a stub has been written for the unique raw contact in the source account in testMoveUniqueRawContacts() 474 // create a near duplicate, unique contact in the source account in testMoveUniqueRawContactsStubDisabled() 481 // verify the unique raw contact has been moved from the old -> new account in testMoveUniqueRawContactsStubDisabled() 484 // verify a stub has been written for the unique raw contact in the source account in testMoveUniqueRawContactsStubDisabled() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ptr/ |
H A D | unique.rs | 6 /// A wrapper around a raw non-null `*mut T` that indicates that the possessor 10 /// Unlike `*mut T`, `Unique<T>` behaves "as if" it were an instance of `T`. 13 /// the referent of the pointer should not be modified without a unique path to 14 /// its owning Unique. 16 /// If you're uncertain of whether it's correct to use `Unique` for your purposes, 19 /// Unlike `*mut T`, the pointer must always be non-null, even if the pointer 21 /// as a discriminant -- `Option<Unique<T>>` has the same size as `Unique<T>`. 24 /// Unlike `*mut T`, `Unique<T>` is covariant over `T`. This should always be correct 25 /// for any type which upholds Unique's aliasing requirements. 34 // Lang item used experimentally by Miri to define the semantics of `Unique`. [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ptr/ |
H A D | unique.rs | 6 /// A wrapper around a raw non-null `*mut T` that indicates that the possessor 10 /// Unlike `*mut T`, `Unique<T>` behaves "as if" it were an instance of `T`. 13 /// the referent of the pointer should not be modified without a unique path to 14 /// its owning Unique. 16 /// If you're uncertain of whether it's correct to use `Unique` for your purposes, 19 /// Unlike `*mut T`, the pointer must always be non-null, even if the pointer 21 /// as a discriminant -- `Option<Unique<T>>` has the same size as `Unique<T>`. 24 /// Unlike `*mut T`, `Unique<T>` is covariant over `T`. This should always be correct 25 /// for any type which upholds Unique's aliasing requirements. 34 // Lang item used experimentally by Miri to define the semantics of `Unique`. [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ptr/ |
H A D | unique.rs | 6 /// A wrapper around a raw non-null `*mut T` that indicates that the possessor 10 /// Unlike `*mut T`, `Unique<T>` behaves "as if" it were an instance of `T`. 13 /// the referent of the pointer should not be modified without a unique path to 14 /// its owning Unique. 16 /// If you're uncertain of whether it's correct to use `Unique` for your purposes, 19 /// Unlike `*mut T`, the pointer must always be non-null, even if the pointer 21 /// as a discriminant -- `Option<Unique<T>>` has the same size as `Unique<T>`. 24 /// Unlike `*mut T`, `Unique<T>` is covariant over `T`. This should always be correct 25 /// for any type which upholds Unique's aliasing requirements. 34 // Lang item used experimentally by Miri to define the semantics of `Unique`. [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ptr/ |
H A D | unique.rs | 6 /// A wrapper around a raw non-null `*mut T` that indicates that the possessor 10 /// Unlike `*mut T`, `Unique<T>` behaves "as if" it were an instance of `T`. 13 /// the referent of the pointer should not be modified without a unique path to 14 /// its owning Unique. 16 /// If you're uncertain of whether it's correct to use `Unique` for your purposes, 19 /// Unlike `*mut T`, the pointer must always be non-null, even if the pointer 21 /// as a discriminant -- `Option<Unique<T>>` has the same size as `Unique<T>`. 24 /// Unlike `*mut T`, `Unique<T>` is covariant over `T`. This should always be correct 25 /// for any type which upholds Unique's aliasing requirements. 34 // Lang item used experimentally by Miri to define the semantics of `Unique`. [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/ptr/ |
H A D | unique.rs | 6 /// A wrapper around a raw non-null `*mut T` that indicates that the possessor 10 /// Unlike `*mut T`, `Unique<T>` behaves "as if" it were an instance of `T`. 13 /// the referent of the pointer should not be modified without a unique path to 14 /// its owning Unique. 16 /// If you're uncertain of whether it's correct to use `Unique` for your purposes, 19 /// Unlike `*mut T`, the pointer must always be non-null, even if the pointer 21 /// as a discriminant -- `Option<Unique<T>>` has the same size as `Unique<T>`. 24 /// Unlike `*mut T`, `Unique<T>` is covariant over `T`. This should always be correct 25 /// for any type which upholds Unique's aliasing requirements. 34 // Lang item used experimentally by Miri to define the semantics of `Unique`. [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | tagmanager_v1.accounts.containers.triggers.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | admin_directory_v1.resources.calendars.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | admin_directory_v1.schemas.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | tagmanager_v2.accounts.containers.workspaces.triggers.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | tagmanager_v1.accounts.containers.versions.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | admin_directory_v1.groups.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
/aosp_15_r20/external/licenseclassifier/stringclassifier/internal/sets/ |
H A D | intset_test.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 21 func checkSameIntSet(t *testing.T, set *IntSet, unique []int) { 23 want := len(unique) 27 t.Errorf("NewIntSet(%v) want length %v, got %v", unique, want, got) 31 for _, s := range unique { 41 sort.Ints(unique) 44 want := unique[i] 70 unique := []int{0, 1, 2} 71 set := NewIntSet(unique...) 72 checkSameIntSet(t, set, unique) [all …]
|
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/ |
D | CarAudioContextTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 89 private static final int INVALID_CONTEXT = -5; 130 .when(() -> CoreAudioHelper.getStrategyForAudioAttributes( in setupMock() 133 .when(() -> CoreAudioHelper.getStrategyForAudioAttributes( in setupMock() 136 .when(() -> CoreAudioHelper.getStrategyForAudioAttributes( in setupMock() 139 .when(() -> CoreAudioHelper.getStrategyForAudioAttributes( in setupMock() 213 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> { in getAudioAttributesForContext_withInvalidContext_throws() 231 expectWithMessage("Unique audio attributes wrapper for context %s", in getAudioAttributesForContext_returnsUniqueValuesForAllContexts() 242 expectWithMessage("Empty unique context list").that(result).isEmpty(); in getUniqueContextsForAudioAttribute_withEmptyArray_returnsEmptySet() 254 expectWithMessage("Empty unique context list for invalid context") in getUniqueContextsForAudioAttribute_withInvalidElement_returnsEmptySet() [all …]
|
/aosp_15_r20/external/licenseclassifier/internal/sets/ |
H A D | stringset_test.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 21 func checkSameStringSet(t *testing.T, set *StringSet, unique []string) { 23 want := len(unique) 27 t.Errorf("NewStringSet(%v) want length %v, got %v", unique, want, got) 31 for _, s := range unique { 41 sort.Strings(unique) 44 want := unique[i] 61 unique := []string{"a", "b", "c"} 62 set := NewStringSet(unique...) 63 checkSameStringSet(t, set, unique) [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_ftplib.py | 34 DEFAULT_ENCODING = 'utf-8' 37 RETR_DATA = 'abcde12345\r\n' * 1000 + 'non-ascii char \xAE\r\n' 38 LIST_DATA = 'foo\r\nbar\r\n non-ascii char \xAE\r\n' 39 NLST_DATA = 'foo\r\nbar\r\n non-ascii char \xAE\r\n' 40 MLSD_DATA = ("type=cdir;perm=el;unique==keVO1+ZF4; test\r\n" 41 "type=pdir;perm=e;unique==keVO1+d?3; ..\r\n" 42 "type=OS.unix=slink:/foobar;perm=;unique==keVO1+4G4; foobar\r\n" 43 "type=OS.unix=chr-13/29;perm=;unique==keVO1+5G4; device\r\n" 44 "type=OS.unix=blk-11/108;perm=;unique==keVO1+6G4; block\r\n" 45 "type=file;perm=awr;unique==keVO1+8G4; writable\r\n" [all …]
|
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
H A D | SubnetworkSecondaryRange.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 80 …Provide this property when you create the subnetwork. Ranges must be unique and non-overlapping wi… 95 …Provide this property when you create the subnetwork. Ranges must be unique and non-overlapping wi… 118 …Provide this property when you create the subnetwork. Ranges must be unique and non-overlapping wi… 146 …range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name m… 161 …range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name m… 184 …range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name m… 204 private byte memoizedIsInitialized = -1; 230 if (size != -1) return size; in getSerializedSize() 559 case -1637236118: in mergeFrom() [all …]
|