| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/ |
| H A D | LSTMBreakEngine.java | 438 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 D | BasicPeriodBuilderFactory.java | 326 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 D | XCldrStub.java | 203 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 D | cmemory.h | 796 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 D | SupplementalData.java | 108 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 D | XCldrStub.java | 214 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 D | ICUService.java | 242 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 D | BasicPeriodBuilderFactory.java | 327 public Period create(long duration) { in create() method in PeriodBuilderImpl
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | datefmt.cpp | 501 DateFormat::create(EStyle timeStyle, EStyle dateStyle, const Locale& locale) in create() function in DateFormat
|
| /third_party/libwebsockets/include/libwebsockets/ |
| H A D | lws-netdev.h | 51 struct lws_netdev_instance * (*create)(struct lws_context *ctx, member
|
| /third_party/mesa3d/android/ |
| H A D | mesa3d_cross.mk | |
| /third_party/mesa3d/src/freedreno/afuc/ |
| H A D | disasm.c | 194 label_idx(uint32_t offset, bool create) in label_idx() argument 240 fxn_idx(uint32_t offset, bool create) in fxn_idx() argument
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_algebraic.py | 108 def create(val): member in SearchExpression 123 def create(val, name_base, varset, algebraic_pass): member in Value
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | opt_copy_propagation_elements.cpp | 76 copy_propagation_state* create(void *mem_ctx) in create() function in __anon7206::copy_propagation_state
|
| /third_party/mesa3d/src/gallium/frontends/clover/core/ |
| H A D | kernel.cpp | 391 kernel::argument::create(const binary::argument &barg) { in create() function in kernel::argument
|
| /third_party/ntfs-3g/include/fuse-lite/ |
| H A D | fuse_lowlevel.h | 739 void (*create) (fuse_req_ member [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | cmemory.h | 796 T* create(Args&&... args) { in create() function in MemoryPool
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | arrayobj.c | 1061 gen_vertex_arrays(struct gl_context *ctx, GLsizei n, GLuint *arrays, bool create, const char *func) gen_vertex_arrays() argument 1090 gen_vertex_arrays_err(struct gl_context *ctx, GLsizei n, GLuint *arrays, bool create, const char *func) gen_vertex_arrays_err() argument
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | datefmt.cpp | 500 DateFormat::create(EStyle timeStyle, EStyle dateStyle, const Locale& locale) in create() function in DateFormat
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_gem.c | 335 struct drm_i915_gem_context_create create = { 0 }; in anv_gem_create_context() local
|
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-stack-trace-impl.cc | 226 std::unique_ptr<V8StackTraceImpl> V8StackTraceImpl::create( in create() function in v8_inspector::V8StackTraceImpl
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_simulator.c | 455 struct drm_mode_create_dumb create = { in vc4_simulator_create_bo_ioctl() local 482 struct drm_mode_create_dumb create = { in vc4_simulator_create_shader_bo_ioctl() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/property/ |
| H A D | property_parse.c | 55 static int parse_name(OSSL_LIB_CTX *ctx, const char *t[], int create, in parse_name() argument 192 parse_string(OSSL_LIB_CTX *ctx, const char *t[], char delim, OSSL_PROPERTY_DEFINITION *res, const int create) parse_string() argument 223 parse_unquoted(OSSL_LIB_CTX *ctx, const char *t[], OSSL_PROPERTY_DEFINITION *res, const int create) parse_unquoted() argument 255 parse_value(OSSL_LIB_CTX *ctx, const char *t[], OSSL_PROPERTY_DEFINITION *res, int create) parse_value() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/ |
| H A D | MSFBuilder.cpp | 49 Expected<MSFBuilder> MSFBuilder::create(BumpPtrAllocator &Allocator, in create() function in MSFBuilder
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 407 ConstantClass *create(TypeClass *Ty) const { in create() function 455 InlineAsm *create(TypeClass *Ty) const { in create() function 530 ConstantExpr *create(TypeClass *Ty) const { in create() function 637 ConstantClass *create(TypeClass *Ty, ValType V, LookupKeyHashed &HashKey) { in create() function in llvm::ConstantUniqueMap
|