Home
last modified time | relevance | path

Searched refs:init (Results 76 - 100 of 4754) sorted by relevance

12345678910>>...191

/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pPerformanceTests.cpp57 virtual void init (void) in init() function in deqp::gles3::Performance::TextureTestGroup
75 virtual void init (void) in init() function in deqp::gles3::Performance::ShadersTestGroup
92 virtual void init (void) in init() function in deqp::gles3::Performance::APITests
110 virtual void init (void) in init() function in deqp::gles3::Performance::BufferTestGroup
127 void PerformanceTests::init (void) in init() function in deqp::gles3::Performance::PerformanceTests
/third_party/vk-gl-cts/modules/internal/
H A DditTestPackage.cpp47 void init (void) in init() function in dit::__anon31021::TextureTests
61 void init (void) in init() function in dit::__anon31021::DeqpTests
84 void init (tcu::TestCase* testCase, const std::string&) in init() function in dit::TestCaseExecutor
86 testCase->init(); in init()
109 void TestPackage::init (void) in init() function in dit::TestPackage
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
H A Dlocation_test.cpp23 ASSERT_TRUE(mPreprocessor.init(count, string, length)); in expectLocation()
84 ASSERT_TRUE(mPreprocessor.init(1, &str, nullptr)); in TEST_F()
116 ASSERT_TRUE(mPreprocessor.init(1, str, nullptr)); in TEST_F()
134 ASSERT_TRUE(mPreprocessor.init(1, str, nullptr)); in TEST_F()
152 ASSERT_TRUE(mPreprocessor.init(3, str, nullptr)); in TEST_F()
270 ASSERT_TRUE(mPreprocessor.init(1, &str, nullptr)); in TEST_F()
285 ASSERT_TRUE(mPreprocessor.init(1, &str, nullptr)); in TEST_F()
300 ASSERT_TRUE(mPreprocessor.init(1, &str, nullptr)); in TEST_F()
316 ASSERT_TRUE(mPreprocessor.init(1, &str, nullptr)); in TEST_F()
332 ASSERT_TRUE(mPreprocessor.init( in TEST_F()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFunctionalTests.cpp161 void init (void) in init() function in deqp::gles3::Functional::ShaderLibraryTest
180 void init (void) in init() function in deqp::gles3::Functional::ShaderBuiltinFunctionTests
196 void init (void) in init() function in deqp::gles3::Functional::ShaderTests
247 void init (void) in init() function in deqp::gles3::Functional::TextureTests
271 void init (void) in init() function in deqp::gles3::Functional::FboTests
294 void init (void) in init() function in deqp::gles3::Functional::BufferTests
314 virtual void init (void) in init() function in deqp::gles3::Functional::NegativeApiTestGroup
333 void init (void) in init() function in deqp::gles3::Functional::FragmentOpTests
353 void init (void) in init() function in deqp::gles3::Functional::StateQueryTests
380 void FunctionalTests::init (voi function in deqp::gles3::Functional::FunctionalTests
431 void GL45ES3FunctionalTests::init (void) init() function in deqp::gles3::Functional::GL45ES3FunctionalTests
[all...]
H A Des3fRandomShaderTests.cpp59 void init (void) in init() function in deqp::gles3::Functional::__anon30582::BasicExpressionGroup
89 void init (void) in init() function in deqp::gles3::Functional::__anon30582::ScalarConversionGroup
120 void init (void) in init() function in deqp::gles3::Functional::__anon30582::SwizzleGroup
148 void init (void) in init() function in deqp::gles3::Functional::__anon30582::ComparisonOpsGroup
176 void init (void) in init() function in deqp::gles3::Functional::__anon30582::ConditionalsGroup
214 void init (void) in init() function in deqp::gles3::Functional::__anon30582::TrigonometricGroup
243 void init (void) in init() function in deqp::gles3::Functional::__anon30582::ExponentialGroup
272 void init (void) in init() function in deqp::gles3::Functional::__anon30582::TextureGroup
307 void init (void) in init() function in deqp::gles3::Functional::__anon30582::AllFeaturesGroup
360 void RandomShaderTests::init (voi function in deqp::gles3::Functional::RandomShaderTests
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-cff1-table.hh585 bytesArray.init (); in serialize()
629 void init () in init() function
676 void init ()
678 top_dict_values_t<cff1_top_dict_val_t>::init ();
680 nameSIDs.init ();
686 privateDictInfo.init ();
794 void init ()
796 dict_values_t<op_str_t>::init ();
797 privateDictInfo.init ();
840 void init ()
1001 void init (hb_face_t *face) init() function
1273 void init (hb_face_t *face) init() function
[all...]
/third_party/gn/src/gn/
H A Dohos_variables.cc51 # This target "a" can include libinitapi from "init" component
54 external_deps = [ "init:libinitapi" ]
71 # Target "a" will include libinitapi from "init" component by deps "b":
78 public_external_deps = [ "init:libinitapi" ]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.hpp42 virtual void init (void);
54 virtual void init (void);
66 virtual void init(void);
78 virtual void init (void);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.hpp42 virtual void init (void);
54 virtual void init (void);
66 virtual void init(void);
78 virtual void init (void);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DDeferGlobalInitializers.cpp50 TIntermBinary *init = declarator->getAsBinaryNode(); in GetDeferredInitializers() local
51 if (init) in GetDeferredInitializers()
53 TIntermSymbol *symbolNode = init->getLeft()->getAsSymbolNode(); in GetDeferredInitializers()
55 TIntermTyped *expression = init->getRight(); in GetDeferredInitializers()
77 new TIntermBinary(EOpAssign, symbolNode->deepCopy(), init->getRight()); in GetDeferredInitializers()
81 declaration->replaceChildNode(init, symbolNode); in GetDeferredInitializers()
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
H A Des2cTestPackage.cpp47 void init(tcu::TestCase* testCase, const std::string& path);
66 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init() function in es2cts::TestCaseWrapper
73 testCase->init(); in init()
126 void init(void) in init() function in es2cts::ShaderTests
143 void TestPackage::init(void) in init() function in es2cts::TestPackage
145 // Call init() in parent - this creates context. in init()
146 deqp::TestPackage::init(); in init()
/third_party/python/Mac/Tools/
H A Dplistlib_generate_testdata.py45 dd[nsstr('c')] = a = NSMutableArray.alloc().init()
52 pl[nsstr('aList')] = a = NSMutableArray.alloc().init()
57 aa = NSMutableArray.alloc().init()
67 pl[nsstr('anEmptyDict')] = NSMutableDictionary.alloc().init()
69 pl[nsstr('anEmptyList')] = NSMutableArray.alloc().init()
73 pl[nsstr('nestedData')] = a = NSMutableArray.alloc().init()
/third_party/vk-gl-cts/modules/egl/
H A DteglTestPackage.cpp83 void init (void) in init() function in deqp::egl::StressTests
97 void init (void) in init() function in deqp::egl::PerformanceTests
112 void init (void) in init() function in deqp::egl::FunctionalTests
162 void init (tcu::TestCase* testCase, const std::string&) in init() function in deqp::egl::TestCaseWrapper
164 testCase->init(); in init()
198 void TestPackage::init (void) in init() function in deqp::egl::TestPackage
/third_party/skia/third_party/externals/angle2/src/common/apple/
H A DSoftLinking.h56 extern resultType init##framework##functionName parameterDeclarations; \
66 init##framework##functionName; \
67 resultType init##framework##functionName parameterDeclarations \
85 static Class init##className(); \
86 Class (*get##className##Class)() = init##className; \
91 static Class init##className() \
/third_party/rust/crates/once_cell/src/
H A Dlib.rs214 //! pub fn init(&self, value: T) {
244 //! a.b.init(&b);
245 //! b.a.init(&a);
326 //! * [lazy-init](https://crates.io/crates/lazy-init)
604 assert!(self.set(val).is_ok(), "reentrant init"); in get_or_try_init()
686 init: Cell<Option<F>>,
693 f.debug_struct("Lazy").field("cell", &self.cell).field("init", &"..").finish() in fmt()
712 pub const fn new(init: F) -> Lazy<T, F> {
713 Lazy { cell: OnceCell::new(), init
[all...]
/third_party/node/test/parallel/
H A Dtest-promise-hook-create-hook.js6 for (const hook of ['init', 'before', 'after', 'settled']) {
20 let init;
27 init: common.mustCall((promise, parent) => {
28 init = promise;
45 assert.strictEqual(init, expectedInit);
50 init = undefined;
59 // produced an init event with no parent and a settled event.
68 // produced an init event with a parent of the promise the `then(...)`
80 // produced an init event with a parent of the promise the `then(...)`
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcSingleConfigTestPackage.hpp42 void init(void);
59 void init(void);
74 void init(void);
89 void init(void);
104 void init(void);
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTestPackages.hpp41 void init(tcu::TestCase* testCase, const std::string& path);
61 void init(void);
75 void init(void);
86 void init(void);
97 void init(void);
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFunctionalTests.cpp127 virtual void init (void) in init() function in deqp::gles2::Functional::ShadersTestGroup
178 virtual void init (void) in init() function in deqp::gles2::Functional::TextureTestGroup
204 void init (void) in init() function in deqp::gles2::Functional::BufferTests
224 virtual void init (void) in init() function in deqp::gles2::Functional::FboTestGroup
246 virtual void init (void) in init() function in deqp::gles2::Functional::NegativeApiTestGroup
267 void init (void) in init() function in deqp::gles2::Functional::FragmentOpTests
289 void init (void) in init() function in deqp::gles2::Functional::StateQueryTests
314 void FunctionalTests::init (void) in init() function in deqp::gles2::Functional::FunctionalTests
H A Des2fRandomShaderTests.cpp57 void init (void) in init() function in deqp::gles2::Functional::__anon30435::BasicExpressionGroup
87 void init (void) in init() function in deqp::gles2::Functional::__anon30435::ScalarConversionGroup
118 void init (void) in init() function in deqp::gles2::Functional::__anon30435::SwizzleGroup
146 void init (void) in init() function in deqp::gles2::Functional::__anon30435::ComparisonOpsGroup
174 void init (void) in init() function in deqp::gles2::Functional::__anon30435::ConditionalsGroup
212 void init (void) in init() function in deqp::gles2::Functional::__anon30435::TrigonometricGroup
241 void init (void) in init() function in deqp::gles2::Functional::__anon30435::ExponentialGroup
270 void init (void) in init() function in deqp::gles2::Functional::__anon30435::TextureGroup
305 void init (void) in init() function in deqp::gles2::Functional::__anon30435::AllFeaturesGroup
358 void RandomShaderTests::init (voi function in deqp::gles2::Functional::RandomShaderTests
[all...]
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DBreakIteratorPerformanceTest.java77 iSentences = init(iSentenceIter); in setup()
78 iWords = init(iWordIter); in setup()
79 iLines = init(iLineIter); in setup()
80 iCharacters = init(iCharacterIter); in setup()
81 jSentences = init(jSentenceIter); in setup()
82 jWords = init(jWordIter); in setup()
83 jLines = init(jLineIter); in setup()
84 jCharacters = init(jCharacterIter); in setup()
95 private String[] init(com.ibm.icu.text.BreakIterator iter) { in init() method in BreakIteratorPerformanceTest
109 private String[] init(jav method in BreakIteratorPerformanceTest
[all...]
/third_party/mesa3d/bin/pick/
H A Dui.py113 commit_list: typing.List['urwid.Button'] = attr.ib(factory=lambda: urwid.SimpleFocusListWalker([]), init=False)
114 feedback_box: typing.List['urwid.Text'] = attr.ib(factory=lambda: urwid.SimpleFocusListWalker([]), init=False)
115 header: 'urwid.Text' = attr.ib(factory=lambda: urwid.Text('Mesa Stable Picker', align='center'), init=False)
116 body: 'urwid.Columns' = attr.ib(attr.Factory(lambda s: s._make_body(), True), init=False)
117 footer: 'urwid.Columns' = attr.ib(attr.Factory(lambda s: s._make_footer(), True), init=False)
118 root: RootWidget = attr.ib(attr.Factory(lambda s: s._make_root(), True), init=False)
119 mainloop: urwid.MainLoop = attr.ib(None, init=False)
121 previous_commits: typing.List['core.Commit'] = attr.ib(factory=list, init=False)
122 new_commits: typing.List['core.Commit'] = attr.ib(factory=list, init=False)
123 git_lock: asyncio.Lock = attr.ib(factory=asyncio.Lock, init
[all...]
/third_party/python/Lib/
H A Ddataclasses.py34 # about init=, repr=, eq=, order=, unsafe_hash=, or frozen=, I'm
55 # +--- init= parameter
169 # tuple of __init__ parameter names; non-init fields must be matched by keyword.
280 'init',
287 def __init__(self, default, default_factory, init, repr, hash, compare,
293 self.init = init
310 f'init={self.init!r},'
338 __slots__ = ('init',
[all...]
/third_party/node/test/async-hooks/
H A Dtest-timers.setInterval.js5 const initHooks = require('./init-hooks');
19 checkInvocations(t1, { init: 1 }, 't1: when timer installed');
24 checkInvocations(t1, { init: 1, before: 1 }, 't1: when first timer fired');
26 checkInvocations(t1, { init: 1, before: 2, after: 1 },
44 checkInvocations(t1, { init: 1, before: 2, after: 2, destroy: 1 },
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dinline_variable.h27 // Macro: ABSL_INTERNAL_INLINE_CONSTEXPR(type, name, init)
31 // `type` and `name`, initialized to the value `init`. If the compiler being
41 // `init` is an expression that can be used in the following definition:
42 // constexpr type name = init;
77 #define ABSL_INTERNAL_INLINE_CONSTEXPR(type, name, init) \
79 inline constexpr ::absl::internal::identity_t<type> name = init
89 #define ABSL_INTERNAL_INLINE_CONSTEXPR(var_type, name, init) \
92 static constexpr ::absl::internal::identity_t<var_type> kInstance = init; \

Completed in 11 milliseconds

12345678910>>...191