| /third_party/icu/tools/unicode/c/genprops/ |
| H A D | casepropsbuilder.cpp | 247 UniProps props; member 393 CasePropsBuilder::setProps(const UniProps &props, const UnicodeSet &newValues, in setProps() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
| H A D | TestFmwk.java | 371 private Properties props; field in TestFmwk.TestParams 384 private void parseProperties(Properties props) { in parseProperties() argument
|
| /third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
| H A D | TestFmwk.java | 345 private Properties props; field in TestFmwk.TestParams 359 private void parseProperties(Properties props) { in parseProperties() argument
|
| /third_party/lzma/CPP/7zip/Archive/7z/ |
| H A D | 7zOut.cpp | 206 UInt32 COutArchive::GetVolHeadersSize(UInt64 dataSize, int nameLength, bool props)
in GetVolHeadersSize() argument 224 UInt64 COutArchive::GetVolPureSize(UInt64 volSize, int nameLength, bool props)
in GetVolPureSize() argument
|
| H A D | 7zEncode.cpp | 91 static HRESULT SetCoderProps2(const CProps &props, const UInt64 *dataSizeReduce, IUnknown *coder)
in SetCoderProps2() argument 295 static HRESULT FillProps_from_Coder(IUnknown *coder, CByteBuffer &props)
in FillProps_from_Coder() argument
|
| H A D | 7zHandler.cpp | 426 const Byte *props = NULL;
in SetMethodToProp() local [all...] |
| /third_party/lzma/CPP/7zip/UI/Common/ |
| H A D | UpdateCallback.cpp | 720 CStreamFileProps props;
in GetStream2() local
|
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| H A D | ecma-builtin-object.c | 763 ecma_value_t props = ecma_op_to_object (arg2); in ecma_builtin_object_object_define_properties() local
|
| /third_party/lzma/CPP/7zip/Bundles/SFXCon/ |
| H A D | SfxCon.cpp | 230 NWildcard::CCensorPathProps props;
in AddNameToCensor() local
|
| /third_party/mesa3d/src/glx/ |
| H A D | glxext.c | 650 INT32 buf[__GLX_TOTAL_CONFIG], *props; in createConfigsFromProperties() local
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ucase.cpp | 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); ucase_totitle() local 208 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); ucase_addCaseClosure() local 322 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); ucase_addSimpleCaseClosure() local 674 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); ucase_getType() local 681 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); ucase_getTypeOrIgnorable() local 688 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); getDotType() local 704 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); ucase_isCaseSensitive() local 1159 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); ucase_toFullLower() local 1311 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); toUpperOrTitle() local 1471 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); ucase_fold() local 1546 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); ucase_toFullFolding() local [all...] |
| H A D | ucasemap.cpp | 280 uint16_t props = UTRIE2_GET16(trie, c); in toLower() local 388 uint16_t props = UTRIE2_GET16(trie, c); in toUpper() local
|
| /third_party/libinput/test/ |
| H A D | test-utils.c | 665 struct input_prop props[32]; in START_TEST() local
|
| /third_party/lzma/C/ |
| H A D | Lzma2DecMt.c | 90 CLzma2DecMtProps props;
member 802 Lzma2DecMt_Decode(CLzma2DecMtHandle p, Byte prop, const CLzma2DecMtProps *props, ISeqOutStreamPtr outStream, const UInt64 *outDataSize, int finishMode, ISeqInStreamPtr inStream, UInt64 *inProcessed, int *isMT, ICompressProgressPtr progress) Lzma2DecMt_Decode() argument 984 Lzma2DecMt_Init(CLzma2DecMtHandle p, Byte prop, const CLzma2DecMtProps *props, const UInt64 *outDataSize, int finishMode, ISeqInStreamPtr inStream) Lzma2DecMt_Init() argument [all...] |
| H A D | Lzma2Enc.c | 92 static SRes Lzma2EncInt_InitStream(CLzma2EncInt *p, const CLzma2EncProps *props)
in Lzma2EncInt_InitStream() argument 358 CLzma2EncProps props;
member 465 SRes Lzma2Enc_SetProps(CLzma2EncHandle p, const CLzma2EncProps *props)
in Lzma2Enc_SetProps() argument [all...] |
| /third_party/node/deps/v8/src/api/ |
| H A D | api-natives.cc | 198 Object props = info.property_accessors(); in ConfigureInstance() local
|
| /third_party/node/deps/v8/src/ast/ |
| H A D | ast-traversal-visitor.h | 323 const ZonePtrList<ObjectLiteralProperty>* props = expr->properties(); in VisitObjectLiteral() local 484 ZonePtrList<ClassLiteral::Property>* props = expr->public_members(); in VisitClassLiteral() local 498 ZonePtrList<ClassLiteral::Property>* props = stmt->fields(); in VisitInitializeClassMembersStatement() local
|
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | helpers.h | 254 unsigned props; member 261 unsigned props; member 266 unsigned props; member
|
| /third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
| H A D | decoder_lib.c | 218 const OSSL_PROPERTY_LIST *props; in ossl_decoder_instance_new() local
|
| /third_party/openssl/crypto/encode_decode/ |
| H A D | decoder_lib.c | 218 const OSSL_PROPERTY_LIST *props; in ossl_decoder_instance_new() local
|
| /third_party/vk-gl-cts/external/amber/src/samples/ |
| H A D | config_helper_vulkan.cc | 1185 const VkPhysicalDeviceProperties& props = properties2.properties; in DumpPhysicalDeviceInfo() local
|
| /third_party/skia/src/image/ |
| H A D | SkSurface_Gpu.cpp | 462 MakeRenderTarget(GrRecordingContext* rContext, SkBudgeted budgeted, const SkImageInfo& info, int sampleCount, GrSurfaceOrigin origin, const SkSurfaceProps* props, bool shouldCreateWithMips) MakeRenderTarget() argument 486 MakeFromBackendTexture(GrRecordingContext* rContext, const GrBackendTexture& tex, GrSurfaceOrigin origin, int sampleCnt, SkColorType colorType, sk_sp<SkColorSpace> colorSpace, const SkSurfaceProps* props, SkSurface::TextureReleaseProc textureReleaseProc, SkSurface::ReleaseContext releaseContext) MakeFromBackendTexture() argument 605 MakeFromBackendRenderTarget(GrRecordingContext* rContext, const GrBackendRenderTarget& rt, GrSurfaceOrigin origin, SkColorType colorType, sk_sp<SkColorSpace> colorSpace, const SkSurfaceProps* props, SkSurface::RenderTargetReleaseProc relProc, SkSurface::ReleaseContext releaseContext) MakeFromBackendRenderTarget() argument
|
| H A D | SkSurface.cpp | 37 SkSurface_Base::SkSurface_Base(int width, int height, const SkSurfaceProps* props) in SkSurface_Base() argument 41 SkSurface_Base::SkSurface_Base(const SkImageInfo& info, const SkSurfaceProps* props) in SkSurface_Base() argument 172 SkSurface::SkSurface(int width, int height, const SkSurfaceProps* props) in SkSurface() argument 180 SkSurface::SkSurface(const SkImageInfo& info, const SkSurfaceProps* props) in SkSurface() argument
|
| /third_party/skia/src/core/ |
| H A D | SkOverdrawCanvas.cpp | 48 TextDevice(SkCanvas* overdrawCanvas, const SkSurfaceProps& props) in TextDevice() argument
|
| H A D | SkDevice.h | 474 SkNoPixelsDevice(const SkIRect& bounds, const SkSurfaceProps& props, in SkNoPixelsDevice() argument
|