/third_party/protobuf/php/ext/google/protobuf/ |
H A D | message.c | 382 bool Message_InitFromPhp(upb_msg *msg, const upb_msgdef *m, zval *init, in Message_InitFromPhp() argument 384 HashTable* table = HASH_OF(init); in Message_InitFromPhp() 387 if (Z_ISREF_P(init)) { in Message_InitFromPhp() 388 ZVAL_DEREF(init); in Message_InitFromPhp() 391 if (Z_TYPE_P(init) != IS_ARRAY) { in Message_InitFromPhp()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderHelperInvocationTests.cpp | 298 void init (void); 329 void HelperInvocationValueCase::init (void) in init() function in deqp::gles31::Functional::__anon30899::HelperInvocationValueCase 455 void init (void); 488 void HelperInvocationDerivateCase::init (void) in init() function in deqp::gles31::Functional::__anon30899::HelperInvocationDerivateCase 658 void ShaderHelperInvocationTests::init (void) in init() function in deqp::gles31::Functional::ShaderHelperInvocationTests
|
H A D | es31fTextureFormatTests.cpp | 102 void init (void); 159 void TextureCubeArrayFormatCase::init (void) in init() function in deqp::gles31::Functional::TextureCubeArrayFormatCase 280 void init (void); 314 void TextureBufferFormatCase::init (void) in init() function in deqp::gles31::Functional::TextureBufferFormatCase 427 void TextureFormatTests::init (void) in init() function in deqp::gles31::Functional::TextureFormatTests
|
H A D | es31fLayoutBindingTests.cpp | 318 virtual void init (void); 388 void LayoutBindingRenderCase::init (void) in init() function in deqp::gles31::Functional::__anon30834::LayoutBindingRenderCase 708 virtual void init (void); 772 void LayoutBindingNegativeCase::init (void) in init() function in deqp::gles31::Functional::__anon30834::LayoutBindingNegativeCase 1024 void init (void); 1059 void SamplerBindingRenderCase::init (void) in init() function in deqp::gles31::Functional::__anon30834::SamplerBindingRenderCase 1061 LayoutBindingRenderCase::init(); in init() 1347 void init (void); 1382 void ImageBindingRenderCase::init (void) in init() function in deqp::gles31::Functional::__anon30834::ImageBindingRenderCase 1384 LayoutBindingRenderCase::init(); in init() 1694 void UBOBindingRenderCase::init (void) init() function in deqp::gles31::Functional::__anon30834::UBOBindingRenderCase 1963 void SSBOBindingRenderCase::init (void) init() function in deqp::gles31::Functional::__anon30834::SSBOBindingRenderCase 2208 void LayoutBindingTests::init (void) init() function in deqp::gles31::Functional::LayoutBindingTests [all...] |
/third_party/vk-gl-cts/modules/gles31/stress/ |
H A D | es31sDrawTests.cpp | 108 void init (void); 141 void InvalidDrawCase::init (void) 307 void init (void); 331 void RandomGroup::init (void) 561 void DrawTests::init (void)
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | OutputHLSL.cpp | 424 CallDAG::InitResult success = mCallDag.init(treeRoot, nullptr); in output() 491 TString init; in structInitializerString() local 501 init += indentString + "{\n"; in structInitializerString() 508 init += structInitializerString(indent + 1, elementType, indexedString.str()); in structInitializerString() 511 init += ","; in structInitializerString() 513 init += "\n"; in structInitializerString() 515 init += indentString + "}"; in structInitializerString() 519 init += indentString + "{\n"; in structInitializerString() 528 init += structInitializerString(indent + 1, fieldType, fieldName); in structInitializerString() 531 init in structInitializerString() 2983 TIntermDeclaration *init = node->getInit()->getAsDeclarationNode(); handleExcessiveLoop() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | g726.c | 410 .init = g726_encode_init, 428 .init = g726_encode_init, 511 .init = g726_decode_init, 525 .init = g726_decode_init,
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_extractplanes.c | 371 static av_cold int init(AVFilterContext *ctx) in init() function 412 .init = init, 445 .init = init_alphaextract,
|
H A D | vf_convolution_opencl.c | 370 .init = &ff_opencl_filter_init, 396 .init = &ff_opencl_filter_init, 422 .init = &ff_opencl_filter_init, 448 .init = &ff_opencl_filter_init,
|
H A D | vf_shear.c | 75 static av_cold int init(AVFilterContext *ctx) in init() function 286 ret = init(ctx); in process_command() 314 .init = init,
|
/third_party/ffmpeg/libavformat/ |
H A D | prompeg.c | 116 int init; member 307 s->init = 1; in prompeg_open() 375 s->init = 0; in prompeg_init() 392 if (s->init && ((ret = prompeg_init(h, buf, size)) < 0)) in prompeg_write()
|
/third_party/alsa-utils/alsaucm/ |
H A D | dump.c | 29 int (*init)(struct renderer *r); member 417 .init = json_init, 561 if (render->init && render->init(render)) in render()
|
/third_party/backends/backend/genesys/ |
H A D | sensor.h | 39 AssignableArray& operator=(std::initializer_list<T> init) in operator =() 41 if (init.size() != std::array<T, Size>::size()) in operator =() 43 std::copy(init.begin(), init.end(), std::array<T, Size>::begin()); in operator =()
|
/third_party/icu/icu4c/source/common/ |
H A D | rbbidata.cpp | 35 init(data, status); in RBBIDataWrapper() 40 init(data, status); in RBBIDataWrapper() 65 init(rbbidh, status); in RBBIDataWrapper() 76 // init(). Does most of the work of construction, shared between the 92 void RBBIDataWrapper::init(const RBBIDataHeader *data, UErrorCode &status) { in init() function in RBBIDataWrapper
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | CanonGSUBBuilder.java | 246 Feature init = new Feature("init"); in buildArabicTables() 251 init.addLookup(lookupList.addLookup(initLookup)); in buildArabicTables() 256 featureList.addFeature(init); in buildArabicTables() 261 scriptList.addFeature("arab", "(default)", init); in buildArabicTables()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | plurrule_impl.h | 317 void init(double n, int32_t v, int64_t f, int32_t e, int32_t c); 318 void init(double n, int32_t v, int64_t f, int32_t e); 319 void init(double n, int32_t v, int64_t f); 320 void init(double n);
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_interface.cpp | 68 aco::init(); in aco_get_codegen_flags() 221 aco::init(); in aco_compile_shader() 283 aco::init(); in aco_compile_vs_prolog() 329 aco::init(); in aco_compile_ps_epilog()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbidata.cpp | 35 init(data, status); in RBBIDataWrapper() 40 init(data, status); in RBBIDataWrapper() 65 init(rbbidh, status); in RBBIDataWrapper() 76 // init(). Does most of the work of construction, shared between the 92 void RBBIDataWrapper::init(const RBBIDataHeader *data, UErrorCode &status) { in init() function in RBBIDataWrapper
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | plurrule_impl.h | 317 void init(double n, int32_t v, int64_t f, int32_t e, int32_t c); 318 void init(double n, int32_t v, int64_t f, int32_t e); 319 void init(double n, int32_t v, int64_t f); 320 void init(double n);
|
/third_party/libfuse/lib/ |
H A D | cuse_lowlevel.c | 161 lop.init = clop->init; in cuse_lowlevel_new() 232 if (se->op.init) in cuse_lowlevel_init() 233 se->op.init(se->userdata, &se->conn); in cuse_lowlevel_init()
|
/third_party/lwip/src/include/lwip/ |
H A D | netif.h | 89 * Set by the netif driver in its init function. */ 93 * Either set by the netif driver in its init function (if the link 98 * Set by the netif driver in its init function. 106 * Set by the netif driver in its init function. */ 109 * Set by the netif driver in its init function. */ 166 /** Function prototype for netif init functions. Set up flags and output/linkoutput 438 void *state, netif_init_fn init, netif_input_fn input); 440 struct netif *netif_add_noaddr(struct netif *netif, void *state, netif_init_fn init, netif_input_fn input); 450 void *state, netif_init_fn init, netif_input_fn input); 454 struct netif *netif_add(struct netif *netif, void *state, netif_init_fn init, netif_input_f [all...] |
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_conn.c | 282 bi->init = 0; in conn_new() 318 a->init = 0; in conn_free() 449 b->init = 1; in conn_ctrl() 504 if (b->init) { in conn_ctrl()
|
/third_party/node/deps/openssl/openssl/crypto/conf/ |
H A D | conf_mod.c | 43 conf_init_func *init; in DEFINE_STACK_OF() local 348 tmod->init = ifunc; in module_add() 426 if (pmod->init) { in module_init() 427 ret = pmod->init(imod, cnf); in module_init()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | a2dp-codec-aptx-gst.c | 431 static void *init(bool for_encoding, bool for_backchannel, const uint8_t *config_buffer, uint8_t config_size, pa_sample_spec *sample_spec, pa_core *core) { in init() function 569 .init = init, 593 .init = init_hd,
|
/third_party/openssl/crypto/bio/ |
H A D | bss_conn.c | 282 bi->init = 0; in conn_new() 318 a->init = 0; in conn_free() 449 b->init = 1; in conn_ctrl() 504 if (b->init) { in conn_ctrl()
|