HomeSort by relevance Sort by last modified time
    Searched full:column (Results 26 - 50 of 5155) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/autotest/frontend/migrations/
095_shards_hostnames_and_hosts.py 2 ALTER TABLE afe_shards ADD COLUMN hostname VARCHAR(255) NOT NULL;
3 ALTER TABLE afe_hosts ADD COLUMN shard_id INT NULL;
10 ALTER TABLE afe_hosts DROP COLUMN shard_id;
12 ALTER TABLE afe_shards DROP COLUMN hostname;
038_add_hqe_id_and_foreign_keys_to_special_tasks.py 7 ADD COLUMN time_started DATETIME;
10 ADD COLUMN log_file VARCHAR(45) NOT NULL DEFAULT '';
13 ADD COLUMN queue_entry_id INT;
29 ALTER TABLE special_tasks DROP COLUMN queue_entry_id;
30 ALTER TABLE special_tasks DROP COLUMN log_file;
31 ALTER TABLE special_tasks DROP COLUMN time_started;
017_add_email_list.py 7 ADD_COLUMN = 'ALTER TABLE jobs ADD COLUMN email_list varchar(250) NOT NULL'
8 DROP_COLUMN = 'ALTER TABLE jobs DROP COLUMN email_list'
023_add_show_experimental_pref.py 2 ALTER TABLE users ADD COLUMN `show_experimental` bool NOT NULL DEFAULT FALSE;
6 ALTER TABLE users DROP COLUMN `show_experimental`;
026_remove_hqe_priority.py 2 ALTER TABLE `host_queue_entries` DROP COLUMN `priority`;
6 ALTER TABLE `host_queue_entries` ADD COLUMN `priority` int(11) default NULL
041_add_special_task_success.py 3 ADD COLUMN success TINYINT(1)
13 DROP COLUMN success;
085_lease_hosts.py 2 ALTER TABLE afe_hosts ADD COLUMN leased TINYINT(1) NOT NULL DEFAULT '1';
8 ALTER TABLE afe_hosts DROP COLUMN leased;
049_test_planner_additions.py 16 ALTER TABLE `planner_tests` ADD COLUMN `alias` varchar(255) NOT NULL;
20 ALTER TABLE `planner_tests` ADD COLUMN `estimated_runtime` int NOT NULL;
23 ALTER TABLE `planner_test_runs` ADD COLUMN `host_id` int NOT NULL;
31 ALTER TABLE `planner_tests` DROP COLUMN `alias`;
32 ALTER TABLE `planner_tests` DROP COLUMN `estimated_runtime`;
34 ALTER TABLE `planner_test_runs` DROP COLUMN `host_id`;
010_add_protection_to_hosts.py 15 ADD COLUMN protection INT NOT NULL
19 ALTER COLUMN protection
24 DROP COLUMN protection"""
  /external/autotest/tko/migrations/
022_widen_attribute_value_field.py 2 mgr.execute("alter table test_attributes modify column value varchar(1024);")
3 mgr.execute("alter table iteration_attributes modify column value varchar(1024);")
6 mgr.execute("alter table test_attributes modify column value varchar(100);")
7 mgr.execute("alter table iteration_attributes modify column value varchar(100);")
007_widen_reason_field.py 2 mgr.execute("alter table tests modify column reason varchar(1024);")
5 mgr.execute("alter table tests modify column reason varchar(100);")
019_widen_test_name_field.py 2 mgr.execute("alter table tests modify column test varchar(60);")
5 mgr.execute("alter table tests modify column test varchar(30);")
020_widen_hostname_field.py 2 mgr.execute("alter table machines modify column hostname varchar(700);")
5 mgr.execute("alter table machines modify column hostname varchar(100);")
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMatrixCursor.java 31 public String getString(int column) {
32 Object columnValue = get(column);
37 public long getLong(int column) {
38 Number numberValue = (Number) get(column);
43 public short getShort(int column) {
44 Number numberValue = (Number) get(column);
49 public int getInt(int column) {
50 Number numberValue = (Number) get(column);
55 public float getFloat(int column) {
56 Number numberValue = (Number) get(column);
    [all...]
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockSuggestionProviderCursor.java 41 public Object get(int column) {
42 return mRows.get(getPosition()).get(column);
56 public double getDouble(int column) {
57 return mRows.get(getPosition()).getDouble(column);
61 public float getFloat(int column) {
62 return mRows.get(getPosition()).getFloat(column);
66 public int getInt(int column) {
67 return mRows.get(getPosition()).getInt(column);
71 public long getLong(int column) {
72 return mRows.get(getPosition()).getLong(column);
    [all...]
  /libcore/ojluni/src/main/java/java/sql/
ResultSetMetaData.java 33 * to find out how many columns rs has and whether the first column in rs
56 * Indicates whether the designated column is automatically numbered.
58 * @param column the first column is 1, the second is 2, ...
62 boolean isAutoIncrement(int column) throws SQLException;
65 * Indicates whether a column's case matters.
67 * @param column the first column is 1, the second is 2, ...
71 boolean isCaseSensitive(int column) throws SQLException;
74 * Indicates whether the designated column can be used in a where clause
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSetMetaData.java 13 public String getCatalogName(int column) throws java.sql.SQLException {
17 public String getColumnClassName(int column) throws java.sql.SQLException {
18 column--;
20 if (column < 0 || column >= r.tr.ncolumns) {
24 switch (((TableResultX) r.tr).sql_type[column]) {
51 public int getColumnDisplaySize(int column) throws java.sql.SQLException {
55 public String getColumnLabel(int column) throws java.sql.SQLException {
56 column--;
59 if (column < 0 || column >= r.tr.ncolumns)
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
EnterpriseContactsCursorWrapperTest.java 34 /* column 0 */ PhoneLookup._ID,
35 /* column 1 */ PhoneLookup.CONTACT_ID,
36 /* column 2 */ PhoneLookup.LOOKUP_KEY,
37 /* column 3 */ PhoneLookup.DISPLAY_NAME,
38 /* column 4 */ PhoneLookup.LAST_TIME_CONTACTED,
39 /* column 5 */ PhoneLookup.TIMES_CONTACTED,
40 /* column 6 */ PhoneLookup.STARRED,
41 /* column 7 */ PhoneLookup.IN_DEFAULT_DIRECTORY,
42 /* column 8 */ PhoneLookup.IN_VISIBLE_GROUP,
43 /* column 9 */ PhoneLookup.PHOTO_FILE_ID
186 int column = 0; local
    [all...]
  /external/llvm/test/Linker/
mdlocation.ll 9 ; CHECK-NEXT: !1 = !DILocation(line: 3, column: 7, scope: !0)
10 ; CHECK-NEXT: !2 = !DILocation(line: 3, column: 7, scope: !0, inlinedAt: !1)
11 ; CHECK-NEXT: !3 = !DILocation(line: 3, column: 7, scope: !0, inlinedAt: !2)
12 ; CHECK-NEXT: !4 = distinct !DILocation(line: 3, column: 7, scope: !0)
13 ; CHECK-NEXT: !5 = distinct !DILocation(line: 3, column: 7, scope: !0, inlinedAt: !4)
15 ; CHECK-NEXT: !7 = !DILocation(line: 3, column: 7, scope: !6)
16 ; CHECK-NEXT: !8 = !DILocation(line: 3, column: 7, scope: !6, inlinedAt: !7)
17 ; CHECK-NEXT: !9 = !DILocation(line: 3, column: 7, scope: !6, inlinedAt: !8)
18 ; CHECK-NEXT: !10 = distinct !DILocation(line: 3, column: 7, scope: !6)
19 ; CHECK-NEXT: !11 = distinct !DILocation(line: 3, column: 7, scope: !6, inlinedAt: !10
    [all...]
  /external/llvm/test/Linker/Inputs/
mdlocation.ll 4 !1 = !DILocation(line: 3, column: 7, scope: !0)
5 !2 = !DILocation(line: 3, column: 7, scope: !0, inlinedAt: !1)
6 !3 = !DILocation(line: 3, column: 7, scope: !0, inlinedAt: !2)
8 !4 = distinct !DILocation(line: 3, column: 7, scope: !0)
9 !5 = distinct !DILocation(line: 3, column: 7, scope: !0, inlinedAt: !4)
  /cts/hostsidetests/services/windowmanager/dndsourceapp/src/android/wm/cts/dndsourceapp/
DragSourceCursor.java 41 public String getString(int column) {
45 if (column != 0) {
46 throw new IllegalArgumentException("Incorrect column: " + column);
52 public short getShort(int column) {
57 public int getInt(int column) {
62 public long getLong(int column) {
67 public float getFloat(int column) {
72 public double getDouble(int column) {
77 public boolean isNull(int column) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
scanresults.ui 30 <column>
34 </column>
35 <column>
39 </column>
40 <column>
44 </column>
45 <column>
49 </column>
50 <column>
54 </column>
    [all...]
  /external/clang/test/CodeGen/
debug-info-line4.c 2 // Checks that clang emits column information when -gcolumn-info is passed.
10 // Without column information we wouldn't change locations for b.
11 // CHECK: !DILocation(line: 4, column: 20,
  /external/llvm/test/Assembler/
invalid-dilocation-overflow-column.ll 6 !1 = !DILocation(column: 65535, scope: !0)
8 ; CHECK: <stdin>:[[@LINE+1]]:26: error: value for 'column' too large, limit is 65535
9 !2 = !DILocation(column: 65536, scope: !0)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
list_pager_test.py 26 self.mocked_client.column.List.Expect(
34 fusiontables.Column(name='c0'),
35 fusiontables.Column(name='c1'),
36 fusiontables.Column(name='c2'),
37 fusiontables.Column(name='c3'),
41 self.mocked_client.column.List.Expect(
49 fusiontables.Column(name='c4'),
50 fusiontables.Column(name='c5'),
51 fusiontables.Column(name='c6'),
52 fusiontables.Column(name='c7')
    [all...]

Completed in 663 milliseconds

12 3 4 5 6 7 8 91011>>