Searched refs:suffix (Results 76 - 100 of 106) sorted by relevance

12345

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXString.java597 * Tests if this string ends with the specified suffix.
599 * @param suffix the suffix.
601 * argument is a suffix of the character sequence represented by
606 * @exception java.lang.NullPointerException if <code>suffix</code> is
609 public boolean endsWith(String suffix) argument
611 return str().endsWith(suffix);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DDataCollectorBase.java368 String suffix )
373 if (name.endsWith( suffix ))
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/apt/
H A DFilerImpl.java256 private String nameToPath(String name, String suffix) throws IOException { argument
261 return name.replace('.', File.separatorChar) + suffix;
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipher.java338 // the mode/padding suffix in upper case. for example, if the algorithm
339 // to lookup is "DES/CBC/PKCS5Padding" suffix is "/CBC/PKCS5PADDING"
340 // if loopup is "DES", suffix is the empty string
342 final String suffix; field in class:Cipher.Transform
347 Transform(String alg, String suffix, String mode, String pad) { argument
348 this.transform = alg + suffix;
349 this.suffix = suffix.toUpperCase(Locale.ENGLISH);
444 if (alg.endsWith(tr.suffix)) {
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Djhelper.d88 this->suffix = '\0';
302 this->suffix = '*';
415 this->signatureSymbolLength] = this->suffix;
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Djhelper.d88 this->suffix = '\0';
302 this->suffix = '*';
415 this->signatureSymbolLength] = this->suffix;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DOptions.java404 private void addRecursive( File dir, String suffix, List<InputSource> result ) { argument
410 addRecursive(f,suffix,result);
412 if(f.getPath().endsWith(suffix))
738 * @param suffix
740 * and find all files that have the given suffix.
742 private void addFile(String name, List<InputSource> target, String suffix) throws BadCommandLineException { argument
755 addRecursive(fsrc,suffix,target);
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp1034 int suffix = (i < SUFFIX_SKIP_1)? 0: cp_Utf8_suffix.getInt(); local
1035 if (suffix < 0) {
1036 abort("bad utf8 suffix");
1039 if (suffix == 0 && i >= SUFFIX_SKIP_1) {
1045 uint size3 = suffix * 3; // max Utf8 length
1046 bool isMalloc = (suffix > SMALL);
1059 for (int j = 0; j < suffix; j++) {
1087 int suffix = (i < SUFFIX_SKIP_1)? 0: cp_Utf8_suffix.getInt(); local
1089 if (prefix < 0 || prefix+suffix < 0) {
1094 if (suffix
1113 int suffix = (int)chars.len; // pick up the hack local
1148 int suffix = (int)chars.len; local
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsName.java319 public Name addAll(Name suffix) throws InvalidNameException { argument
320 return addAll(size(), suffix);
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.cpp211 const char* suffix) {
217 print_raw(suffix);
222 const char* suffix) {
236 print_raw(suffix);
209 stamp(bool guard, const char* prefix, const char* suffix) argument
220 date_stamp(bool guard, const char* prefix, const char* suffix) argument
/openjdk7/jdk/make/sun/xawt/
H A DMakefile288 $(SIZERS_CC) $(CFLAGS_$(subst .,,$(suffix $@))) $(CPPFLAGS) -o $@ $(SIZER)$(suffix $@).c
298 $(SIZER_DIR) $(XLIBTYPES) "sizer" $(subst .,,$(suffix $(basename $@)))
307 $(WRAPPER_GENERATOR_DIR)/sizer$(suffix $@) > $@; \
309 @if [ "$(DOCOMPARE)$(suffix $@)" = "true.64" ]; then \
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c271 char suffix[5]; local
283 suffix[0] = 0;
285 /* Look for .txt suffix if not binary output */
292 (void)strcpy(suffix, format_suffix);
310 (void)strcpy(suffix, dot);
318 "%s.%d%s", prefix, pid, suffix);
/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormat.java129 * subpattern has a prefix, numeric part, and suffix. The negative subpattern
134 * serves only to specify the negative prefix and suffix; the number of digits,
164 * prefix or suffix as literals.
210 * <em>Need not be quoted in prefix or suffix.</em>
218 * <td>Prefix or suffix
223 * <td>Prefix or suffix
228 * <td>Prefix or suffix
236 * <td>Prefix or suffix
238 * <td>Used to quote special characters in a prefix or suffix,
260 * formatted using the localized minus sign, <em>not</em> the prefix and suffix
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp285 // suffix // from -Xbootclasspath/a:...
299 inline void add_suffix_to_prefix(const char* suffix);
300 inline void add_suffix(const char* suffix);
361 inline void SysClassPath::add_suffix_to_prefix(const char* suffix) { argument
362 _items[_scp_prefix] = add_to_path(_items[_scp_prefix], suffix, false);
365 inline void SysClassPath::add_suffix(const char* suffix) { argument
366 _items[_scp_suffix] = add_to_path(_items[_scp_suffix], suffix, false);
378 // Clear the prefix and suffix.
/openjdk7/jdk/src/share/classes/javax/naming/
H A DNameImpl.java600 public boolean endsWith(int posn, Enumeration suffix) { argument
601 // posn is number of elements in suffix
613 String his = (String)suffix.nextElement();
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DRichDiagnosticFormatter.java495 String suffix = t.lower == syms.botType ? ".1" : "";
496 JCDiagnostic d = diags.fragment("where.captured"+ suffix, t, t.bound, t.lower, t.wildcard);
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp1537 // Reattach remaining (suffix) to overflow list
1546 oop suffix = oop(cur->klass()); // suffix will be put back on global list local
1547 cur->set_klass_to_list_ptr(NULL); // break off suffix
1550 // able to place back the suffix.
1556 (oop) Atomic::cmpxchg_ptr(suffix, &_overflow_list, cur_overflow_list);
1564 // Find the last item of suffix list
1565 oop last = suffix;
1569 // Atomically prepend suffix to current overflow list
1580 (oop)Atomic::cmpxchg_ptr(suffix,
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DUtility.java862 String suffix = isDynamic ? DYNAMIC_STUB_SUFFIX :
867 className.substring(index+1) + suffix;
869 return STUB_PREFIX + className + suffix;
/openjdk7/jdk/src/share/classes/java/lang/
H A DString.java1418 * Tests if this string ends with the specified suffix.
1420 * @param suffix the suffix.
1422 * argument is a suffix of the character sequence represented by
1428 public boolean endsWith(String suffix) { argument
1429 return startsWith(suffix, value.length - suffix.value.length);
/openjdk7/jdk/src/share/classes/java/util/
H A DResourceBundle.java2696 * same string as its file suffix if it's not one of the default
2848 * <code>'.'</code> and the given file <code>suffix</code>. For
2850 * <code>"foo.bar.MyResources_ja_JP"</code> and <code>suffix</code>
2856 * @param suffix
2857 * the file type suffix
2860 * if <code>bundleName</code> or <code>suffix</code>
2863 public final String toResourceName(String bundleName, String suffix) { argument
2864 StringBuilder sb = new StringBuilder(bundleName.length() + 1 + suffix.length());
2865 sb.append(bundleName.replace('.', '/')).append('.').append(suffix);
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyFile.java1949 String suffix;
1961 // get the suffix and perform keystore alias replacement
1969 suffix = value.substring(colonIndex+1);
1970 if ((suffix = getDN(suffix, keystore)) == null) {
1973 ("unable.to.perform.substitution.on.alias.suffix"));
1978 sb.append(X500PRINCIPAL + " \"" + suffix + "\"");
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DGifImageDecoder.java343 private byte suffix[] = new byte[4096]; field in class:GifImageDecoder
/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.cpp1565 void Node::dump(const char* suffix, outputStream *st) const { argument
1634 if (suffix) st->print(suffix);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DResolve.java2013 String suffix = hasLocation ? ".location" : "";
2017 suffix += ".args";
2018 suffix += hasTypeArgs ? ".params" : "";
2021 return key + suffix;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DStylesheet.java641 final String suffix = Integer.toString(_nextModeSerial++);
642 _modes.put(modeName, mode = new Mode(modeName, this, suffix));

Completed in 134 milliseconds

12345