Home
last modified time | relevance | path

Searched refs:setup (Results 1826 - 1850 of 2014) sorted by relevance

1...<<7172737475767778798081

/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/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
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()
/third_party/vk-gl-cts/modules/egl/
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/gn/src/gn/
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/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...]
/device/soc/rockchip/common/sdk_linux/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c261 if (event.u.setup.bRequestType & USB_DIR_IN) { in handle_ep0()
360 /* setup aio context to handle up to AIO_MAX requests */ in main()
362 perror("unable to setup aio"); in main()
/device/soc/rockchip/common/sdk_linux/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c264 if (event.u.setup.bRequestType & USB_DIR_IN) { in handle_ep0()
341 /* setup aio context to handle up to 2 requests */ in main()
343 perror("unable to setup aio"); in main()
/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
H A DUCharacterPerf.java33 protected void setup(String[] args) { in setup() method in UCharacterPerf
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-setjmp.tex54 \item The contents of \Type{jmp\_buf} and \Type{sigjmp\_buf} as setup
/third_party/node/lib/internal/process/
H A Dpre_execution.js50 initializeModules: false, // Will need to initialize it after policy setup
87 .setup(policy.manifestSrc, policy.manifestURL);
109 // The setup should be called in LOAD_SCRIPT message handler.
155 // Need to be done after --require setup.
/third_party/node/deps/v8/tools/testrunner/local/
H A Dcommand.py331 def setup(target_os, device): function
/third_party/node/test/fixtures/wpt/encoding/streams/
H A Drealms.window.js8 // Async setup is required before creating any tests, so require done() to be
10 setup({explicit_done: true});
/third_party/node/test/fixtures/wpt/WebCryptoAPI/sign_verify/
H A Dhmac.js3 setup({explicit_done: true});
299 }, "setup");
/third_party/ltp/testcases/realtime/stress/pi-tests/
H A Dtestpi-3.c329 setup(); in main()

Completed in 35 milliseconds

1...<<7172737475767778798081