/external/autotest/frontend/migrations/ |
D | 013_new_test_fields.py | 2 manager.execute('ALTER TABLE jobs ADD run_verify tinyint(1) default 1') 3 manager.execute('ALTER TABLE autotests ADD author VARCHAR(256)') 4 manager.execute('ALTER TABLE autotests ADD dependencies VARCHAR(256)') 5 manager.execute('ALTER TABLE autotests ADD experimental SMALLINT DEFAULT 0') 6 manager.execute('ALTER TABLE autotests ADD run_verify SMALLINT DEFAULT 1') 7 manager.execute('ALTER TABLE autotests ADD test_time SMALLINT DEFAULT 1') 8 manager.execute('ALTER TABLE autotests ADD test_category VARCHAR(256)') 9 manager.execute('ALTER TABLE autotests ADD sync_count INT(11) DEFAULT 1') 13 manager.execute('ALTER TABLE jobs DROP run_verify') 14 manager.execute('ALTER TABLE autotests DROP sync_count') [all …]
|
D | 022_implement_sync_count.py | 14 manager.execute("""ALTER TABLE host_queue_entries ADD COLUMN 18 rows = manager.execute(""" 24 hqes = manager.execute(""" 34 manager.execute( 39 manager.execute('UPDATE jobs SET synch_count = 1 WHERE synch_type = 1') 40 manager.execute('UPDATE jobs SET synch_count = 2 ' 43 manager.execute('ALTER TABLE jobs DROP COLUMN synch_type') 44 manager.execute('ALTER TABLE autotests DROP COLUMN synch_type') 46 manager.execute('ALTER TABLE jobs DROP COLUMN synchronizing')
|
D | 028_add_atomic_groups.py | 3 manager.execute("ALTER TABLE labels ADD `atomic_group_id` " 5 manager.execute("ALTER TABLE labels ADD CONSTRAINT FOREIGN KEY " 8 manager.execute("ALTER TABLE host_queue_entries ADD `atomic_group_id` " 10 manager.execute("ALTER TABLE host_queue_entries ADD CONSTRAINT FOREIGN KEY " 16 manager.execute("ALTER TABLE host_queue_entries REMOVE `atomic_group_id`") 17 manager.execute("ALTER TABLE labels REMOVE `atomic_group_id`") 18 manager.execute("DROP TABLE IF EXISTS `atomic_groups`")
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowAndroidHttpClient.java | 51 …public HttpResponse execute(HttpUriRequest httpUriRequest) throws IOException, ClientProtocolExcep… in execute() method in ShadowAndroidHttpClient 52 return httpClient.execute(httpUriRequest); in execute() 56 …public HttpResponse execute(HttpUriRequest httpUriRequest, HttpContext httpContext) throws IOExcep… in execute() method in ShadowAndroidHttpClient 57 return httpClient.execute(httpUriRequest, httpContext); in execute() 61 …public HttpResponse execute(HttpHost httpHost, HttpRequest httpRequest) throws IOException, Client… in execute() method in ShadowAndroidHttpClient 62 return httpClient.execute(httpHost, httpRequest); in execute() 66 …public HttpResponse execute(HttpHost httpHost, HttpRequest httpRequest, HttpContext httpContext) t… in execute() method in ShadowAndroidHttpClient 67 return httpClient.execute(httpHost, httpRequest, httpContext); in execute() 71 …public <T> T execute(HttpUriRequest httpUriRequest, ResponseHandler<? extends T> responseHandler) … in execute() method in ShadowAndroidHttpClient 72 return httpClient.execute(httpUriRequest, responseHandler); in execute() [all …]
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | SerializingExecutorTest.java | 44 @Override public void execute(Runnable command) { in execute() method in SerializingExecutorTest.FakeExecutor 85 e.execute(intCounter); in testBasics() 87 e.execute(intCounter); in testBasics() 94 e.execute(intCounter); in testBasics() 95 e.execute(intCounter); in testBasics() 96 e.execute(intCounter); in testBasics() 119 e.execute(new FakeOp(0)); in testOrdering() 120 e.execute(new FakeOp(1)); in testOrdering() 121 e.execute(new FakeOp(2)); in testOrdering() 139 e.execute(runMe); in testExceptions() [all …]
|
/external/crcalc/src/com/hp/creals/ |
D | UnaryCRFunction.java | 55 abstract public CR execute(CR x); in execute() method in UnaryCRFunction 177 public CR execute(CR x) { in execute() method in sin_UnaryCRFunction 183 public CR execute(CR x) { in execute() method in cos_UnaryCRFunction 189 public CR execute(CR x) { in execute() method in tan_UnaryCRFunction 195 public CR execute(CR x) { in execute() method in asin_UnaryCRFunction 201 public CR execute(CR x) { in execute() method in acos_UnaryCRFunction 212 public CR execute(CR x) { in execute() method in atan_UnaryCRFunction 221 public CR execute(CR x) { in execute() method in exp_UnaryCRFunction 227 public CR execute(CR x) { in execute() method in ln_UnaryCRFunction 233 public CR execute(CR x) { in execute() method in identity_UnaryCRFunction [all …]
|
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 46 public void execute() throws Exception; in execute() method 95 public void execute() throws Exception { in testAssertTrue() 109 public void execute() throws Exception { in testAssertFalse() 124 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 130 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 145 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 151 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 166 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 172 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 186 public void execute() throws Exception { in testAssertNotNullOrEmpty_String() [all …]
|
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 47 public void execute() throws Exception; in execute() method 96 public void execute() throws Exception { in testAssertTrue() 110 public void execute() throws Exception { in testAssertFalse() 125 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 131 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 146 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 152 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 167 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 173 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 187 public void execute() throws Exception { in testAssertNotNullOrEmpty_String() [all …]
|
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 47 public void execute() throws Exception; in execute() method 96 public void execute() throws Exception { in testAssertTrue() 110 public void execute() throws Exception { in testAssertFalse() 125 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 131 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 146 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 152 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 167 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 173 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 187 public void execute() throws Exception { in testAssertNotNullOrEmpty_String() [all …]
|
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 46 public void execute() throws Exception; in execute() method 95 public void execute() throws Exception { in testAssertTrue() 109 public void execute() throws Exception { in testAssertFalse() 124 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 130 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 145 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 151 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 166 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 172 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 186 public void execute() throws Exception { in testAssertNotNullOrEmpty_String() [all …]
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 46 public void execute() throws Exception; in execute() method 95 public void execute() throws Exception { in testAssertTrue() 109 public void execute() throws Exception { in testAssertFalse() 124 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 130 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 145 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 151 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 166 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 172 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 186 public void execute() throws Exception { in testAssertNotNullOrEmpty_String() [all …]
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 47 public void execute() throws Exception; in execute() method 96 public void execute() throws Exception { in testAssertTrue() 110 public void execute() throws Exception { in testAssertFalse() 125 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 131 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 146 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 152 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 167 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 173 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 187 public void execute() throws Exception { in testAssertNotNullOrEmpty_String() [all …]
|
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 46 public void execute() throws Exception; in execute() method 95 public void execute() throws Exception { in testAssertTrue() 109 public void execute() throws Exception { in testAssertFalse() 124 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 130 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 145 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 151 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 166 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 172 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 186 public void execute() throws Exception { in testAssertNotNullOrEmpty_String() [all …]
|
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 46 public void execute() throws Exception; in execute() method 95 public void execute() throws Exception { in testAssertTrue() 109 public void execute() throws Exception { in testAssertFalse() 124 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 130 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 145 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 151 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 166 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 172 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 186 public void execute() throws Exception { in testAssertNotNullOrEmpty_String() [all …]
|
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 46 public void execute() throws Exception; in execute() method 95 public void execute() throws Exception { in testAssertTrue() 109 public void execute() throws Exception { in testAssertFalse() 124 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 130 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 145 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 151 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 166 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 172 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 186 public void execute() throws Exception { in testAssertNotNullOrEmpty_String() [all …]
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 46 public void execute() throws Exception; in execute() method 95 public void execute() throws Exception { in testAssertTrue() 109 public void execute() throws Exception { in testAssertFalse() 124 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 130 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 145 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 151 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 166 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 172 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 186 public void execute() throws Exception { in testAssertNotNullOrEmpty_String() [all …]
|
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 46 public void execute() throws Exception; in execute() method 95 public void execute() throws Exception { in testAssertTrue() 109 public void execute() throws Exception { in testAssertFalse() 124 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 130 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 145 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 151 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 166 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 172 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 186 public void execute() throws Exception { in testAssertNotNullOrEmpty_String() [all …]
|
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 49 public void execute() throws Exception; in execute() method 98 public void execute() throws Exception { in testAssertTrue() 112 public void execute() throws Exception { in testAssertFalse() 127 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 133 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 148 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 154 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 169 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 175 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 189 public void execute() throws Exception { in testAssertNotNullOrEmpty_String() [all …]
|
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 49 public void execute() throws Exception; in execute() method 98 public void execute() throws Exception { in testAssertTrue() 112 public void execute() throws Exception { in testAssertFalse() 127 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 133 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 148 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 154 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 169 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 175 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 189 public void execute() throws Exception { in testAssertNotNullOrEmpty_String() [all …]
|
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 49 public void execute() throws Exception; in execute() method 98 public void execute() throws Exception { in testAssertTrue() 112 public void execute() throws Exception { in testAssertFalse() 127 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 133 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 148 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 154 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 169 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 175 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 189 public void execute() throws Exception { in testAssertNotNullOrEmpty_String() [all …]
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 49 public void execute() throws Exception; in execute() method 98 public void execute() throws Exception { in testAssertTrue() 112 public void execute() throws Exception { in testAssertFalse() 127 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 133 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 148 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 154 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 169 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 175 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 189 public void execute() throws Exception { in testAssertNotNullOrEmpty_String() [all …]
|
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 49 public void execute() throws Exception; in execute() method 98 public void execute() throws Exception { in testAssertTrue() 112 public void execute() throws Exception { in testAssertFalse() 127 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 133 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 148 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 154 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 169 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 175 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 189 public void execute() throws Exception { in testAssertNotNullOrEmpty_String() [all …]
|
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 49 public void execute() throws Exception; in execute() method 98 public void execute() throws Exception { in testAssertTrue() 112 public void execute() throws Exception { in testAssertFalse() 127 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 133 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 148 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 154 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 169 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 175 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 189 public void execute() throws Exception { in testAssertNotNullOrEmpty_String() [all …]
|
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 49 public void execute() throws Exception; in execute() method 98 public void execute() throws Exception { in testAssertTrue() 112 public void execute() throws Exception { in testAssertFalse() 127 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 133 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 148 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 154 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 169 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 175 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 189 public void execute() throws Exception { in testAssertNotNullOrEmpty_String() [all …]
|
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 49 public void execute() throws Exception; in execute() method 98 public void execute() throws Exception { in testAssertTrue() 112 public void execute() throws Exception { in testAssertFalse() 127 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 133 public void execute() throws Exception { in testAssertNotNullOrEmpty_Collection() 148 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 154 public void execute() throws Exception { in testAssertNotNullOrEmpty_Map() 169 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 175 public void execute() throws Exception { in testAssertNotNullOrEmpty_array() 189 public void execute() throws Exception { in testAssertNotNullOrEmpty_String() [all …]
|