Home
last modified time | relevance | path

Searched refs:setup (Results 1776 - 1800 of 1960) sorted by relevance

1...<<717273747576777879

/third_party/openssl/test/recipes/
H A D20-test_kdf.t16 setup("test_kdf");
/third_party/python/Doc/tools/extensions/
H A Dc_annotations.py203 def setup(app): function
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_canvas/
H A Dperf_puppeteer_canvas_test.go31 err := setup(ctx, benchmarkPath, fakeNodeBinPath)
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderRenderCase.hpp218 virtual void setup (int programID);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderLimitTests.cpp84 setup(); in iterate()
H A DvktShaderRenderDerivateTests.cpp570 virtual void setup (ShaderRenderCaseInstance& instance, const tcu::Vec4&) const;
708 setup(); in iterate()
750 void DerivateUniformSetup::setup (ShaderRenderCaseInstance& instance, const tcu::Vec4&) const in setup() function in vkt::sr::__anon29848::DerivateUniformSetup
937 virtual void setup (ShaderRenderCaseInstance& instance, const tcu::Vec4& constCoords) const;
953 void LinearDerivateUniformSetup::setup (ShaderRenderCaseInstance& instance, const tcu::Vec4& constCoords) const in setup() function in vkt::sr::__anon29848::LinearDerivateUniformSetup
955 DerivateUniformSetup::setup(instance, constCoords); in setup()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_stub_lite.cpp413 int setup; in OnStartWps() local
414 (void)ReadInt32(req, &setup); in OnStartWps()
415 config.setup = SetupMethod(setup); in OnStartWps()
/third_party/gn/src/gn/
H A Dcommand_format.cc22 #include "gn/setup.h"
1356 Setup setup; in RunFormat() local
1358 SourceDirForCurrentDirectory(setup.build_settings().root_path()); in RunFormat()
1382 base::FilePath to_format = setup.build_settings().GetFullPath(file); in RunFormat()
1411 base::FilePath to_format = setup.build_settings().GetFullPath(file); in RunFormat()
H A Dcompile_commands_writer_unittest.cc33 const TestWithScope& setup() { return setup_; } in setup() function in __anon2885::CompileCommandsTest
248 TestTarget target(setup(), "//foo:bar", Target::STATIC_LIBRARY); in TEST_F()
269 // This setup's toolchain does not have precompiled headers defined. in TEST_F()
417 // This setup's toolchain does not have precompiled headers defined. in TEST_F()
/third_party/vk-gl-cts/modules/egl/
H A DteglRenderTests.cpp494 virtual void setup (void) const = DE_NULL;
539 void setup (void) const in setup() function in deqp::egl::__anon30381::GLES2Program
544 GLU_CHECK_GLW_MSG(m_gl, "Program setup failed"); in setup()
769 // Create and setup programs per context in executeForContexts()
778 programs[ctxNdx]->setup(); in executeForContexts()
1001 // Create and setup programs per context in executeForContexts()
1010 programs[ctxNdx]->setup(); in executeForContexts()
H A DteglRobustnessTests.cpp558 virtual void setup (void) = 0;
634 virtual void setup (void);
686 void FixedFunctionOOB::setup (void) in setup() function in deqp::egl::__anon30383::FixedFunctionOOB
753 virtual void setup (void);
998 void ShadersOOB::setup (void) in setup() function in deqp::egl::__anon30383::ShadersOOB
1415 contextReset->setup(); in provokeReset()
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharness.js33 * // Invoked after setup() has been called to notify the test environment
210 this.output_handler.setup(properties);
1054 * setup function to run, or a set of properties. If this is a
1061 function setup(func_or_properties, maybe_properties) function
1073 tests.setup(func, properties);
1107 tests.setup(null, properties);
1131 * via the :js:func:`setup` function.
1222 expose(setup, 'setup');
3426 Tests.prototype.setup
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp594 virtual void setup (ShaderRenderCaseInstance& instance, const tcu::Vec4&) const;
706 setup(); in iterate()
748 void DerivateUniformSetup::setup (ShaderRenderCaseInstance& instance, const tcu::Vec4&) const in setup() function in vkt::sr::__anon28699::DerivateUniformSetup
964 virtual void setup (ShaderRenderCaseInstance& instance, const tcu::Vec4& constCoords) const;
980 void LinearDerivateUniformSetup::setup (ShaderRenderCaseInstance& instance, const tcu::Vec4& constCoords) const in setup() function in vkt::sr::__anon28699::LinearDerivateUniformSetup
982 DerivateUniformSetup::setup(instance, constCoords); in setup()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateIntervalInfo.java388 setup(locale); in initializeData()
576 private void setup(ULocale locale) { in setup() method in DateIntervalInfo
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateIntervalInfo.java378 setup(locale); in initializeData()
560 private void setup(ULocale locale) { in setup() method in DateIntervalInfo
/third_party/node/test/parallel/
H A Dtest-fs-realpath.js521 function setup() {
534 setup();
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLoopTests.cpp189 virtual void setup(deUint32 programID);
206 void ShaderLoopCase::setup(deUint32 programID) in setup() function in deqp::ShaderLoopCase
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderLoopTests.cpp216 virtual void setup (int programID);
231 void ShaderLoopCase::setup (int programID) in setup() function in deqp::gles3::Functional::ShaderLoopCase
/third_party/rust/crates/clap/tests/builder/
H A Dhelp.rs7 fn setup() -> Command { in setup() functions
20 let m = setup().try_get_matches_from(vec!["myprog", "-h"]); in help_short()
28 let m = setup().try_get_matches_from(vec!["myprog", "--help"]); in help_long()
36 let m = setup().try_get_matches_from(vec!["myprog", "help"]); in help_no_subcommand()
44 let m = setup() in help_subcommand()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp1588 wpsConfig.setup = static_cast<SetupMethod>(msg->GetParam1()); in StartWpsMode()
1599 WIFI_LOGI("wpsConfig setup = %{public}d", wpsConfig.setup); in StartWpsMode()
1605 if (wpsConfig.setup == SetupMethod::PBC) { in StartWpsMode()
1607 wpsState = wpsConfig.setup; in StartWpsMode()
1616 } else if (wpsConfig.setup == SetupMethod::DISPLAY) { in StartWpsMode()
1618 wpsState = wpsConfig.setup; in StartWpsMode()
1627 } else if (wpsConfig.setup == SetupMethod::KEYPAD) { in StartWpsMode()
1629 wpsState = wpsConfig.setup; in StartWpsMode()
2966 auto setup in ExecuteStateMsg() local
[all...]
/test/testfwk/xdevice/plugins/devicetest/runner/
H A Dprepare.py137 func = 'teardown' if is_teardown else 'setup'
164 if 'setup' == func:
169 test_instance.setup)
/third_party/curl/tests/
H A Dtestcurl.pl57 # --setup=[file name] File name to read setup from (deprecated)
84 # or if we got a specific target option or setup file option.
91 $setupfile = 'setup';
97 elsif ($ARGV[0] =~ /--setup=/) {
259 # having these fields set are enough to continue, skip reading the setup
594 logit "setup to build ares";
/third_party/eudev/hm_src/
H A Dkeyboard-keys-from-name.h241 {"setup", KEY_SETUP}, in keyboard_lookup_key()
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DBreakIteratorPerformanceTest.java39 protected void setup(String[] args) { in setup() method in BreakIteratorPerformanceTest
H A DResourceBundlePerf.java26 protected void setup(String[] args) { in setup() method in ResourceBundlePerf

Completed in 40 milliseconds

1...<<717273747576777879