Home
last modified time | relevance | path

Searched defs:singleton (Results 101 – 125 of 800) sorted by relevance

12345678910>>...32

/aosp_15_r20/libcore/ojluni/src/main/java/sun/util/locale/
H A DLanguageTag.java347 String singleton = s; in parseExtensions() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/locale/
H A DLanguageTag.java309 String singleton = s.toLowerCase(); in parseExtensions() local
/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/builder/
H A Dmod.rs310 pub fn singleton<P: Pushable>(p: P) -> Vec<u8> { in singleton() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/
Dutility.hpp151 bool singleton(const interval<T, Policies>& x) in singleton() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dstates.hpp217 bool singleton; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dstates.hpp206 bool singleton; member
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/
H A DCollections.annotated.java146 @libcore.util.NonNull public static <T> java.util.Set<@libcore.util.NullFromTypeParam T> singleton(… in singleton() method in Collections
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/
H A DCollections.annotated.java153 public static <T> java.util.Set<T> singleton(T o) { throw new RuntimeException("Stub!"); } in singleton() method in Collections
/aosp_15_r20/external/icu/icu4j/main/translit/src/test/java/com/ibm/icu/dev/test/translit/
H A DTransliteratorTest.java2685 static DummyFactory singleton = new DummyFactory(); field in TransliteratorTest.DummyFactory
2898 static TestUserFunctionFactory singleton = new TestUserFunctionFactory(); field in TransliteratorTest.TestUserFunctionFactory
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DTransliteratorTest.java2688 static DummyFactory singleton = new DummyFactory(); field in TransliteratorTest.DummyFactory
2901 static TestUserFunctionFactory singleton = new TestUserFunctionFactory(); field in TransliteratorTest.TestUserFunctionFactory
/aosp_15_r20/external/cronet/net/base/
H A Dnetwork_change_notifier.cc859 static base::NoDestructor<SystemDnsConfigChangeNotifier> singleton{}; in NetworkChangeNotifier() local
/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dbackend_integration_test.cpp146 static StubBackend& singleton() { in singleton() function in StubBackend
/aosp_15_r20/external/cronet/base/allocator/
H A Dpartition_alloc_support.cc889 static auto* singleton = new PartitionAllocSupport(); in Get() local
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/gpu/
H A Drocm_tracer.cc1345 static auto* singleton = new RocmTracer(); in GetRocmTracerSingleton() local
/aosp_15_r20/external/pytorch/torch/csrc/profiler/unwind/
H A Dunwind.cpp334 static Symbolizer singleton; in get() local
/aosp_15_r20/external/grpc-grpc/test/core/end2end/
H A Dend2end_tests.h828 static CoreEnd2endTestRegistry* singleton = new CoreEnd2endTestRegistry; in Get() local
/aosp_15_r20/external/icu/icu4j/demos/src/main/java/com/ibm/icu/dev/demo/translit/
H A DDemo.java521 static DummyFactory singleton = new DummyFactory(); field in Demo.DummyFactory
/aosp_15_r20/art/runtime/verifier/
H A Dverifier_deps.cc149 VerifierDeps* singleton = GetMainVerifierDeps(this); in GetIdFromString() local
/aosp_15_r20/build/soong/android/
H A Dtesting.go1082 singleton Singleton member
/aosp_15_r20/external/skia/src/pathops/
H A DSkOpAngle.cpp764 bool singleton = nullptr == fNext; in insert() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Analysis/
H A Dshape_component_analysis.cc809 llvm::Optional<Symbol> SymbolicExpr::singleton() const { in singleton() function in SymbolicExpr
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Ddataset.cc1122 static Runner* singleton = new RunnerImpl; in get() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/
H A Dlook.rs277 pub fn singleton(look: Look) -> LookSet { in singleton() method
/aosp_15_r20/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregcomp.c1738 singleton(cset *cs) function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/hir/
H A Dliteral.rs782 pub fn singleton(lit: Literal) -> Seq { in singleton() method

12345678910>>...32