HomeSort by relevance Sort by last modified time
    Searched refs:suffix (Results 51 - 75 of 265) sorted by null

1 23 4 5 6 7 8 91011

  /external/proguard/src/proguard/
DataEntryWriterFactory.java 154 * Returns whether the given string ends with the given suffix, ignoring its
157 private static boolean endsWithIgnoreCase(String string, String suffix)
160 int suffixLength = suffix.length();
162 return string.regionMatches(true, stringLength - suffixLength, suffix, 0, suffixLength);
  /external/webkit/WebCore/platform/image-decoders/gif/
GIFImageReader.h 120 unsigned char* suffix; /* LZW decoding tables */ member in struct:GIFFrameReader
144 suffix = stack = 0;
151 delete []suffix;
GIFImageReader.cpp 248 unsigned char *suffix = gs->suffix; local
297 *rowp++ = suffix[code];
319 // Even though suffix[] only holds characters through suffix[avail - 1],
323 *stackp++ = suffix[code];
330 *stackp++ = firstchar = suffix[code];
335 suffix[avail] = firstchar;
478 if (!frame_reader->suffix)
479 frame_reader->suffix = new unsigned char[MAX_BITS]
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/utils/
Messages.java 53 * The name should not have any language suffix
86 * in a errorResourceClass with a language suffix.
105 /** The class name of the error message string table with no language suffix. */
115 * The class name is without a language suffix. If the value passed
299 * without language suffix.
352 * @return an String suffix which can be appended to a resource name
358 String suffix = "_" + locale.getLanguage(); local
362 suffix += "_" + country;
364 return suffix;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
FolderDecorator.java 79 public void doDecoration(IDecoration decoration, String suffix) {
82 if (suffix != null) {
83 decoration.addSuffix(suffix);
  /external/qemu/android/utils/
bufprint.c 193 bufprint_config_file(char* buff, char* end, const char* suffix)
197 p = bufprint(p, end, PATH_SEP "%s", suffix);
225 bufprint_temp_file(char* buff, char* end, const char* suffix)
229 p = bufprint(p, end, PATH_SEP "%s", suffix);
  /sdk/emulator/qtools/
post_trace.cpp 140 const char *suffix = ""; local
143 suffix = "M";
146 suffix = "K";
149 elapsed_secs, insn_per_sec, suffix);
  /external/gtest/include/gtest/internal/
gtest-string.h 268 // Returns true iff this String ends with the given suffix. *Any*
269 // String is considered to end with a NULL or empty suffix.
270 bool EndsWith(const char* suffix) const;
272 // Returns true iff this String ends with the given suffix, not considering
273 // case. Any String is considered to end with a NULL or empty suffix.
274 bool EndsWithCaseInsensitive(const char* suffix) const;
  /frameworks/base/core/tests/coretests/src/android/app/
SuggestionProvider.java 71 for (String suffix : suffixes) {
72 addRow(cursor, query + suffix);
  /external/openssl/crypto/perlasm/
x86gas.pl 25 # expand opcode with size suffix;
29 my($suffix,$dst,$src);
42 if ($dst =~ m/^%/o) { $suffix=&opsize($dst); }
43 elsif ($src =~ m/^%/o) { $suffix=&opsize($src); }
44 else { $suffix="l"; }
45 undef $suffix if ($dst =~ m/^%[xm]/o || $src =~ m/^%[xm]/o);
51 else { &::emit($opcode.$suffix,@arg);}
  /frameworks/base/core/java/android/util/
TimeUtils.java 145 static private int accumField(int amt, int suffix, boolean always, int zeropad) {
147 return 3+suffix;
150 return 2+suffix;
153 return 1+suffix;
158 static private int printField(char[] formatStr, int amt, char suffix, int pos,
177 formatStr[pos] = suffix;
  /external/chromium/third_party/icu/source/tools/gencase/
gencase.c 167 parseBinariesFile(char *filename, char *basename, const char *suffix,
176 writeUCDFilename(basename, bin->ucdFile, suffix);
215 const char *srcDir=NULL, *destDir=NULL, *suffix=NULL; local
240 "Usage: %s [-options] [suffix]\n"
258 "\tsuffix suffix that is to be appended with a '-'\n"
272 suffix=argv[1];
274 suffix=NULL;
298 writeUCDFilename(basename, "SpecialCasing", suffix);
302 writeUCDFilename(basename, "CaseFolding", suffix);
308 parseBinariesFile(filename, basename, suffix, &propListBinaries, &errorCode)
    [all...]
  /external/icu4c/tools/gencase/
gencase.c 169 parseBinariesFile(char *filename, char *basename, const char *suffix,
178 writeUCDFilename(basename, bin->ucdFile, suffix);
217 const char *srcDir=NULL, *destDir=NULL, *suffix=NULL; local
242 "Usage: %s [-options] [suffix]\n"
260 "\tsuffix suffix that is to be appended with a '-'\n"
274 suffix=argv[1];
276 suffix=NULL;
300 writeUCDFilename(basename, "SpecialCasing", suffix);
304 writeUCDFilename(basename, "CaseFolding", suffix);
310 parseBinariesFile(filename, basename, suffix, &propListBinaries, &errorCode)
    [all...]
  /external/webkit/WebCore/inspector/front-end/
TextEditorModel.js 116 var suffix = this._lines[range.startLine].substring(range.startColumn);
121 this._setLine(range.startLine, prefix + newLines[0] + suffix);
127 this._setLine(range.startLine + newLines.length - 1, newLines[newLines.length - 1] + suffix);
156 var suffix = this._lines[range.endLine].substring(range.endColumn);
160 this._setLine(range.startLine, prefix + suffix);
196 var suffix = line.substring(column); variable
197 var suffixMatch = this._noPunctuationRegex.exec(suffix);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
NameSplitterTest.java 314 String middleName, String familyName, String suffix) {
321 assertEquals(suffix, name.getSuffix());
325 String middleName, String familyName, String suffix) {
327 familyName, suffix, true);
331 String middleName, String familyName, String suffix, boolean givenNameFirst) {
338 name.suffix = suffix;
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py 413 for suffix in BASELINE_SUFFIXES:
415 (test_basename, suffix))
419 logging.info(' %s file not in archive.', suffix)
423 logging.info(' %s file found in archive.', suffix)
427 temp_fd, temp_name = tempfile.mkstemp(suffix)
432 expected_filename = '%s-expected%s' % (test_basename, suffix)
448 suffix,
463 elif suffix != '.checksum':
482 def _is_dup_baseline(self, new_baseline, baseline_path, test, suffix,
492 suffix: file suffix of the expected results, including dot
    [all...]
  /external/chromium/third_party/icu/source/tools/genprops/
genprops.c 81 const char *srcDir=NULL, *destDir=NULL, *suffix=NULL; local
106 "Usage: %s [-options] [suffix]\n"
124 "\tsuffix suffix that is to be appended with a '-'\n"
138 suffix=argv[1];
140 suffix=NULL;
163 writeUCDFilename(basename, "UnicodeData", suffix);
168 generateAdditionalProperties(filename, suffix, &errorCode);
182 writeUCDFilename(char *basename, const char *filename, const char *suffix) {
185 if(suffix!=NULL) {
187 uprv_strcpy(basename+length, suffix);
    [all...]
  /external/icu4c/tools/genprops/
genprops.c 81 const char *srcDir=NULL, *destDir=NULL, *suffix=NULL; local
106 "Usage: %s [-options] [suffix]\n"
124 "\tsuffix suffix that is to be appended with a '-'\n"
138 suffix=argv[1];
140 suffix=NULL;
163 writeUCDFilename(basename, "UnicodeData", suffix);
168 generateAdditionalProperties(filename, suffix, &errorCode);
182 writeUCDFilename(char *basename, const char *filename, const char *suffix) {
185 if(suffix!=NULL) {
187 uprv_strcpy(basename+length, suffix);
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/res/
XPATHErrorResources.java 949 String suffix = getResourceSuffix(locale); local
990 String suffix = "_" + locale.getLanguage(); local
    [all...]
  /external/icu4c/tools/toolutil/
pkgitems.cpp 129 * and a suffix
132 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix,
151 suffixLength=(int32_t)strlen(suffix);
162 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL
166 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix,
170 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode);
180 const char *itemID, *parent, *parentLimit, *suffix; local
191 // get the item suffix
192 suffix=strrchr(itemID, '.');
193 if(suffix==NULL)
    [all...]
  /external/skia/include/core/
SkString.h 26 bool SkStrEndsWith(const char string[], const char suffix[]);
62 bool endsWith(const char suffix[]) const
64 return SkStrEndsWith(fRec->data(), suffix);
  /external/openssl/crypto/asn1/
bio_asn1.c 61 * can be provided to add prefix and suffix data.
104 asn1_ps_func *prefix, *prefix_free, *suffix, *suffix_free; member in struct:BIO_ASN1_BUF_CTX_t
105 /* Extra buffer for prefix and suffix data */
396 ctx->suffix = ex_func->ex_func;
402 ex_func->ex_func = ctx->suffix;
421 if (!asn1_bio_setup_ex(b, ctx, ctx->suffix,
487 int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix, asn1_ps_func *suffix_free)
489 return asn1_bio_set_ex(b, BIO_C_SET_SUFFIX, suffix, suffix_free);
  /external/chromium/base/
file_path.h 228 // Inserts |suffix| after the file name portion of |path| but before the
231 // path == "C:\pics\jojo.jpg" suffix == " (1)", returns "C:\pics\jojo (1).jpg"
232 // path == "jojo.jpg" suffix == " (1)", returns "jojo (1).jpg"
233 // path == "C:\pics\jojo" suffix == " (1)", returns "C:\pics\jojo (1)"
234 // path == "C:\pics.old\jojo" suffix == " (1)", returns "C:\pics.old\jojo (1)"
235 FilePath InsertBeforeExtension(const StringType& suffix) const;
236 FilePath InsertBeforeExtensionASCII(const base::StringPiece& suffix) const;
  /external/protobuf/gtest/include/gtest/internal/
gtest-string.h 260 // Returns true iff this String ends with the given suffix. *Any*
261 // String is considered to end with a NULL or empty suffix.
262 bool EndsWith(const char* suffix) const;
264 // Returns true iff this String ends with the given suffix, not considering
265 // case. Any String is considered to end with a NULL or empty suffix.
266 bool EndsWithCaseInsensitive(const char* suffix) const;
  /libcore/support/src/test/java/tests/support/
Support_GetLocal.java 90 public static File createTempFile(String suffix) throws IOException {
91 return File.createTempFile("hyts_", suffix, null);

Completed in 790 milliseconds

1 23 4 5 6 7 8 91011