Searched refs:current (Results 1 – 15 of 15) sorted by relevance
| /misc/config_tools/board_inspector/acpiparser/aml/ |
| A D | stream.py | 30 self.current = 0 45 self.current += count 52 self.current += 1 72 ret = self.data[self.current : self.current + count].decode("latin-1") 73 self.current += count 82 self.current = null + 1 86 cur = self.current 87 self.current = self.scopes[-1] 92 self.current = offset 94 self.current += offset [all …]
|
| A D | parser.py | 216 tree.package_range = (stream.current, remaining) 303 pos = stream.current
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/utils/schema/ |
| A D | findSchemaDefinition.js | 20 const current = getPathVal(rootSchema, $ref); 22 if (current === undefined) { 25 if (current.hasOwnProperty('$ref')) { 26 return findSchemaDefinition(current.$ref, rootSchema); 28 return current;
|
| /misc/services/acrn_manager/ |
| A D | acrnd.c | 68 time_t current; in acrnd_add_work() local 81 current = time(NULL); in acrnd_add_work() 82 if (current == (time_t) - 1) { in acrnd_add_work() 89 work->expire = sec + current; in acrnd_add_work() 106 time_t current; in try_do_works() local 109 current = time(NULL); in try_do_works() 110 if (current == (time_t) - 1) { in try_do_works() 172 time_t expire, current; in load_timer_list() local 215 current = time(NULL); in load_timer_list() 216 if (expire > current) in load_timer_list() [all …]
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | probeutils.c | 219 unsigned int *current) in reserve_log_folder() argument 261 res = file_read_int(path, current); in reserve_log_folder() 273 res = file_update_int(path, *current, (unsigned int)maxdirs); in reserve_log_folder() 391 unsigned int current; in generate_log_dir() local 394 if (reserve_log_folder(mode, dir, ¤t)) in generate_log_dir() 397 len = asprintf(&path, "%s%d_%s", dir, current, hashkey); in generate_log_dir()
|
| /misc/config_tools/static_allocators/ |
| A D | main.py | 24 current = os.path.basename(__file__) 29 … for script in sorted([f for f in os.listdir(scripts_path) if f.endswith(".py") and f != current]):
|
| /misc/config_tools/board_inspector/ |
| A D | README | 6 …is not specified, a name of <board_name>.xml will be generated under the current working directory…
|
| /misc/debug_tools/acrn_crashlog/common/include/ |
| A D | fsutils.h | 106 int file_update_int(const char *filename, unsigned int current,
|
| /misc/sample_application/image_builder/ |
| A D | create_image.sh | 7 cloud_image_url=https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img
|
| /misc/debug_tools/acrn_trace/ |
| A D | README.rst | 103 Trace files are created under the current directory where you launched
|
| /misc/debug_tools/acrn_crashlog/common/ |
| A D | fsutils.c | 499 int file_update_int(const char *filename, unsigned int current, in file_update_int() argument 513 res = fprintf(fp, "%4u", ((current + 1) % max)); in file_update_int()
|
| /misc/config_tools/configurator/packages/configurator/src/pages/ |
| A D | Config.vue | 199 let current=configurator.pythonObject.updateSchema(this.board.content,total) 200 let retSch=JSON.parse(current)
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/ |
| A D | IVSHMEM_REGION.vue | 224 // add new item after current item
|
| A D | CAT.vue | 229 "To see your current configuration, go to the Hypervisor’s Advanced tab, " +
|
| /misc/services/life_mngr/ |
| A D | COPYING.MinGW-w64-runtime.txt | 145 the author or any of his current or former employers not be used in
|
Completed in 18 milliseconds