/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cLayoutBindingTests.cpp | 581 void init(void) in init() function in glcts::LayoutBindingBaseCase 1110 // init test case (create shader templates and textures) in iterate() 1111 init(); in iterate() 3379 void LayoutBindingTests::init(void) in init() function in glcts::LayoutBindingTests
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedDepthStencilTests.cpp | 295 void init(void); 380 void BaseTest::init(void) in init() function in glcts::BaseTest 2721 void PackedDepthStencilTests::init(void) in init() function in glcts::PackedDepthStencilTests
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkGpu.cpp | 126 extensions.init(backendContext.fGetProc, backendContext.fInstance, in Make() 171 extensions.init(backendContext.fGetProc, backendContext.fInstance, in Make() 248 fResourceProvider.init(); in GrVkGpu() 1741 SkDebugf("Failed to init image info\n"); in createVkImageForBackendSurface()
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 120 int EVP_MD_meth_set_init(EVP_MD *md, int (*init)(EVP_MD_CTX *ctx)); 245 int (*init) (EVP_CIPHER_CTX *ctx, 314 /* Set if the cipher's init() function should be called if key is NULL */ 316 /* Call ctrl() to init cipher parameters */ 1998 int (*init) (EVP_PKEY_CTX *ctx));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMConstantIslandPass.cpp | 77 AdjustJumpTableBlocks("arm-adjust-jump-tables", cl::Hidden, cl::init(true), 81 CPMaxIteration("arm-constant-island-max-iteration", cl::Hidden, cl::init(30), 85 "arm-synthesize-thumb-1-tbb", cl::Hidden, cl::init(true),
|
H A D | ARMLoadStoreOptimizer.cpp | 91 cl::init(false), cl::desc("Be more conservative in ARM load/store opt")); 600 LiveRegs.init(*TRI); in moveLiveRegsBefore() 2088 cl::init(8), cl::Hidden);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 122 cl::init(false)); 149 cl::Hidden, cl::init(true)); 157 cl::Hidden, cl::init(false));
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | resolver.cc | 1048 auto* init = Statement(initializer); 1049 if (!init) { 1052 behaviors.Add(init->Behaviors());
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | normalizer2impl.cpp | 182 UBool ReorderingBuffer::init(int32_t destCapacity, UErrorCode &errorCode) { 430 Normalizer2Impl::init(const int32_t *inIndexes, const UCPTrie *inTrie, 577 if(buffer.init(destLengthEstimate, errorCode)) {
|
/third_party/python/Lib/ |
H A D | typing.py | 1936 init = base.__dict__.get('__init__', _no_init_or_replace_init) 1937 if init is not _no_init_or_replace_init: 1938 cls.__init__ = init
|
/third_party/python/Lib/urllib/ |
H A D | request.py | 2413 self.init() 2418 def init(self): member in ftpwrapper 2435 self.init()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pShaderOperatorTests.cpp | 209 void init (void); 777 void OperatorPerformanceCase::init (void) 1868 void ShaderOperatorTests::init (void)
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramUniformTests.cpp | 835 virtual void init (void); 947 void UniformCase::init (void) in init() function in deqp::gles31::Functional::UniformCase 1847 // \note Although this is only used in ProgramUniformTests::init, it needs to be defined here as it's used as a template argument. 1862 void ProgramUniformTests::init (void) in init() function in deqp::gles31::Functional::ProgramUniformTests
|
H A D | es31fTextureGatherTests.cpp | 978 void init (void); 1248 void TextureGatherCase::init (void) in init() function in deqp::gles31::Functional::__anon30945::TextureGatherCase 2067 void TextureGatherTests::init (void)
|
H A D | es31fCopyImageTests.cpp | 1812 void init (void); 1924 void CopyImageTest::init (void) 2299 void init (void); 2422 void CopyImageTests::init (void)
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fRasterizationTests.cpp | 91 virtual void init (void); 123 void BaseRenderingCase::init (void) in init() function in deqp::gles2::Functional::__anon30437::BaseRenderingCase 1957 void RasterizationTests::init (void)
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pShaderOperatorTests.cpp | 209 void init (void); 777 void OperatorPerformanceCase::init (void) 1860 void ShaderOperatorTests::init (void)
|
/third_party/ffmpeg/libavcodec/ |
H A D | jpeg2000dec.c | 596 tmp.init = 1; in get_cod() 636 c->init = 1; in get_coc() 1047 if (!codsty->init) in init_tile() 2598 .init = jpeg2000_decode_init,
|
H A D | mpeg12dec.c | 2873 .init = mpeg_decode_init, 2906 .init = mpeg_decode_init, 2952 .init = mpeg_decode_init, 3121 .init = ipu_decode_init,
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | evaluate.c | 2625 warning(e->pos, "%s%.*s%spositional init of field in %s %s, declared with attribute designated_init", in handle_list_initializer() 3034 struct expression *item, *init; in evaluate_cast() local 3043 init = alloc_expression(source->pos, EXPR_INITIALIZER); in evaluate_cast() 3044 add_expression(&init->expr_list, item); in evaluate_cast() 3047 evaluate_compound_literal(expr, init); in evaluate_cast()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | IntermNode.cpp | 1587 TIntermNode *init, in TIntermLoop() 1591 : mType(type), mInit(init), mCond(cond), mExpr(expr), mBody(body) in TIntermLoop() 1627 TIntermSwitch::TIntermSwitch(TIntermTyped *init, TIntermBlock *statementList) in TIntermSwitch() argument 1628 : TIntermNode(), mInit(init), mStatementList(statementList) in TIntermSwitch() 1586 TIntermLoop(TLoopType type, TIntermNode *init, TIntermTyped *cond, TIntermTyped *expr, TIntermBlock *body) TIntermLoop() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 139 cl::init(true), cl::Hidden); 196 cl::init(&createDefaultScheduler), cl::Hidden, 452 CurDAG->init(*MF, *ORE, this, LibInfo, in runOnMachineFunction() 472 SDB->init(GFI, AA, LibInfo); in runOnMachineFunction()
|
/third_party/skia/tests/ |
H A D | GrStyledShapeTest.cpp | 528 this->init(r, scale); in TestCase() 534 this->init(r, SK_Scalar1); in TestCase() 539 this->init(r, scale); in TestCase() 588 void init(skiatest::Reporter* r, SkScalar scale) { in init() function in __anon19017::TestCase 1655 // SkStrokeRec has no default cons., so init with kFill before calling the setters below. in test_rrect()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 3721 void NvidiaPerFrameDecodeImage::init (const DeviceInterface& vkd, 3806 int32_t NvidiaPerFrameDecodeImageSet::init (const DeviceInterface& vkd, 3826 m_frameDecodeImages[imageIndex].init(vkd, device); 3927 return m_perFrameDecodeImageSet.init(vkd, device, queueFamilyIndex, allocator, numImages, pOutImageCreateInfo, pDpbImageCreateInfo, MemoryRequirement::Local);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_event.c | 2935 enum nl80211_reg_initiator init; local 2943 init = nla_get_u8(tb[NL80211_ATTR_REG_INITIATOR]); 2944 wpa_printf(MSG_DEBUG, " * initiator=%d", init); 2945 switch (init) {
|