Home
last modified time | relevance | path

Searched defs:props (Results 1 – 25 of 617) sorted by relevance

12345678910>>...25

/external/cronet/third_party/icu/source/common/
Duchar.cpp50 uint32_t props; in u_charType() local
91 uint32_t props; in u_islower() local
99 uint32_t props; in u_isupper() local
107 uint32_t props; in u_istitle() local
115 uint32_t props; in u_isdigit() local
122 uint32_t props; in u_isxdigit() local
139 uint32_t props; in u_isalpha() local
152 uint32_t props; in u_isalnum() local
169 uint32_t props; in u_isdefined() local
177 uint32_t props; in u_isbase() local
[all …]
Dubidi_props.cpp135 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getClass() local
141 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_isMirrored() local
146 getMirror(UChar32 c, uint16_t props) { in getMirror()
179 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getMirror() local
185 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_isBidiControl() local
191 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_isJoinControl() local
197 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getJoiningType() local
220 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getPairedBracketType() local
226 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getPairedBracket() local
Dubidi_props.h119 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK) argument
120 #define UBIDI_GET_FLAG(props, shift) (((props)>>(shift))&1) argument
123 # define UBIDI_GET_MIRROR_DELTA(props) ((int16_t)(props)>>UBIDI_MIRROR_DELTA_SHIFT) argument
125 # define UBIDI_GET_MIRROR_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UBIDI_MIRROR_DELTA… argument
/external/icu/icu4c/source/common/
Duchar.cpp50 uint32_t props; in u_charType() local
91 uint32_t props; in u_islower() local
99 uint32_t props; in u_isupper() local
107 uint32_t props; in u_istitle() local
115 uint32_t props; in u_isdigit() local
122 uint32_t props; in u_isxdigit() local
139 uint32_t props; in u_isalpha() local
152 uint32_t props; in u_isalnum() local
169 uint32_t props; in u_isdefined() local
177 uint32_t props; in u_isbase() local
[all …]
Dubidi_props.cpp135 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getClass() local
141 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_isMirrored() local
146 getMirror(UChar32 c, uint16_t props) { in getMirror()
179 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getMirror() local
185 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_isBidiControl() local
191 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_isJoinControl() local
197 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getJoiningType() local
220 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getPairedBracketType() local
226 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getPairedBracket() local
Dubidi_props.h119 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK) argument
120 #define UBIDI_GET_FLAG(props, shift) (((props)>>(shift))&1) argument
123 # define UBIDI_GET_MIRROR_DELTA(props) ((int16_t)(props)>>UBIDI_MIRROR_DELTA_SHIFT) argument
125 # define UBIDI_GET_MIRROR_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UBIDI_MIRROR_DELTA… argument
/external/mesa3d/src/panfrost/lib/
Dpan_props.c89 panfrost_query_l2_slices(const struct pan_kmod_dev_props *props) in panfrost_query_l2_slices()
96 panfrost_query_tiler_features(const struct pan_kmod_dev_props *props) in panfrost_query_tiler_features()
109 panfrost_query_core_count(const struct pan_kmod_dev_props *props, in panfrost_query_core_count()
127 panfrost_query_thread_tls_alloc(const struct pan_kmod_dev_props *props) in panfrost_query_thread_tls_alloc()
137 panfrost_query_compressed_formats(const struct pan_kmod_dev_props *props) in panfrost_query_compressed_formats()
146 panfrost_query_afbc(const struct pan_kmod_dev_props *props) in panfrost_query_afbc()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DPOJOPropertiesCollector.java185 Map<String, POJOPropertyBuilder> props = getPropertyMap(); in getProperties() local
318 …LinkedHashMap<String, POJOPropertyBuilder> props = new LinkedHashMap<String, POJOPropertyBuilder>(… in collectAll() local
382 protected void _addFields(Map<String, POJOPropertyBuilder> props) in _addFields()
480 protected void _addCreators(Map<String, POJOPropertyBuilder> props) in _addCreators()
507 protected void _addCreatorParam(Map<String, POJOPropertyBuilder> props, in _addCreatorParam()
551 protected void _addMethods(Map<String, POJOPropertyBuilder> props) in _addMethods()
578 protected void _addGetterMethod(Map<String, POJOPropertyBuilder> props, in _addGetterMethod()
651 protected void _addSetterMethod(Map<String, POJOPropertyBuilder> props, in _addSetterMethod()
690 protected void _addInjectables(Map<String, POJOPropertyBuilder> props) in _addInjectables()
754 protected void _removeUnwantedProperties(Map<String, POJOPropertyBuilder> props) in _removeUnwantedProperties()
[all …]
/external/pigweed/pw_bluetooth_sapphire/host/sm/
Dtypes_test.cc31 SecurityProperties props(hci_spec::LinkKeyType::kCombination); in TEST() local
85 SecurityProperties props(hci_spec::LinkKeyType::kCombination); in TEST() local
226 for (auto props : kTestProperties) { in TEST() local
234 for (auto props : kTestProperties) { in TEST() local
246 for (auto props : kTestProperties) { in TEST() local
255 for (auto props : std::array{kAuthenticatedLegacy, in TEST() local
264 for (auto props : std::array{kEncryptedSecure, in TEST() local
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
DPOJOPropertiesCollectorTest.java246 Map<String, POJOPropertyBuilder> props = coll.getPropertyMap(); in testSimple() local
260 Map<String, POJOPropertyBuilder> props = coll.getPropertyMap(); in testSimpleFieldVisibility() local
273 Map<String, POJOPropertyBuilder> props = coll.getPropertyMap(); in testSimpleGetterVisibility() local
288 Map<String, POJOPropertyBuilder> props = coll.getPropertyMap(); in testEmpty() local
299 Map<String, POJOPropertyBuilder> props = coll.getPropertyMap(); in testPartialIgnore() local
312 Map<String, POJOPropertyBuilder> props = coll.getPropertyMap(); in testSimpleRenamed() local
325 Map<String, POJOPropertyBuilder> props = coll.getPropertyMap(); in testSimpleRenamed2() local
338 Map<String, POJOPropertyBuilder> props = coll.getPropertyMap(); in testMergeWithRename() local
351 Map<String, POJOPropertyBuilder> props = coll.getPropertyMap(); in testSimpleIgnoreAndRename() local
367 Map<String, POJOPropertyBuilder> props = coll.getPropertyMap(); in testGlobalVisibilityForGetters() local
[all …]
/external/robolectric/processor/src/test/java/org/robolectric/annotation/processing/validator/
DImplementsValidatorTest.java54 HashMap<String, String> props = new HashMap<>(); in implementsWithParameterMismatch_shouldNotCompile() local
73 HashMap<String, String> props = new HashMap<>(); in implementsWithMissingParameters_shouldNotCompile() local
91 HashMap<String, String> props = new HashMap<>(); in implementsWithCorrectParameters_shouldCompile() local
106 HashMap<String, String> props = new HashMap<>(); in implementsWithExtraParameters_shouldNotCompile() local
/external/cronet/net/base/
Dnetwork_change_notifier_fuchsia_unittest.cc121 fuchsia::net::interfaces::Properties props; in MakeChangeEvent() local
155 void SetInitial(std::vector<fuchsia::net::interfaces::Properties> props) { in SetInitial()
211 void SetInitial(std::vector<fuchsia::net::interfaces::Properties> props) { in SetInitial()
442 kDefaultInterfaceId, [](fuchsia::net::interfaces::Properties* props) { in TEST_F()
468 kDefaultInterfaceId, [](fuchsia::net::interfaces::Properties* props) { in TEST_F()
500 std::vector<fuchsia::net::interfaces::Properties> props; in TEST_F() local
510 auto props = DefaultInterfaceProperties(); in TEST_F() local
530 kDefaultInterfaceId, [](fuchsia::net::interfaces::Properties* props) { in TEST_F()
540 auto props = DefaultInterfaceProperties(); in TEST_F() local
549 kDefaultInterfaceId, [](fuchsia::net::interfaces::Properties* props) { in TEST_F()
[all …]
/external/kotlinx.serialization/formats/properties/commonTest/src/kotlinx/serialization/properties/
DSealedClassSerializationFromPropertiesTest.kt30 val props = mapOf( in testPropertiesDeserialization() constant
58 val props = mapOf( in testWrappedPropertiesDeserialization() constant
92 val props = mapOf( in testCompositeClassPropertiesDeserialization() constant
/external/skia/tools/gpu/
DBackendSurfaceFactory.cpp32 const SkSurfaceProps* props) { in MakeBackendTextureSurface()
65 const SkSurfaceProps* props) { in MakeBackendTextureSurface()
75 const SkSurfaceProps* props) { in MakeBackendRenderTargetSurface()
110 const SkSurfaceProps* props) { in MakeBackendRenderTargetSurface()
120 const SkSurfaceProps* props) { in MakeBackendTextureSurface()
145 const SkSurfaceProps* props) { in MakeBackendTextureViewSurface()
/external/tensorflow/tensorflow/compiler/jit/
Dnode_matchers.cc392 absl::Span<const NodeMatcherProperties> props) { in NodeWith()
436 impl::NodeMatcherProperties props; in Name() local
443 impl::NodeMatcherProperties props; in Op() local
450 impl::NodeMatcherProperties props; in AssignedDevice() local
460 impl::NodeMatcherProperties props; in Inputs() local
470 impl::NodeMatcherProperties props; in CtrlDeps() local
503 impl::NodeMatcherProperties props; in Attr() local
509 impl::NodeMatcherProperties props; in Attr() local
517 NodeMatcherProperties props; in ConstantValue() local
/external/clang/lib/ARCMigrate/
DTransProperties.cpp86 PropsTy &props = AtProps[RawLoc]; in collectProperties() local
122 PropsTy &props = findAtLoc->second; in doTransform() local
135 PropsTy &props = I->second; in doTransform() local
148 PropsTy &props, SourceLocation atLoc, in doPropAction()
171 void rewriteProperty(PropsTy &props, SourceLocation atLoc) { in rewriteProperty()
200 void removeAssignForDefaultStrong(PropsTy &props, in removeAssignForDefaultStrong()
215 void rewriteAssign(PropsTy &props, SourceLocation atLoc) const { in rewriteAssign()
244 void maybeAddWeakOrUnsafeUnretainedAttr(PropsTy &props, in maybeAddWeakOrUnsafeUnretainedAttr()
334 bool hasGCWeak(PropsTy &props, SourceLocation atLoc) const { in hasGCWeak()
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
DUCaseProps.java114 private static final int getExceptionsOffset(int props) { in getExceptionsOffset()
118 static final boolean propsHasException(int props) { in propsHasException()
188 int props=trie.get(c); in tolower() local
208 int props=trie.get(c); in toupper() local
228 int props=trie.get(c); in totitle() local
263 int props=trie.get(c); in addCaseClosure() local
373 int props=trie.get(c); in addSimpleCaseClosure() local
576 int props=trie.get(c); in getDotType() local
589 int props=trie.get(c); in isCaseSensitive() local
1085 int result, props; in toFullLower() local
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCaseProps.java118 private static final int getExceptionsOffset(int props) { in getExceptionsOffset()
122 static final boolean propsHasException(int props) { in propsHasException()
192 int props=trie.get(c); in tolower() local
212 int props=trie.get(c); in toupper() local
232 int props=trie.get(c); in totitle() local
267 int props=trie.get(c); in addCaseClosure() local
377 int props=trie.get(c); in addSimpleCaseClosure() local
580 int props=trie.get(c); in getDotType() local
593 int props=trie.get(c); in isCaseSensitive() local
1090 int result, props; in toFullLower() local
[all …]
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/pack200/
DPack200CompressorInputStream.java92 final Map<String, String> props) in Pack200CompressorInputStream() argument
111 final Map<String, String> props) in Pack200CompressorInputStream() argument
149 final Map<String, String> props) in Pack200CompressorInputStream() argument
164 final Map<String, String> props) in Pack200CompressorInputStream() argument
171 final Map<String, String> props) in Pack200CompressorInputStream() argument
/external/skia/src/image/
DSkSurface_Raster.cpp60 const SkSurfaceProps* props) in SkSurface_Raster()
68 const SkSurfaceProps* props) in SkSurface_Raster()
165 const SkSurfaceProps* props) { in WrapPixels()
182 const SkSurfaceProps* props) { in WrapPixels()
186 sk_sp<SkSurface> Raster(const SkImageInfo& info, size_t rowBytes, const SkSurfaceProps* props) { in Raster()
/external/skia/src/core/
DSkSpecialImage.cpp32 const SkSurfaceProps& props) in SkSpecialImage()
78 SkSpecialImage_Raster(const SkIRect& subset, const SkBitmap& bm, const SkSurfaceProps& props) in SkSpecialImage_Raster()
130 const SkSurfaceProps& props) { in MakeFromRaster()
153 const SkSurfaceProps& props) { in CopyFromRaster()
182 const SkSurfaceProps& props) { in MakeFromRaster()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DBeanAsArrayDeserializer.java83 public BeanDeserializerBase withBeanProperties(BeanPropertyMap props) { in withBeanProperties()
114 final SettableBeanProperty[] props = _orderedProperties; in deserialize() local
167 final SettableBeanProperty[] props = _orderedProperties; in deserialize() local
235 final SettableBeanProperty[] props = _orderedProperties; in _deserializeNonVanilla() local
290 final SettableBeanProperty[] props = _orderedProperties; in _deserializeUsingPropertyBased() local
/external/testng/src/main/java/org/testng/log4testng/
DLogger.java490 Properties props= new Properties(); in testDebugDefault() local
505 Properties props= new Properties(); in testDebugOn() local
521 Properties props= new Properties(); in testDebugOff() local
537 Properties props= new Properties(); in testDebugError() local
562 Properties props= new Properties(); in testRootLoggerDefault() local
595 Properties props= new Properties(); in testRootLoggerSet() local
616 Properties props= new Properties(); in testRootLoggerSetError() local
638 Properties props= new Properties(); in testUserLoggerSet() local
668 Properties props= new Properties(); in testUserLoggerSetError() local
690 Properties props= new Properties(); in testUserLoggerSetHierarchy() local
/external/icu/libicu/cts_headers/
Dubidi_props.h119 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK) argument
120 #define UBIDI_GET_FLAG(props, shift) (((props)>>(shift))&1) argument
123 # define UBIDI_GET_MIRROR_DELTA(props) ((int16_t)(props)>>UBIDI_MIRROR_DELTA_SHIFT) argument
125 # define UBIDI_GET_MIRROR_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UBIDI_MIRROR_DELTA… argument
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dtypes_test.cc30 sm::SecurityProperties props(kUnauthenticatedNoScKeyTypes[i]); in TEST() local
49 sm::SecurityProperties props( in TEST() local

12345678910>>...25