Home
last modified time | relevance | path

Searched defs:with (Results 1 – 25 of 156) sorted by relevance

1234567

/external/cronet/stable/base/memory/
Dsafe_ref_unittest.cc43 WithWeak with; in TEST() local
48 WithWeak with; in TEST() local
65 WithWeak with; in TEST() local
76 WithWeak with; in TEST() local
94 std::optional<WithWeak> with(std::in_place); in TEST() local
101 std::optional<WithWeak> with(std::in_place); in TEST() local
108 WithWeak with; in TEST() local
115 WithWeak with; in TEST() local
122 WithWeak with; in TEST() local
130 WithWeak with; in TEST() local
[all …]
/external/cronet/tot/base/memory/
Dsafe_ref_unittest.cc43 WithWeak with; in TEST() local
48 WithWeak with; in TEST() local
65 WithWeak with; in TEST() local
76 WithWeak with; in TEST() local
94 std::optional<WithWeak> with(std::in_place); in TEST() local
101 std::optional<WithWeak> with(std::in_place); in TEST() local
108 WithWeak with; in TEST() local
115 WithWeak with; in TEST() local
122 WithWeak with; in TEST() local
130 WithWeak with; in TEST() local
[all …]
/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/tensor/
Dutility.hpp23 struct with struct
25 using type = std::tuple<types3...,std::pair<type1,types2>...>;
36 struct with struct
38 using next_tuple = std::tuple<types3...,std::pair<type1,types2>...>;
39 using type = typename zip_helper<next_tuple, types1...>::template with<types2...>::type;
/external/guice/extensions/servlet/src/com/google/inject/servlet/
DServletsModuleBuilder.java86 public void with(Class<? extends HttpServlet> servletKey) { in with() method in ServletsModuleBuilder.ServletKeyBindingBuilderImpl
91 public void with(Key<? extends HttpServlet> servletKey) { in with() method in ServletsModuleBuilder.ServletKeyBindingBuilderImpl
96 public void with(HttpServlet servlet) { in with() method in ServletsModuleBuilder.ServletKeyBindingBuilderImpl
101 public void with(Class<? extends HttpServlet> servletKey, Map<String, String> initParams) { in with() method in ServletsModuleBuilder.ServletKeyBindingBuilderImpl
106 public void with(Key<? extends HttpServlet> servletKey, Map<String, String> initParams) { in with() method in ServletsModuleBuilder.ServletKeyBindingBuilderImpl
110 private void with( in with() method in ServletsModuleBuilder.ServletKeyBindingBuilderImpl
122 public void with(HttpServlet servlet, Map<String, String> initParams) { in with() method in ServletsModuleBuilder.ServletKeyBindingBuilderImpl
DServletModule.java357 void with(Class<? extends HttpServlet> servletKey); in with() method
359 void with(Key<? extends HttpServlet> servletKey); in with() method
361 void with(HttpServlet servlet); in with() method
363 void with(Class<? extends HttpServlet> servletKey, Map<String, String> initParams); in with() method
365 void with(Key<? extends HttpServlet> servletKey, Map<String, String> initParams); in with() method
367 void with(HttpServlet servlet, Map<String, String> initParams); in with() method
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DMapperConfigBase.java290 public final T with(MapperFeature... features) in with() method in MapperConfigBase
322 public final T with(MapperFeature feature, boolean state) in with() method in MapperConfigBase
349 public final T with(AnnotationIntrospector ai) { in with() method in MapperConfigBase
377 public final T with(ClassIntrospector ci) { in with() method in MapperConfigBase
393 public abstract T with(ContextAttributes attrs); in with() method in MapperConfigBase
436 public final T with(TypeFactory tf) { in with() method in MapperConfigBase
444 public final T with(TypeResolverBuilder<?> trb) { in with() method in MapperConfigBase
456 public final T with(PropertyNamingStrategy pns) { in with() method in MapperConfigBase
468 public final T with(HandlerInstantiator hi) { in with() method in MapperConfigBase
482 public final T with(Base64Variant base64) { in with() method in MapperConfigBase
[all …]
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DObjectWriter.java273 public ObjectWriter with(SerializationFeature feature) { in with() method in ObjectWriter
281 public ObjectWriter with(SerializationFeature first, SerializationFeature... other) { in with() method in ObjectWriter
326 public ObjectWriter with(JsonGenerator.Feature feature) { in with() method in ObjectWriter
360 public ObjectWriter with(StreamWriteFeature feature) { in with() method in ObjectWriter
380 public ObjectWriter with(FormatFeature feature) { in with() method in ObjectWriter
485 public ObjectWriter with(DateFormat df) { in with() method in ObjectWriter
501 public ObjectWriter with(FilterProvider filterProvider) { in with() method in ObjectWriter
512 public ObjectWriter with(PrettyPrinter pp) { in with() method in ObjectWriter
559 public ObjectWriter with(FormatSchema schema) { in with() method in ObjectWriter
584 public ObjectWriter with(Locale l) { in with() method in ObjectWriter
[all …]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/modules/
DModuleProvidesDirective.java27 private NodeList<Name> with; field in ModuleProvidesDirective
34 public ModuleProvidesDirective(Name name, NodeList<Name> with) { in ModuleProvidesDirective()
42 public ModuleProvidesDirective(TokenRange tokenRange, Name name, NodeList<Name> with) { in ModuleProvidesDirective()
124 public ModuleProvidesDirective setWith(final NodeList<Name> with) { in setWith()
/external/cronet/tot/third_party/apache-portable-runtime/src/atomic/win32/
Dapr_atomic.c82 APR_DECLARE(apr_uint32_t) apr_atomic_cas32(volatile apr_uint32_t *mem, apr_uint32_t with, in apr_atomic_cas32()
92 APR_DECLARE(void *) apr_atomic_casptr(volatile void **mem, void *with, const void *cmp) in apr_atomic_casptr()
110 APR_DECLARE(void*) apr_atomic_xchgptr(volatile void **mem, void *with) in apr_atomic_xchgptr()
/external/cronet/stable/third_party/apache-portable-runtime/src/atomic/netware/
Dapr_atomic.c52 APR_DECLARE(apr_uint32_t) apr_atomic_cas32(volatile apr_uint32_t *mem, apr_uint32_t with,apr_uint32… in apr_atomic_cas32()
67 APR_DECLARE(void *) apr_atomic_casptr(volatile void **mem, void *with, const void *cmp) in apr_atomic_casptr()
72 APR_DECLARE(void*) apr_atomic_xchgptr(volatile void **mem, void *with) in apr_atomic_xchgptr()
/external/cronet/stable/third_party/apache-portable-runtime/src/atomic/unix/
Dbuiltins.c56 APR_DECLARE(apr_uint32_t) apr_atomic_cas32(volatile apr_uint32_t *mem, apr_uint32_t with, in apr_atomic_cas32()
69 APR_DECLARE(void*) apr_atomic_casptr(volatile void **mem, void *with, const void *cmp) in apr_atomic_casptr()
74 APR_DECLARE(void*) apr_atomic_xchgptr(volatile void **mem, void *with) in apr_atomic_xchgptr()
Dsolaris.c58 APR_DECLARE(apr_uint32_t) apr_atomic_cas32(volatile apr_uint32_t *mem, apr_uint32_t with, in apr_atomic_cas32()
69 APR_DECLARE(void*) apr_atomic_casptr(volatile void **mem, void *with, const void *cmp) in apr_atomic_casptr()
74 APR_DECLARE(void*) apr_atomic_xchgptr(volatile void **mem, void *with) in apr_atomic_xchgptr()
Dia32.c70 APR_DECLARE(apr_uint32_t) apr_atomic_cas32(volatile apr_uint32_t *mem, apr_uint32_t with, in apr_atomic_cas32()
92 APR_DECLARE(void*) apr_atomic_casptr(volatile void **mem, void *with, const void *cmp) in apr_atomic_casptr()
110 APR_DECLARE(void*) apr_atomic_xchgptr(volatile void **mem, void *with) in apr_atomic_xchgptr()
Dppc.c109 APR_DECLARE(apr_uint32_t) apr_atomic_cas32(volatile apr_uint32_t *mem, apr_uint32_t with, in apr_atomic_cas32()
145 APR_DECLARE(void*) apr_atomic_casptr(volatile void **mem, void *with, const void *cmp) in apr_atomic_casptr()
178 APR_DECLARE(void*) apr_atomic_xchgptr(volatile void **mem, void *with) in apr_atomic_xchgptr()
Ds390.c88 APR_DECLARE(apr_uint32_t) apr_atomic_cas32(volatile apr_uint32_t *mem, apr_uint32_t with, in apr_atomic_cas32()
113 APR_DECLARE(void*) apr_atomic_casptr(volatile void **mem, void *with, const void *cmp) in apr_atomic_casptr()
132 APR_DECLARE(void*) apr_atomic_xchgptr(volatile void **mem, void *with) in apr_atomic_xchgptr()
/external/cronet/tot/third_party/apache-portable-runtime/src/atomic/unix/
Dbuiltins.c56 APR_DECLARE(apr_uint32_t) apr_atomic_cas32(volatile apr_uint32_t *mem, apr_uint32_t with, in apr_atomic_cas32()
69 APR_DECLARE(void*) apr_atomic_casptr(volatile void **mem, void *with, const void *cmp) in apr_atomic_casptr()
74 APR_DECLARE(void*) apr_atomic_xchgptr(volatile void **mem, void *with) in apr_atomic_xchgptr()
Dsolaris.c58 APR_DECLARE(apr_uint32_t) apr_atomic_cas32(volatile apr_uint32_t *mem, apr_uint32_t with, in apr_atomic_cas32()
69 APR_DECLARE(void*) apr_atomic_casptr(volatile void **mem, void *with, const void *cmp) in apr_atomic_casptr()
74 APR_DECLARE(void*) apr_atomic_xchgptr(volatile void **mem, void *with) in apr_atomic_xchgptr()
Dia32.c70 APR_DECLARE(apr_uint32_t) apr_atomic_cas32(volatile apr_uint32_t *mem, apr_uint32_t with, in apr_atomic_cas32()
92 APR_DECLARE(void*) apr_atomic_casptr(volatile void **mem, void *with, const void *cmp) in apr_atomic_casptr()
110 APR_DECLARE(void*) apr_atomic_xchgptr(volatile void **mem, void *with) in apr_atomic_xchgptr()
Dppc.c109 APR_DECLARE(apr_uint32_t) apr_atomic_cas32(volatile apr_uint32_t *mem, apr_uint32_t with, in apr_atomic_cas32()
145 APR_DECLARE(void*) apr_atomic_casptr(volatile void **mem, void *with, const void *cmp) in apr_atomic_casptr()
178 APR_DECLARE(void*) apr_atomic_xchgptr(volatile void **mem, void *with) in apr_atomic_xchgptr()
Ds390.c88 APR_DECLARE(apr_uint32_t) apr_atomic_cas32(volatile apr_uint32_t *mem, apr_uint32_t with, in apr_atomic_cas32()
113 APR_DECLARE(void*) apr_atomic_casptr(volatile void **mem, void *with, const void *cmp) in apr_atomic_casptr()
132 APR_DECLARE(void*) apr_atomic_xchgptr(volatile void **mem, void *with) in apr_atomic_xchgptr()
/external/cronet/stable/third_party/apache-portable-runtime/src/atomic/win32/
Dapr_atomic.c82 APR_DECLARE(apr_uint32_t) apr_atomic_cas32(volatile apr_uint32_t *mem, apr_uint32_t with, in apr_atomic_cas32()
92 APR_DECLARE(void *) apr_atomic_casptr(volatile void **mem, void *with, const void *cmp) in apr_atomic_casptr()
110 APR_DECLARE(void*) apr_atomic_xchgptr(volatile void **mem, void *with) in apr_atomic_xchgptr()
/external/cronet/tot/third_party/apache-portable-runtime/src/atomic/netware/
Dapr_atomic.c52 APR_DECLARE(apr_uint32_t) apr_atomic_cas32(volatile apr_uint32_t *mem, apr_uint32_t with,apr_uint32… in apr_atomic_cas32()
67 APR_DECLARE(void *) apr_atomic_casptr(volatile void **mem, void *with, const void *cmp) in apr_atomic_casptr()
72 APR_DECLARE(void*) apr_atomic_xchgptr(volatile void **mem, void *with) in apr_atomic_xchgptr()
/external/mesa3d/docs/_extra/specs/OLD/
DMESA_program_debug.spec49 user to register a callback function with the GL. The callback will function
173 registers a user-defined callback function with the GL. <target> function
/external/libwebsockets/include/libwebsockets/
Dlws-ring.h264 ___type, /* type of objects with tails */ \ argument
300 ___ptail, /* ptr to tail of obj with tail doing consuming */ \ argument
/external/threetenbp/src/main/java/org/threeten/bp/temporal/
DTemporal.java153 Temporal with(TemporalAdjuster adjuster); in with() method
186 Temporal with(TemporalField field, long newValue); in with() method

1234567