Home
last modified time | relevance | path

Searched refs:init (Results 1 - 25 of 5202) sorted by relevance

12345678910>>...209

/third_party/openssl/ohos_lite/include/internal/
H A Dthread_once.h26 #define DEFINE_RUN_ONCE(init) \
27 static int init(void); \
28 int init##_ossl_ret_ = 0; \
29 void init##_ossl_(void) \
31 init##_ossl_ret_ = init(); \
33 static int init(void)
39 #define DECLARE_RUN_ONCE(init) \
40 extern int init##_ossl_ret_; \
41 void init##_ossl
[all...]
/third_party/node/deps/openssl/openssl/include/internal/
H A Dthread_once.h37 # define DEFINE_RUN_ONCE(init) \
38 static int init(void); \
39 int init##_ossl_ret_ = 0; \
40 void init##_ossl_(void) \
42 init##_ossl_ret_ = init(); \
44 static int init(void)
50 # define DECLARE_RUN_ONCE(init) \
51 extern int init##_ossl_ret_; \
52 void init##_ossl
[all...]
/third_party/openssl/include/internal/
H A Dthread_once.h37 # define DEFINE_RUN_ONCE(init) \
38 static int init(void); \
39 int init##_ossl_ret_ = 0; \
40 void init##_ossl_(void) \
42 init##_ossl_ret_ = init(); \
44 static int init(void)
50 # define DECLARE_RUN_ONCE(init) \
51 extern int init##_ossl_ret_; \
52 void init##_ossl
[all...]
/device/soc/rockchip/rk2206/sdk_liteos/platform/startup/build/link/
H A Dboard.ld.S60 /* zInit code and data - will be freed after init */
64 KEEP (*(.zinitcall.bsp0.init))
65 KEEP (*(.zinitcall.bsp1.init))
66 KEEP (*(.zinitcall.bsp2.init))
67 KEEP (*(.zinitcall.bsp3.init))
68 KEEP (*(.zinitcall.bsp4.init))
71 KEEP (*(.zinitcall.device0.init))
72 KEEP (*(.zinitcall.device1.init))
73 KEEP (*(.zinitcall.device2.init))
74 KEEP (*(.zinitcall.device3.init))
[all...]
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify14.c62 struct test_case_flags_t init; member
71 .init = FLAGS_DESC(FAN_CLASS_CONTENT | FAN_REPORT_FID),
77 .init = FLAGS_DESC(FAN_CLASS_PRE_CONTENT | FAN_REPORT_FID),
83 .init = FLAGS_DESC(FAN_CLASS_NOTIF),
91 .init = FLAGS_DESC(FAN_CLASS_NOTIF | FAN_REPORT_FID),
99 .init = FLAGS_DESC(FAN_CLASS_NOTIF | FAN_REPORT_NAME),
105 .init = FLAGS_DESC(FAN_CLASS_NOTIF | FAN_REPORT_FID | FAN_REPORT_NAME),
111 .init = FLAGS_DESC(FAN_CLASS_NOTIF | FAN_REPORT_TARGET_FID | FAN_REPORT_DFID_NAME),
117 .init = FLAGS_DESC(FAN_CLASS_NOTIF | FAN_REPORT_TARGET_FID | FAN_REPORT_DFID_FID),
123 .init
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_instrfromstring_test.cpp28 void add_dest_from_string(const char *init);
29 void add_dest_vec4_from_string(const char *init);
32 void check(const string& init, const Instr& expect);
239 auto init = std::string("ALU MOV R2000.y : R1999.x {WL} ") + str; in TEST_F() local
247 check(init, expect); in TEST_F()
261 auto init = std::string("ALU DOT4_IEEE R2000.y : R199.x R198.w + R199.y R198.z + R199.z R198.y + R199.w R198.x {WL}"); in TEST_F() local
275 check(init, expect); in TEST_F()
282 auto init = std::string("ALU MOV R2000.y : R1999.x {WL} ") + str; in TEST_F() local
290 check(init, expect); in TEST_F()
297 auto init in TEST_F() local
313 auto init = std::string("ALU INTERP_XY __.x@chan : R0.x@fully Param0.z {} VEC_210"); TEST_F() local
329 auto init = std::string("ALU MOV R2000.y : R1999.x {WL} VEC_210 POP_AFTER"); TEST_F() local
342 auto init = std::string("TEX SAMPLE R1000.xyzw : R2000.xyzw RID:10 SID:1 NNNN"); TEST_F() local
350 auto init = std::string("TEX LD R1001.xyzw : R2002.xyzw RID:27 SID:7 NNNN"); TEST_F() local
358 auto init = std::string("TEX SAMPLE R1001.xyzw : R2002.xyzw RID:27 SID:2 OX:1 OY:-2 OZ:5 NNNN"); TEST_F() local
371 auto init = std::string("TEX GATHER4 R1001.xyzw : R2002.xyzw RID:7 SID:27 MODE:0 NNNN"); TEST_F() local
379 auto init = std::string("TEX GATHER4 R1001.xyzw : R2002.xyzw RID:7 SID:27 MODE:1 NNNN"); TEST_F() local
388 auto init = std::string("TEX SAMPLE R1001.xyzw : R2002.xyzw RID:7 SID:27 SO:R200.z NNNN"); TEST_F() local
463 string init = "LOAD_BUF R200.xzwy : R201.x + 16b RID:10 + R202.x"; TEST_F() local
489 string init = "READ_SCRATCH R200.xzwy : R201.x SIZE:20 ES:3"; TEST_F() local
520 string init = "WRITE_SCRATCH 20 R1.xyzw AL:4 ALO:16"; TEST_F() local
534 string init = "WRITE_SCRATCH @R3.x[10] R1.xyzw AL:4 ALO:16"; TEST_F() local
551 string init = "READ_SCRATCH R200.xzwy : L[0xA] SIZE:40 ES:3"; TEST_F() local
586 auto init = "LDS_READ [ R10.x@free R11.x@free R12.x@free ] : [ R5.x@free R5.y@free R5.z@free ]"; TEST_F() local
605 auto init = "LDS_READ [ R11.x@free R12.x@free ] : [ R5.x@free R5.y@free ]"; TEST_F() local
621 auto init = "LDS WRITE __.x [ R1.x ] : R2.y"; TEST_F() local
634 auto init = "LDS WRITE2 __.x [ R1.x ] : R2.y KC0[1].z"; TEST_F() local
649 auto init = "LDS ADD_RET R7.y [ R1.x ] : R2.y"; TEST_F() local
664 auto init = "LDS ADD __.x [ R1.x ] : R2.y"; TEST_F() local
680 auto init = "WRITE_TF R1.xyzw"; TEST_F() local
704 check(const string& init, const Instr& expect) check() argument
715 add_dest_from_string(const char *init) add_dest_from_string() argument
720 add_dest_vec4_from_string(const char *init) add_dest_vec4_from_string() argument
[all...]
/third_party/node/test/async-hooks/
H A Dtest-tcpwrap.js10 const initHooks = require('./init-hooks');
36 checkInvocations(tcpserver, { init: 1 }, 'when calling server.listen');
57 checkInvocations(tcpserver, { init: 1 },
59 checkInvocations(tcp1, { init: 1 }, 'tcp1 when client is connecting');
74 { init: 1, before: 1, after: 1 } :
75 { init: 1, before: 1 };
90 // been invoked at this point already, otherwise it only was 'init'ed
91 const expected = serverConnection ? { init: 1 } : { init: 1, before: 1 };
102 { init
[all...]
H A Dtest-tlswrap.js12 const initHooks = require('./init-hooks');
50 checkInvocations(svr, { init: 1 }, 'server: when client connecting');
67 checkInvocations(svr, { init: 1, before: 1, after: 1 },
70 checkInvocations(client, { init: 1, before: 2, after: 1 },
78 checkInvocations(svr, { init: 1, before: 2, after: 1 },
80 checkInvocations(client, { init: 1, before: 2, after: 2 },
87 checkInvocations(svr, { init: 1, before: 2, after: 1 },
89 checkInvocations(client, { init: 1, before: 2, after: 2 },
94 checkInvocations(svr, { init: 1, before: 2, after: 2 },
103 checkInvocations(client, { init
[all...]
H A Dtest-embedder.api.async-resource.js9 const initHooks = require('./init-hooks');
38 // Alcazares event was constructed and thus only has an `init` call
44 checkInvocations(alcazares, { init: 1 }, 'alcazares constructed');
51 checkInvocations(alcazares, { init: 1, before: 1 },
54 checkInvocations(alcazares, { init: 1, before: 1, after: 1 },
57 checkInvocations(alcazares, { init: 1, before: 2, after: 1 },
60 checkInvocations(alcazares, { init: 1, before: 2, after: 2 },
66 checkInvocations(alcazares, { init: 1, before: 2, after: 2, destroy: 1 },
77 checkInvocations(poblado, { init: 1 }, 'poblado constructed');
79 checkInvocations(poblado, { init
[all...]
/third_party/skia/third_party/externals/oboe/samples/gradle/wrapper/
H A Dgradle-wrapper.jar ... PROJECT_STRING private java.io.File gradleUserHome public void <init> () public void <init> (java.io.File) java. ...
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/link/
H A Dlink.ld.S281 SORT(*)(.init*)
294 /* zInit code and data - will be freed after init */
298 KEEP (*(.zinitcall.bsp0.init))
299 KEEP (*(.zinitcall.bsp1.init))
300 KEEP (*(.zinitcall.bsp2.init))
301 KEEP (*(.zinitcall.bsp3.init))
302 KEEP (*(.zinitcall.bsp4.init))
305 KEEP (*(.zinitcall.device0.init))
306 KEEP (*(.zinitcall.device1.init))
307 KEEP (*(.zinitcall.device2.init))
[all...]
/third_party/python/Lib/test/test_importlib/
H A Dtest_api.py3 init = test_util.import_importlib('importlib') variable
25 module = self.init.import_module('top_level')
35 module = self.init.import_module(name)
47 self.init.import_module(pkg_name)
48 module = self.init.import_module(relative_name, pkg_name)
55 self.init.import_module('a')
56 self.init.import_module('a.b')
57 module = self.init.import_module('..c', 'a.b')
68 self.init.import_module(pkg_name)
69 module = self.init
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/gradle/wrapper/
H A Dgradle-wrapper.jar ... PROJECT_STRING private java.io.File gradleUserHome public void <init> () public void <init> (java.io.File) java. ...
/third_party/skia/platform_tools/android/apps/gradle/wrapper/
H A Dgradle-wrapper.jar ... PROJECT_STRING private java.io.File gradleUserHome public void <init> () public void <init> (java.io.File) java. ...
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dmem_intrin.cpp19 reset_buf(uint8_t *buf, uint8_t init, SizeT length) { in reset_buf() argument
21 SizeT v = init; in reset_buf()
43 int memcpy_test(uint8_t *buf, uint8_t *buf2, uint8_t init, SizeT length) { in memcpy_test() argument
44 reset_buf(buf, init, length); in memcpy_test()
49 int memmove_test(uint8_t *buf, uint8_t *buf2, uint8_t init, SizeT length) { in memmove_test() argument
57 reset_buf(buf, init, length); in memmove_test()
68 int memset_test(uint8_t *buf, uint8_t *buf2, uint8_t init, SizeT length) { in memset_test() argument
69 memset((void *)buf, init, length); in memset_test()
70 memset((void *)buf2, init + 4, length); in memset_test()
75 int memcpy_test_fixed_len_##NBYTES(uint8_t init) { \
[all...]
/third_party/vk-gl-cts/external/amber/src/android_gradle/gradle/wrapper/
H A Dgradle-wrapper.jar ... lang.Object implements java.io.FilenameFilter { void <init> () public boolean accept (java.io.File, java. ...
/third_party/skia/third_party/externals/libwebp/gradle/wrapper/
H A Dgradle-wrapper.jar ... lang.Object implements java.io.FilenameFilter { void <init> () public boolean accept (java.io.File, java. ...
/third_party/ffmpeg/libavformat/
H A Drawenc.c69 .init = force_one_stream,
101 .init = force_one_stream,
115 .init = force_one_stream,
128 .init = force_one_stream,
141 .init = force_one_stream,
154 .init = force_one_stream,
168 .init = force_one_stream,
180 .init = force_one_stream,
191 .init = force_one_stream,
204 .init
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/gradle/wrapper/
H A Dgradle-wrapper.jar ... .BootstrapMainStarter extends java.lang.Object { public void <init> () public void start (java.lang.String[], java. ...
/third_party/skia/third_party/externals/oboe/apps/fxlab/gradle/wrapper/
H A Dgradle-wrapper.jar ... .BootstrapMainStarter extends java.lang.Object { public void <init> () public void start (java.lang.String[], java. ...
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/gradle/wrapper/
H A Dgradle-wrapper.jar ... .BootstrapMainStarter extends java.lang.Object { public void <init> () public void start (java.lang.String[], java. ...
/third_party/node/deps/undici/src/lib/fetch/
H A Dresponse.js53 static json (data, init = {}) {
56 if (init !== null) {
57 init = webidl.converters.ResponseInit(init)
76 // 4. Perform initialize a response given responseObject, init, and (body, "application/json").
77 initializeResponse(responseObject, init, { body: body[0], type: 'application/json' })
131 constructor (body = null, init = {}) {
136 init = webidl.converters.ResponseInit(init)
161 // 5. Perform initialize a response given this, init, an
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jar ... .framework.TestSuite { private volatile int fActiveTestDeathCount public void <init> () public void <init> (java.lang.Class) Class theClass ...
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcSingleConfigTestPackage.cpp46 void init(tcu::TestCase* testCase, const std::string& path);
65 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init() function in glcts::TestCaseWrapper
70 testCase->init(); in init()
125 void SingleConfigGL43TestPackage::init(void) in init() function in glcts::SingleConfigGL43TestPackage
127 // Call init() in parent - this creates context. in init()
128 deqp::TestPackage::init(); in init()
159 void SingleConfigGL44TestPackage::init(void) in init() function in glcts::SingleConfigGL44TestPackage
161 // Call init() in parent - this creates context. in init()
162 SingleConfigGL43TestPackage::init(); in init()
188 void SingleConfigGL45TestPackage::init(voi function in glcts::SingleConfigGL45TestPackage
217 void SingleConfigGL46TestPackage::init(void) init() function in glcts::SingleConfigGL46TestPackage
245 void SingleConfigES32TestPackage::init(void) init() function in glcts::SingleConfigES32TestPackage
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTestPackages.cpp118 void GL40TestPackage::init(void) in init() function in gl4cts::GL40TestPackage
120 // Call init() in parent - this creates context. in init()
121 GL33TestPackage::init(); in init()
158 void GL41TestPackage::init(void) in init() function in gl4cts::GL41TestPackage
160 // Call init() in parent - this creates context. in init()
161 GL40TestPackage::init(); in init()
186 void init(void) in init() function in gl4cts::GL42ShaderTests
203 void GL42TestPackage::init(void) in init() function in gl4cts::GL42TestPackage
205 // Call init() in parent - this creates context. in init()
206 GL41TestPackage::init(); in init()
234 void init(void) init() function in gl4cts::GL42CompatShaderTests
252 void GL42CompatTestPackage::init(void) init() function in gl4cts::GL42CompatTestPackage
287 void GL43TestPackage::init(void) init() function in gl4cts::GL43TestPackage
329 void init(void) init() function in gl4cts::GL44ShaderTests
347 void GL44TestPackage::init(void) init() function in gl4cts::GL44TestPackage
392 void init(void) init() function in gl4cts::GL45ShaderTests
409 void GL45TestPackage::init(void) init() function in gl4cts::GL45TestPackage
459 void GL46TestPackage::init(void) init() function in gl4cts::GL46TestPackage
[all...]

Completed in 20 milliseconds

12345678910>>...209