Home
last modified time | relevance | path

Searched defs:without (Results 1 – 25 of 92) sorted by relevance

1234

/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DSerializationConfig.java407 public SerializationConfig without(SerializationFeature feature) in without() method in SerializationConfig
420 public SerializationConfig without(SerializationFeature first, SerializationFeature... features) in without() method in SerializationConfig
496 public SerializationConfig without(JsonGenerator.Feature feature) in without() method in SerializationConfig
583 public SerializationConfig without(FormatFeature feature) in without() method in SerializationConfig
H A DObjectWriter.java297 public ObjectWriter without(SerializationFeature feature) { in without() method in ObjectWriter
305 public ObjectWriter without(SerializationFeature first, SerializationFeature... other) { in without() method in ObjectWriter
340 public ObjectWriter without(JsonGenerator.Feature feature) { in without() method in ObjectWriter
367 public ObjectWriter without(StreamWriteFeature feature) { in without() method in ObjectWriter
394 public ObjectWriter without(FormatFeature feature) { in without() method in ObjectWriter
H A DDeserializationConfig.java403 public DeserializationConfig without(DeserializationFeature feature) in without() method in DeserializationConfig
416 public DeserializationConfig without(DeserializationFeature first, in without() method in DeserializationConfig
494 public DeserializationConfig without(JsonParser.Feature feature) in without() method in DeserializationConfig
582 public DeserializationConfig without(FormatFeature feature) in without() method in DeserializationConfig
H A DObjectReader.java415 public ObjectReader without(DeserializationFeature feature) { in without() method in ObjectReader
423 public ObjectReader without(DeserializationFeature first, in without() method in ObjectReader
475 public ObjectReader without(JsonParser.Feature feature) { in without() method in ObjectReader
517 public ObjectReader without(StreamReadFeature feature) { in without() method in ObjectReader
553 public ObjectReader without(FormatFeature feature) { in without() method in ObjectReader
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/node/
H A DObjectNode.java469 public <T extends JsonNode> T without(String fieldName) in without() method in ObjectNode
488 public <T extends JsonNode> T without(Collection<String> fieldNames) in without() method in ObjectNode
/aosp_15_r20/external/mockito/src/test/java/org/mockitoutil/
H A DClassLoaders.java207 public IsolatedURLClassLoaderBuilder without(String... privatePrefixes) { in without() method in ClassLoaders.IsolatedURLClassLoaderBuilder
271 public ExcludingURLClassLoaderBuilder without(String... privatePrefixes) { in without() method in ClassLoaders.ExcludingURLClassLoaderBuilder
/aosp_15_r20/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
H A DJsonFormat.java135 public JsonFormat.Feature[] without() default { }; in without() method
387 public Features without(Feature...features) { in without() method in JsonFormat.Features
/aosp_15_r20/dalvik/dx/src/com/android/dx/command/
H A DMain.java171 private static String[] without(String[] orig, int n) { in without() method in Main
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
H A DJacksonFeatureSet.java75 public JacksonFeatureSet<F> without(F feature) { in without() method in JacksonFeatureSet
/aosp_15_r20/external/bc/src/
H A Dbc_lex.c159 bc_lex_assign(BcLex* l, BcLexType with, BcLexType without) in bc_lex_assign()
/aosp_15_r20/libcore/support/src/test/java/tests/util/
H A DClassLoaderBuilder.java58 public ClassLoaderBuilder without(String classNamePrefix) { in without() method in ClassLoaderBuilder
/aosp_15_r20/cts/tests/AlarmManager/util/src/android/alarmmanager/util/
H A DAlarmManagerDeviceConfigHelper.java79 public AlarmManagerDeviceConfigHelper without(String key) { in without() method in AlarmManagerDeviceConfigHelper
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/
Dhas_prefix_operators.hpp25 struct without { }; struct
Dhas_postfix_operators.hpp20 struct without { }; struct
Dhas_binary_operators.hpp30 struct without { }; struct
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
H A DOpTestCase.java329 … public ExerciseDataStreamBuilder<T, U, S_IN, S_OUT> without(BaseStreamTestScenario... tests) { in without() method in OpTestCase.ExerciseDataStreamBuilder
333 …public ExerciseDataStreamBuilder<T, U, S_IN, S_OUT> without(Collection<? extends BaseStreamTestSce… in without() method in OpTestCase.ExerciseDataStreamBuilder
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
H A DOpTestCase.java328 … public ExerciseDataStreamBuilder<T, U, S_IN, S_OUT> without(BaseStreamTestScenario... tests) { in without() method in OpTestCase.ExerciseDataStreamBuilder
332 …public ExerciseDataStreamBuilder<T, U, S_IN, S_OUT> without(Collection<? extends BaseStreamTestSce… in without() method in OpTestCase.ExerciseDataStreamBuilder
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
H A DMapperConfig.java126 public abstract T without(MapperFeature... features); in without() method in MapperConfig
H A DMapperConfigBase.java308 public final T without(MapperFeature... features) in without() method in MapperConfigBase
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/tests/
Dquick.rs584 let without = a.iter().enumerate().filter(|(_, v)| *v % 2 == 0).map(|(i, _)| i); localVariable
/aosp_15_r20/external/python/httplib2/doc/html/
Dsearchindex.js1 …{all:1,code:1,chain:1,proxy_type_xxx:1,follow:1,privat:1,readabl:1,those:1,sent:1,liter:1,everi:1,…
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvkrenderframework.cpp800 uint32_t VkDeviceObj::QueueFamilyMatching(VkQueueFlags with, VkQueueFlags without, bool all_bits) { in QueueFamilyMatching()
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/tests/
Dgraph.rs653 fn without() { in without() function
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DRenderNode.java392 public CompositePositionUpdateListener without(PositionUpdateListener listener) { in without() method in RenderNode.CompositePositionUpdateListener
/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_c10d_nccl.py105 def without(d, key): function

1234