/third_party/icu/icu4c/source/common/ |
H A D | normalizer2.cpp | 241 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 D | norm2allmodes.h | 54 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 D | ConvertIcuDataTask.java | 154 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 D | keys.js | 607 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 D | aio.c | 61 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 D | aio.c | 62 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 D | aio.c | 62 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 D | normalizer2.cpp | 241 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 D | norm2allmodes.h | 54 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 D | cell.js | 7 * 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 D | uperf.cpp | 93 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 D | bootstrap_x86_64.S | 20 .section .init.protected_mode, "ax" 38 .section .init.gdt32, "a", @progbits 65 .section .init.memlayout, "ax"
|
H A D | bootstrap_x86.S | 19 .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 D | exchange.c | 70 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 D | a2dp-codec-ldac-gst.c | 446 .init = init_hq, 469 .init = init_sq, 492 .init = init_mq,
|
/third_party/openssl/crypto/evp/ |
H A D | exchange.c | 70 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 D | PHIElimination.cpp | 52 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 D | LTOCodeGenerator.cpp | 78 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 D | gl4cPostDepthCoverageTests.cpp | 72 /** 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 D | glcNearestEdgeTests.cpp | 72 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 D | glcTextureCompatibilityTests.cpp | 121 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 D | SkVertices.cpp | 102 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 D | SkRegion_path.cpp | 34 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 D | GrGeometryProcessor.h | 145 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 D | SampleSlides.cpp | 411 void init() { in init() function in SlideView 440 this->init(); 445 this->init();
|