Home
last modified time | relevance | path

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

12345678910>>...20

/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
Ducase.cpp85 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT)) argument
134 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_tolower() local
156 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_toupper() local
178 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_totitle() local
214 uint16_t props; in ucase_addCaseClosure() local
584 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_getType() local
591 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_getTypeOrIgnorable() local
598 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in getDotType() local
614 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_isCaseSensitive() local
1067 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_toFullLower() local
[all …]
/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/skia/src/core/
DSkSpecialSurface.cpp19 SkSpecialSurface_Base(const SkIRect& subset, const SkSurfaceProps& props) in SkSpecialSurface_Base()
45 const SkSurfaceProps& props) in SkSpecialSurface()
70 const SkSurfaceProps& props) in SkSpecialSurface_Raster()
96 const SkSurfaceProps& props) { in MakeFromBitmap()
104 const SkSurfaceProps& props) { in MakeRaster()
168 const SkSurfaceProps& props) { in MakeRenderTarget()
/external/skqp/src/core/
DSkSpecialSurface.cpp16 SkSpecialSurface_Base(const SkIRect& subset, const SkSurfaceProps* props) in SkSpecialSurface_Base()
44 const SkSurfaceProps* props) in SkSpecialSurface()
69 const SkSurfaceProps* props) in SkSpecialSurface_Raster()
95 const SkSurfaceProps* props) { in MakeFromBitmap()
103 const SkSurfaceProps* props) { in MakeRaster()
172 const SkSurfaceProps* props) { in MakeRenderTarget()
/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/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/llvm-project/clang/lib/ARCMigrate/
DTransProperties.cpp85 PropsTy &props = AtProps[Loc]; in collectProperties() local
120 PropsTy &props = findAtLoc->second; in doTransform() local
133 PropsTy &props = I->second; in doTransform() local
146 PropsTy &props, SourceLocation atLoc, in doPropAction()
169 void rewriteProperty(PropsTy &props, SourceLocation atLoc) { in rewriteProperty()
198 void removeAssignForDefaultStrong(PropsTy &props, in removeAssignForDefaultStrong()
213 void rewriteAssign(PropsTy &props, SourceLocation atLoc) const { in rewriteAssign()
242 void maybeAddWeakOrUnsafeUnretainedAttr(PropsTy &props, in maybeAddWeakOrUnsafeUnretainedAttr()
335 bool hasGCWeak(PropsTy &props, SourceLocation atLoc) const { in hasGCWeak()
/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/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/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
295 int props=trie.get(c); in addCaseClosure() local
490 int props=trie.get(c); in getDotType() local
503 int props=trie.get(c); in isCaseSensitive() local
1000 int result, props; in toFullLower() local
1162 int props; in toUpperOrTitle() local
[all …]
DUBiDiProps.java182 private final int getMirror(int c, int props) { in getMirror()
212 int props=trie.get(c); in getMirror() local
249 int props=trie.get(c); in getPairedBracket() local
308 private static final int getClassFromProps(int props) { in getClassFromProps()
311 private static final boolean getFlagFromProps(int props, int shift) { in getFlagFromProps()
314 private static final int getMirrorDeltaFromProps(int props) { in getMirrorDeltaFromProps()
/external/icu/icu4j/main/classes/core/src/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
291 int props=trie.get(c); in addCaseClosure() local
486 int props=trie.get(c); in getDotType() local
499 int props=trie.get(c); in isCaseSensitive() local
995 int result, props; in toFullLower() local
1157 int props; in toUpperOrTitle() local
[all …]
DUBiDiProps.java178 private final int getMirror(int c, int props) { in getMirror()
208 int props=trie.get(c); in getMirror() local
245 int props=trie.get(c); in getPairedBracket() local
304 private static final int getClassFromProps(int props) { in getClassFromProps()
307 private static final boolean getFlagFromProps(int props, int shift) { in getFlagFromProps()
310 private static final int getMirrorDeltaFromProps(int props) { in getMirrorDeltaFromProps()
/external/skqp/src/image/
DSkSurface_Raster.cpp72 const SkSurfaceProps* props) in SkSurface_Raster()
81 const SkSurfaceProps* props) in SkSurface_Raster()
167 const SkSurfaceProps* props) { in MakeRasterDirectReleaseProc()
182 const SkSurfaceProps* props) { in MakeRasterDirect()
187 const SkSurfaceProps* props) { in MakeRaster()
/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/skia/src/image/
DSkSurface_Raster.cpp63 const SkSurfaceProps* props) in SkSurface_Raster()
71 const SkSurfaceProps* props) in SkSurface_Raster()
155 const SkSurfaceProps* props) { in MakeRasterDirectReleaseProc()
170 const SkSurfaceProps* props) { in MakeRasterDirect()
175 const SkSurfaceProps* props) { in MakeRaster()
/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/skia/tools/gpu/
DBackendSurfaceFactory.cpp24 const SkSurfaceProps* props) { in MakeBackendTextureSurface()
57 const SkSurfaceProps* props) { in MakeBackendTextureSurface()
67 const SkSurfaceProps* props) { in MakeBackendRenderTargetSurface()
102 const SkSurfaceProps* props) { in MakeBackendRenderTargetSurface()
/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/apache-xml/src/main/java/org/apache/xml/serializer/
DOutputPropertyUtils.java49 public static boolean getBooleanProperty(String key, Properties props) in getBooleanProperty()
72 public static int getIntProperty(String key, Properties props) in getIntProperty()
/external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/
DActivator.java60 Properties props = new Properties(); in start() local
63 bundleContext.registerService(LogService.class.getName(), factory, props); in start() local
/external/angle/src/tests/gl_tests/
DProgramInterfaceTest.cpp275 GLenum props[] = {GL_TYPE, in TEST_P() local
457 GLenum props[] = {GL_TYPE, in TEST_P() local
561 GLenum props[] = {GL_BUFFER_BINDING, in TEST_P() local
652 GLenum props[] = {GL_BUFFER_BINDING, GL_NUM_ACTIVE_VARIABLES, GL_REFERENCED_BY_VERTEX_SHADER, in TEST_P() local
730 GLenum props[] = {GL_ARRAY_SIZE, in TEST_P() local
846 GLenum props[] = {GL_ARRAY_SIZE, in TEST_P() local
960 GLenum props[] = {GL_ARRAY_SIZE, in TEST_P() local
1089 GLenum props[] = {GL_ACTIVE_VARIABLES, in TEST_P() local
1153 GLenum props[] = {GL_ATOMIC_COUNTER_BUFFER_INDEX}; in TEST_P() local
1267 GLenum props[] = {GL_TYPE, GL_ARRAY_SIZE, GL_NAME_LENGTH}; in TEST_P() local

12345678910>>...20