Home
last modified time | relevance | path

Searched refs:current (Results 1 – 15 of 15) sorted by relevance

/misc/config_tools/board_inspector/acpiparser/aml/
A Dstream.py30 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 Dparser.py216 tree.package_range = (stream.current, remaining)
303 pos = stream.current
/misc/config_tools/configurator/packages/vue-json-schema-form/utils/schema/
A DfindSchemaDefinition.js20 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 Dacrnd.c68 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 Dprobeutils.c219 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, &current)) in generate_log_dir()
397 len = asprintf(&path, "%s%d_%s", dir, current, hashkey); in generate_log_dir()
/misc/config_tools/static_allocators/
A Dmain.py24 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 DREADME6 …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 Dfsutils.h106 int file_update_int(const char *filename, unsigned int current,
/misc/sample_application/image_builder/
A Dcreate_image.sh7 cloud_image_url=https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img
/misc/debug_tools/acrn_trace/
A DREADME.rst103 Trace files are created under the current directory where you launched
/misc/debug_tools/acrn_crashlog/common/
A Dfsutils.c499 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 DConfig.vue199 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 DIVSHMEM_REGION.vue224 // add new item after current item
A DCAT.vue229 "To see your current configuration, go to the Hypervisor’s Advanced tab, " +
/misc/services/life_mngr/
A DCOPYING.MinGW-w64-runtime.txt145 the author or any of his current or former employers not be used in

Completed in 18 milliseconds