Searched refs:match (Results 1 - 25 of 125) sorted by relevance

12345

/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dutil-expand.tcl26 # The string to match is expanded to the longest possible match.
27 # If data(-showmultiple) is non-zero and the user longest match
42 if {[string match {} $opts(-widget)] && [llength $args]!=1} {
48 if {[string match {} [set arg [info commands $prefix$opts(-type)]]]} {
100 # Returns list containing longest unique match followed by all the
110 set match {}
114 if {[string match windows $tcl_platform(platform)]} {
121 if {[string match ?*/* $str]} {
123 } elseif {[string match /*
[all...]
H A Dwidget.tcl82 ## megawidget routine will match your options and methods on a unique
101 if {[string match {} [set arg [info commands $prefix$cmd]]]} {
131 if {[string match ${what}* options]} {
140 if {[string match $CLASS [winfo class $root]]} {
179 if {[string match {} [set arg [info commands ${namesp}::_$subcmd]]]} {
206 ## If -type and -base don't match, we need a special setup
220 [expr {[string match toplevel $class(type)]?{}:{$w}}] $CLASS\]"
236 if {[string match base $name]} {
242 if {[string match toplevel $type]} {
256 [expr [string match topleve
[all...]
H A Dconsole.tcl160 if {[string match {} [package ifneeded $name $version]]} {
444 if {[string match !! $cmd]} {
450 if {!$code && ![string match ${evnt}* $cmd]} {
507 if {[string match {} [$w tag nextrange prompt limit end]]} {
537 if {!$i && [string compare $cmds {}] && ![string match *\n $cmd]} {
874 if {[string match {} $data(cmdsave)]} {
894 [string match {} $fn] &&
897 || [string match {} $fn])
920 if {[string match {} $fn]} {
927 || [string match {}
[all...]
H A Dutil-dump.tcl47 if {[string match {} [set arg [info commands $prefix$type]]]} {
117 if {[string match {} $args]} {
168 if {[string match {} $args]} {
184 if {[string match {} $namesp]} { set namesp :: }
238 if {[string match {} $args]} {
249 if {[string match {} [set vars [uplevel info vars [list $arg]]]]} {
299 if {[string match {} $args]} {
319 ([string match ::* $arg] &&
322 ([string match *::* $arg] &&
399 if {[string match {} [inf
[all...]
H A Dcombobox.tcl85 ## <Tab> in the entry widget searches the listbox for a unique match.
214 if [string match $w1 $w2] {
298 if {[string match "disabled" $val] && \
363 if {[string match local $data(-grab)]} {
365 } elseif {[string match global $data(-grab)]} {
389 if {[string match {} $str]} { set str [$data(basecmd) get] }
392 if {[string match ${str}* $item]} {
394 lappend match $item
402 set match [best_match $match
[all...]
H A Dutil.tcl99 if {[string match -- $key]} {
102 } elseif {![string match -* $key]} {
104 } elseif {[string match {} [set akey [array names opts $key]]]} {
162 if {[string match -- $key]} {
166 if {[string match {} [set akey [array names data $key]]]} {
203 if {[string match \-a* [lindex $args 0]]} {
334 if {[string match {} $str]} return
351 # finds the best unique match in a list of names
355 # l list to find best unique match in
356 # e currently best known unique match
[all...]
H A Dcalculator.tcl243 if {[string match {} $arg1]} { return 0 }
258 if {[string match {} [_peek $w]]} {
273 if {[string match {} $arg2]} {
300 if {[string match {} [$data(data) get $data(index)]]} {
312 if {[string match {} [$data(data) get $data(index)]]} {
316 if {[string match {} $stk]} { return 0 }
327 if {[string match {} $arg2]} {
339 if {[string match {} [set arg1 [_pop $w]]} { return 0 }
352 if {[string match {} [$data(data) get $idx]]} {
389 if {[string match {}
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DBooleanGroupPropertyModel.java60 private Object match; field in class:BooleanGroupPropertyModel
64 Object match)
67 this.match = match;
79 setSelected(match.equals(getValue(pd)));
91 boolean isMatch = (newValue.equals(match));
111 args[0] = match;
62 BooleanGroupPropertyModel(String propertyName, Object propertyHolder, PropertyChangeSupport propertyChangeSupport, Object match) argument
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Deregex.c158 regmatch_t match; local
169 err = regexec(preg, string, 1, &match, eflags);
175 ec_length_string(match.rm_eo - match.rm_so, string + match.rm_so));
237 regmatch_t match; local
253 err = regexec(preg, string, 1, &match, eflags);
262 if (match.rm_eo == match.rm_so)
264 char msg[] = "infinitely many empty strings match";
294 regmatch_t match; local
[all...]
/barrelfish-2018-10-04/lib/libc/stdlib/
H A Dgetopt_long.c189 * Returns -1 if short_too is set and the option does not match long_options.
200 int i, match, exact_match, second_partial_match; local
219 match = -1;
239 /* exact match */
240 match = i;
246 * a partial match of a single character.
251 if (match == -1) /* first partial match */
252 match = i;
255 long_options[match]
[all...]
/barrelfish-2018-10-04/tools/harness/tests/
H A Dspawntest.py37 if re.match(MATCH, line):
44 if re.match(MATCH, line):
H A Dblk_tests.py252 match = self.regex.match(line)
253 if match:
256 buffer_size, bs, bw = match.groups()
321 match = self.regex.match(line)
322 if match:
H A Dtsctests.py36 m = re.match("Iteration\s+(\d+): time0 (\d+) time1 (\d+) difference (\d+)",
65 m = re.match("Running on (\d+) cores", line)
73 m = re.match("page \d+ took (\d+)", line)
H A Dtracing.py32 m = re.match("trace: (\w+.*)", line)
H A Dchannel_cost.py38 m = re.match("running with (\d+) connections", line)
46 m = re.match("\d+ (\d+)", line)
H A Dclockdrift.py40 m = re.match("Running on (\d+) cores.", line)
50 m = re.match(corestr, line)
H A Dmultihoptests.py64 m = re.match("Running latency test for message (.*)....", line)
72 m = re.match("page \d+ took (\d+)", line)
H A Dsplash_bomp.py53 m = re.match(r"\[harness: run on (\d+)/(\d+) cores\]", line)
69 m = re.match(r"Createtime\s+(\d+)\s+(\d+)", line)
74 m = re.match(r"Computetime\s+(\d+)\s+(\d+)", line)
H A Ddistops.py50 if error_re.match(line):
H A Dmdbbench.py77 m = re.match(r"\[mdb_bench of (\w+)\]", line)
81 m = re.match(r"\[mdb_bench dumping\]", line)
86 m = re.match(r"([^:/]+)/(\d+):dump:([^:]+): 0x([0-9a-fA-F]+)/(\d+) ([c.][a.][d.])", line)
90 m = re.match(r"([^:]+):([^:]+): (\d+)/(\d+)", line)
H A Dphases.py43 m = re.match("duration \d+: (\d+)", line)
48 m = re.match("number of threads: (\d+)", line)
89 m = re.match("workcnt (\d+): (\d+)", line)
95 m = re.match("number of threads: (\d+), delay: (\d+)", line)
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/controller/ehci/
H A Dusb_ehci_pipe.c196 uint16_t match = 0; local
202 match = interval;
204 if (hc->qh_intr_stat[tmp] < hc->qh_intr_stat[match]) {
205 match = tmp;
214 hc->qh_intr_stat[match]++;
216 xfer->intr_qh_pos = match;
/barrelfish-2018-10-04/lib/cpio/
H A Dcpiobin.c412 int match = !strcmp(cfi->search_name, header->name); local
413 if (match)
418 return match;
435 int match = (cfi.header == &h) && cpio_mode_is_file(h.mode); local
436 if (match)
447 return match;
457 int match = 0; local
465 match = 1;
472 return match;
489 int match local
[all...]
/barrelfish-2018-10-04/lib/zlib/
H A Ddeflate.c18 * string matches are performed only when the previous match ends. So it
22 * is used to find longer strings when a small match has been found.
97 local void check_match OF((deflate_state *s, IPos start, IPos match,
124 ush good_length; /* reduce lazy search above this match length */
125 ush max_lazy; /* do not perform lazy search above this match length */
126 ush nice_length; /* quit search above this match length */
984 * Initialize the "longest match" routines for a new zlib stream
1015 * Set match_start to the longest match starting at the given string and
1021 * OUT assertion: the match length is not greater than s->lookahead.
1024 /* For 80x86 and 680x0, an optimized version will be provided in match
1033 register Bytef *match; /* matched string */ local
1180 register Bytef *match; /* matched string */ local
[all...]
/barrelfish-2018-10-04/tools/
H A Dcreate_mdb_dot.py61 capmatch = cap_regex.match(capstring)
95 match = kaddr_cap_regex.match(l)
96 kaddr, cap = match.groups()

Completed in 201 milliseconds

12345