Home
last modified time | relevance | path

Searched defs:testValue (Results 1 – 25 of 205) sorted by relevance

123456789

/aosp_15_r20/hardware/google/av/media/eco/tests/
DEcoDataTest.cpp63 std::string testValue; in TEST() local
86 std::string testValue; in TEST() local
99 std::string testValue; in TEST() local
113 int32_t testValue; in TEST() local
136 int32_t testValue; in TEST() local
149 int32_t testValue; in TEST() local
163 int64_t testValue; in TEST() local
186 int64_t testValue; in TEST() local
199 int64_t testValue; in TEST() local
213 float testValue; in TEST() local
[all …]
/aosp_15_r20/external/guice/extensions/testlib/test/com/google/inject/testing/fieldbinder/
H A DBoundFieldModuleTest.java52 final Integer testValue = 1024; in testBindingOnePrivate() local
65 final Integer testValue = 1024; in testBindingOnePublic() local
101 final Integer testValue = 1024; in testBindingTwo() local
117 final Integer testValue = 1024; in testBindingSuperType() local
131 final Integer testValue = 1024; in testBindingSuperTypeAccessSubType() local
150 final Integer testValue = 1024; in testBindingIncorrectTypeProviderFails() local
274 Integer testValue = 1024; in testBoundValueDoesntChange() local
327 final Integer testValue = 1024; in testBindingSuperTypeAndBindingAnnotation() local
342 final Integer testValue = 1024; in testBindingProvider() local
362 final Integer testValue = 1024; in testBindingJavaxProvider() local
[all …]
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/
DPhFlagsTest.java659 int testValue = 4; in testAggregateErrorReportingTtlDays() local
681 String testValue = "foo/bar"; in testAggregateErrorReportingUrlPath() local
703 int testValue = 5; in testAggregateErrorReportingThreshold() local
724 int testValue = 4; in testAggregateErrorReportingIntervalInHours() local
768 int testValue = 10; in testAggregatedErrorReportingHttpTimeoutSeconds() local
790 int testValue = 5; in testAggregatedErrorReportingHttpRetryLimit() local
812 String testValue = "foo/bar"; in testEncryptionKeyFetchUrl() local
833 Long testValue = 100L; in testEncryptionKeyMaxAgeSeconds() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/test/java/com/google/android/exoplayer2/util/
H A DParsableByteArrayTest.java81 private static void testReadShort(short testValue) { in testReadShort()
107 private static void testReadInt(int testValue) { in testReadInt()
133 private static void testReadUnsignedInt(long testValue) { in testReadUnsignedInt()
170 private static void testReadUnsignedIntToInt(int testValue) { in testReadUnsignedIntToInt()
206 private static void testReadUnsignedLongToLong(long testValue) { in testReadUnsignedLongToLong()
232 private static void testReadLong(long testValue) { in testReadLong()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/test/java/com/google/android/exoplayer2/util/
H A DParsableByteArrayTest.java81 private static void testReadShort(short testValue) { in testReadShort()
107 private static void testReadInt(int testValue) { in testReadInt()
133 private static void testReadUnsignedInt(long testValue) { in testReadUnsignedInt()
170 private static void testReadUnsignedIntToInt(int testValue) { in testReadUnsignedIntToInt()
206 private static void testReadUnsignedLongToLong(long testValue) { in testReadUnsignedLongToLong()
232 private static void testReadLong(long testValue) { in testReadLong()
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/
H A DFeatureMap.java51 Boolean testValue = FeatureList.getTestValueForFeature(featureName); in isEnabledInNative() local
66 String testValue = FeatureList.getTestValueForFieldTrialParam(featureName, paramName); in getFieldTrialParamByFeature() local
85 String testValue = FeatureList.getTestValueForFieldTrialParam(featureName, paramName); in getFieldTrialParamByFeatureAsBoolean() local
105 String testValue = FeatureList.getTestValueForFieldTrialParam(featureName, paramName); in getFieldTrialParamByFeatureAsInt() local
125 String testValue = FeatureList.getTestValueForFieldTrialParam(featureName, paramName); in getFieldTrialParamByFeatureAsDouble() local
H A DFeatureList.java38 public void addFeatureFlagOverride(String featureName, boolean testValue) { in addFeatureFlagOverride()
44 String featureName, String paramName, String testValue) { in addFieldTrialParamOverride()
60 public void addFieldTrialParamOverride(FeatureParam param, String testValue) { in addFieldTrialParamOverride()
61 addFieldTrialParamOverride(param.getFeatureName(), param.getName(), testValue); in addFieldTrialParamOverride() local
/aosp_15_r20/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/
H A DExecutionAttributesTest.java91 String testValue = "TestValue"; in asyncClient_clientOverrideExecutionAttribute() local
116 String testValue = "TestValue"; in asyncClient_requestOverrideExecutionAttribute() local
144 String testValue = "TestValue"; in asyncClient_requestOverrideExecutionAttributesHavePrecedence() local
173 String testValue = "TestValue"; in syncClient_requestOverrideExecutionAttribute() local
201 String testValue = "TestValue"; in syncClient_requestOverrideExecutionAttributesHavePrecedence() local
/aosp_15_r20/packages/modules/DnsResolver/
DExperimentsTest.cpp114 for (int testValue : testValues) { in TEST_F() local
123 for (int testValue : testValues) { in TEST_F() local
135 for (int testValue : testValues) { in TEST_F() local
142 for (int testValue : testValues) { in TEST_F() local
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/issues/
H A DVelTools66TestCase.java113 void setTestValue(String testValue); in setTestValue()
119 String testValue = null; field in VelTools66TestCase.TestObject
132 public void setTestValue(final String testValue) in setTestValue()
/aosp_15_r20/libcore/ojluni/src/test/java/net/SocketOptions/
H A DOptionsTest.java43 TestClass(SocketOption<?> option, Object testValue) { in TestClass()
47 static TestClass create(SocketOption<?> option, Object testValue) { in create()
51 Object testValue; field in OptionsTest.TestClass
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/provider/
H A DSettingsProviderTest.java75 final String testValue = "testValue"; in testRowNameContentUriForSecure() local
93 final String testValue = "0"; in testRowNameContentUriForSystem() local
110 String testKey, String testValue, String secondTestValue) { in testRowNameContentUri()
/aosp_15_r20/external/grpc-grpc-java/api/src/test/java/io/grpc/
H A DLoadBalancerTest.java170 String testValue = "test-value"; in createSubchannelArgs_option_keyOps() local
183 String testValue = "test-value"; in createSubchannelArgs_option_addGet() local
210 Object testValue = new Object(); in createSubchannelArgs_build() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlOffsetDescriptorTest.java48 int testValue = 100; in testVolumeControlOffsetDescriptorInvalidIdOperations() local
108 int testValue = 100; in testVolumeControlOffsetDescriptorAllValidApiCalls() local
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
DHttpsServiceConnectionTest.java214 String testValue = "close"; in verifyNotUpdatingRequestPropertyForIgnorableProperty() local
228 String testValue = "application/x-www-form-urlencoded"; in verifyCallingSetRequestPropertyForProperty() local
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core-http/src/test/java/com/google/cloud/http/
H A DCensusHttpModuleTest.java88 String testValue = "testValue"; in implementationOfDefaultTextFormatSetter() local
91 setter.put(httpRequest.getHeaders(), testKey, testValue); in implementationOfDefaultTextFormatSetter() local
/aosp_15_r20/external/python/pyasn1/tests/codec/native/
Dtest_encoder.py57 def testValue(self): member in BitStringEncoderTestCase
66 def testValue(self): member in OctetStringEncoderTestCase
/aosp_15_r20/external/aws-crt-java/src/test/java/software/amazon/awssdk/crt/test/
H A DEventStreamHeaderTest.java38 StringBuilder testValue = new StringBuilder(); in testStringHeaderValueTooLong() local
69 ByteArrayOutputStream testValue = new ByteArrayOutputStream(); in testBinaryHeaderValueTooLong() local
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/
DCSCaptivePortalAppTest.kt125 val testValue = "testvalue" in startCaptivePortalApp() constant
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/vhal/test/
H A DDefaultVehicleHalTest.cpp1329 VehiclePropValue testValue{ in TEST_F() local
1374 VehiclePropValue testValue{ in TEST_F() local
1415 VehiclePropValue testValue{ in TEST_F() local
1506 VehiclePropValue testValue{ in TEST_F() local
1719 VehiclePropValue testValue{ in TEST_F() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/vhal/test/
H A DDefaultVehicleHalTest.cpp1329 VehiclePropValue testValue{ in TEST_F() local
1374 VehiclePropValue testValue{ in TEST_F() local
1415 VehiclePropValue testValue{ in TEST_F() local
1506 VehiclePropValue testValue{ in TEST_F() local
1719 VehiclePropValue testValue{ in TEST_F() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DUniformTest.cpp806 GLfloat testValue; in TEST_P() local
818 GLint testValue; in TEST_P() local
864 GLint testValue = 1234567; in TEST_P() local
876 GLfloat testValue = 124567.0; in TEST_P() local
/aosp_15_r20/device/generic/car/emulator/vhal_aidl/VehicleEmulator/test/
DVehicleEmulatorTest.cpp298 int32_t testValue = 2; in TEST_F() local
397 int32_t testValue = 2; in TEST_F() local
/aosp_15_r20/packages/apps/Car/Launcher/app/tests/src/com/android/car/carlauncher/calmmode/
DTemperatureDataTest.java42 float testValue = 25.12345f; in testBuilder_celsius_objectCreated() local
52 float testValue = 80.1234f; in testBuilder_fahrenheit_objectCreated() local
/aosp_15_r20/external/llvm/unittests/ADT/
H A DStringMapTest.cpp25 static const uint32_t testValue; member in __anon55ab63410111::StringMapTest
73 const uint32_t StringMapTest::testValue = 1u; member in __anon55ab63410111::StringMapTest

123456789