Home
last modified time | relevance | path

Searched defs:newMask (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DSerializationConfig.java462 int newMask = _generatorFeaturesToChange | feature.getMask(); in with() local
478 int newMask = _generatorFeaturesToChange; in withFeatures() local
499 int newMask = _generatorFeaturesToChange | feature.getMask(); in without() local
515 int newMask = _generatorFeaturesToChange; in withoutFeatures() local
545 int newMask = _formatWriteFeaturesToChange | feature.getMask(); in with() local
565 int newMask = _formatWriteFeaturesToChange; in withFeatures() local
590 int newMask = _formatWriteFeaturesToChange | feature.getMask(); in without() local
609 int newMask = _formatWriteFeaturesToChange; in withoutFeatures() local
626 int newMask = _formatWriteFeaturesToChange; in _withJsonWriteFeatures() local
653 int newMask = _formatWriteFeaturesToChange; in _withoutJsonWriteFeatures() local
H A DDeserializationConfig.java460 int newMask = _parserFeaturesToChange | feature.getMask(); in with() local
476 int newMask = _parserFeaturesToChange; in withFeatures() local
497 int newMask = _parserFeaturesToChange | feature.getMask(); in without() local
513 int newMask = _parserFeaturesToChange; in withoutFeatures() local
544 int newMask = _formatReadFeaturesToChange | feature.getMask(); in with() local
564 int newMask = _formatReadFeaturesToChange; in withFeatures() local
589 int newMask = _formatReadFeaturesToChange | feature.getMask(); in without() local
609 int newMask = _formatReadFeaturesToChange; in withoutFeatures() local
626 int newMask = _formatReadFeaturesToChange; in _withJsonReadFeatures() local
653 int newMask = _formatReadFeaturesToChange; in _withoutJsonReadFeatures() local
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
H A DJacksonFeatureSet.java62 int newMask = _enabled | feature.getMask(); in with() local
76 int newMask = _enabled & ~feature.getMask(); in without() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/hgl/
H A Dhgl.c159 unsigned stAttachmentMask, newMask; in hgl_st_framebuffer_validate() local
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/base/
H A DGeneratorBase.java197 public JsonGenerator setFeatureMask(int newMask) { in setFeatureMask()
H A DParserBase.java287 public JsonParser setFeatureMask(int newMask) { in setFeatureMask()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/
H A DOpenIntToDoubleHashMap.java455 final int newMask = newLength - 1; in growTable() local
H A DOpenIntToFieldHashMap.java472 final int newMask = newLength - 1; in growTable() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DOpenIntToDoubleHashMap.java446 final int newMask = newLength - 1; in growTable() local
H A DOpenIntToFieldHashMap.java458 final int newMask = newLength - 1; in growTable() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DCompactHashMap.java434 int newMask = newCapacity - 1; in resizeTable() local
H A DCompactHashSet.java384 int newMask = newCapacity - 1; in resizeTable() local
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DCompactHashMap.java438 int newMask = newCapacity - 1; in resizeTable() local
H A DCompactHashSet.java388 int newMask = newCapacity - 1; in resizeTable() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java1550 int newMask = appParams.getFilterMessageType(); in setMsgTypeFilterParams() local
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1186 SmallVector<int, 16> newMask; in visitShuffleVectorInst() local
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac.cpp475 ChannelMask newMask = aMask; in SetSupportedChannelMask() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DSubmissionPublisher.java1177 int newMask = newCap - 1; in growAndOffer() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DSubmissionPublisher.java1177 int newMask = newCap - 1; in growAndOffer() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/
DSubmissionPublisher.java1177 int newMask = newCap - 1; in growAndOffer() local
/aosp_15_r20/frameworks/av/services/audiopolicy/fuzzer/
H A Daudiopolicy_fuzzer.cpp472 std::string newMask = ""; in traverseAndFuzzXML() local
/aosp_15_r20/packages/modules/Permission/PermissionController/role-controller/java/com/android/role/controller/model/
DPermissions.java261 int newMask = newFlags; in grantSingleAsUser() local
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base.cpp1734 uint32_t newMask = 0; in HandlePropertySet() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2160 SmallVector<int, 16> newMask; in visitShuffleVectorInst() local
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_negative.cpp5059 AutoPtr<dng_image> newMask (host.Make_dng_image (fStage3Image->Bounds (), in ResizeTransparencyToMatchStage3() local

12345678910>>...16