OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atomic_groups
(Results
1 - 5
of
5
) sorted by null
/external/autotest/frontend/migrations/
029_add_atomic_group_invalid.py
2
manager.execute('ALTER TABLE
atomic_groups
ADD `invalid` bool NOT NULL')
6
manager.execute('ALTER TABLE
atomic_groups
DROP invalid')
028_add_atomic_groups.py
6
"(`atomic_group_id`) REFERENCES `
atomic_groups
` (`id`) "
11
"(`atomic_group_id`) REFERENCES `
atomic_groups
` (`id`) "
18
manager.execute("DROP TABLE IF EXISTS `
atomic_groups
`")
22
CREATE TABLE `
atomic_groups
` (
044_rename_afe_tables.py
10
'
atomic_groups
',
/external/autotest/cli/contrib/
why_isnt_my_job_running.py
259
atomic_groups
= set()
variable
261
atomic_groups
.add(label['atomic_group']['name'])
262
if len(
atomic_groups
) != 1:
264
print list(
atomic_groups
)
/external/autotest/frontend/afe/
rpc_interface.py
[
all
...]
Completed in 50 milliseconds