Home
last modified time | relevance | path

Searched refs:setup (Results 1451 - 1475 of 1949) sorted by relevance

1...<<51525354555657585960>>...78

/third_party/ltp/testcases/kernel/syscalls/waitpid/
H A Dwaitpid11.c66 .setup = waitpid_setup,
H A Dwaitpid08.c68 .setup = waitpid_setup,
H A Dwaitpid07.c65 .setup = waitpid_setup,
/third_party/ltp/testcases/kernel/syscalls/sigwaitinfo/
H A Dsigwaitinfo01.c32 .setup = sigwait_setup,
/third_party/ltp/testcases/network/stress/route/
H A Droute-change-gw.sh11 TST_SETUP="setup"
15 setup() function
H A Droute-change-dst.sh11 TST_SETUP="setup"
15 setup() function
H A Droute-change-netlink-if.sh9 TST_SETUP="setup"
13 setup() function
H A Droute-change-netlink-dst.sh9 TST_SETUP="setup"
13 setup() function
/third_party/ltp/testcases/kernel/syscalls/setdomainname/
H A Dsetdomainname.h57 static void setup(void) in setup() function
/third_party/ltp/testcases/network/busy_poll/
H A Dbusy_poll03.sh23 setup() function
H A Dbusy_poll02.sh21 setup() function
/third_party/ltp/testcases/network/tcp_cc/
H A Dbbr02.sh5 TST_SETUP="setup"
19 setup() function
H A Ddctcp01.sh7 TST_SETUP="setup"
19 setup() function
/third_party/unity/extras/fixture/src/
H A Dunity_fixture_internals.h27 void UnityTestRunner(unityfunction* setup,
/third_party/protobuf/python/docs/
H A Dconf.py38 # -- Path setup --------------------------------------------------------------
243 # The setup() function is needed to add configuration values to the Sphinx
247 def setup(app): function
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c592 static int32_t Setup(struct AcmDevice *acm, const struct UsbFnCtrlRequest *setup) in Setup() argument
596 uint16_t value = LE16_TO_CPU(setup->value); in Setup()
597 uint16_t length = LE16_TO_CPU(setup->length); in Setup()
603 switch (setup->request) { in Setup()
629 ctrlInfo->request = setup->request; in Setup()
678 Setup(acm, event->setup); in AcmEventCallback()
/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser_test.cc91 std::function<void(JsonStreamParser*)> setup) { in RunTest()
93 setup(&parser); in RunTest()
127 std::function<void(JsonStreamParser*)> setup = [](JsonStreamParser* p) { in DoTest()
129 util::Status result = RunTest(json, split, setup);
138 std::function<void(JsonStreamParser*)> setup = [](JsonStreamParser* p) { in DoErrorTest()
140 util::Status result = RunTest(json, split, setup);
90 RunTest(StringPiece json, int split, std::function<void(JsonStreamParser*)> setup) RunTest() argument
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_raw_test.c1178 unsigned char *setup = NULL; in CheckRawSdkIfFillControlSetup002() local
1181 setup = OsalMemCalloc(USB_BUFFER_MAX_SIZE); in CheckRawSdkIfFillControlSetup002()
1182 if (setup == NULL) { in CheckRawSdkIfFillControlSetup002()
1187 ret = UsbRawFillControlSetup(setup, NULL); in CheckRawSdkIfFillControlSetup002()
1196 OsalMemFree(setup); in CheckRawSdkIfFillControlSetup002()
1197 setup = NULL; in CheckRawSdkIfFillControlSetup002()
1218 unsigned char *setup = NULL; in CheckRawSdkIfFillControlSetup004() local
1235 setup = OsalMemCalloc(USB_BUFFER_MAX_SIZE); in CheckRawSdkIfFillControlSetup004()
1236 if (setup == NULL) { in CheckRawSdkIfFillControlSetup004()
1241 ret = UsbRawFillControlSetup(setup, in CheckRawSdkIfFillControlSetup004()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp241 ostringstream setup; in genFragmentShader() local
269 setup << " " << valueTypeStr << " " << val.name << " = " << valueTypeStr << "(v_" << val.name << ");\n"; in genFragmentShader()
280 shader << setup.str(); in genFragmentShader()
293 ostringstream setup; in specializeVertexShader() local
326 setup << valueTypeStr << " " << val.name << " = " << valueTypeStr << "(a_" << val.name << ");\n"; in specializeVertexShader()
359 params.insert(pair<string, string>("SETUP", setup.str())); in specializeVertexShader()
374 ostringstream setup; in specializeFragmentShader() local
404 setup << valueTypeStr << " " << val.name << " = " << valueTypeStr << "(v_" << val.name << ");\n"; in specializeFragmentShader()
423 params.insert(pair<string, string>("SETUP", setup.str())); in specializeFragmentShader()
437 ostringstream setup; in generateVertexSpecialization() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktShaderLibrary.cpp241 ostringstream setup; in genFragmentShader() local
269 setup << " " << valueTypeStr << " " << val.name << " = " << valueTypeStr << "(v_" << val.name << ");\n"; in genFragmentShader()
280 shader << setup.str(); in genFragmentShader()
293 ostringstream setup; in specializeVertexShader() local
326 setup << valueTypeStr << " " << val.name << " = " << valueTypeStr << "(a_" << val.name << ");\n"; in specializeVertexShader()
359 params.insert(pair<string, string>("SETUP", setup.str())); in specializeVertexShader()
374 ostringstream setup; in specializeFragmentShader() local
404 setup << valueTypeStr << " " << val.name << " = " << valueTypeStr << "(v_" << val.name << ");\n"; in specializeFragmentShader()
423 params.insert(pair<string, string>("SETUP", setup.str())); in specializeFragmentShader()
437 ostringstream setup; in generateVertexSpecialization() local
[all...]
/test/xts/acts/pcs/pcs_py/
H A DtestSelinuxFileLable.py30 def setup(self): member in testSelinuxFileLable
H A DtestMinimumComponentSet.py30 def setup(self): member in testMinimumComponentSet
H A DtestPermissionsNotMissing.py29 def setup(self): member in testPermissionsNotMissing
H A DtestSDCardMount.py29 def setup(self): member in testSDCardMount
/third_party/backends/backend/
H A Dcanon_pp.h101 SANE_Bool setup; member

Completed in 13 milliseconds

1...<<51525354555657585960>>...78