Searched refs:and (Results 76 - 100 of 150) sorted by relevance

123456

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DJAXPValidationMessages_it.properties4 * This code is free software; you can redistribute it and/or modify it
31 # The messages are arranged in key and value tuples in a ListResourceBundle.
H A DJAXPValidationMessages_pt_BR.properties4 * This code is free software; you can redistribute it and/or modify it
31 # The messages are arranged in key and value tuples in a ListResourceBundle.
H A DJAXPValidationMessages_sv.properties4 * This code is free software; you can redistribute it and/or modify it
31 # The messages are arranged in key and value tuples in a ListResourceBundle.
H A DJAXPValidationMessages_zh_CN.properties4 * This code is free software; you can redistribute it and/or modify it
31 # The messages are arranged in key and value tuples in a ListResourceBundle.
H A DJAXPValidationMessages_zh_TW.properties4 * This code is free software; you can redistribute it and/or modify it
31 # The messages are arranged in key and value tuples in a ListResourceBundle.
H A DSAXMessages_fr.properties4 * This code is free software; you can redistribute it and/or modify it
32 # The messages are arranged in key and value tuples in a ListResourceBundle.
H A DXPointerMessages_de.properties4 * This code is free software; you can redistribute it and/or modify it
31 # The messages are arranged in key and value tuples in a ListResourceBundle.
H A DXPointerMessages_fr.properties4 * This code is free software; you can redistribute it and/or modify it
31 # The messages are arranged in key and value tuples in a ListResourceBundle.
H A DXPointerMessages_sv.properties4 * This code is free software; you can redistribute it and/or modify it
31 # The messages are arranged in key and value tuples in a ListResourceBundle.
H A DJAXPValidationMessages_ko.properties4 * This code is free software; you can redistribute it and/or modify it
31 # The messages are arranged in key and value tuples in a ListResourceBundle.
H A DSAXMessages_es.properties4 * This code is free software; you can redistribute it and/or modify it
32 # The messages are arranged in key and value tuples in a ListResourceBundle.
H A DSAXMessages_it.properties4 * This code is free software; you can redistribute it and/or modify it
32 # The messages are arranged in key and value tuples in a ListResourceBundle.
H A DSAXMessages_pt_BR.properties4 * This code is free software; you can redistribute it and/or modify it
32 # The messages are arranged in key and value tuples in a ListResourceBundle.
H A DSAXMessages_sv.properties4 * This code is free software; you can redistribute it and/or modify it
32 # The messages are arranged in key and value tuples in a ListResourceBundle.
H A DXPointerMessages_es.properties4 * This code is free software; you can redistribute it and/or modify it
31 # The messages are arranged in key and value tuples in a ListResourceBundle.
H A DXPointerMessages_zh_CN.properties4 * This code is free software; you can redistribute it and/or modify it
31 # The messages are arranged in key and value tuples in a ListResourceBundle.
H A DXPointerMessages_zh_TW.properties4 * This code is free software; you can redistribute it and/or modify it
31 # The messages are arranged in key and value tuples in a ListResourceBundle.
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dlinux_sparc.s2 # Copyright (c) 2005, 2008, Oracle and/or its affiliates. All rights reserved.
5 # This code is free software; you can redistribute it and/or modify it
/openjdk7/jdk/test/java/beans/Introspector/
H A DTestTypeResolver.java2 * Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
64 * method called getThing() and it declares a static field
112 // check expected value, and incidentally equals method defined
235 boolean and = false;
237 if (and)
244 and = true;
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/constExpr/
H A DDefaultExprFactory.java2 * Copyright (c) 1999, 2001, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
45 public And and (Expression left, Expression right) method in class:DefaultExprFactory
48 } // and
/openjdk7/jdk/src/share/classes/javax/management/
H A DQuery.java2 * Copyright (c) 1999, 2008, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
44 * Enabled} attribute is {@code true} and the {@code Owner} attribute is {@code
50 * Query.and(Query.eq(Query.attr("Enabled"), Query.value(true)),
134 public static QueryExp and(QueryExp q1, QueryExp q2) { method in class:Query
248 * @param v1 A value expression that is "between" v2 and v3.
252 * @return The constraint that v1 lies between v2 and v3. The
267 * character classes may use "<code>!</code>" for negation and
275 * any single character, and a <code>c</code>.
313 * MBeanServer.getObjectInstance(objectName)} and {
[all...]
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s2 # Copyright (c) 2004, 2007, Oracle and/or its affiliates. All rights reserved.
5 # This code is free software; you can redistribute it and/or modify it
180 # If 'from' and/or 'to' are aligned on 4- or 2-byte boundaries, we
183 # and stored atomically.
271 # If 'from' and/or 'to' are aligned on 4-byte boundaries, we let
273 # cache line boundaries will still be loaded and stored atomically.
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s2 # Copyright (c) 2004, 2007, Oracle and/or its affiliates. All rights reserved.
5 # This code is free software; you can redistribute it and/or modify it
172 # If 'from' and/or 'to' are aligned on 4- or 2-byte boundaries, we
175 # and stored atomically.
263 # If 'from' and/or 'to' are aligned on 4-byte boundaries, we let
265 # cache line boundaries will still be loaded and stored atomically.
/openjdk7/langtools/src/share/classes/com/sun/mirror/util/
H A DDeclarationFilter.java2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
61 * compoundFilter = classFilter.and(enumFilter.not());
151 * and also any subtypes of that kind; for example, a field filter
168 * by both this filter and another.
172 * both this filter and another
174 public DeclarationFilter and(DeclarationFilter f) { method in class:DeclarationFilter
/openjdk7/jdk/src/share/classes/java/io/
H A DStreamTokenizer.java2 * Copyright (c) 1995, 2005, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
31 * The <code>StreamTokenizer</code> class takes an input stream and
34 * and a number of flags that can be set to various states. The
36 * strings, and various comment styles.
42 * <i>numeric</i>, <i>string quote</i>, and <i>comment character</i>.
49 * <li>Whether C-style comments are to be recognized and skipped.
50 * <li>Whether C++-style comments are to be recognized and skipped.
55 * sets up the syntax tables, and then repeatedly loops calling the
76 * to indicate that a new character should be read and, i
[all...]

Completed in 44 milliseconds

123456