Home
last modified time | relevance | path

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

12345678910>>...14

/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
133 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_tolower() local
155 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_toupper() local
177 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_totitle() local
213 uint16_t props; in ucase_addCaseClosure() local
583 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_getType() local
590 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_getTypeOrIgnorable() local
597 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in getDotType() local
613 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_isCaseSensitive() local
1041 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_toFullLower() local
[all …]
/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/skia/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()
176 const SkSurfaceProps* props) { in MakeRenderTarget()
DSkSpecialImage.cpp39 SkSpecialImage_Base(const SkIRect& subset, uint32_t uniqueID, const SkSurfaceProps* props) in SkSpecialImage_Base()
78 const SkSurfaceProps* props) in SkSpecialImage()
192 const SkSurfaceProps* props) { in MakeFromImage()
218 SkSpecialImage_Raster(const SkIRect& subset, const SkBitmap& bm, const SkSurfaceProps* props) in SkSpecialImage_Raster()
322 const SkSurfaceProps* props) { in MakeFromRaster()
345 const SkSurfaceProps* props) { in CopyFromRaster()
376 sk_sp<SkColorSpace> colorSpace, const SkSurfaceProps* props) in SkSpecialImage_Gpu()
539 const SkSurfaceProps* props, in MakeDeferredFromGpu()
/external/libdrm/tests/planetest/
Ddev.c73 drmModeObjectPropertiesPtr props, const char *name) in get_prop_id()
156 drmModeObjectPropertiesPtr props; in create_sp_dev() local
199 drmModeObjectPropertiesPtr props; in create_sp_dev() local
231 drmModeObjectPropertiesPtr props; in create_sp_dev() local
/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/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/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
DPack200Utils.java78 public static void normalize(final File jar, final Map<String, String> props) in normalize() argument
127 public static void normalize(final File from, final File to, Map<String, String> props) in normalize() argument
/external/tensorflow/tensorflow/compiler/jit/
Dnode_matchers.cc388 absl::Span<const NodeMatcherProperties> props) { in NodeWith()
432 impl::NodeMatcherProperties props; in Name() local
439 impl::NodeMatcherProperties props; in Op() local
446 impl::NodeMatcherProperties props; in AssignedDevice() local
456 impl::NodeMatcherProperties props; in Inputs() local
466 impl::NodeMatcherProperties props; in CtrlDeps() local
499 impl::NodeMatcherProperties props; in Attr() local
505 impl::NodeMatcherProperties props; in Attr() local
513 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/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/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
995 int result, props; in toFullLower() local
1157 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
990 int result, props; in toFullLower() local
1152 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/skia/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/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/snakeyaml/src/test/java/examples/collections/
DTypeSafeMapImplementationsTest.java40 Properties props = new Properties(); in testDumpMap() local
64 Properties props = parsed.getProperties(); in testLoadMap() local
111 Properties props = new Properties(); in testNoJavaBeanMap() local
161 Properties props = new Properties(); in testRecursiveNoJavaBeanProperties2() local
/external/harfbuzz_ng/src/
Dhb-shape-plan.cc54 const hb_segment_properties_t *props, in init()
177 const hb_segment_properties_t *props, in hb_shape_plan_create()
190 const hb_segment_properties_t *props, in hb_shape_plan_create2()
427 const hb_segment_properties_t *props, in hb_shape_plan_create_cached()
440 const hb_segment_properties_t *props, in hb_shape_plan_create_cached2()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/
DObjectValuesTest.java35 final String[] props = { "prop1", "prop2", "prop3" }; in testObjectValues() local
65 final String[] props = { "prop1", "prop2", "prop3" }; in testObjectValuesWithParam() local
/external/lzma/C/
DLzmaLib.c20 CLzmaEncProps props; in LzmaCompress() local
36 const unsigned char *props, size_t propsSize) in LzmaUncompress()

12345678910>>...14