Searched refs:create (Results 1 - 25 of 165) sorted by relevance

1234567

/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/
H A Dtkec_icons.tcl7 image create photo eclipseclp-16 -data {
22 image create photo blank-16 -data {
31 image create photo help-16 -data {
39 image create photo kpackage-16 -data {
47 image create photo folder_red_open-16 -data {
65 image create photo view_tree-16 -data {
72 image create photo xcalc-16 -data {
79 image create photo prod-16 -data {
86 image create photo stamp-16 -data {
94 image create phot
[all...]
H A Dtkgetdir.tcl117 image create bitmap b_up -data "
130 image create bitmap b_dir -background #ffff80 -data "
149 font create myfont -family lucida -size 14 -weight bold
152 font create myfont -family courier -size 12
291 .dirsel.f2.cv create image 2 [expr $ind * $hi] \
293 .dirsel.f2.cv create text $wi1 [expr $ind * $hi] \
384 eval .dirsel.f2.cv create rectangle $bxr -fill #a2a2ff -outline #a2a2ff -tags BOX
H A Dtkeclipse.tcl62 set tkecl(ec_image) [image create photo -format gif -file \
64 set tkecl(ec_icon) [image create photo -format gif -file \
401 return [image create photo -format $format -file [file join $tkecl(ECLIPSEDIR) lib_tcl Images $name.$format]]
716 # balloonhelp $w.ml "Name of module to be created. Type <Ret> or click on OK to create module."
717 # balloonhelp $w.ll "Name of language to be loaded with module. Type <Ret> or click on OK to create module."
718 # balloonhelp $w.ok "Click to create specified module"
733 tk_messageBox -type ok -icon error -message "Invalid module name: cannot create module $tkecl(new_module_name)"
756 tk_messageBox -type ok -icon error -message "Unable to create module $tkecl(new_module_name) with language $tkecl(new_module_language)"
/barrelfish-2018-10-04/tools/
H A Darm-mkbootcpio.sh15 # files named here are used to create a cpio archive that are in
48 Failed to create $2.
H A Dmkefi.py31 parser.add_argument("image", help="image file to create")
37 parser.add_argument("--create", help="create image, even if exists",
44 if args.create or not os.path.isfile(args.image):
45 efi.create()
/barrelfish-2018-10-04/usr/skb/programs/
H A Dtest_algo.pl6 % create list with "region(Base, Size)" elements
H A Dthreadallocation.pl27 % create a range on which a certain core can operate so that it works on a
37 % create a list of threads so that every one works on one part of a bigger address
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dwm.h58 int create);
/barrelfish-2018-10-04/usr/eclipseclp/
H A Decl_inst.tcl102 --create-jeclipse {
128 set tkecl(ec_image) [image create photo -format ppm -file \
157 -message "You do not have permission to create registry entries" -type ok
174 # create the default working directory
177 -message "Can't create working directory\n[file nativename $tkecl(workdir)]\n($err)" -type ok
180 # create the jeclipse script (an alternative standalone eclipse)
190 # if not possible, create a local menu directory
193 set msg "Installation complete\nECLiPSe menu is in [file nativename $eclmenu]\n(Sorry, couldn't create Start menu entry)"
202 # shortcut create JEclipse.lnk \
207 shortcut create DosEclips
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dmenu.tcl50 .status create text 0.5c 1.0c -text "Machine" -anchor w -tags {header mctag}
51 .status create text 4.0c 1.0c -text "Awake" -anchor w -tags {header awaketag}
52 .status create text 5.5c 1.0c -text "Asleep" -anchor w -tags {header sleeptag}
53 .status create text 7.0c 1.0c -text "Total" -anchor w -tags {header totaltag}
56 .status create line $x1 1.5c $x2 1.5c -tags headerline
62 .status create rectangle $x1 $y1 $x2 $y2 -outline red -tags {currect mc_status}
85 .status create text $mcx $mcy -text $mcname -anchor w -tags "$mcname mc_status"
86 .status create text $ax $mcy -text $awake_workers($mcname) -anchor w -tags mc_status
87 .status create text $sx $mcy -text $sleeping -anchor w -tags mc_status
88 .status create tex
[all...]
/barrelfish-2018-10-04/include/devif/backends/
H A Ddescq.h33 descq_create_t create; member in struct:descq_func_pointer
/barrelfish-2018-10-04/usr/tests/devif/
H A Didc_endpoint.c35 static errval_t create(struct descq* q, bool notifications, uint8_t role, function
138 f->create = create;
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dmapdebugdemo.tcl110 .f.c create rect $x1 $y1 $x2 $y2 -tag c$country -fill darkgray -outline ""
111 .f.c create text [expr ($x1 +$x2)/2] [expr ($y1 + $y2)/2] -text $country
/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_ops.h18 errval_t (*create)(void *st, const char *path, vfs_handle_t *handle); member in struct:vfs_ops
H A Dvfs_blockdevfs.c147 // create is not allowed in blockdevfs
148 static errval_t create(void *st, const char *path, vfs_handle_t *rethandle) function
323 .create = create,
/barrelfish-2018-10-04/lib/devif/backends/idc/
H A Ddesc_queue.c420 *err = q->f.create(q, notifications, role, queue_id);
467 q->f.create = state->f.create;
515 DESCQ_DEBUG("create start\n");
535 state->f.create = f->create;
554 tmp->f.create = f->create;
647 DESCQ_DEBUG("create end %p \n", *q);
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dprogressbar.tcl74 ## create ?item? ?-option value ...?
136 # these must come before the [widget create ...]
139 widget create Progressbar -type frame -base canvas -components {
188 $data(basecmd) create rect -1 0 0 25 -fill $data(-indicatorcolor) \
190 $data(basecmd) create text 25 12 -fill $data(-foreground) \
388 set config(image) [image create bitmap $w:$item \
591 image create bitmap [namespace current]::icon_document -data {#define document_width 20
602 image create bitmap [namespace current]::icon_image -data {#define image_width 20
H A Dtabnotebook.tcl126 # these must come before the [widget create ...]
130 widget create Tabnotebook -type frame -base frame -components {
306 set i [$c create image $px $py -image $text -anchor nw \
309 set i [$c create text [expr {$px+1}] $py -text $text -anchor nw \
324 $c create poly 0 $FH $px $py $W $py $FW $FH -fill {} \
326 $c create line 0 $FH $px $py $W $py $FW $FH -joinstyle round \
/barrelfish-2018-10-04/usr/eclipseclp/Shm/src/
H A Dshared_mem.c112 int create, /* create/attach shared memory flag */
126 if (!mapfile) create = 1;
128 if (create) /* setup shared memory */
165 perror("ECLiPSe: can't create shared map file");
111 shared_mem_init( int create, char *mapfile, char *start_shared_area, word size, word incr, void (*panic_func)(const char*, const char*), struct heap_descriptor *hd) argument
/barrelfish-2018-10-04/tools/harness/
H A Defiimage.py42 def create(self): member in class:EFIImage
55 # mdir fails if the root directory is empty. We create a directory here
/barrelfish-2018-10-04/lib/driverkit/
H A Dddomain_client.c87 assert(b->rpc_tx_vtbl.create != NULL);
92 errval_t err = b->rpc_tx_vtbl.create(b, drv->driver_name, strlen(drv->driver_name)+1,
101 DEBUG_ERR(err, "Failed to create driver %s\n", drv->driver_name);
119 USER_PANIC_ERR(err, "create driver instance failed.");
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/engine/
H A Deng_lib.c152 static int int_cleanup_check(int create) argument
155 if(!create) return 0;
H A Deng_table.c116 static int int_table_check(ENGINE_TABLE **t, int create) argument
121 if(!create) return 0;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/err/
H A Derr.c230 LHASH_OF(ERR_STRING_DATA) *(*cb_err_get)(int create);
236 LHASH_OF(ERR_STATE) *(*cb_thread_get)(int create);
246 static LHASH_OF(ERR_STRING_DATA) *int_err_get(int create);
251 static LHASH_OF(ERR_STATE) *int_thread_get(int create);
350 static LHASH_OF(ERR_STRING_DATA) *int_err_get(int create)
355 if (!int_error_hash && create)
442 static LHASH_OF(ERR_STATE) *int_thread_get(int create)
447 if (!int_thread_hash && create)
/barrelfish-2018-10-04/doc/004-virtual_memory/
H A DVirtualMemory.tex48 below and utilizes the capability system to create hardware page tables.
60 The pmap code will invoke certain capability operations to create hardware
128 The map invocation can create multi-page mappings in one system call, as long
133 Additionally, the map invocation can be used to create superpages (e.g. 2MB
169 Therefore, the user of the library explicitly uses the pagefault API to create mappings.

Completed in 241 milliseconds

1234567