Searched refs:no (Results 26 - 50 of 57) sorted by relevance

123

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DJavaWrapper.java124 } catch(NoSuchMethodException no) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXIncludeMessages_pt_BR.properties41 InvalidParseValue = Valor inv\u00E1lido para o atributo ''parse'' no elemento ''include'': ''{0}''.
50 AcceptMalformed = N\u00E3o s\u00E3o permitidos caracteres fora da faixa #x20 at\u00E9 #x7E no valor do atributo 'accept' de um elemento 'include'.
51 AcceptLanguageMalformed = N\u00E3o s\u00E3o permitidos caracteres fora da faixa #x20 at\u00E9 #x7E no valor do atributo 'accept-language' de um elemento 'include'.
54 ContentIllegalAtTopLevel = A substitui\u00E7\u00E3o de um elemento 'include' que aparece como o elemento do documento no conjunto de informa\u00E7\u00F5es de origem de n\u00EDvel superior n\u00E3o pode conter caracteres.
55 UnexpandedEntityReferenceIllegal = A substitui\u00E7\u00E3o de um elemento 'include' que aparece como o elemento do documento no conjunto de informa\u00E7\u00F5es de origem de n\u00EDvel superior n\u00E3o pode conter refer\u00EAncias da entidade n\u00E3o expandidas.
58 XPointerStreamability = Foi especificado um xpointer que aponta para uma localiza\u00E7\u00E3o no conjunto de informa\u00E7\u00F5es de origem. Esta localiza\u00E7\u00E3o n\u00E3o pode ser acessada em decorr\u00EAncia da natureza do fluxo do processador.
H A DXMLSchemaMessages_pt_BR.properties46 DuplicateField = Correspond\u00EAncia duplicada no escopo do campo \"{0}\".
49 FieldMultipleMatch = Erro de restri\u00E7\u00E3o de identidade: o campo \"{0}\" corresponde a mais de um valor no escopo deste seletor; os campos devem corresponder a valores exclusivos.
65 cvc-attribute.3 = cvc-attribute.3: O valor ''{2}'' do atributo ''{1}'' no elemento ''{0}'' n\u00E3o \u00E9 v\u00E1lido em rela\u00E7\u00E3o ao seu tipo, ''{3}''.
66 cvc-attribute.4 = cvc-attribute.4: O valor ''{2}'' do atributo ''{1}'' no elemento ''{0}'' n\u00E3o \u00E9 v\u00E1lido em rela\u00E7\u00E3o \u00E0 sua ''{''value constraint''}'' fixa. O atributo deve ter um valor ''{3}''.
77 cvc-complex-type.3.2.2 = cvc-complex-type.3.2.2: O atributo ''{1}'' n\u00E3o pode aparecer no elemento ''{0}''.
78 cvc-complex-type.4 = cvc-complex-type.4: O atributo ''{1}'' deve aparecer no elemento ''{0}''.
86 cvc-elt.3.1 = cvc-elt.3.1: O atributo ''{1}'' n\u00E3o deve aparecer no elemento ''{0}'' porque a propriedade ''{''nillable''}'' de ''{0}'' \u00E9 falsa.
121 src-attribute.2 = src-attribute.2: : A propriedade ''default'' est\u00E1 presente no atributo ''{0}''. Dessa forma, o valor de ''use'' deve ser ''optional''.
140 src-import.3.2 = src-import.3.2: Um item de informa\u00E7\u00E3o do elemento <import> que n\u00E3o tinha atributo de namespace foi encontrado. Dessa forma, o documento importado n\u00E3o pode ter um atributo de targetNamespace. No entanto, o targetNamespace ''{1}'' foi encontrado no documento importado.
154 src-redefine.6.2.1 = src-redefine.6.2.1: Nenhum grupo no esquem
[all...]
H A DDOMMessages_pt_BR.properties51 NOT_FOUND_ERR = Houve uma tentativa de fazer refer\u00EAncia a um n\u00F3 em um contexto no qual ele n\u00E3o existe.
54 NO_MODIFICATION_ALLOWED_ERR = Foi feita uma tentativa de modificar um objeto no qual n\u00E3o s\u00E3o permitidas modifica\u00E7\u00F5es.
73 InvalidXMLCharInDOM = Um caractere XML inv\u00E1lido (Unicode: 0x {0}) foi encontrado no DOM durante a normaliza\u00E7\u00E3o.
H A DXMLSerializerMessages_pt_BR.properties44 ResetInMiddle = O serializador n\u00E3o pode ser redefinido no meio da serializa\u00E7\u00E3o.
52 EndingCDATA = A sequ\u00EAncia de caracteres \"]]>\" n\u00E3o deve aparecer no conte\u00FAdo, a menos que seja usada para marcar o fim de uma se\u00E7\u00E3o CDATA.
59 no-output-specified = nenhuma sa\u00EDda especificada: O destino da sa\u00EDda dos dados a serem gravados era nulo.
/openjdk7/hotspot/src/share/tools/hsdis/
H A DMakefile94 DLDFLAGS += /dll /subsystem:windows /incremental:no \
/openjdk7/jdk/make/bridge/JavaAccessBridge/
H A DMakefile62 odbc32.lib odbccp32.lib /subsystem:windows /dll /incremental:no /machine:$(ABRIDGE_MACHINE) \
/openjdk7/jdk/make/com/sun/crypto/provider/
H A DMakefile85 # sign-jar Builds/signs sunjce_provider.jar (no install)
146 $(no-source-warning)
173 # Currently no one is using any of the SunJCE internals, so these files
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DOp.java49 static final int CONDITION = 26; // (?(..)yes|no)
245 Op no; field in class:Op.ConditionOp
251 this.no = noflow;
H A DToken.java59 static final int CONDITION = 26; // (?(...)yes|no)
1331 * (?(condition)yes-pattern|no-pattern)
1340 final Token no; field in class:Token.ConditionToken
1346 this.no = nopat;
1349 return this.no == null ? 1 : 2;
1353 if (index == 1) return this.no;
1367 if (this.no == null) {
1370 ret += this.yes+"|"+this.no+")";
H A DRegularExpression.java418 * <dt class="REGEX"><kbd>(?(</Kbd><var>condition</var><Kbd>)</kbd><var>yes-pattern</var><kbd>|</kbd><var>no-pattern</var><kbd>)</kbd>,
652 Op no = ctok.no == null ? null : compile(ctok.no, next, reverse);
653 ret = Op.createCondition(next, ref, condition, yes, no);
1299 else if (cop.no != null) {
1300 op = cop.no;
1423 else if (cop.no != null) {
1424 op = cop.no;
2361 * This method returns 1 when the regular expression has no capturin
[all...]
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipInfo.java71 int no = 1;
73 print("----------------#%d--------------------%n", no++);
/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.cpp54 int MachOper::base_position() const { return -1; } // no base input
55 int MachOper::index_position() const { return -1; } // no index input
157 uint no = num_opnds(); local
159 for( uint i=0; i<no; i++ )
167 uint no = num_opnds(); local
168 if( no != n.num_opnds() ) return 0;
170 for( uint i=0; i<no; i++ ) // All operands must match
272 assert(base == NULL, "Memory references through narrow oops have no base");
328 // Direct addressing modes have no base node, simply an indirect
334 // NULL base, zero offset means no memor
[all...]
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES128 png_set_message_fn() calls, and that the old API no longer exists
231 no pixels are transparent
433 even when no tIME chunk was present in the source file.
525 "viewing_gamma" which no longer appears in the PNG specification.
673 The "Note" above, about backward incompatibility of libpng-1.0.5e, no
850 which are no longer used.
1069 Removed a no-longer needed AIX work-around from pngconf.h
2140 Eliminated no-longer-used pngdefs.h (but it's still built in the makefiles)
2533 Removed projects/beos and netware.txt; no one seems to be supporting them.
2735 the new png_longjmp() function they are no longe
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java398 the name is removed from the set and waiters notified, no
1093 "getMBean", name + " : Found no object");
1151 * is a WeakHashMap, so a listener that is no longer registered
1391 "has no MBeanInfo");
1510 for (NamedObject no : list) {
1511 result.add(no.getName());
1518 for (NamedObject no : list) {
1521 res = query.apply(no.getName());
1526 result.add(no.getName());
1554 for (NamedObject no
[all...]
/openjdk7/make/scripts/
H A Dupdate_copyright_year.sh142 hg log --no-merges -v -d "${year}-01-01 to ${year}-12-31" --template '{node}\n' > ${all_changesets}
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/
H A Dstylesheet.css97 background-repeat:no-repeat;
364 background-repeat:no-repeat;
387 background-repeat:no-repeat;
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A Dgrammar.idl421 - #define id(id, id, ...) token-string is a macro definition. There can be no space between the first id and the left paren. Since id( must be treated as a token and id( can also appear in op_dcl, see that production for the effect of this token.
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp183 // Uninitialized and value cells must contain no data in their info field:
301 int _max_locals; // Cached value of no. of locals
456 int binsToHold (int no) { return ((no+(BitsPerWord-1))/BitsPerWord); } argument
/openjdk7/jdk/make/sun/awt/
H A DDepend.mak4 # to eliminate this dependency (no pun intended). TB
/openjdk7/jdk/make/sun/jawt/
H A DDepend.mak4 # to eliminate this dependency (no pun intended). TB
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME122 transparent pixel is encountered. If no transparent pixels
123 are ever encountered, there will be no reason to create a
126 transparency values where there is no data yet.
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DAbstractMemberWriter.java221 int no = Modifier.NATIVE | Modifier.SYNCHRONIZED;
222 return Modifier.toString(ms & ~no);
/openjdk7/jdk/make/common/
H A DDefs-linux.gmk138 echo >&2 "INFO: no objcopy cmd found so cannot create .debuginfo files. You may need to set ALT_OBJCOPY.")
450 # HAVE_DPS should only be "no" if the platform has no DPS headers or libs
452 HAVE_DPS = no
H A DDefs-macosx.gmk375 # HAVE_DPS should only be "no" if the platform has no DPS headers or libs
377 HAVE_DPS = no

Completed in 145 milliseconds

123