Home
last modified time | relevance | path

Searched defs:kClose (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/client/http/java/
H A Djava_http_client.cc66 static constexpr JavaMethodSig kClose = {"close", "()V"}; member
74 static constexpr JavaMethodSig kClose = {"close", "()V"}; member
/aosp_15_r20/hardware/google/camera/common/hal/utils/profiling/
Dprofiler_util.h35 kClose, enumerator
/aosp_15_r20/external/skia/include/core/
H A DSkPathTypes.h54 kClose //!< SkPath::RawIter returns 0 points enumerator
/aosp_15_r20/packages/modules/OnDevicePersonalization/federatedcompute/jni/cpp/
Dexample_iterator_wrapper_impl.cc40 static constexpr JavaMethodSig kClose = {"close", "()V"}; member
/aosp_15_r20/external/perfetto/src/trace_redaction/
H A Dprocess_thread_timeline.h34 enum class Type { kInvalid, kOpen, kClose }; enumerator
/aosp_15_r20/external/skia/tests/
H A DSkPathRangeIterTest.cpp24 kClose = (int)SkPathVerb::kClose, in DEF_TEST() enumerator
H A DPathTest.cpp4726 constexpr SkPath::Verb kClose = SkPath::kClose_Verb; in test_skbug_6947() local
/aosp_15_r20/art/compiler/jit/
H A Djit_logger.cc150 kClose = 3 enumerator
/aosp_15_r20/bionic/libc/bionic/
H A Dspawn.cpp69 kClose, enumerator
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrDistanceFieldGenFromVector.cpp140 static const double kClose = (SK_Scalar1 / 16.0); variable
/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/
H A DGrAAConvexTessellator.cpp28 static constexpr SkScalar kClose = (SK_Scalar1 / 16); variable
/aosp_15_r20/external/skia/src/utils/
H A DSkShadowTessellator.cpp160 static constexpr SkScalar kClose = (SK_Scalar1 / 16); in duplicate_pt() local
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DAAConvexPathRenderer.cpp247 static const SkScalar kClose = (SK_Scalar1 / 16); variable