/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/jre/lib/ |
D | resources.jar | ... corba/se/impl/logging/LogStrings.properties
com/sun/corba/se/impl/ ... |
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/jre/lib/ |
D | resources.jar | ... corba/se/impl/logging/LogStrings.properties
com/sun/corba/se/impl/ ... |
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 808 VkPhysicalDeviceProperties properties = { in getProperties() local 821 snprintf(properties.deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE, in getProperties() 824 return properties; in getProperties() 827 static const VkPhysicalDeviceProperties properties = getProperties(); in getProperties() local 828 return properties; in getProperties() 832 static void getIdProperties(T *properties) in getIdProperties() argument 834 memset(properties->deviceUUID, 0, VK_UUID_SIZE); in getIdProperties() 835 memset(properties->driverUUID, 0, VK_UUID_SIZE); in getIdProperties() 836 memset(properties->deviceLUID, 0, VK_LUID_SIZE); in getIdProperties() 838 memcpy(properties->deviceUUID, SWIFTSHADER_UUID, VK_UUID_SIZE); in getIdProperties() [all …]
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | PropertiesTest.java | 40 import java.util.Properties; 47 Properties tProps; 52 * java.util.Properties#Properties() 55 // Test for method java.util.Properties() in test_Constructor() 56 Properties p = new Properties(); in test_Constructor() 59 assertTrue("Created incorrect Properties", true); in test_Constructor() 63 Properties p = new Properties(); in test_loadLjava_io_InputStream_NPE() 73 Properties p = new Properties(); in test_loadsave() 83 * java.util.Properties#Properties(java.util.Properties) 86 Properties systemProperties = System.getProperties(); in test_ConstructorLjava_util_Properties() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipImagePropertiesTest.java | 38 // An image-properties tag with all available attributes 40 "<image-properties version=\"" 48 // An image-properties tag without an xml version - OUT OF SPEC / INVALID 50 "<image-properties handle=\"" 56 // An image-properties tag without an image handle - OUT OF SPEC / INVALID 58 "<image-properties version=\"" 64 // An image-properties tag without an xml version - IN SPEC / VALID 66 "<image-properties version=\"" + VERSION + "\" handle=\"" + IMAGE_HANDLE + "\">\r\n"; 108 private static final String IMAGE_PROPERTIES_END = "</image-properties>"; 115 * Test parsing image-properties with very simple information available. [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/resources/schema/unevaluatedTests/ |
H A D | unevaluated-tests.json | 9 "properties": { object 30 "properties": { object 44 "properties": { object 92 … "$: property 'invalid' is not evaluated and the schema does not allow unevaluated properties" 109 ….address: property 'invalid' is not evaluated and the schema does not allow unevaluated properties" 113 "description": "Unevaluated - multiple properties", 126 …address: property 'invalid2' is not evaluated and the schema does not allow unevaluated properties" 145 …esidence: property 'invalid' is not evaluated and the schema does not allow unevaluated properties" 155 "properties": { object 177 "properties": { object [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/cmake/llvm/ |
D | LLVMExports.cmake | 62 set_target_properties(LLVMSupport PROPERTIES 69 set_target_properties(LLVMTableGen PROPERTIES 76 set_target_properties(LLVMTableGenGlobalISel PROPERTIES 83 set_target_properties(LLVMTableGenCommon PROPERTIES 93 set_target_properties(LLVMCore PROPERTIES 100 set_target_properties(LLVMFuzzerCLI PROPERTIES 107 set_target_properties(LLVMFuzzMutate PROPERTIES 114 set_target_properties(LLVMFileCheck PROPERTIES 121 set_target_properties(LLVMInterfaceStub PROPERTIES 128 set_target_properties(LLVMIRPrinter PROPERTIES [all …]
|
D | LLVMExports-release.cmake | 10 set_target_properties(tf_xla_runtime PROPERTIES 20 set_target_properties(LLVMDemangle PROPERTIES 30 set_target_properties(LLVMSupport PROPERTIES 40 set_target_properties(LLVMTableGen PROPERTIES 50 set_target_properties(LLVMTableGenGlobalISel PROPERTIES 60 set_target_properties(LLVMTableGenCommon PROPERTIES 70 set_target_properties(llvm-tblgen PROPERTIES 79 set_target_properties(LLVMCore PROPERTIES 89 set_target_properties(LLVMFuzzerCLI PROPERTIES 99 set_target_properties(LLVMFuzzMutate PROPERTIES [all …]
|
/aosp_15_r20/cts/tests/tests/content/src/android/content/res/cts/ |
H A D | ConfigTest.java | 63 enum Properties { enum in ConfigTest 126 public void setProperty(final Properties p, final int value) { in setProperty() 187 public void setProperty(final Properties p, final String value) { in setProperty() 232 config.setProperty(Properties.LANGUAGE, "en"); in makeClassicConfig() 233 config.setProperty(Properties.COUNTRY, "US"); in makeClassicConfig() 234 config.setProperty(Properties.MCC, 310); in makeClassicConfig() 235 config.setProperty(Properties.MNC, 001); // unused in makeClassicConfig() 236 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_FINGER); in makeClassicConfig() 237 config.setProperty(Properties.KEYBOARD, Configuration.KEYBOARD_QWERTY); in makeClassicConfig() 238 config.setProperty(Properties.KEYBOARDHIDDEN, Configuration.KEYBOARDHIDDEN_YES); in makeClassicConfig() [all …]
|
/aosp_15_r20/frameworks/native/vulkan/vkjson/ |
H A D | vkjson.cc | 486 inline bool Iterate(Visitor* visitor, VkImageFormatProperties* properties) { in Iterate() argument 488 visitor->Visit("maxExtent", &properties->maxExtent) && in Iterate() 489 visitor->Visit("maxMipLevels", &properties->maxMipLevels) && in Iterate() 490 visitor->Visit("maxArrayLayers", &properties->maxArrayLayers) && in Iterate() 491 visitor->Visit("sampleCounts", &properties->sampleCounts) && in Iterate() 492 visitor->Visit("maxResourceSize", &properties->maxResourceSize); in Iterate() 609 VkPhysicalDeviceSparseProperties* properties) { in Iterate() argument 611 visitor->Visit("residencyStandard2DBlockShape", &properties->residencyStandard2DBlockShape) && in Iterate() 612 …visitor->Visit("residencyStandard2DMultisampleBlockShape", &properties->residencyStandard2DMultisa… in Iterate() 613 visitor->Visit("residencyStandard3DBlockShape", &properties->residencyStandard3DBlockShape) && in Iterate() [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2020-12/ |
H A D | unevaluatedProperties.json | 11 "description": "with no unevaluated properties", 16 "description": "with unevaluated properties", 36 "description": "with no unevaluated properties", 41 "description": "with valid unevaluated properties", 48 "description": "with invalid unevaluated properties", 65 "description": "with no unevaluated properties", 70 "description": "with unevaluated properties", 79 "description": "unevaluatedProperties with adjacent properties", 83 "properties": { object 90 "description": "with no unevaluated properties", [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft2019-09/ |
H A D | unevaluatedProperties.json | 11 "description": "with no unevaluated properties", 16 "description": "with unevaluated properties", 36 "description": "with no unevaluated properties", 41 "description": "with valid unevaluated properties", 48 "description": "with invalid unevaluated properties", 65 "description": "with no unevaluated properties", 70 "description": "with unevaluated properties", 79 "description": "unevaluatedProperties with adjacent properties", 83 "properties": { object 90 "description": "with no unevaluated properties", [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/cmake/llvm/ |
D | LLVMExports-release.cmake | 10 set_target_properties(tf_xla_runtime PROPERTIES 20 set_target_properties(LLVMDemangle PROPERTIES 30 set_target_properties(LLVMSupport PROPERTIES 40 set_target_properties(LLVMTableGen PROPERTIES 50 set_target_properties(LLVMTableGenGlobalISel PROPERTIES 60 set_target_properties(LLVMTableGenCommon PROPERTIES 70 set_target_properties(llvm-tblgen PROPERTIES 79 set_target_properties(LLVMCore PROPERTIES 89 set_target_properties(LLVMFuzzerCLI PROPERTIES 99 set_target_properties(LLVMFuzzMutate PROPERTIES [all …]
|
D | LLVMExports.cmake | 62 set_target_properties(LLVMSupport PROPERTIES 69 set_target_properties(LLVMTableGen PROPERTIES 76 set_target_properties(LLVMTableGenGlobalISel PROPERTIES 83 set_target_properties(LLVMTableGenCommon PROPERTIES 93 set_target_properties(LLVMCore PROPERTIES 100 set_target_properties(LLVMFuzzerCLI PROPERTIES 107 set_target_properties(LLVMFuzzMutate PROPERTIES 114 set_target_properties(LLVMFileCheck PROPERTIES 121 set_target_properties(LLVMInterfaceStub PROPERTIES 128 set_target_properties(LLVMIRPrinter PROPERTIES [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/cmake/llvm/ |
D | LLVMExports-release.cmake | 10 set_target_properties(tf_xla_runtime PROPERTIES 20 set_target_properties(LLVMDemangle PROPERTIES 30 set_target_properties(LLVMSupport PROPERTIES 40 set_target_properties(LLVMTableGen PROPERTIES 50 set_target_properties(LLVMTableGenBasic PROPERTIES 60 set_target_properties(LLVMTableGenCommon PROPERTIES 70 set_target_properties(llvm-tblgen PROPERTIES 79 set_target_properties(LLVMCore PROPERTIES 89 set_target_properties(LLVMFuzzerCLI PROPERTIES 99 set_target_properties(LLVMFuzzMutate PROPERTIES [all …]
|
D | LLVMExports.cmake | 62 set_target_properties(LLVMSupport PROPERTIES 69 set_target_properties(LLVMTableGen PROPERTIES 76 set_target_properties(LLVMTableGenBasic PROPERTIES 83 set_target_properties(LLVMTableGenCommon PROPERTIES 93 set_target_properties(LLVMCore PROPERTIES 100 set_target_properties(LLVMFuzzerCLI PROPERTIES 107 set_target_properties(LLVMFuzzMutate PROPERTIES 114 set_target_properties(LLVMFileCheck PROPERTIES 121 set_target_properties(LLVMInterfaceStub PROPERTIES 128 set_target_properties(LLVMIRPrinter PROPERTIES [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/cmake/llvm/ |
D | LLVMExports-release.cmake | 10 set_target_properties(tf_xla_runtime PROPERTIES 20 set_target_properties(LLVMDemangle PROPERTIES 30 set_target_properties(LLVMSupport PROPERTIES 40 set_target_properties(LLVMTableGen PROPERTIES 50 set_target_properties(LLVMTableGenGlobalISel PROPERTIES 60 set_target_properties(LLVMTableGenCommon PROPERTIES 70 set_target_properties(llvm-tblgen PROPERTIES 79 set_target_properties(LLVMCore PROPERTIES 89 set_target_properties(LLVMFuzzerCLI PROPERTIES 99 set_target_properties(LLVMFuzzMutate PROPERTIES [all …]
|
D | LLVMExports.cmake | 62 set_target_properties(LLVMSupport PROPERTIES 69 set_target_properties(LLVMTableGen PROPERTIES 76 set_target_properties(LLVMTableGenGlobalISel PROPERTIES 83 set_target_properties(LLVMTableGenCommon PROPERTIES 93 set_target_properties(LLVMCore PROPERTIES 100 set_target_properties(LLVMFuzzerCLI PROPERTIES 107 set_target_properties(LLVMFuzzMutate PROPERTIES 114 set_target_properties(LLVMFileCheck PROPERTIES 121 set_target_properties(LLVMInterfaceStub PROPERTIES 128 set_target_properties(LLVMIRPrinter PROPERTIES [all …]
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | analyticsadmin.v1alpha.json | 152 …d before the expiration time, the account and all child resources (eg: Properties, GoogleAdsLinks,… 229 …e by the caller. Note that these accounts might not currently have GA4 properties. Soft-deleted (i… 621 "description": "Output only. Example format: properties/1234/userLinks/5678", 643 "properties": { object 647 "flatPath": "v1alpha/properties/{propertiesId}:acknowledgeUserDataCollection", 649 "id": "analyticsadmin.properties.acknowledgeUserDataCollection", 657 "pattern": "^properties/[^/]+$", 675 "flatPath": "v1alpha/properties", 677 "id": "analyticsadmin.properties.create", 680 "path": "v1alpha/properties", [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/walk/ |
H A D | JsonSchemaWalkListenerTest.java | 68 + " \"properties\": {\r\n" in keywordListener() 78 + " \"properties\": {\r\n" in keywordListener() 92 …config.addKeywordWalkListener(ValidatorTypeCode.PROPERTIES.getValue(), new JsonSchemaWalkListener(… in keywordListener() 125 assertEquals("properties", propertyKeywords.get(0).getValidator().getKeyword()); in keywordListener() 127 assertEquals("/properties", propertyKeywords.get(0).getSchema().getEvaluationPath() in keywordListener() 131 assertEquals("/properties/tags/items/$ref/properties", in keywordListener() 133 …assertEquals("/properties/tags/items/$ref/properties", propertyKeywords.get(1).getSchema().getEval… in keywordListener() 136 …assertEquals("/properties/tags/items/$ref/properties", propertyKeywords.get(2).getSchema().getEval… in keywordListener() 147 + " \"properties\": {\r\n" in propertyListener() 157 + " \"properties\": {\r\n" in propertyListener() [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/ |
H A D | unevaluatedProperties.json | 11 "description": "with no unevaluated properties", 16 "description": "with unevaluated properties", 36 "description": "with no unevaluated properties", 41 "description": "with valid unevaluated properties", 48 "description": "with invalid unevaluated properties", 65 "description": "with no unevaluated properties", 70 "description": "with unevaluated properties", 79 "description": "unevaluatedProperties with adjacent properties", 83 "properties": { object 90 "description": "with no unevaluated properties", [all …]
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/provider/ |
H A D | DeviceConfigTest.java | 19 import static android.provider.DeviceConfig.Properties; 496 Properties properties = DeviceConfig.getProperties(NAMESPACE); in getProperties_fullNamespace() local 497 assertThat(properties.getKeyset()).isEmpty(); in getProperties_fullNamespace() 501 properties = DeviceConfig.getProperties(NAMESPACE); in getProperties_fullNamespace() 502 assertThat(properties.getKeyset()).containsExactly(KEY, KEY2); in getProperties_fullNamespace() 503 assertThat(properties.getString(KEY, DEFAULT_VALUE)).isEqualTo(VALUE); in getProperties_fullNamespace() 504 assertThat(properties.getString(KEY2, DEFAULT_VALUE)).isEqualTo(VALUE2); in getProperties_fullNamespace() 507 properties = DeviceConfig.getProperties(NAMESPACE); in getProperties_fullNamespace() 508 assertThat(properties.getKeyset()).containsExactly(KEY, KEY2); in getProperties_fullNamespace() 509 assertThat(properties.getString(KEY, DEFAULT_VALUE)).isEqualTo(VALUE3); in getProperties_fullNamespace() [all …]
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowDeviceConfigTest.java | 26 import android.provider.DeviceConfig.Properties; 312 Properties properties = DeviceConfig.getProperties(NAMESPACE); in getProperties_fullNamespace() local 313 assertThat(properties.getKeyset()).isEmpty(); in getProperties_fullNamespace() 317 properties = DeviceConfig.getProperties(NAMESPACE); in getProperties_fullNamespace() 318 assertThat(properties.getKeyset()).containsExactly(KEY, KEY2); in getProperties_fullNamespace() 319 assertThat(properties.getString(KEY, DEFAULT_VALUE)).isEqualTo(VALUE); in getProperties_fullNamespace() 320 assertThat(properties.getString(KEY2, DEFAULT_VALUE)).isEqualTo(VALUE2); in getProperties_fullNamespace() 323 properties = DeviceConfig.getProperties(NAMESPACE); in getProperties_fullNamespace() 324 assertThat(properties.getKeyset()).containsExactly(KEY, KEY2); in getProperties_fullNamespace() 325 assertThat(properties.getString(KEY, DEFAULT_VALUE)).isEqualTo(VALUE3); in getProperties_fullNamespace() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/cmake/clang/ |
D | ClangTargets-release.cmake | 10 set_target_properties(clang-tblgen PROPERTIES 19 set_target_properties(clangBasic PROPERTIES 29 set_target_properties(clangAPINotes PROPERTIES 39 set_target_properties(clangLex PROPERTIES 49 set_target_properties(clangParse PROPERTIES 59 set_target_properties(clangAST PROPERTIES 69 set_target_properties(clangDynamicASTMatchers PROPERTIES 79 set_target_properties(clangASTMatchers PROPERTIES 89 set_target_properties(clangCrossTU PROPERTIES 99 set_target_properties(clangSema PROPERTIES [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/cmake/clang/ |
D | ClangTargets-release.cmake | 10 set_target_properties(clang-tblgen PROPERTIES 19 set_target_properties(clangBasic PROPERTIES 29 set_target_properties(clangAPINotes PROPERTIES 39 set_target_properties(clangLex PROPERTIES 49 set_target_properties(clangParse PROPERTIES 59 set_target_properties(clangAST PROPERTIES 69 set_target_properties(clangDynamicASTMatchers PROPERTIES 79 set_target_properties(clangASTMatchers PROPERTIES 89 set_target_properties(clangCrossTU PROPERTIES 99 set_target_properties(clangSema PROPERTIES [all …]
|