Searched refs:equals (Results 51 - 72 of 72) sorted by relevance

123

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DBrowserApp.java303 if ( match.equals( this.getElementAt( i).toString()))
373 if ( namedServices[i].equals( type))
H A DSimpleChat.java300 if ( match.equals( this.getElementAt( i).toString()))
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceTable.java985 if (hasSignatures && !req.spi.equals("")) {
1091 if (!req.spi.equals("") && tags.size() > 0) {
1110 if (sig != null && !req.spi.equals("")) {
1120 if (!req.spi.equals("")) {
1374 if (url.getHost().equals(strDAAddr)) {
1522 if (addr.equals(surl.getHost())) {
H A DAuthBlock.java391 if (alg.equals("DSA")) {
393 } else if (alg.equals("RSA")) {
1001 if (ca.equals(sub)) {
H A DSLPV1SSrvMsg.java160 if (scope.equals("/")) {
222 if (serviceType.equals(Defaults.DA_SERVICE_TYPE.toString())) {
350 if (exp.equals(",")) {
H A DTransact.java955 if ((type.equals(Defaults.DA_SERVICE_TYPE) &&
957 (type.equals(Defaults.SA_SERVICE_TYPE) &&
972 if (type.equals(Defaults.DA_SERVICE_TYPE)) {
H A DServiceLocationAttributeV1.java583 (charCode.equals(IANACharCode.ASCII) ||
584 charCode.equals(IANACharCode.LATIN1));
H A DSLPConfig.java95 // Parse out equals sign, if any. Note that we trim any
511 attr.getId().equals(
1255 if (ia.equals(iaLocal)) {
1305 if (addr.equals(getLoopback())) {
1387 * timeouts are averaged out so that the sum equals the maximum wait
1601 if (locale.equals(Defaults.locale)) {
H A DSLPTemplateRegistry.java358 if (!abstractType.equals(TEMPLATE_SERVICE_TYPE)) {
H A DServiceStoreInMemory.java448 // because equals doesn't apply.
689 // If it equals bottom, then return bottom rec.
757 // If it equals top, then return top rec.
795 if (pattern.equals(target)) {
1018 if (!key.equals(typeKey)) {
1826 if (loc.getLanguage().equals("tr")) {
1876 boolean isWildCard = namingAuthority.equals("*");
1920 } else if (namingAuthority.equals(na)) { // Not IANA..
3086 if (!recType.equals(url.getServiceType())) {
H A DServerDATable.java243 if (!source.equals(addr)) {
H A DRequestHandler.java1243 if (serviceType.equals(Defaults.DA_SERVICE_TYPE.toString())) {
1292 } else if (serviceType.equals(Defaults.SA_SERVICE_TYPE.toString())) {
/osnet-11/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c957 * embedded equals sign. no escaped characters, quotes, etc. are
970 int equals = 0; local
988 equals = 1;
997 if (!equals) {
1001 equals = 1;
1011 if (!equals || *ps->parseptr == '\0') {
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregate.java275 if ((name != null) && name.equals("_")) {
H A DLocalConsumer.java427 if (!id.equals(program.consumerID)) {
1397 equals(Object o) method in class:LocalConsumer.Identifier
1407 localHost.equals(i.localHost)) &&
1408 tag.equals(i.tag));
H A DProbeDescription.java384 * or else equal as defined by {@link String#equals(Object o)
385 * String.equals()}
388 equals(Object o) method in class:ProbeDescription
408 * equal as defined by {@link String#equals(Object o)
409 * String.equals()}. It makes no difference if {@code null} or
411 * consistent with the {@link #equals(Object o) equals()} method.
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dproto.h80 FNPROTO(equals); variable
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.pm153 either a POSIX termios/SYSV termio speeds (where 9600 equals 9600) or
154 an old DSD-style speed ( where 13 equals 9600).
/osnet-11/usr/src/lib/libproc/common/
H A DPsymtab.c3093 char *equals = strchr(d.buf, '='); local
3095 if (equals != NULL) {
3096 (void) memmove(d.buf, equals + 1,
3097 d.buf + buflen - equals - 1);
3098 d.buf[d.buf + buflen - equals] = '\0';
/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.c360 equals(fcode_env_t *env) function
2530 ANSI(0x03c, 0, "=", equals);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm1484 In the option specification, the option name is followed by an equals
1485 sign C<=> and the letter C<s>. The equals sign indicates that this
1489 of the equals sign indicates that the option value is optional. In
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm1619 (C<$string> is modified) and return C<$count> (always equals to C<1>).

Completed in 97 milliseconds

123