HomeSort by relevance Sort by last modified time
    Searched defs:this (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
pmFrame.java 4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
43 // this comp gets focus on frame open
46 // file path of icon; this does not provide for localization
58 this.addFocusListener(new FocusListener() {
72 this.addWindowListener(new WindowAdapter() {
84 Class thisClass = this.getClass();
92 this.setIconImage(img)
    [all...]
pmHelpFrame.java 4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
53 theController = new pmHelpController(this);
71 this.pack();
72 this.setVisible(false);
73 this.repaint();
91 this.setVisible(false);
97 this.setVisible(true)
    [all...]
pmDialog.java 4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
16 * If applicable, add the following below this CDDL HEADER, with the
45 this(owner, null, false);
49 this(owner, null, modal);
53 this(owner, title, false);
97 * Class thisClass = this.getClass();
104 * // this.setIconImage(img);
114 // drop this rootPane from pmButton's hashtabl
    [all...]
pmButton.java 4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
63 * make this button the default on this root pane
67 return makeDefaultButton(this);
71 * make b the default on this root pane
75 JRootPane r = this.getRootPane();
117 this.addFocusListener(new FocusAdapter()
    [all...]
pmOther.java 4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
55 this(f, title, msg, null, null);
88 this.getContentPane().add(p, "North");
114 this.getContentPane().add(p, "Center");
162 this.getContentPane().add(thePanel, "South");
165 this.pack();
167 this.addWindowListener(new WindowAdapter()
    [all...]
pmHelpIndexPanel.java 4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
56 queryPanel = new pmHelpIndexQueryPanel(this);
57 resultPanel = new pmHelpIndexResultPanel(this);
66 this.setLayout(new GridBagLayout());
94 this.add(p, c);
109 this.add(p, c);
111 this.setBorder(BorderFactory.createEtchedBorder())
    [all...]
pmHelpSearchPanel.java 4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
56 queryPanel = new pmHelpSearchQueryPanel(this);
57 resultPanel = new pmHelpSearchResultPanel(this);
66 this.setLayout(new GridBagLayout());
92 this.add(p, c);
113 this.add(p, c);
114 this.setBorder(BorderFactory.createEtchedBorder())
    [all...]
  /onnv/onnv-gate/usr/src/lib/librstp/common/
statmch.c 6 * This file is part of RSTP library.
39 STATE_MACH_T *this; local
41 STP_MALLOC(this, STATE_MACH_T, "state machine");
43 this->State = BEGIN;
44 this->name = (char*) strdup (name);
45 this->changeState = False;
47 this->debug = False;
48 this->ignoreHop2State = BEGIN;
50 this->concreteEnterState = concreteEnterState;
51 this->concreteCheckCondition = concreteCheckCondition
    [all...]
stpmgmt.c 6 * This file is part of RSTP library.
23 /* This file contains API from an operation system to the RSTP library */
34 register STPM_T* this; local
45 this = stp_in_stpm_create (vlan_id, name, &err_code);
46 if (this) {
47 this->BrId.prio = init_cfg.bridge_priority;
48 this->BrTimes.MaxAge = init_cfg.max_age;
49 this->BrTimes.HelloTime = init_cfg.hello_time;
50 this->BrTimes.ForwardDelay = init_cfg.forward_delay;
51 this->ForceVersion = (PROTOCOL_VERSION_T) init_cfg.force_version
61 register STPM_T* this; local
109 STPM_T* this; local
    [all...]
port.c 6 * This file is part of RSTP library.
47 PORT_T* this; local
53 for (this = stpm->ports; this; this = this->next) {
54 if (this->port_index == port_index) {
59 STP_NEW_IN_LIST(this, PORT_T, stpm->ports, "port create");
61 this->owner = stpm;
62 this->machines = NULL
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
DNSSD.java 6 * you may not use this file except in compliance with the License.
54 This file declares and implements DNSSD, the central Java factory class
73 For example, in this program<P>
77 myBrowser = DNSSD.browse("_http_.tcp", this);
101 A name must be explicitly specified when registering a service if this bit is set
106 /** If flag is set, allow multiple records with this name on the network (e.g. PTR records)
111 /** If flag is set, records with this name must be unique on the network (e.g. SRV records). */
151 This object will get called when instances of the service are discovered (or disappear).
169 This object will get called when instances of the service are discovered (or disappear).
183 queryRecord() instead, as it is more efficient for this task.<P
    [all...]
TXTRecord.java 6 * you may not use this file except in compliance with the License.
87 this.set( key, valBytes);
116 int prevLoc = this.remove( key);
118 prevLoc = this.size();
120 this.insert( keyBytes, value, prevLoc);
192 for ( int i=0; null != ( s = this.getKey( i)); i++)
253 byte[] value = this.getValue( index);
270 for ( i=0; null != ( s = this.getKey( i)); i++)
272 return this.getValue( i);
285 byte[] val = this.getValue( forKey)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/
nis_cleanup.c 4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
16 * If applicable, add the following below this CDDL HEADER, with the
30 * The functions in this file used to reside in nis_subr_proc.c. In order
55 * this allows them to be reentrant.
61 cleanup *this, *nextrag; local
69 for (this = stuff; this; this = nextrag)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
CSrvDereg.java 4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
50 // Construct a CSrvDereg from the arguments. This is the client side
70 this.initialize(locale, url, scopes, tags, auth);
86 this.hdr = hdr;
CSrvReg.java 4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
52 // Construct a CSrvReg from the arguments. This is the SrvReg for
63 this.URL = urlEntry;
97 this.initialize(fresh,
120 this.hdr = hdr;
SDAAdvert.java 4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
61 this.hdr = (SrvLocHeader)hdr.clone();
69 this.hdr.xid = xid;
70 this.hdr.functionCode = SrvLocHeader.DAAdvert;
71 this.hdr.mcast = false;
72 this.hdr.previousResponders = null; // we don't want this around
    [all...]
SSAAdvert.java 4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
49 // Construct a SAAdvert from the arguments. This is a server side
72 this.initialize(url, scopes, attrs);
  /onnv/onnv-gate/usr/src/uts/intel/kdi/
kdi_idthdl.s 4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
39 /* Nothing in this file is of interest to lint. */
59 this won't assemble label
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/isc/
ev_waits.c 5 * Permission to use, copy, modify, and distribute this software for any
7 * copyright notice and this permission notice appear in all copies.
10 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
15 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
108 evWait *this, *prev; local
112 this = id.opaque;
113 INSIST(this != NULL);
114 wl = evGetWaitList(ctx, this->tag, 0);
116 for (prev = NULL, this = wl->first;
117 this != NULL
188 evWait *this; local
236 evWaitList *this; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
SwingBrowseListener.java 5 * Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc.
7 * use, installation, modification or redistribution of this Apple software
9 * please do not use, install, modify or redistribute this Apple software.
13 * copyrights in this original Apple software (the "Apple Software"), to use,
17 * this notice and the following text and disclaimers in all such redistributions of
21 * expressly stated in this notice, no other rights or licenses, express or implied,
48 /** Use this to schedule BrowseListener callbacks via SwingUtilities.invokeAndWait(). */
56 /** (Clients should not call this method directly.) */
61 this.schedule();
64 /** (Clients should not call this method directly.) *
    [all...]
SwingDomainListener.java 5 * Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc.
7 * use, installation, modification or redistribution of this Apple software
9 * please do not use, install, modify or redistribute this Apple software.
13 * copyrights in this original Apple software (the "Apple Software"), to use,
17 * this notice and the following text and disclaimers in all such redistributions of
21 * expressly stated in this notice, no other rights or licenses, express or implied,
49 /** Use this to schedule DomainListener callbacks via SwingUtilities.invokeAndWait(). */
57 /** (Clients should not call this method directly.) */
62 this.schedule();
65 /** (Clients should not call this method directly.) *
    [all...]
SwingQueryListener.java 5 * Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc.
7 * use, installation, modification or redistribution of this Apple software
9 * please do not use, install, modify or redistribute this Apple software.
13 * copyrights in this original Apple software (the "Apple Software"), to use,
17 * this notice and the following text and disclaimers in all such redistributions of
21 * expressly stated in this notice, no other rights or licenses, express or implied,
49 /** Use this to schedule QueryListener callbacks via SwingUtilities.invokeAndWait(). */
61 this.schedule();
64 /** (Clients should not call this method directly.) */
76 this.schedule()
    [all...]
SwingResolveListener.java 5 * Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc.
7 * use, installation, modification or redistribution of this Apple software
9 * please do not use, install, modify or redistribute this Apple software.
13 * copyrights in this original Apple software (the "Apple Software"), to use,
17 * this notice and the following text and disclaimers in all such redistributions of
21 * expressly stated in this notice, no other rights or licenses, express or implied,
49 /** Use this to schedule ResolveListener callbacks via SwingUtilities.invokeAndWait(). */
61 this.schedule();
64 /** (Clients should not call this method directly.) */
75 this.schedule()
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/zmod/
inffast.c 40 inflate execution time is spent in this routine.
60 and 13 bits for the distance extra. This totals 48 bits, or six bytes.
92 code this; /* retrieved table entry */ local
129 this = lcode[hold & lmask];
131 op = (unsigned)(this.bits);
134 op = (unsigned)(this.op);
136 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ?
138 "inflate: literal 0x%02x\n", this.val));
139 PUP(out) = (unsigned char)(this.val)
    [all...]
inftrees.c 18 include such an acknowledgment, I would appreciate that you keep this
55 code this; /* table entry for duplication */ local
90 This routine assumes, but does not check, that all of the entries in
91 lens[] are in the range 0..MAXBITS. The caller must assure this.
93 symbol does not occur in this code.
120 this.op = (unsigned char)64; /* invalid code marker */
121 this.bits = (unsigned char)1;
122 this.val = (unsigned short)0;
123 *(*table)++ = this; /* make a table to force an error */
124 *(*table)++ = this;
    [all...]

Completed in 1200 milliseconds

1 2 3 4