| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/migrations/ |
| H A D | 0007_auto_20160523_1446.py | 17 …field=models.IntegerField(default=2, choices=[(0, 'Succeeded'), (1, 'Failed'), (2, 'In Progress'),… 22 field=models.IntegerField(choices=[(0, 'variable')]), 37 field=models.IntegerField(choices=[(0, 'local'), (1, 'layerindex'), (2, 'imported')]), 42 …field=models.IntegerField(default=0, choices=[(0, 'info'), (1, 'warn'), (2, 'error'), (3, 'critica… 52 …field=models.IntegerField(choices=[(0, 'depends'), (1, 'depends'), (3, 'recommends'), (2, 'recomme… 57 field=models.IntegerField(choices=[(0, 'depends'), (1, 'rdepends')]), 72 …field=models.IntegerField(choices=[(1, 'regular'), (2, 'directory'), (3, 'symlink'), (4, 'socket')… 77 …field=models.IntegerField(default=-1, choices=[(-1, 'Not Available'), (0, 'Succeeded'), (1, 'Cover… 82 field=models.IntegerField(default=0, choices=[(0, 'N/A'), (2, 'Python'), (3, 'Shell')]), 87 …field=models.IntegerField(default=0, choices=[(0, 'Not Applicable'), (1, 'File not in cache'), (2,…
|
| H A D | 0001_initial.py | 45 …('outcome', models.IntegerField(default=2, choices=[(0, b'Succeeded'), (1, b'Failed'), (2, b'In Pr… 64 ('area', models.IntegerField(choices=[(0, b'variable')])), 106 …('sourcetype', models.IntegerField(choices=[(0, b'local'), (1, b'layerindex'), (2, b'imported')])), 124 …('level', models.IntegerField(default=0, choices=[(0, b'info'), (1, b'warn'), (2, b'error'), (3, b… 164 …('dep_type', models.IntegerField(choices=[(0, b'depends'), (1, b'depends'), (3, b'recommends'), (2… 243 ('dep_type', models.IntegerField(choices=[(0, b'depends'), (1, b'rdepends')])), 294 …('inodetype', models.IntegerField(choices=[(1, b'regular'), (2, b'directory'), (3, b'symlink'), (4… 326 …('outcome', models.IntegerField(default=-1, choices=[(-1, b'Not Available'), (0, b'Succeeded'), (1… 332 …('script_type', models.IntegerField(default=0, choices=[(0, b'N/A'), (2, b'Python'), (3, b'Shell')… 337 …('sstate_result', models.IntegerField(default=0, choices=[(0, b'Not Applicable'), (1, b'File not i…
|
| H A D | 0006_add_cancelled_state.py | 17 …field=models.IntegerField(default=2, choices=[(0, b'Succeeded'), (1, b'Failed'), (2, b'In Progress…
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | meson_options.txt | 1 option('xorg', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', 5 option('xwayland', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', 7 option('glamor', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', 9 option('xwayland_eglstream', type: 'combo', choices: ['true', 'false', 'auto'], 11 option('xnest', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', 17 option('xwin', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', 35 option('ipv6', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto') 58 option('int10', type: 'combo', choices: ['stub', 'x86emu', 'vm86', 'auto', 'false'], 66 option('hal', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', 68 option('systemd_logind', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/migrations/ |
| H A D | 0004_auto_20160523_1446.py | 17 field=models.IntegerField(default=0, choices=[(0, 'stopped'), (1, 'started')]), 22 field=models.IntegerField(choices=[(0, 'local')]), 27 … field=models.IntegerField(default=0, choices=[(0, 'free'), (1, 'lock'), (2, 'running')]), 32 …field=models.IntegerField(default=0, choices=[(0, 'created'), (1, 'queued'), (2, 'in progress'), (…
|
| H A D | 0001_initial.py | 64 ('betype', models.IntegerField(choices=[(0, b'local'), (1, b'ssh')])), 68 … ('bbstate', models.IntegerField(default=0, choices=[(0, b'stopped'), (1, b'started')])), 71 … ('lock', models.IntegerField(default=0, choices=[(0, b'free'), (1, b'lock'), (2, b'running')])), 80 …('state', models.IntegerField(default=0, choices=[(0, b'created'), (1, b'queued'), (2, b'in progre…
|
| H A D | 0005_reorder_buildrequest_states.py | 17 …field=models.IntegerField(choices=[(0, 'created'), (1, 'queued'), (2, 'in progress'), (3, 'failed'…
|
| H A D | 0002_auto_20160120_1250.py | 17 field=models.IntegerField(choices=[(0, b'local')]),
|
| H A D | 0003_add_cancelling_state.py | 17 …field=models.IntegerField(default=0, choices=[(0, b'created'), (1, b'queued'), (2, b'in progress')…
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/build/linux/ |
| H A D | envsetup.sh | 3 choices=(rv1106 rk3588 rk356x rv1109 rk3562) 16 for choice in ${choices[@]} 51 selection=${choices[$(($answer))]} 53 selection=${choices[$(($answer-1))]}
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | types.py | 34 def choice(value, choices): argument 44 choices = choices.lower() 45 if value not in choices.split(): 47 (value, choices))
|
| /OK3568_Linux_fs/external/linux-rga/ |
| H A D | meson_options.txt | 1 option('libdrm', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', 3 option('librga_demo', type: 'combo', choices: ['true', 'false', 'auto'], value: 'false',
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/ |
| H A D | models.py | 36 betype = models.IntegerField(choices = TYPE) 40 bbstate = models.IntegerField(choices = SERVER_STATE, default = SERVER_STOPPED) 43 lock = models.IntegerField(choices = LOCK_STATE, default = LOCK_FREE) 91 state = models.IntegerField(choices = REQUEST_STATE, default = REQ_CREATED)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/ |
| H A D | tdc_multibatch.py | 22 choices=['add', 'del', 'replace'], 45 choices=range(0, 256),
|
| H A D | tdc_batch.py | 34 choices=['add', 'del', 'replace'], 43 choices=range(0, 256),
|
| /OK3568_Linux_fs/external/libmali/ |
| H A D | meson_options.txt | 1 option('arch', type: 'combo', choices: ['auto', 'arm', 'armv7l', 'armhf', 'arm32', 'armv8', 'arm64'… 23 option('optimize-level', type: 'combo', choices: ['O0', 'O1', 'O2', 'O3', 'Os', 'Ofast', 'Og'], val…
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | ksparser.py | 159 choices=('ext2', 'ext3', 'ext4', 'btrfs', 172 choices = ('primary', 'logical')) 193 bootloader.add_argument('--ptable', choices=('msdos', 'gpt'),
|
| /OK3568_Linux_fs/buildroot/package/mesa3d/ |
| H A D | 0003-vc4-add-meson-option-to-disable-optional-neon-suppor.patch | 25 choices : ['auto', 'true', 'false', 'enabled', 'disabled'], 32 + choices : ['auto', 'disabled'],
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_vm.c | 183 unsigned choices[2] = {}; in radeon_vm_grab_id() local 207 choices[fence->ring == ring ? 0 : 1] = i; in radeon_vm_grab_id() 212 if (choices[i]) { in radeon_vm_grab_id() 213 vm_id->id = choices[i]; in radeon_vm_grab_id() 214 trace_radeon_vm_grab_id(choices[i], ring); in radeon_vm_grab_id() 215 return rdev->vm_manager.active[choices[i]]; in radeon_vm_grab_id()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/ |
| H A D | models.py | 477 outcome = models.IntegerField(choices=BUILD_OUTCOME, default=IN_PROGRESS) 1012 inodetype = models.IntegerField(choices = ITYPES) 1107 outcome = models.IntegerField(choices=TASK_OUTCOME, default=OUTCOME_NA) 1114 script_type = models.IntegerField(choices=TASK_CODING, default=CODING_NA) 1133 sstate_result = models.IntegerField(choices=SSTATE_RESULT, default=SSTATE_NA) 1293 dep_type = models.IntegerField(choices=DEPENDS_TYPE) 1371 dep_type = models.IntegerField(choices=DEPENDS_TYPE) 1481 layer_source = models.IntegerField(choices=LayerSource.SOURCE_TYPE, 1812 area = models.IntegerField(choices=HELPTEXT_AREA) 1833 level = models.IntegerField(choices=LOG_LEVEL, default=INFO)
|
| /OK3568_Linux_fs/kernel/usr/ |
| H A D | Kconfig | 151 is slowest among the choices. The initramfs size is about 10% smaller 165 Decompression speed is between the other choices. Compression is 189 It's compression ratio is the second poorest amongst the choices. The 201 It's compression ratio is the poorest amongst the choices. The kernel
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/scripts/ |
| H A D | sign_encrypt.py | 83 'command', choices=command_choices, nargs='?', 109 parser.add_argument('--algo', required=False, choices=list(algo.keys()),
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/scripts/ |
| H A D | sign_encrypt.py | 83 'command', choices=command_choices, nargs='?', 109 parser.add_argument('--algo', required=False, choices=list(algo.keys()),
|
| /OK3568_Linux_fs/kernel/scripts/clang-tools/ |
| H A D | run-clang-tools.py | 32 choices=["clang-tidy", "clang-analyzer"],
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | task-time | 33 choices=("none", "real", "user", "sys"),
|