Home
last modified time | relevance | path

Searched defs:version2 (Results 1 – 25 of 66) sorted by relevance

123

/aosp_15_r20/development/samples/training/threadsample/src/com/example/android/threadsample/
H A DDataProvider.java185 public void onUpgrade(SQLiteDatabase db, int version1, int version2) { in onUpgrade()
188 + version2 + ", which will destroy all the existing data"); in onUpgrade() local
204 public void onDowngrade(SQLiteDatabase db, int version1, int version2) { in onDowngrade()
207 + version2 + ", which will destroy all the existing data"); in onDowngrade() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DCldrVersion.java159 temp2.put(version2, item); in temp2.put() argument
163 temp2.put(version2, item); in temp2.put() argument
169 temp2.put(version2, item); in temp2.put() argument
/aosp_15_r20/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DNodeIsSupported.java87 String version2 = "2.0"; in testIsSupported1() local
122 String version2 = "2.0"; in testIsSupported2() local
H A DDOMImplementationHasFeature.java78 String version2 = "2.0"; in testHasFeature1() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/sensorprivacy/
H A DPersistedState.java136 PVersion2 version2 = new PVersion2(version); in readState() local
214 private static void readPVersion2(TypedXmlPullParser parser, PVersion2 version2) in readPVersion2()
/aosp_15_r20/external/autotest/server/site_tests/platform_ImageLoaderServer/
H A Dplatform_ImageLoaderServer.py19 def _run_client_test(self, version1, version2, version3): argument
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A Ddomimplementationhasfeature01.java71 String version2 = "2.0"; in runTest() local
H A Dnodeissupported02.java71 String version2 = "2.0"; in runTest() local
H A Dnodeissupported01.java71 String version2 = "2.0"; in runTest() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/font-types-0.4.3/src/
H A Dserde_test.rs19 version2: Version16Dot16, in test_serde() field
/aosp_15_r20/external/skia/src/sfnt/
H A DSkOTTable_post.h26 version2 = SkTEndian_SwapBE32(0x00020000), enumerator
/aosp_15_r20/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/pidf/
DPresenceTest.java181 final String version2 = "2.0"; in testMalformedParsing() local
/aosp_15_r20/external/perfetto/src/trace_processor/importers/json/
H A Djson_trace_parser_impl.cc53 bool version2) { in MaybeExtractFlowIdentifier()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_versions_test.cc459 ParsedQuicVersion version2 = SupportedVersions()[index2]; in TEST() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/llvm/
H A Dinvocation.cpp108 are_equal(cl_version_khr version1, cl_version_khr version2, in are_equal()
/aosp_15_r20/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_parse.h17 const u8 *version2; /* 1 octet */ member
H A Dwps_validate.c40 static int wps_validate_version2(const u8 *version2, int mandatory) in wps_validate_version2()
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Drestest.cpp308 const char* version2; in TestConstruction() local
H A Drestsnew.cpp320 const char* version2; in TestConstruction() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Drestest.cpp308 const char* version2; in TestConstruction() local
H A Drestsnew.cpp320 const char* version2; in TestConstruction() local
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GDEF/
H A DGDEF.hh1030 GDEFVersion1_2<MediumTypes> version2; member
/aosp_15_r20/external/armnn/src/profiling/test/
H A DProfilingTests.cpp282 arm::pipe::Version version2(4108); variable
/aosp_15_r20/external/python/cpython3/Tools/clinic/
Dclinic.py300 def version_comparitor(version1, version2): argument
/aosp_15_r20/external/rust/crates/openssl/src/ssl/
Dmod.rs2619 pub fn version2(&self) -> Option<SslVersion> { in version2() method

123