Home
last modified time | relevance | path

Searched refs:init (Results 1776 - 1800 of 4754) sorted by relevance

1...<<71727374757677787980>>...191

/third_party/icu/icu4c/source/common/
H A Dnormalizer2.cpp241 impl->init(norm2_nfc_data_indexes, &norm2_nfc_data_trie, in createNFCInstance()
351 if(buffer.init(length, *pErrorCode)) { in unorm2_normalize()
390 if(buffer.init(firstLength+secondLength+1, *pErrorCode)) { // destCapacity>=-1 in normalizeSecondAndAppend()
H A Dnorm2allmodes.h54 if(buffer.init(src.length(), errorCode)) {
94 if(buffer.init(firstLength+second.length(), errorCode)) { in normalizeSecondAndAppend()
298 if(!buffer.init(5, errorCode)) { // small destCapacity for substring normalization
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
H A DConvertIcuDataTask.java154 public void init() throws BuildException { in init() method in ConvertIcuDataTask.LocaleIds
188 public void init() throws BuildException { in init() method in ConvertIcuDataTask.Directory
209 public void init() throws BuildException { in init() method in ConvertIcuDataTask.ForcedAlias
236 public void init() throws BuildException { in init() method in ConvertIcuDataTask.AltPath
310 // avoid static init problems seen in CLDR-14636 in execute()
/third_party/node/lib/internal/crypto/
H A Dkeys.js607 handle.init(kKeyTypeSecret, key);
619 handle.init(kKeyTypePublic, data, format, type, passphrase);
632 handle.init(kKeyTypePrivate, data, format, type, passphrase);
/third_party/musl/porting/linux/user/src/aio/
H A Daio.c61 int fd, seekable, append, ref, init; member
236 if (!q->init) { in io_thread_func()
240 q->init = 1; in io_thread_func()
/third_party/musl/porting/liteos_a/user/src/aio/
H A Daio.c62 int fd, seekable, append, ref, init; member
234 if (!q->init) { in io_thread_func()
238 q->init = 1; in io_thread_func()
/third_party/musl/src/aio/
H A Daio.c62 int fd, seekable, append, ref, init; member
243 if (!q->init) { in io_thread_func()
247 q->init = 1; in io_thread_func()
/third_party/node/deps/icu-small/source/common/
H A Dnormalizer2.cpp241 impl->init(norm2_nfc_data_indexes, &norm2_nfc_data_trie, in createNFCInstance()
351 if(buffer.init(length, *pErrorCode)) { in unorm2_normalize()
390 if(buffer.init(firstLength+secondLength+1, *pErrorCode)) { // destCapacity>=-1 in normalizeSecondAndAppend()
H A Dnorm2allmodes.h54 if(buffer.init(src.length(), errorCode)) {
94 if(buffer.init(firstLength+second.length(), errorCode)) { in normalizeSecondAndAppend()
298 if(!buffer.init(5, errorCode)) { // small destCapacity for substring normalization
/third_party/node/deps/npm/node_modules/cli-table3/src/
H A Dcell.js7 * Implementations must have `init` and `draw` methods,
17 * `init` being called;
111 init(tableOptions) {
324 init() {}
340 init(tableOptions) {
/third_party/icu/icu4c/source/tools/ctestfw/
H A Duperf.cpp93 init(NULL, 0, status); in UPerfTest()
109 init(addOptions, addOptionsCount, status); in UPerfTest()
112 void UPerfTest::init(UOption addOptions[], int32_t addOptionsCount, in init() function in UPerfTest
/third_party/ltp/testcases/kernel/kvm/
H A Dbootstrap_x86_64.S20 .section .init.protected_mode, "ax"
38 .section .init.gdt32, "a", @progbits
65 .section .init.memlayout, "ax"
H A Dbootstrap_x86.S19 .section .init.protected_mode, "ax"
37 .section .init.gdt32, "a", @progbits
59 .section .init.memlayout, "ax"
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dexchange.c70 if (exchange->init != NULL) in evp_keyexch_from_algorithm()
72 exchange->init = OSSL_FUNC_keyexch_init(fns); in evp_keyexch_from_algorithm()
130 * a complete set of "exchange" functions: init, derive, newctx, in evp_keyexch_from_algorithm()
342 ret = exchange->init(ctx->op.kex.algctx, provkey, params); in EVP_PKEY_derive_init_ex()
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-ldac-gst.c446 .init = init_hq,
469 .init = init_sq,
492 .init = init_mq,
/third_party/openssl/crypto/evp/
H A Dexchange.c70 if (exchange->init != NULL) in evp_keyexch_from_algorithm()
72 exchange->init = OSSL_FUNC_keyexch_init(fns); in evp_keyexch_from_algorithm()
130 * a complete set of "exchange" functions: init, derive, newctx, in evp_keyexch_from_algorithm()
342 ret = exchange->init(ctx->op.kex.algctx, provkey, params); in EVP_PKEY_derive_init_ex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DPHIElimination.cpp52 DisableEdgeSplitting("disable-phi-elim-edge-splitting", cl::init(false),
57 SplitAllCriticalEdges("phi-elim-split-all-critical-edges", cl::init(false),
62 "no-phi-elim-live-out-early-exit", cl::init(false), cl::Hidden,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp78 cl::init(true),
80 cl::init(false),
103 cl::value_desc("format"), cl::init("yaml"));
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cPostDepthCoverageTests.cpp72 /** Stub init method */
73 void PostDepthShaderCase::init() in init() function in gl4cts::PostDepthShaderCase
240 /** Stub init method */
241 void PostDepthSampleMaskCase::init() in init() function in gl4cts::PostDepthSampleMaskCase
536 void PostDepthCoverage::init() in init() function in gl4cts::PostDepthCoverage
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcNearestEdgeTests.cpp72 void init();
185 void NearestEdgeTestCase::init() in init() function in glcts::__anon27567::NearestEdgeTestCase
446 void NearestEdgeCases::init(void) in init() function in glcts::NearestEdgeCases
H A DglcTextureCompatibilityTests.cpp121 virtual void init (void);
157 void SubImageFormatTest::init(void) in init() function in glcts::__anon27587::SubImageFormatTest
424 void TextureCompatibilityTests::init(void) in init() function in glcts::TextureCompatibilityTests
/third_party/skia/src/core/
H A DSkVertices.cpp102 this->init({mode, vertexCount, indexCount, hasTexs, hasColors}); in Builder()
106 this->init(desc); in Builder()
109 void SkVertices::Builder::init(const Desc& desc) { in init() function in SkVertices::Builder
H A DSkRegion_path.cpp34 bool init(int maxHeight, int maxTransitions, bool pathIsInverse);
123 bool SkRgnBuilder::init(int maxHeight, int maxTransitions, bool pathIsInverse) { in init() function in SkRgnBuilder
360 if (!builder.init(bot - top, in setPath()
/third_party/skia/src/gpu/
H A DGrGeometryProcessor.h145 void init(const Attribute* attrs, int count) { in init() function in GrGeometryProcessor::AttributeSet
238 fVertexAttributes.init(attrs, attrCount);
242 fInstanceAttributes.init(attrs, attrCount);
/third_party/skia/samplecode/
H A DSampleSlides.cpp411 void init() { in init() function in SlideView
440 this->init();
445 this->init();

Completed in 20 milliseconds

1...<<71727374757677787980>>...191