/third_party/gn/src/gn/ |
H A D | metadata_walk_unittest.cc | 14 TestWithScope setup; in TEST() local 16 TestTarget one(setup, "//foo:one", Target::SOURCE_SET); in TEST() 29 TestTarget two(setup, "//foo:two", Target::SOURCE_SET); in TEST() 72 TestWithScope setup; in TEST() local 74 TestTarget one(setup, "//foo:one", Target::SOURCE_SET); in TEST() 85 TestTarget two(setup, "//foo:two", Target::SOURCE_SET); in TEST() 121 TestWithScope setup; in TEST() local 123 TestTarget one(setup, "//foo:one", Target::SOURCE_SET); in TEST() 135 TestTarget two(setup, "//foo:two", Target::SOURCE_SET); in TEST() 141 TestTarget three(setup, "//fo in TEST() 177 TestWithScope setup; TEST() local [all...] |
H A D | command_clean.cc | 14 #include "gn/setup.h" 20 Setup* setup = new Setup; in CleanOneDir() local 21 if (!setup->DoSetup(dir, false)) in CleanOneDir() 24 base::FilePath build_dir(setup->build_settings().GetFullPath( in CleanOneDir() 25 SourceDir(setup->build_settings().build_dir().value()))); in CleanOneDir() 43 if (!commands::PrepareForRegeneration(&setup->build_settings())) { in CleanOneDir()
|
H A D | resolved_target_deps_unittest.cc | 20 TestWithScope setup; in TEST() local 21 TestTarget a(setup, "//foo:a", Target::STATIC_LIBRARY); in TEST() 22 TestTarget b(setup, "//foo:b", Target::SOURCE_SET); in TEST() 23 TestTarget c(setup, "//foo:c", Target::SOURCE_SET); in TEST() 24 TestTarget d(setup, "//foo:d", Target::SOURCE_SET); in TEST() 25 TestTarget e(setup, "//foo:e", Target::EXECUTABLE); in TEST()
|
H A D | command_clean_stale.cc | 12 #include "gn/setup.h" 24 Setup* setup = new Setup; in CleanStaleOneDir() local 25 if (!setup->DoSetup(dir, false)) in CleanStaleOneDir() 28 base::FilePath build_dir(setup->build_settings().GetFullPath( in CleanStaleOneDir() 29 SourceDir(setup->build_settings().build_dir().value()))); in CleanStaleOneDir()
|
H A D | metadata_unittest.cc | 35 TestWithScope setup; in TEST() local 60 EXPECT_TRUE(metadata.WalkStep(setup.settings()->build_settings(), data_keys, in TEST() 69 TestWithScope setup; in TEST() local 94 EXPECT_TRUE(metadata.WalkStep(setup.settings()->build_settings(), data_keys, in TEST() 103 TestWithScope setup; in TEST() local 114 std::unique_ptr<Scope> scope(new Scope(setup.settings())); in TEST() 136 std::unique_ptr<Scope> scope_expected(new Scope(setup.settings())); in TEST() 148 EXPECT_TRUE(metadata.WalkStep(setup.settings()->build_settings(), data_keys, in TEST() 157 TestWithScope setup; in TEST() local 177 EXPECT_TRUE(metadata.WalkStep(setup in TEST() 186 TestWithScope setup; TEST() local 208 TestWithScope setup; TEST() local [all...] |
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | ParseExceptionsTest.java | 66 private void setup() { in setup() method in ParseExceptionsTest 82 setup(); in message_parseFrom_InputStream() 94 setup(); in message_parseFrom_InputStreamAndExtensionRegistry() 106 setup(); in message_parseFrom_CodedInputStream() 118 setup(); in message_parseFrom_CodedInputStreamAndExtensionRegistry() 155 setup(); in messageBuilder_mergeFrom_InputStream() 167 setup(); in messageBuilder_mergeFrom_InputStreamAndExtensionRegistry() 181 setup(); in messageBuilder_mergeFrom_CodedInputStream() 193 setup(); in messageBuilder_mergeFrom_CodedInputStreamAndExtensionRegistry()
|
/third_party/ltp/testcases/kernel/syscalls/sendmsg/ |
H A D | sendmsg01.c | 30 * 05/2003 Modified by Manoj Iyer - Make setup function set up lo device. 68 static void setup(void); 99 void (*setup) (void); member 118 .setup = setup0, 135 .setup = setup0, 152 .setup = setup1, 169 .setup = setup5, 186 .setup = setup3, 203 .setup = setup1, 219 .setup 536 static void setup(void) setup() function [all...] |
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-stm32f7.c | 205 * @sudat_min: Min data setup time (ns) 221 * struct stm32f7_i2c_setup - private I2C timing setup parameters 244 * @scldel: Data setup time 298 * @setup: I2C timing input setup 327 struct stm32f7_i2c_setup setup; member 428 struct stm32f7_i2c_setup *setup, in stm32f7_i2c_compute_timing() 434 setup->clock_src); in stm32f7_i2c_compute_timing() 436 setup->speed_freq); in stm32f7_i2c_compute_timing() 449 specs = stm32f7_get_specs(setup in stm32f7_i2c_compute_timing() 427 stm32f7_i2c_compute_timing(struct stm32f7_i2c_dev *i2c_dev, struct stm32f7_i2c_setup *setup, struct stm32f7_i2c_timings *output) stm32f7_i2c_compute_timing() argument 630 stm32f7_i2c_setup_timing(struct stm32f7_i2c_dev *i2c_dev, struct stm32f7_i2c_setup *setup) stm32f7_i2c_setup_timing() argument 2041 const struct stm32f7_i2c_setup *setup; stm32f7_i2c_probe() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/exec/ |
H A D | non-regular.c | 46 void (*setup)(struct __test_metadata *_metadata, in FIXTURE_VARIANT() 77 .setup = setup_link, in FIXTURE_VARIANT_ADD() 92 .setup = setup_dir, in FIXTURE_VARIANT_ADD() 115 .setup = setup_node, in FIXTURE_VARIANT_ADD() 126 .setup = setup_node, in FIXTURE_VARIANT_ADD() 144 .setup = setup_fifo, in FIXTURE_VARIANT_ADD() 153 variant->setup(_metadata, self, variant); in FIXTURE_SETUP()
|
/kernel/linux/linux-6.6/tools/testing/selftests/exec/ |
H A D | non-regular.c | 46 void (*setup)(struct __test_metadata *_metadata, in FIXTURE_VARIANT() 77 .setup = setup_link, in FIXTURE_VARIANT_ADD() 92 .setup = setup_dir, in FIXTURE_VARIANT_ADD() 115 .setup = setup_node, in FIXTURE_VARIANT_ADD() 126 .setup = setup_node, in FIXTURE_VARIANT_ADD() 144 .setup = setup_fifo, in FIXTURE_VARIANT_ADD() 153 variant->setup(_metadata, self, variant); in FIXTURE_SETUP()
|
/third_party/node/test/parallel/ |
H A D | test-console-group.js | 15 function setup(groupIndentation) { function 39 setup(); 70 setup(); 91 setup(); 106 setup(); 124 setup(); 162 setup(3);
|
/third_party/ltp/testcases/kernel/syscalls/listen/ |
H A D | listen01.c | 63 void setup(void), setup0(void), setup1(void), 73 void (*setup) (void); member 91 setup(); in main() 96 tdat[testno].setup(); in main() 119 void setup(void) in setup() function
|
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
H A D | vudc_transfer.c | 48 * @setup: pointer to the setup data for a USB device control 59 struct usb_ctrlrequest *setup, in handle_control_request() 67 w_index = le16_to_cpu(setup->wIndex); in handle_control_request() 68 w_value = le16_to_cpu(setup->wValue); in handle_control_request() 69 switch (setup->bRequest) { in handle_control_request() 71 if (setup->bRequestType != DEV_REQUEST) in handle_control_request() 78 if (setup->bRequestType == DEV_REQUEST) { in handle_control_request() 99 } else if (setup->bRequestType == EP_REQUEST) { in handle_control_request() 112 if (setup in handle_control_request() 58 handle_control_request(struct vudc *udc, struct urb *urb, struct usb_ctrlrequest *setup, int *status) handle_control_request() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/usbip/ |
H A D | vudc_transfer.c | 48 * @setup: pointer to the setup data for a USB device control 59 struct usb_ctrlrequest *setup, in handle_control_request() 67 w_index = le16_to_cpu(setup->wIndex); in handle_control_request() 68 w_value = le16_to_cpu(setup->wValue); in handle_control_request() 69 switch (setup->bRequest) { in handle_control_request() 71 if (setup->bRequestType != DEV_REQUEST) in handle_control_request() 78 if (setup->bRequestType == DEV_REQUEST) { in handle_control_request() 99 } else if (setup->bRequestType == EP_REQUEST) { in handle_control_request() 112 if (setup in handle_control_request() 58 handle_control_request(struct vudc *udc, struct urb *urb, struct usb_ctrlrequest *setup, int *status) handle_control_request() argument [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/ |
H A D | bench_trigger.c | 123 .setup = trigger_tp_setup, 134 .setup = trigger_rawtp_setup, 145 .setup = trigger_kprobe_setup, 156 .setup = trigger_fentry_setup, 167 .setup = trigger_fentry_sleep_setup, 178 .setup = trigger_fmodret_setup,
|
H A D | bench_rename.c | 117 .setup = setup_base, 128 .setup = setup_kprobe, 139 .setup = setup_kretprobe, 150 .setup = setup_rawtp, 161 .setup = setup_fentry, 172 .setup = setup_fexit,
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_rename.c | 112 .setup = setup_base, 122 .setup = setup_kprobe, 132 .setup = setup_kretprobe, 142 .setup = setup_rawtp, 152 .setup = setup_fentry, 162 .setup = setup_fexit,
|
/third_party/ltp/testcases/kernel/syscalls/getpeername/ |
H A D | getpeername01.c | 44 static void setup(void); 58 void (*setup) (int); member 90 setup(); in main() 98 if (test_cases[i].setup != NULL) in main() 99 test_cases[i].setup(i); in main() 129 static void setup(void) in setup() function 154 "socket setup failed for getpeername test %d", i); in setup3()
|
/third_party/ltp/testcases/kernel/syscalls/remap_file_pages/ |
H A D | remap_file_pages02.c | 62 void (*setup)(int); member 120 static void setup(void) in setup() function 136 if (tcases[i].setup) in setup() 137 tcases[i].setup(i); in setup() 156 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/chmod/ |
H A D | chmod06.c | 54 void (*setup)(void); member 72 if (tc[i].setup) in run() 73 tc[i].setup(); in run() 104 void setup(void) in setup() function 141 .setup = setup,
|
/third_party/protobuf/python/ |
H A D | release.sh | 83 python setup.py build 84 python setup.py test 87 python setup.py sdist 95 python setup.py clean build bdist_wheel 112 python setup.py clean build sdist 119 python setup.py clean build bdist_wheel
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-pxa2xx-pci.c | 41 int (*setup)(struct pci_dev *pdev, struct pxa_spi_info *c); member 170 .setup = lpss_spi_setup, 177 .setup = lpss_spi_setup, 184 .setup = lpss_spi_setup, 191 .setup = lpss_spi_setup, 198 .setup = mrfld_spi_setup, 209 .setup = lpss_spi_setup, 216 .setup = lpss_spi_setup, 242 if (c->setup) { in pxa2xx_spi_pci_probe() 243 ret = c->setup(de in pxa2xx_spi_pci_probe() [all...] |
/third_party/ltp/lib/newlib_tests/ |
H A D | tst_expiration_timer.c | 24 static void setup(void) in setup() function 30 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/link/ |
H A D | link08.c | 33 static void setup(void); 68 static void setup(void) in setup() function 81 .setup = setup,
|
/third_party/skia/third_party/externals/brotli/python/ |
H A D | Makefile | 36 @cd .. && $(PYTHON) setup.py build_ext --inplace 39 @cd .. && $(PYTHON) setup.py develop 42 @cd .. && $(PYTHON) setup.py install 49 @cd .. && $(PYTHON) setup.py clean
|