/device/google/marlin/dataservices/datatop/ |
Makefile.am | 1 AUTOMAKE_OPTIONS = foreign
|
/art/test/577-profile-foreign-dex/ |
info.txt | 1 Check that we record the use of foreign dex files when profiles are enabled.
|
/external/autotest/frontend/migrations/ |
040_add_foreign_keys.py | 3 ADD CONSTRAINT hosts_locked_by_fk FOREIGN KEY 8 ADD CONSTRAINT host_queue_entries_job_id_fk FOREIGN KEY 21 ADD CONSTRAINT host_queue_entries_host_id_fk FOREIGN KEY 26 ADD CONSTRAINT host_queue_entries_meta_host_fk FOREIGN KEY 31 ADD CONSTRAINT aborted_host_queue_entries_queue_entry_id_fk FOREIGN KEY 36 ADD CONSTRAINT aborted_host_queue_entries_aborted_by_id_fk FOREIGN KEY 41 ADD CONSTRAINT recurring_run_job_id_fk FOREIGN KEY 46 ADD CONSTRAINT recurring_run_owner_id_fk FOREIGN KEY 53 DROP FOREIGN KEY hosts_locked_by_fk; 56 DROP FOREIGN KEY host_queue_entries_job_id_fk [all...] |
102_change_invalidates_test_idx_fk_constraint.py | 3 DROP FOREIGN KEY `invalidates_test_idx_fk`, 5 FOREIGN KEY (`invalidates_test_idx`) 11 DROP FOREIGN KEY `invalidates_test_idx_fk_1`, 13 FOREIGN KEY (`invalidates_test_idx`)
|
043_add_special_task_requested_by.py | 5 FOREIGN KEY (requested_by_id) REFERENCES users (id) ON DELETE NO ACTION; 9 ALTER TABLE special_tasks DROP FOREIGN KEY special_tasks_requested_by_id;
|
094_add_shards.py | 8 FOREIGN KEY (shard_id) REFERENCES afe_shards(id); 17 FOREIGN KEY (`shard_id`) REFERENCES `afe_shards` (`id`); 19 FOREIGN KEY (`label_id`) REFERENCES `afe_labels` (`id`); 23 ALTER TABLE afe_jobs DROP FOREIGN KEY jobs_to_shard_ibfk; 26 ALTER TABLE afe_shards_labels DROP FOREIGN KEY shard_label_id_fk; 27 ALTER TABLE afe_shards_labels DROP FOREIGN KEY shard_shard_id_fk;
|
099_drop_afe_job_keyvals_foreign_key.py | 2 ALTER TABLE afe_job_keyvals DROP FOREIGN KEY `afe_job_keyvals_ibfk_1`; 6 # the foreign key constraint by: 16 ADD CONSTRAINT afe_job_keyvals_ibfk_1 FOREIGN KEY
|
038_add_hqe_id_and_foreign_keys_to_special_tasks.py | 16 ADD CONSTRAINT special_tasks_to_hosts_ibfk FOREIGN KEY 21 FOREIGN KEY special_tasks_host_queue_entry_id 26 ALTER TABLE special_tasks DROP FOREIGN KEY 28 ALTER TABLE special_tasks DROP FOREIGN KEY special_tasks_to_hosts_ibfk;
|
051_rename_planner_tests.py | 4 ALTER TABLE `planner_test_jobs` DROP FOREIGN KEY `test_jobs_test_id_fk`; 11 FOREIGN KEY `planner_test_jobs_test_config_id` 18 ALTER TABLE `planner_test_jobs` DROP FOREIGN KEY `test_jobs_test_config_id_fk`; 25 FOREIGN KEY `planner_test_jobs_test_id`
|
056_planner_global_support.py | 10 FOREIGN KEY (testconfig_id) REFERENCES planner_test_configs (id); 14 FOREIGN KEY (host_id) REFERENCES afe_hosts (id);
|
095_shards_hostnames_and_hosts.py | 5 FOREIGN KEY (shard_id) REFERENCES afe_shards(id); 9 ALTER TABLE afe_hosts DROP FOREIGN KEY hosts_to_shard_ibfk;
|
096_only_one_shard_per_label.py | 9 ALTER TABLE afe_shards_labels DROP FOREIGN KEY shard_label_id_fk; 13 FOREIGN KEY (`label_id`) REFERENCES `afe_labels` (`id`); 17 # This doesn't work here, as the index is also needed for the foreign key. 19 # Therefore delete the foreign key, delete the index, re-add the foreign key. 21 ALTER TABLE afe_shards_labels DROP FOREIGN KEY shard_label_id_fk; 24 FOREIGN KEY (`label_id`) REFERENCES `afe_labels` (`id`);
|
049_test_planner_additions.py | 12 ALTER TABLE `planner_plan_host_labels` ADD CONSTRAINT plan_host_labels_plan_id_fk FOREIGN KEY (`plan_id`) REFERENCES `planner_plans` (`id`); 13 ALTER TABLE `planner_plan_host_labels` ADD CONSTRAINT plan_host_labels_label_id_fk FOREIGN KEY (`label_id`) REFERENCES `afe_labels` (`id`); 24 ALTER TABLE `planner_test_runs` ADD CONSTRAINT `test_runs_host_id_fk` FOREIGN KEY (`host_id`) REFERENCES `planner_hosts` (`id`); 33 ALTER TABLE `planner_test_runs` DROP FOREIGN KEY `test_runs_host_id_fk`;
|
060_add_planner_additional_parameters.py | 12 FOREIGN KEY (plan_id) REFERENCES planner_plans (id); 28 FOREIGN KEY (additional_parameter_id) 38 DROP FOREIGN KEY planner_additional_parameter_values_additional_parameter_ibfk; 44 DROP FOREIGN KEY planner_additional_parameters_plan_ibfk;
|
/external/curl/include/ |
Makefile.am | 5 AUTOMAKE_OPTIONS = foreign no-dependencies
|
/external/curl/packages/EPM/ |
Makefile.am | 1 AUTOMAKE_OPTIONS = foreign
|
/external/llvm/test/ExecutionEngine/Interpreter/ |
lit.local.cfg | 1 # These tests require foreign function calls
|
/external/v8/test/mjsunit/compiler/ |
regress-452427.js | 6 var foreign = {}; variable 9 var rol = (function Module(stdlib, foreign, heap) { 16 })(stdlib, foreign, heap).rol;
|
regress-bit-number-constant.js | 7 var foreign = {} variable 9 var foo = (function Module(stdlib, foreign, heap) { 15 })(stdlib, foreign, buffer).foo;
|
regress-3812.js | 7 var foreign = {} variable 9 var foo = (function Module(stdlib, foreign, heap) { 17 })(stdlib, foreign, buffer).foo;
|
/external/autotest/tko/migrations/ |
025_add_test_label_foreign_keys.py | 8 FOREIGN KEY (testlabel_id) REFERENCES test_labels (id); 11 FOREIGN KEY (test_id) REFERENCES tests (test_idx); 15 ALTER TABLE test_labels_tests DROP FOREIGN KEY tests_labels_tests_ibfk_1; 16 ALTER TABLE test_labels_tests DROP FOREIGN KEY tests_labels_tests_ibfk_2;
|
/external/v8/test/mjsunit/asm/ |
zero-extend.js | 7 var foreign = {} variable 10 var zext8 = (function Module(stdlib, foreign, heap) { 17 })(stdlib, foreign, buffer).zext8; 25 var zext16 = (function Module(stdlib, foreign, heap) { 32 })(stdlib, foreign, buffer).zext16;
|
/device/google/marlin/dataservices/ |
Makefile.am | 5 AUTOMAKE_OPTIONS = foreign
|
/device/huawei/angler/dataservices/ |
Makefile.am | 5 AUTOMAKE_OPTIONS = foreign
|
/external/libedit/ |
Makefile.am | 2 AUTOMAKE_OPTIONS = foreign
|