HomeSort by: relevance | last modified time | path
    Searched refs:self (Results 1 - 25 of 4685) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/ntp/dist/scripts/monitoring/
lr.pl 45 my $self = shift;
47 $self->{n} = 0;
48 $self->{sx} = 0.0;
49 $self->{sx2} = 0.0;
50 $self->{sxy} = 0.0;
51 $self->{sy} = 0.0;
52 $self->{sy2} = 0.0;
57 my $self = shift;
60 ++($self->{n});
61 $self->{sx} += $_x
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Apps/
weblatency.d 74 * are used: self->fd, self->read.
82 self->buf = arg1;
83 self->fd = arg0 + 1;
84 self->nam = "";
88 /self->fd/
90 this->str = (char *)copyin(self->buf, MAX_REQ);
92 self->fd = stringof(this->str) == "GET " ? self->fd : 0;
96 /self->fd
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Bin/
weblatency.d 74 * are used: self->fd, self->read.
82 self->buf = arg1;
83 self->fd = arg0 + 1;
84 self->nam = "";
88 /self->fd/
90 this->str = (char *)copyin(self->buf, MAX_REQ);
92 self->fd = stringof(this->str) == "GET " ? self->fd : 0;
96 /self->fd
    [all...]
tcpsnoop.d 91 self->sop = args[0];
95 /self->sop/
97 self->nsop = (struct sonode *)arg1;
101 /self->nsop/
103 this->tcpp = (tcp_t *)self->nsop->so_priv;
104 self->connp = (conn_t *)this->tcpp->tcp_connp;
105 tname[(int)self->connp] = execname;
106 tpid[(int)self->connp] = pid;
107 tuid[(int)self->connp] = uid;
112 self->nsop = 0
    [all...]
tcpsnoop_snv.d 93 self->sop = args[0];
97 /self->sop/
99 self->nsop = (struct sonode *)arg1;
103 /self->nsop/
105 this->tcpp = (tcp_t *)self->nsop->so_priv;
106 self->connp = (conn_t *)this->tcpp->tcp_connp;
107 tname[(int)self->connp] = execname;
108 tpid[(int)self->connp] = pid;
109 tuid[(int)self->connp] = uid;
114 self->nsop = 0
    [all...]
pathopens.d 50 self->pathp = arg0;
51 self->ok = 1;
55 /self->ok && arg0 != -1/
57 self->file = copyinstr(self->pathp);
58 self->char0 = copyin(self->pathp, 1);
72 self->join = *(char *)(this->path + this->len - 1) == '/' ? "" : "/";
73 self->dir = strjoin(cwd, self->join)
    [all...]
  /src/external/gpl3/binutils/dist/gprof/
utils.h 23 extern int print_name_only (Sym * self);
24 extern void print_name (Sym * self);
  /src/external/gpl3/binutils.old/dist/gprof/
utils.h 23 extern int print_name_only (Sym * self);
24 extern void print_name (Sym * self);
  /src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
Tokenizer.py 62 def __init__(self, fname):
64 self.data = ''.join(infile.readlines())
65 self.curpos = 0
66 self.lastpos = len(self.data)
67 self.line = 1
70 def get(self):
74 if self.curpos >= self.lastpos:
75 return (T_EOF, None, self.line
    [all...]
NamedConf.py 45 def __init__(self):
46 self.allow_notify = []
47 self.allow_recursion = []
48 self.allow_transfer = []
49 self.also_notify = []
50 self.check_names = []
51 self.coresize = ""
52 self.directory = ""
53 self.dump_file = ""
54 self.pid_file = "
    [all...]
Zone.py 41 def __init__(self, name):
42 self.name = name
43 self.file = ''
44 self.type = ''
45 self.masters = [] # empty unless we're a slave zone
46 self.allow_transfer = []
47 self.also_notify = []
48 self.allow_notify = []
51 def dump(self):
53 report_info(' name = %s' % (self.name)
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Net/
tcpsnoop.d 91 self->sop = args[0];
95 /self->sop/
97 self->nsop = (struct sonode *)arg1;
101 /self->nsop/
103 this->tcpp = (tcp_t *)self->nsop->so_priv;
104 self->connp = (conn_t *)this->tcpp->tcp_connp;
105 tname[(int)self->connp] = execname;
106 tpid[(int)self->connp] = pid;
107 tuid[(int)self->connp] = uid;
112 self->nsop = 0
    [all...]
tcpsnoop_snv.d 93 self->sop = args[0];
97 /self->sop/
99 self->nsop = (struct sonode *)arg1;
103 /self->nsop/
105 this->tcpp = (tcp_t *)self->nsop->so_priv;
106 self->connp = (conn_t *)this->tcpp->tcp_connp;
107 tname[(int)self->connp] = execname;
108 tpid[(int)self->connp] = pid;
109 tuid[(int)self->connp] = uid;
114 self->nsop = 0
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Proc/
pathopens.d 50 self->pathp = arg0;
51 self->ok = 1;
55 /self->ok && arg0 != -1/
57 self->file = copyinstr(self->pathp);
58 self->char0 = copyin(self->pathp, 1);
72 self->join = *(char *)(this->path + this->len - 1) == '/' ? "" : "/";
73 self->dir = strjoin(cwd, self->join)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-framefilter-gdb.py 25 def __init__(self):
26 self.name = "Filter1"
27 self.priority = 1
28 self.enabled = False
29 gdb.current_progspace().frame_filters["Progspace" + self.name] = self
30 gdb.current_objfile().frame_filters["ObjectFile" + self.name] = self
32 def filter(self, frame_iter):
37 def __init__(self)
    [all...]
py-framefilter-invalidarg-gdb.py 25 def __init__(self):
26 self.name = "Filter1"
27 self.priority = 1
28 self.enabled = False
29 gdb.current_progspace().frame_filters["Progspace" + self.name] = self
30 gdb.current_objfile().frame_filters["ObjectFile" + self.name] = self
32 def filter(self, frame_iter):
37 def __init__(self)
    [all...]
tui-window-factory.py 18 def __init__(self, tui_win, msg):
19 self.msg = msg
20 self.tui_win = tui_win
21 print("Entering TestWindow.__init__: %s" % self.msg)
23 def render(self):
24 self.tui_win.erase()
25 self.tui_win.write("TestWindow (%s)" % self.msg)
27 def __del__(self):
28 print("Entering TestWindow.__del__: %s" % self.msg
    [all...]
tui-window-disabled.py 33 def __init__(self, win):
34 self._win = win
35 self._count = 0
37 self._stop_listener = lambda e: self._event("stop", e)
38 gdb.events.stop.connect(self._stop_listener)
39 self._exit_listener = lambda e: self._event("exit", e)
40 gdb.events.exited.connect(self._exit_listener)
41 self._events = [
    [all...]
py-mi-var-info-path-expression.py 23 def __init__(self, val):
24 self._val = val
26 def to_string(self):
27 if int(self._val) == 0:
29 elif int(self._val["type"]) == 0:
32 return "%d" % self._val["atom"]["ival"]
34 def children(self):
35 if int(self._val) == 0:
37 elif int(self._val["type"]) == 0:
38 return [("atom", self._val["atom"])
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-framefilter-gdb.py 25 def __init__(self):
26 self.name = "Filter1"
27 self.priority = 1
28 self.enabled = False
29 gdb.current_progspace().frame_filters["Progspace" + self.name] = self
30 gdb.current_objfile().frame_filters["ObjectFile" + self.name] = self
32 def filter(self, frame_iter):
37 def __init__(self)
    [all...]
py-framefilter-invalidarg-gdb.py 25 def __init__(self):
26 self.name = "Filter1"
27 self.priority = 1
28 self.enabled = False
29 gdb.current_progspace().frame_filters["Progspace" + self.name] = self
30 gdb.current_objfile().frame_filters["ObjectFile" + self.name] = self
32 def filter(self, frame_iter):
37 def __init__(self)
    [all...]
tui-window-factory.py 18 def __init__(self, tui_win, msg):
19 self.msg = msg
20 self.tui_win = tui_win
21 print("Entering TestWindow.__init__: %s" % self.msg)
23 def render(self):
24 self.tui_win.erase()
25 self.tui_win.write("TestWindow (%s)" % self.msg)
27 def __del__(self):
28 print("Entering TestWindow.__del__: %s" % self.msg
    [all...]
tui-window-disabled.py 33 def __init__(self, win):
34 self._win = win
35 self._count = 0
37 self._stop_listener = lambda e: self._event("stop", e)
38 gdb.events.stop.connect(self._stop_listener)
39 self._exit_listener = lambda e: self._event("exit", e)
40 gdb.events.exited.connect(self._exit_listener)
41 self._events = [
    [all...]
py-mi-var-info-path-expression.py 23 def __init__(self, val):
24 self._val = val
26 def to_string(self):
27 if int(self._val) == 0:
29 elif int(self._val["type"]) == 0:
32 return "%d" % self._val["atom"]["ival"]
34 def children(self):
35 if int(self._val) == 0:
37 elif int(self._val["type"]) == 0:
38 return [("atom", self._val["atom"])
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
BooleanExpression.py 32 def __init__(self, string, variables, triple=""):
33 self.tokens = BooleanExpression.tokenize(string)
34 self.variables = variables
35 self.variables.add('true')
36 self.triple = triple
37 self.value = None
38 self.token = None
61 def quote(self, token):
67 def accept(self, t):
68 if self.token == t
    [all...]

Completed in 49 milliseconds

1 2 3 4 5 6 7 8 91011>>