/external/icu/icu4c/source/common/ |
D | uchar.c | 56 uint32_t props; in u_charType() local 96 uint32_t props; in u_islower() local 104 uint32_t props; in u_isupper() local 112 uint32_t props; in u_istitle() local 120 uint32_t props; in u_isdigit() local 127 uint32_t props; in u_isxdigit() local 144 uint32_t props; in u_isalpha() local 157 uint32_t props; in u_isalnum() local 174 uint32_t props; in u_isdefined() local 182 uint32_t props; in u_isbase() local [all …]
|
D | ubidi_props.c | 144 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_getClass() local 150 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_isMirrored() local 155 getMirror(const UBiDiProps *bdp, UChar32 c, uint16_t props) { in getMirror() 188 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_getMirror() local 194 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_isBidiControl() local 200 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_isJoinControl() local 206 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_getJoiningType() local 229 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_getPairedBracketType() local 235 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_getPairedBracket() local
|
D | ubidi_props.h | 123 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK) argument 124 #define UBIDI_GET_FLAG(props, shift) (((props)>>(shift))&1) argument 127 # define UBIDI_GET_MIRROR_DELTA(props) ((int16_t)(props)>>UBIDI_MIRROR_DELTA_SHIFT) argument 129 # define UBIDI_GET_MIRROR_DELTA(props) (int16_t)(((props)&0x8000) ? (((props)>>UBIDI_MIRROR_DELTA… argument
|
D | ucase.cpp | 85 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT)) argument 87 #define PROPS_HAS_EXCEPTION(props) ((props)&UCASE_EXCEPTION) argument 135 uint16_t props=UTRIE2_GET16(&csp->trie, c); in ucase_tolower() local 152 uint16_t props=UTRIE2_GET16(&csp->trie, c); in ucase_toupper() local 169 uint16_t props=UTRIE2_GET16(&csp->trie, c); in ucase_totitle() local 200 uint16_t props; in ucase_addCaseClosure() local 432 uint16_t props=UTRIE2_GET16(&csp->trie, c); in ucase_getType() local 439 uint16_t props=UTRIE2_GET16(&csp->trie, c); in ucase_getTypeOrIgnorable() local 446 uint16_t props=UTRIE2_GET16(&csp->trie, c); in getDotType() local 462 uint16_t props=UTRIE2_GET16(&csp->trie, c); in ucase_isCaseSensitive() local [all …]
|
/external/skia/src/image/ |
D | SkImage_Base.h | 14 static SkSurfaceProps copy_or_safe_defaults(const SkSurfaceProps* props) { in copy_or_safe_defaults() 20 SkImage_Base(int width, int height, const SkSurfaceProps* props) in SkImage_Base() 29 void initWithProps(const SkSurfaceProps& props) { in initWithProps() 37 const SkSurfaceProps& props() const { return fProps; } in props() function
|
D | SkSurface_Raster.cpp | 86 const SkSurfaceProps* props) in SkSurface_Raster() 93 SkSurface_Raster::SkSurface_Raster(SkPixelRef* pr, const SkSurfaceProps* props) in SkSurface_Raster() 148 void* context, const SkSurfaceProps* props) { in NewRasterDirectReleaseProc() 163 const SkSurfaceProps* props) { in NewRasterDirect() 167 SkSurface* SkSurface::NewRaster(const SkImageInfo& info, const SkSurfaceProps* props) { in NewRaster()
|
D | SkImage_Raster.cpp | 73 SkImage_Raster(const SkBitmap& bm, const SkSurfaceProps* props) in SkImage_Raster() 93 const SkSurfaceProps* props) in SkImage_Raster() 106 size_t rowBytes, const SkSurfaceProps* props) in SkImage_Raster() 187 const SkSurfaceProps* props) { in SkNewImageFromPixelRef() 195 const SkSurfaceProps* props) { in SkNewImageFromBitmap()
|
D | SkSurface_Gpu.cpp | 91 SkSurface* SkSurface::NewRenderTargetDirect(GrRenderTarget* target, const SkSurfaceProps* props) { in NewRenderTargetDirect() 100 int sampleCount, const SkSurfaceProps* props) { in NewRenderTarget() 110 const SkSurfaceProps* props) { in NewWrappedRenderTarget()
|
D | SkSurface.cpp | 57 SkSurface_Base::SkSurface_Base(int width, int height, const SkSurfaceProps* props) in SkSurface_Base() 64 SkSurface_Base::SkSurface_Base(const SkImageInfo& info, const SkSurfaceProps* props) in SkSurface_Base() 123 SkSurface::SkSurface(int width, int height, const SkSurfaceProps* props) in SkSurface() 131 SkSurface::SkSurface(const SkImageInfo& info, const SkSurfaceProps* props) in SkSurface()
|
/external/clang/lib/ARCMigrate/ |
D | TransProperties.cpp | 86 PropsTy &props = AtProps[RawLoc]; in collectProperties() local 118 PropsTy &props = findAtLoc->second; in doTransform() local 131 PropsTy &props = I->second; in doTransform() local 149 PropsTy &props = I->second; in doTransform() local 157 PropsTy &props, SourceLocation atLoc, in doPropAction() 180 void doActionForExtensionProp(PropsTy &props, SourceLocation atLoc) { in doActionForExtensionProp() 189 void rewriteProperty(PropsTy &props, SourceLocation atLoc) { in rewriteProperty() 218 void removeAssignForDefaultStrong(PropsTy &props, in removeAssignForDefaultStrong() 233 void rewriteAssign(PropsTy &props, SourceLocation atLoc) const { in rewriteAssign() 262 void maybeAddWeakOrUnsafeUnretainedAttr(PropsTy &props, in maybeAddWeakOrUnsafeUnretainedAttr() [all …]
|
/external/libdrm/tests/planetest/ |
D | dev.c | 73 drmModeObjectPropertiesPtr props, const char *name) in get_prop_id() 155 drmModeObjectPropertiesPtr props; in create_sp_dev() local 198 drmModeObjectPropertiesPtr props; in create_sp_dev() local 230 drmModeObjectPropertiesPtr props; in create_sp_dev() local
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | OutputPropertyUtils.java | 49 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/ |
D | Activator.java | 60 Properties props = new Properties(); in start() local 63 bundleContext.registerService(LogService.class.getName(), factory, props); in start() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCaseProps.java | 118 private static final int getExceptionsOffset(int props) { in getExceptionsOffset() 122 private static final boolean propsHasException(int props) { in propsHasException() 192 int props=trie.get(c); in tolower() local 208 int props=trie.get(c); in toupper() local 224 int props=trie.get(c); in totitle() local 283 int props=trie.get(c); in addCaseClosure() local 472 int props=trie.get(c); in getDotType() local 815 int result, props; in toFullLower() local 963 int props; in toUpperOrTitle() local 1115 int props=trie.get(c); in fold() 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/mockito/cglib-and-asm/src/org/mockito/cglib/beans/ |
D | BeanGenerator.java | 35 public Object newInstance(String superclass, Map props); in newInstance() 39 private Map props = new HashMap(); field in BeanGenerator 129 public static void addProperties(BeanGenerator gen, Map props) { in addProperties()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
D | Mailer.java | 73 Properties props = System.getProperties(); in sendMessage() local 126 Properties props = System.getProperties(); in sendTextMessage() local 173 Properties props = System.getProperties(); in sendMultiPartMessage() local
|
/external/v8/test/mjsunit/ |
D | undeletable-functions.js | 118 function CheckEcmaSemantics(type, props, name) { argument 126 function CheckDontDelete(type, props, name) { argument
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | SerializerSwitcher.java | 131 private static String getOutputPropertyNoDefault(String qnameString, Properties props) in getOutputPropertyNoDefault() 150 String ns, String localName, Properties props, Serializer oldSerializer) in switchSerializerIfHTML()
|
/external/lzma/C/ |
D | LzmaLib.c | 26 CLzmaEncProps props; in LzmaCompress() local 42 const unsigned char *props, size_t propsSize) in LzmaUncompress()
|
D | Lzma2Dec.c | 61 static SRes Lzma2Dec_GetOldProps(Byte prop, Byte *props) in Lzma2Dec_GetOldProps() 77 Byte props[LZMA_PROPS_SIZE]; in Lzma2Dec_AllocateProbs() local 84 Byte props[LZMA_PROPS_SIZE]; in Lzma2Dec_Allocate() local 336 Byte props[LZMA_PROPS_SIZE]; in Lzma2Decode() local
|
/external/openfst/src/include/fst/ |
D | arcsort.h | 71 uint64 Properties(uint64 props) const { return comp_.Properties(props); } in Properties() 183 uint64 Properties(uint64 props) const { in Properties() 197 uint64 Properties(uint64 props) const { in Properties()
|
/external/lzma/CPP/7zip/Compress/ |
D | PpmdEncoder.cpp | 37 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 n… in SetCoderProperties() 67 Byte props[kPropSize]; in WriteCoderProperties() local
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | context.cpp | 29 clCreateContext(const cl_context_properties *props, cl_uint num_devs, in clCreateContext() 60 clCreateContextFromType(const cl_context_properties *props, in clCreateContextFromType()
|
/external/skia/src/core/ |
D | SkSurfacePriv.h | 13 static inline SkSurfaceProps SkSurfacePropsCopyOrDefault(const SkSurfaceProps* props) { in SkSurfacePropsCopyOrDefault()
|