HomeSort by relevance Sort by last modified time
    Searched full:drop (Results 51 - 75 of 4686) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/autotest/frontend/migrations/
074_test_add_test_retry.py 6 ALTER TABLE afe_autotests DROP COLUMN test_retry;
079_special_task_abort.py 6 ALTER TABLE afe_special_tasks DROP COLUMN is_aborted;
083_job_add_timeout_mins.py 7 ALTER TABLE afe_jobs DROP COLUMN timeout_mins;
105_update_test_label_foreign_keys.py 2 ALTER TABLE tko_test_labels_tests DROP FOREIGN KEY tests_labels_tests_ibfk_1;
7 ALTER TABLE tko_test_labels_tests DROP FOREIGN KEY tests_labels_tests_ibfk_2;
13 ALTER TABLE tko_test_labels_tests DROP FOREIGN KEY tests_labels_tests_ibfk_1;
17 ALTER TABLE tko_test_labels_tests DROP FOREIGN KEY tests_labels_tests_ibfk_2;
006_host_label_invalid.py 7 manager.execute('ALTER TABLE hosts DROP invalid')
8 manager.execute('ALTER TABLE labels DROP invalid')
015_add_locked_by_and_lock_time.py 11 manager.execute('ALTER TABLE hosts DROP COLUMN locked_by_id')
12 manager.execute('ALTER TABLE hosts DROP COLUMN lock_time')
021_add_user_reboot_prefs.py 9 ALTER TABLE users DROP COLUMN reboot_before;
10 ALTER TABLE users DROP COLUMN reboot_after;
035_job_max_runtime.py 10 ALTER TABLE jobs DROP COLUMN max_runtime_hrs;
11 ALTER TABLE host_queue_entries DROP COLUMN started_on;
040_add_foreign_keys.py 53 DROP FOREIGN KEY hosts_locked_by_fk;
56 DROP FOREIGN KEY host_queue_entries_job_id_fk;
59 DROP FOREIGN KEY host_queue_entries_host_id_fk;
62 DROP FOREIGN KEY host_queue_entries_meta_host_fk;
65 DROP FOREIGN KEY aborted_host_queue_entries_queue_entry_id_fk;
68 DROP FOREIGN KEY aborted_host_queue_entries_aborted_by_id_fk;
71 DROP FOREIGN KEY recurring_run_job_id_fk;
74 DROP FOREIGN KEY recurring_run_owner_id_fk;
064_add_jobs_and_tests_time_indices.py 8 drop index started_time on tko_tests;
9 drop index created_on on afe_jobs;
102_change_invalidates_test_idx_fk_constraint.py 3 DROP FOREIGN KEY `invalidates_test_idx_fk`,
11 DROP FOREIGN KEY `invalidates_test_idx_fk_1`,
106_update_test_job_keyvals_foreign_keys.py 2 ALTER TABLE tko_job_keyvals DROP FOREIGN KEY tko_job_keyvals_ibfk_1;
8 ALTER TABLE tko_job_keyvals DROP FOREIGN KEY tko_job_keyvals_ibfk_1;
058_drone_management.py 75 DROP FOREIGN KEY afe_users_drone_set_ibfk;
78 DROP COLUMN drone_set_id;
81 DROP FOREIGN KEY afe_jobs_drone_set_ibfk;
84 DROP COLUMN drone_set_id;
86 DROP TABLE IF EXISTS afe_drone_sets_drones;
87 DROP TABLE IF EXISTS afe_drone_sets;
88 DROP TABLE IF EXISTS afe_drones;
018_add_label_only_if_needed.py 22 manager.execute('ALTER TABLE labels DROP COLUMN only_if_needed')
23 manager.execute('DROP TABLE IF EXISTS `autotests_dependency_labels`')
24 manager.execute('DROP TABLE IF EXISTS `jobs_dependency_labels`')
086_add_invalidates_test_idx_to_tko_tests.py 13 ALTER TABLE tko_tests DROP FOREIGN KEY `invalidates_test_idx_fk`;
15 DROP_COLUMN = """ALTER TABLE tko_tests DROP `invalidates_test_idx`; """
29 """Drop the changes.
017_add_email_list.py 8 DROP_COLUMN = 'ALTER TABLE jobs DROP COLUMN email_list'
023_add_show_experimental_pref.py 6 ALTER TABLE users DROP COLUMN `show_experimental`;
026_remove_hqe_priority.py 2 ALTER TABLE `host_queue_entries` DROP COLUMN `priority`;
041_add_special_task_success.py 13 DROP COLUMN success;
  /external/autotest/tko/migrations/
024_index_test_labels_tests_test_id.py 7 manager.execute('DROP INDEX test_labels_tests_test_id ON test_labels_tests')
  /external/valgrind/gdbserver_tests/
nlgone_exit.stdinB.gdb 5 echo filter_gdb BEGIN drop\n
7 echo filter_gdb END drop\n
  /external/autotest/client/site_tests/audio_AlsaAPI/
control.drop 6 NAME = 'audio_AlsaAPI.drop'
8 PURPOSE = 'Test that simple ALSA API succeeds to drop playback and reset hw_ptr.'
18 Check ALSA API succeeds to drop playback and reset hw_ptr.
21 job.run_test('audio_AlsaAPI', to_test='drop', tag='drop')
  /external/autotest/client/site_tests/security_Firewall/
baseline.iptables 1 -P INPUT DROP
2 -P FORWARD DROP
3 -P OUTPUT DROP
  /external/llvm/test/tools/gold/X86/
drop-debug.ll 2 ; RUN: --plugin-opt=emit-llvm -shared %p/Inputs/drop-debug.bc \
5 ; drop-debug.bc was created from "void f(void) {}" with clang 3.5 and
8 ; CHECK: warning: LLVM gold plugin: ignoring debug info with an invalid version (1) in {{.*}}/Inputs/drop-debug.bc
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DropGesture.java 23 * A {@link DropGesture} is a {@link Gesture} which deals with drag and drop, so
25 * "valid", and in general gets access to the system drag and drop data
31 * The cursor has entered the drop target boundaries.
33 * @param event The {@link DropTargetEvent} for this drag and drop event
40 * The cursor is moving over the drop target.
42 * @param event The {@link DropTargetEvent} for this drag and drop event
52 * @param event The {@link DropTargetEvent} for this drag and drop event
59 * The cursor has left the drop target boundaries OR the drop has been
62 * @param event The {@link DropTargetEvent} for this drag and drop even
85 public void drop(final DropTargetEvent event) { method in class:DropGesture
    [all...]

Completed in 275 milliseconds

1 23 4 5 6 7 8 91011>>