Home
last modified time | relevance | path

Searched defs:props (Results 301 - 325 of 506) sorted by relevance

1...<<1112131415161718192021

/third_party/icu/tools/unicode/c/genprops/
H A Dcasepropsbuilder.cpp247 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 DTestFmwk.java371 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 DTestFmwk.java345 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 D7zOut.cpp206 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 D7zEncode.cpp91 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 D7zHandler.cpp426 const Byte *props = NULL; in SetMethodToProp() local
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp720 CStreamFileProps props; in GetStream2() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-object.c763 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 DSfxCon.cpp230 NWildcard::CCensorPathProps props; in AddNameToCensor() local
/third_party/mesa3d/src/glx/
H A Dglxext.c650 INT32 buf[__GLX_TOTAL_CONFIG], *props; in createConfigsFromProperties() local
/third_party/node/deps/icu-small/source/common/
H A Ducase.cpp128 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 Ducasemap.cpp280 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 Dtest-utils.c665 struct input_prop props[32]; in START_TEST() local
/third_party/lzma/C/
H A DLzma2DecMt.c90 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 DLzma2Enc.c92 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 Dapi-natives.cc198 Object props = info.property_accessors(); in ConfigureInstance() local
/third_party/node/deps/v8/src/ast/
H A Dast-traversal-visitor.h323 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 Dhelpers.h254 unsigned props; member
261 unsigned props; member
266 unsigned props; member
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Ddecoder_lib.c218 const OSSL_PROPERTY_LIST *props; in ossl_decoder_instance_new() local
/third_party/openssl/crypto/encode_decode/
H A Ddecoder_lib.c218 const OSSL_PROPERTY_LIST *props; in ossl_decoder_instance_new() local
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dconfig_helper_vulkan.cc1185 const VkPhysicalDeviceProperties& props = properties2.properties; in DumpPhysicalDeviceInfo() local
/third_party/skia/src/image/
H A DSkSurface_Gpu.cpp462 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 DSkSurface.cpp37 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 DSkOverdrawCanvas.cpp48 TextDevice(SkCanvas* overdrawCanvas, const SkSurfaceProps& props) in TextDevice() argument
H A DSkDevice.h474 SkNoPixelsDevice(const SkIRect& bounds, const SkSurfaceProps& props, in SkNoPixelsDevice() argument

Completed in 29 milliseconds

1...<<1112131415161718192021