Searched refs:sp1 (Results 1 – 5 of 5) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Delaunay.cpp | 272 double d = sa[(i>=0)?sp[i]:sp1].X() - sa[(j>=0)?sp[j]:sp1].X(); in xcmpsp() 279 d = sa[(i>=0)?sp[i]:sp1].Y() - sa[(j>=0)?sp[j]:sp1].Y(); in xcmpsp() 291 double d = sa[(i>=0)?sp[i]:sp1].Y() - sa[(j>=0)?sp[j]:sp1].Y(); in ycmpsp() 298 d = sa[(i>=0)?sp[i]:sp1].X() - sa[(j>=0)?sp[j]:sp1].X(); in ycmpsp() 316 t = (i>=0) ? sp[i] : sp1; in swapsp() 319 sp[i] = (j>=0)?sp[j]:sp1; in swapsp() 321 sp1 = (j>=0)?sp[j]:sp1; in swapsp() 327 sp1 = (SitePointer) t; in swapsp() 343 sp[j] = (i>=0)?sp[i]:sp1; in copysp() 345 sp1 = (i>=0)?sp[i]:sp1; in copysp()
|
D | Delaunay.h | 59 SitePointer sp1; variable
|
/packages/modules/DnsResolver/tests/ |
D | resolv_private_dns_test.cpp | 412 ScopedSystemProperties sp1(kDotAsyncHandshakeFlag, "0"); in TEST_P() local 459 ScopedSystemProperties sp1(kDotAsyncHandshakeFlag, "0"); in TEST_P() local 548 ScopedSystemProperties sp1(kDotAsyncHandshakeFlag, "0"); in TEST_P() local 610 ScopedSystemProperties sp1(kFailFastOnUidNetworkBlockingFlag, "0"); in TEST_P() local 726 ScopedSystemProperties sp1(kDotAsyncHandshakeFlag, "0"); in TEST_F() local 1259 ScopedSystemProperties sp1(kDohSessionResumptionFlag, flag); in TEST_F() local
|
D | resolv_integration_test.cpp | 3135 ScopedSystemProperties sp1(kDotXportUnusableThresholdFlag, "-1"); in TEST_F() local 4666 ScopedSystemProperties sp1(kDotConnectTimeoutMsFlag, "100"); in TEST_F() local 4766 ScopedSystemProperties sp1(kDotQueryTimeoutMsFlag, in TEST_F() local 4948 ScopedSystemProperties sp1(kDotConnectTimeoutMsFlag, in TEST_F() local 5033 ScopedSystemProperties sp1(kDotRevalidationThresholdFlag, in TEST_F() local 5183 ScopedSystemProperties sp1(kDotValidationLatencyFactorFlag, in TEST_F() local 5260 ScopedSystemProperties sp1(kDotConnectTimeoutMsFlag, in TEST_F() local 7881 ScopedSystemProperties sp1(kRetryCountFlag, "-2"); in TEST_F() local
|
D | resolv_cache_unit_test.cpp | 639 ScopedSystemProperties sp1(kMaxCacheEntriesFlag, std::to_string(GetParam())); in TEST_P() local
|