/third_party/rust/crates/cxx/src/ |
H A D | cxx_string.rs | 17 #[link_name = "cxxbridge1$cxx_string$init"] 86 let_cxx_string => unsafe { cxx_stack_string.init(let_cxx_string) }, 295 pub unsafe fn init(&mut self, value: impl AsRef<[u8]>) -> Pin<&mut CxxString> { in init() functions
|
/third_party/python/Lib/idlelib/ |
H A D | browser.py | 96 self.init() 103 def init(self): member in ModuleBrowser
|
/third_party/openssl/crypto/bio/ |
H A D | bf_readbuff.c | 66 bi->init = 1; in readbuffer_new() 82 a->init = 0; in readbuffer_free()
|
/third_party/openssl/crypto/evp/ |
H A D | mac_meth.c | 99 if (mac->init != NULL) in evp_mac_from_algorithm() 101 mac->init = OSSL_FUNC_mac_init(fns); in evp_mac_from_algorithm()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderSwitchTests.cpp | 178 virtual void init (void); 211 void ShaderSwitchTests::init (void) in init() function in vkt::sr::__anon28719::ShaderSwitchTests
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | Localizer.cpp | 38 void Localizer::init(MachineFunction &MF) { in init() function in Localizer 225 init(MF); in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveRegMatrix.cpp | 63 Matrix.init(LIUAlloc, NumRegUnits); in runOnMachineFunction() 181 Q.init(UserTag, LR, Matrix[RegUnit]); in query()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/ |
H A D | esextcFragmentShadingRateErrors.cpp | 49 void FragmentShadingRateErrors::init(void) in init() function in glcts::FragmentShadingRateErrors 51 TestCaseBase::init(); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcKHRDebugTests.hpp | 62 void init(); 467 virtual void init(void);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | SemaphoreVk.cpp | 207 mSemaphore.init(renderer->getDevice()); in importOpaqueFd() 230 mSemaphore.init(renderer->getDevice()); in importZirconEvent()
|
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
H A D | input_test.cpp | 22 EXPECT_TRUE(mPreprocessor.init(0, nullptr, nullptr)); in TEST_F() 31 EXPECT_FALSE(mPreprocessor.init(1, nullptr, nullptr)); in TEST_F()
|
/third_party/skia/src/gpu/ |
H A D | GrRecordingContext.cpp | 63 bool GrRecordingContext::init() { in init() function in GrRecordingContext 64 if (!INHERITED::init()) { in init()
|
/third_party/skia/src/core/ |
H A D | SkMaskCache.cpp | 28 this->init(&gRRectBlurKeyNamespaceLabel, 0, in RRectBlurKey() 119 this->init(&gRectsBlurKeyNamespaceLabel, 0, in RectsBlurKey()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkSemaphore.cpp | 38 virtual VkResult init(bool initialState) = 0; 287 VkResult result = ext->init(internal.isSignalled()); in exportPayload()
|
/third_party/skia/third_party/externals/dawn/examples/ |
H A D | ComputeBoids.cpp | 297 void init() { in init() function 325 init(); in main()
|
H A D | CppHelloTriangle.cpp | 88 void init() { in init() function 177 init(); in main()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-hmtx-table.hh | 131 _mtx.init (c->plan->source); in subset() 163 void init (hb_face_t *face, in init() function
|
H A D | hb-ot-post-table.hh | 114 void init (hb_face_t *face) in init() function 116 index_to_offset.init (); in init()
|
H A D | hb-sanitize.hh | 159 void init (hb_blob_t *b) in init() function 333 init (blob); in sanitize_blob()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | LowLevelTypeImpl.h | 83 init(isPointer, isVector, NumElements, SizeInBits, AddressSpace); in LLT() 248 void init(bool IsPointer, bool IsVector, uint16_t NumElements, in init() function in llvm::LLT
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceRegistersARM32.h | 36 #define X(val, init) val init,
|
/third_party/skia/tools/fonts/ |
H A D | TestTypeface.cpp | 41 init(fontData.fPoints, fontData.fVerbs); in SkTestFont() 57 void SkTestFont::init(const SkScalar* pts, const unsigned char* verbs) { in init() function in SkTestFont
|
/third_party/typescript/tests/baselines/reference/ |
H A D | variableDeclaratorResolvedDuringContextualTyping.js | 20 constructor(init: (complete: ValueCallback, error: ErrorCallback, progress: ProgressCallback) => void, oncancel?: any); 38 constructor(init: (complete: (value: V) => void, error: (err: any) => void, progress: ProgressCallback) => void, oncancel?: any);
|
/third_party/skia/third_party/externals/freetype/builds/ |
H A D | toplevel.mk | 135 is_unix := $(strip $(wildcard /sbin/init) \ 136 $(wildcard /usr/sbin/init) \ 173 git submodule init
|
/third_party/selinux/libselinux/src/ |
H A D | label_media.c | 70 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, in init() function 224 return init(rec, opts, nopts); in selabel_media_init()
|