Home
last modified time | relevance | path

Searched defs:create (Results 201 - 225 of 432) sorted by relevance

12345678910>>...18

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTarWriter.cpp159 Expected<std::unique_ptr<TarWriter>> TarWriter::create(StringRef OutputPath, in create() function in TarWriter
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl.h874 T* create(ARGS&&... args) { in create() function in tint::reader::wgsl::ParserImpl
/third_party/skia/third_party/externals/icu/source/common/
H A Dservls.cpp192 static ServiceEnumeration* create(const ICULocaleService* service) { in create() function in ServiceEnumeration
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAllocatorList.h54 template <class... ArgTs> Node *create(ArgTs &&... Args) { in create() function in llvm::AllocatorList
H A DImmutableList.h214 ImmutableList<T> create(ElemT &&Data) { in create() function in llvm::ImmutableListFactory
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h188 unsigned create() { return createFrom(getReg()); } in create() function in llvm::LiveRangeEdit
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_images.py155 def create(self): member in PhotoImageTest
/third_party/rust/crates/rust-openssl/openssl/src/
H A Docsp.rs252 pub fn create( in create() functions
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dinterval.rs350 fn create(lower: Self::Bound, upper: Self::Bound) -> Self { in next() functions
/third_party/rust/crates/syn/src/
H A Dbuffer.rs126 unsafe fn create(mut ptr: *const Entry, scope: *const Entry) -> Self { in create() functions
[all...]
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeFile.c244 DWORD create = OPEN_EXISTING; in deFile_create() local
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluContextInfo.cpp266 ContextInfo* ContextInfo::create (const RenderContext& context) in create() function in glu::ContextInfo
H A DgluTexture.cpp214 Texture2D* Texture2D::create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* levelFileNames) in create() function in glu::Texture2D
275 Texture2D* Texture2D::create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames) in create() function in glu::Texture2D
439 TextureCube* TextureCube::create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* filenames) in create() function in glu::TextureCube
461 TextureCube* TextureCube::create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames) in create() function in glu::TextureCube
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgStatement.cpp45 template <class T> Statement* create (GeneratorState& state) { return new T(state); } in create() function
50 Statement* (*create) (GeneratorState& state); member
/third_party/alsa-utils/alsamixer/
H A Dmixer_widget.c631 static void create(void) in create() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUService.java238 public Object create(Key key, ICUService service); in create() method
301 public Object create(Key key, ICUService service) { in create() method in ICUService.SimpleFactory
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DLSTMBreakEngine.java438 public static LSTMBreakEngine create(int script, LSTMData data) { in create() method in LSTMBreakEngine
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DBasicPeriodBuilderFactory.java326 public Period create(long duration) { in create() method in PeriodBuilderImpl
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXCldrStub.java203 public static <K, V> HashMultimap<K, V> create() { in create() method in XCldrStub.HashMultimap
212 public static <K, V> TreeMultimap<K, V> create() { in create() method in XCldrStub.TreeMultimap
221 public static <K, V> LinkedHashMultimap<K, V> create() { in create() method in XCldrStub.LinkedHashMultimap
/third_party/icu/icu4c/source/common/
H A Dcmemory.h796 T* create(Args&&... args) { in create() function in MemoryPool
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DSupplementalData.java108 public static SupplementalData create(CldrDataSupplier src) { in create() method in SupplementalData
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DXCldrStub.java214 public static <K, V> HashMultimap<K, V> create() { in create() method in XCldrStub.HashMultimap
226 public static <K, V> TreeMultimap<K, V> create() { in create() method in XCldrStub.TreeMultimap
238 public static <K, V> LinkedHashMultimap<K, V> create() { in create() method in XCldrStub.LinkedHashMultimap
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUService.java242 public Object create(Key key, ICUService service); in create() method
306 public Object create(Key key, ICUService service) { in create() method in ICUService.SimpleFactory
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/
H A DBasicPeriodBuilderFactory.java327 public Period create(long duration) { in create() method in PeriodBuilderImpl
/third_party/icu/icu4c/source/i18n/
H A Ddatefmt.cpp501 DateFormat::create(EStyle timeStyle, EStyle dateStyle, const Locale& locale) in create() function in DateFormat

Completed in 33 milliseconds

12345678910>>...18