/external/cronet/third_party/icu/source/common/ |
D | uchar.cpp | 50 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 …]
|
D | ubidi_props.cpp | 135 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
|
D | ucase.cpp | 79 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT)) argument 128 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_tolower() local 150 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_toupper() local 172 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_totitle() local 208 uint16_t props; in ucase_addCaseClosure() local 578 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_getType() local 585 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_getTypeOrIgnorable() local 592 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in getDotType() local 608 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_isCaseSensitive() local 1063 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_toFullLower() local [all …]
|
D | ubidi_props.h | 119 #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/ |
D | uchar.cpp | 50 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 …]
|
D | ubidi_props.cpp | 135 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
|
D | ucase.cpp | 79 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT)) argument 128 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_tolower() local 150 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_toupper() local 172 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_totitle() local 208 uint16_t props; in ucase_addCaseClosure() local 578 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_getType() local 585 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_getTypeOrIgnorable() local 592 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in getDotType() local 608 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_isCaseSensitive() local 1063 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_toFullLower() local [all …]
|
D | ubidi_props.h | 119 #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/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/ |
D | POJOPropertiesCollector.java | 185 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/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/ |
D | POJOPropertiesCollectorTest.java | 246 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/cronet/net/base/ |
D | network_change_notifier_fuchsia_unittest.cc | 121 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/tensorflow/tensorflow/compiler/jit/ |
D | node_matchers.cc | 392 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/ |
D | TransProperties.cpp | 86 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/android_icu4j/src/main/java/android/icu/impl/ |
D | UCaseProps.java | 118 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 …]
|
D | UBiDiProps.java | 182 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/ |
D | UCaseProps.java | 114 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 …]
|
D | UBiDiProps.java | 178 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/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/pack200/ |
D | Pack200CompressorInputStream.java | 92 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/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/ |
D | BeanAsArrayDeserializer.java | 83 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/core/ |
D | SkSpecialSurface.cpp | 50 const SkSurfaceProps& props) { in MakeRaster() 84 const SkSurfaceProps& props, in MakeRenderTarget() 116 const SkSurfaceProps& props) { in MakeGraphite()
|
/external/testng/src/main/java/org/testng/log4testng/ |
D | Logger.java | 490 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/src/image/ |
D | SkSurface_Raster.cpp | 87 const SkSurfaceProps* props) in SkSurface_Raster() 95 const SkSurfaceProps* props) in SkSurface_Raster() 188 const SkSurfaceProps* props) { in MakeRasterDirectReleaseProc() 203 const SkSurfaceProps* props) { in MakeRasterDirect() 208 const SkSurfaceProps* props) { in MakeRaster()
|
/external/skia/tools/gpu/ |
D | BackendSurfaceFactory.cpp | 24 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/ |
D | ubidi_props.h | 119 #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/angle/src/tests/gl_tests/ |
D | ProgramInterfaceTest.cpp | 271 GLenum props[] = {GL_TYPE, in TEST_P() local 453 GLenum props[] = {GL_TYPE, in TEST_P() local 557 GLenum props[] = {GL_BUFFER_BINDING, in TEST_P() local 648 GLenum props[] = {GL_BUFFER_BINDING, GL_NUM_ACTIVE_VARIABLES, GL_REFERENCED_BY_VERTEX_SHADER, in TEST_P() local 726 GLenum props[] = {GL_ARRAY_SIZE, in TEST_P() local 842 GLenum props[] = {GL_ARRAY_SIZE, in TEST_P() local 956 GLenum props[] = {GL_ARRAY_SIZE, in TEST_P() local 1085 GLenum props[] = {GL_ACTIVE_VARIABLES, in TEST_P() local 1149 GLenum props[] = {GL_ATOMIC_COUNTER_BUFFER_INDEX}; in TEST_P() local 1263 GLenum props[] = {GL_TYPE, GL_ARRAY_SIZE, GL_NAME_LENGTH}; in TEST_P() local
|