/external/icu/icu4c/source/tools/toolutil/ |
pkg_icu.cpp | 25 const char *suffix; member in struct:__anon13128 37 const char *suffix; local 40 suffix=listFileSuffixes[i].suffix; 42 if((listNameEnd-listname)>length && 0==memcmp(listNameEnd-length, suffix, length)) {
|
/external/llvm/lib/IR/ |
Mangler.cpp | 88 /// Microsoft fastcall and stdcall functions require a suffix on their name 156 // If we are supposed to add a microsoft-style suffix for stdcall, fastcall, 157 // or vectorcall, add it. These functions have a suffix of @N where N is the 160 OS << '@'; // vectorcall functions use a double @ suffix. 163 // "Pure" variadic functions do not receive @0 suffix.
|
/external/parameter-framework/ |
LibParameter.mk | 30 SUFFIX := _host 32 SUFFIX := 35 LOCAL_MODULE := libparameter$(SUFFIX) 145 LOCAL_SHARED_LIBRARIES := libremote-processor$(PFW_NETWORKING_SUFFIX)$(SUFFIX) 153 libpfw_utility$(SUFFIX) \
|
/frameworks/av/include/media/stagefright/foundation/ |
ADebug.h | 63 #define MAKE_COMPARATOR(suffix,op) \ 65 AString Compare_##suffix(const A &a, const B &b) { \ 82 #define CHECK_OP(x,y,suffix,op) \ 84 AString ___res = Compare_##suffix(x, y); \ 88 " CHECK_" #suffix "( " #x "," #y ") failed: "; \
|
/frameworks/base/docs/html/ndk/guides/ |
cpu-arm-neon.jd | 10 <li><a href="#uns">Using the {@code .neon} Suffix</a></li> 43 <h2 id="uns">Using the .neon Suffix</h2> 45 using the {@code .neon} suffix to indicate that you want to build binaries with NEON support. 53 <p>You can combine the {@code .neon} suffix with the {@code .arm} suffix, which specifies the 32-bit
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
DataUsageDetailView.java | 117 String suffix; local 120 suffix = "GB"; 123 suffix = "MB"; 126 suffix = "KB"; 128 return FORMAT.format(val * (bytes < 0 ? -1 : 1)) + " " + suffix;
|
/system/extras/bootctl/ |
bootctl.c | 48 " %s get-suffix SLOT - Prints suffix for SLOT.\n" 129 const char* suffix = module->getSuffix(module, slot_number); local 130 fprintf(stdout, "%s\n", suffix); 202 } else if (strcmp(argv[1], "get-suffix") == 0) {
|
/external/autotest/frontend/tko/ |
models.py | 352 suffix=None, exclude=False): 353 if suffix is None: 354 suffix = self._get_include_exclude_suffix(exclude) 358 suffix=suffix, exclude=exclude) 361 def _add_label_pivot_table_join(self, query_set, suffix, join_condition='', 366 suffix=suffix, exclude=exclude, 370 def _add_label_joins(self, query_set, suffix=''): 372 query_set, suffix=suffix, force_left_join=True [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ICUBinary.java | 106 static void addBaseNamesInFolder(ByteBuffer bytes, String folder, String suffix, Set<String> names) { 116 while (index < count && addBaseName(bytes, index, folder, suffix, sb, names)) { 169 String folder, String suffix, StringBuilder sb, Set<String> names) { 184 // Collect the NUL-terminated name and test for a subfolder, then test for the suffix. 194 int nameLimit = sb.length() - suffix.length(); 195 if (sb.lastIndexOf(suffix, nameLimit) >= 0) { 217 * @param suffix Usually ".res". 218 * @param names File base names relative to the folder are added without the suffix, 221 abstract void addBaseNamesInFolder(String folder, String suffix, Set<String> names); 246 void addBaseNamesInFolder(String folder, String suffix, Set<String> names) [all...] |
/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");
|