HomeSort by relevance Sort by last modified time
    Searched full:suffix (Results 426 - 450 of 4184) sorted by null

<<11121314151617181920>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUBinary.java 102 static void addBaseNamesInFolder(ByteBuffer bytes, String folder, String suffix, Set<String> names) {
112 while (index < count && addBaseName(bytes, index, folder, suffix, sb, names)) {
165 String folder, String suffix, StringBuilder sb, Set<String> names) {
180 // Collect the NUL-terminated name and test for a subfolder, then test for the suffix.
190 int nameLimit = sb.length() - suffix.length();
191 if (sb.lastIndexOf(suffix, nameLimit) >= 0) {
213 * @param suffix Usually ".res".
214 * @param names File base names relative to the folder are added without the suffix,
217 abstract void addBaseNamesInFolder(String folder, String suffix, Set<String> names);
242 void addBaseNamesInFolder(String folder, String suffix, Set<String> names)
    [all...]
  /build/core/
multi_prebuilt.mk 48 # name will be the filename with the suffix removed.
73 $(eval LOCAL_BUILT_MODULE_STEM := $(LOCAL_MODULE)$(suffix $(LOCAL_SRC_FILES))) \
78 $(eval LOCAL_MODULE_SUFFIX := $(suffix $(LOCAL_SRC_FILES))) \
  /external/autotest/client/cros/image_comparison/
pdiff_image_comparer.py 39 tmp_golden_img_file = tempfile.NamedTemporaryFile(suffix=ext)
40 tmp_test_img_file = tempfile.NamedTemporaryFile(suffix=ext)
66 tmp_diff_file = tempfile.NamedTemporaryFile(suffix='.png', delete=False)
  /external/autotest/client/virt/tests/
multicast.py 54 suffix = int(re.findall("\d+", mcast)[-1])
59 (mgroup_count, prefix, suffix))
69 new_suffix = suffix + i
  /external/avahi/avahi-core/
domain-util.c 171 int avahi_domain_ends_with(const char *domain, const char *suffix) {
173 assert(suffix);
181 if (avahi_domain_equal(domain, suffix))
  /external/boringssl/src/crypto/err/
err_test.cc 120 static bool HasSuffix(const char *str, const char *suffix) {
121 size_t suffix_len = strlen(suffix);
126 return strcmp(str + str_len - suffix_len, suffix) == 0;
  /external/clang/include/clang/Driver/
Types.h 35 /// getTypeTempSuffix - Return the suffix to use when creating a
51 /// should the suffix be appended (instead of replacing the existing
52 /// suffix).
  /external/clang/lib/Lex/
HeaderMap.cpp 41 uint32_t Suffix; // Offset (into strings) of value suffix.
145 Result.Suffix = 0;
152 Result.Suffix = getEndianAdjustedWord(BucketPtr->Suffix);
191 const char *Suffix = getString(B.Suffix);
192 fprintf(stderr, " %d. %s -> '%s' '%s'\n", i, Key, Prefix, Suffix);
231 StringRef Suffix = getString(B.Suffix);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CompactDecimalDataCache.java 58 * these arrays contain the prefix or suffix to use.
331 * Populates prefix and suffix information for a particular plural variant
338 * @param result Extracted prefix and suffix stored here.
353 String suffix = fixQuotes(template.substring(lastIdx + 1)); local
354 saveUnit(new DecimalFormat.Unit(prefix, suffix), pluralVariant, idx, result.units);
356 // If there is effectively no prefix or suffix, ignore the actual
359 if (prefix.trim().length() == 0 && suffix.trim().length() == 0) {
423 * If it has no prefix and suffix for a particular variant, use the one from the
430 // Initially we assume that previous divisor is 1 with no prefix or suffix.
476 * Fetches a prefix or suffix given a plural variant and log10 value. If i
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
NFS4StringPrep.java 136 throw new StringPrepParseException("Suffix following a special index", StringPrepParseException.INVALID_CHAR_FOUND);
139 UCharacterIterator suffix = UCharacterIterator.getInstance(suffixString); local
142 out.append(prep.nfsmxs.prepare(suffix, StringPrep.DEFAULT));
  /external/icu/icu4c/source/i18n/
digitaffixesandpadding.h 57 * The positive suffix
62 * The negative suffix
67 * The negative suffix
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CompactDecimalDataCache.java 57 * these arrays contain the prefix or suffix to use.
330 * Populates prefix and suffix information for a particular plural variant
337 * @param result Extracted prefix and suffix stored here.
352 String suffix = fixQuotes(template.substring(lastIdx + 1)); local
353 saveUnit(new DecimalFormat.Unit(prefix, suffix), pluralVariant, idx, result.units);
355 // If there is effectively no prefix or suffix, ignore the actual
358 if (prefix.trim().length() == 0 && suffix.trim().length() == 0) {
422 * If it has no prefix and suffix for a particular variant, use the one from the
429 // Initially we assume that previous divisor is 1 with no prefix or suffix.
475 * Fetches a prefix or suffix given a plural variant and log10 value. If i
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
NFS4StringPrep.java 135 throw new StringPrepParseException("Suffix following a special index", StringPrepParseException.INVALID_CHAR_FOUND);
138 UCharacterIterator suffix = UCharacterIterator.getInstance(suffixString); local
141 out.append(prep.nfsmxs.prepare(suffix, StringPrep.DEFAULT));
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfStandardAttributes.cpp 47 #define IMF_STD_ATTRIBUTE_IMP(name,suffix,type) \
50 add##suffix (Header &header, const type &value) \
56 has##suffix (const Header &header) \
  /external/parameter-framework/upstream/utility/
DynamicLibrary.hpp 43 * If generic name provided, OS specific prefix, suffix are added automatically
72 * @param[in] path library stripped path (eg. no prefix, no suffix)
73 * @return OS specific library path including prefix and suffix
  /external/toybox/toys/posix/
split.c 20 alphabetically increasing suffix (aa, ab, ac... az, ba, bb...).
22 -a Suffix length (default 2)
67 if (j) error_exit("bad suffix");
  /external/v8/
Makefile.android 60 BUILDTYPE=$(shell echo $(subst .,,$(suffix $@)) | \
72 -S$(suffix $(basename $@))$(suffix $@) ${GYPFLAGS}
  /ndk/build/tools/
builder-funcs.sh 358 local lib libname suffix libm
360 suffix=$2
363 if [ -z "$suffix" ]; then
364 suffix=".so"
371 lib=${lib%%${suffix}}${suffix}
401 local lib libname suffix
403 suffix=$2
404 if [ -z "$suffix" ]; then
405 suffix=".so
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/r/
srun.swg 72 function(name, .values, where = topenv(parent.frame()), suffix = "Value")
78 if(nchar(suffix))
79 name = paste(name, suffix, sep = "")
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
FolderDecorator.java 81 public void doDecoration(IDecoration decoration, String suffix) {
84 if (suffix != null) {
85 decoration.addSuffix(suffix);
  /system/core/base/
strings.cpp 93 bool EndsWith(const std::string& s, const char* suffix) {
94 size_t suffix_length = strlen(suffix);
100 return s.compare(offset, suffix_length, suffix) == 0;
  /toolchain/binutils/binutils-2.25/libiberty/
mkstemps.c 64 @var{path}/ccXXXXXX@var{suffix}
67 @var{suffix_len} tells us how long @var{suffix} is (it can be zero
68 length). The last six characters of @var{pattern} before @var{suffix}
  /build/kati/
rule_parser.go 25 prefix, suffix string
29 return p.prefix + "%" + p.suffix
33 return strings.HasPrefix(s, p.prefix) && strings.HasSuffix(s, p.suffix)
46 if p.suffix != "" {
47 trimed = strings.TrimSuffix(in, p.suffix)
84 return pattern{prefix: string(s[:i]), suffix: string(s[i+1:])}, true
  /external/autotest/server/site_tests/brillo_BootLoader/
brillo_BootLoader.py 37 self.suffix_a = self.dut.run_output('bootctl get-suffix 0')
38 self.suffix_b = self.dut.run_output('bootctl get-suffix 1')
39 logging.info('Slot 0 suffix: "%s"', self.suffix_a)
40 logging.info('Slot 1 suffix: "%s"', self.suffix_b)
117 """Checks that 'fastboot set_active <SUFFIX>' work.
126 # <SLOT_SUFFIX>" e.g. use suffix instead of number.
  /external/curl/include/curl/
curlrules.h 214 # define __CURL_OFF_T_C_HLPR2(Val,Suffix) Val ## Suffix
216 # define __CURL_OFF_T_C_HLPR2(Val,Suffix) Val/**/Suffix
218 # define __CURL_OFF_T_C_HLPR1(Val,Suffix) __CURL_OFF_T_C_HLPR2(Val,Suffix)

Completed in 1749 milliseconds

<<11121314151617181920>>