/third_party/mesa3d/src/amd/common/ |
H A D | ac_surface_test_common.h | 158 gpu_init_func init; member 193 testcase->init(&info); in get_radeon_info()
|
/third_party/mesa3d/.gitlab-ci/lava/utils/ |
H A D | log_follower.py | 39 _buffer: list[str] = field(default_factory=list, init=False) 40 log_hints: LAVALogHints = field(init=False)
|
/third_party/lame/misc/ |
H A D | scalartest.c | 16 void init ( void ) in init() function 124 init (); in main()
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/ |
H A D | devices.c | 239 /* pwm init must go after the led controller init */ in init_plat_devices() 241 pwm_ops.init(&pwm_ops); in init_plat_devices() 255 lbspi.bb_ops.init(&lbspi.bb_ops); in init_plat_devices()
|
/third_party/ltp/testcases/kdump/ |
H A D | runkdump.sh | 24 if [ -f /etc/init.d/crond ]; then 44 /etc/init.d/kdump restart
|
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | occlusion-query.c | 220 init(void) in init() function 237 init(); in main()
|
H A D | quad-tex.c | 181 static void init( void ) in init() function 226 init(); in main()
|
H A D | tex-swizzle.c | 163 init(const unsigned swizzle[4]) in init() function 225 init(swizzle); in main()
|
H A D | tex-srgb.c | 205 static void init( void ) in init() function 223 init(); in main()
|
/third_party/node/deps/npm/node_modules/debug/src/ |
H A D | common.js | 142 if (typeof createDebug.init === 'function') { 143 createDebug.init(debug);
|
/third_party/mesa3d/src/util/indices/ |
H A D | u_unfilled_gen.py | 228 def init(intype, outtype, prim): function 246 init(intype, outtype, prim)
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | threads_pthread.c | 152 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() argument 154 if (pthread_once(once, init) != 0) in CRYPTO_THREAD_run_once()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_local.h | 78 int (*init) (X509_LOOKUP *ctx); member 102 int init; /* have we been started */ member
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bf_nbio.c | 65 bi->init = 1; in nbiof_new() 75 a->init = 0; in nbiof_free()
|
/third_party/openssl/crypto/bio/ |
H A D | bf_nbio.c | 65 bi->init = 1; in nbiof_new() 75 a->init = 0; in nbiof_free()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Overlay.h | 62 angle::Result init(const Context *context); 116 angle::Result init(const Context *context) { return angle::Result::Continue; } in init() function in gl::MockOverlay
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_format_utils.h | 104 void init(const DisplayMtl *display, angle::FormatID intendedFormatId); 124 void init(angle::FormatID angleFormatId, bool tightlyPacked = false);
|
/third_party/skia/src/codec/ |
H A D | SkStubHeifDecoderAPI.h | 73 virtual bool init(HeifStream* stream, HeifFrameInfo* frameInfo) = 0; 101 bool init(HeifStream* stream, HeifFrameInfo* frameInfo) override {
|
/third_party/skia/src/core/ |
H A D | SkBitmapProcState.h | 33 return this->init(inv, color, sampling) in setup() 100 bool init(const SkMatrix& inverse, SkAlpha, const SkSamplingOptions&);
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DCaps.h | 25 * Creates a GrD3DCaps that is set such that nothing is supported. The init function should 124 void init(const GrContextOptions& contextOptions, IDXGIAdapter1*, ID3D12Device*); 175 void init(const DXGI_ADAPTER_DESC&, ID3D12Device*, DXGI_FORMAT);
|
/third_party/openssl/crypto/ |
H A D | threads_pthread.c | 154 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() argument 156 if (pthread_once(once, init) != 0) in CRYPTO_THREAD_run_once()
|
/third_party/openssl/crypto/x509/ |
H A D | x509_local.h | 78 int (*init) (X509_LOOKUP *ctx); member 102 int init; /* have we been started */ member
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | WaveformView.java | 50 init(); in WaveformView() 53 private void init() { in init() method in WaveformView
|
/third_party/skia/src/ports/skia_ohos/ |
H A D | HmSymbolConfig_ohos.h | 47 void SetInit(const bool init) in SetInit() argument 49 isInit_ = init; in SetInit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LazyReexports.h | 117 template <typename ORCABI> Error init() { in init() function in llvm::orc::LocalLazyCallThroughManager 139 if (auto Err = LLCTM->init<ORCABI>()) in Create()
|