HomeSort by relevance Sort by last modified time
    Searched full:suffix (Results 501 - 525 of 2729) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/icu/source/config/
mh-os400 56 ## object suffix
59 ## Shared object suffix
61 ## Non-shared intermediate object suffix
  /external/clang/include/clang/Basic/
DiagnosticCommonKinds.td 51 "string literal with user-defined suffix cannot be used here">;
53 "character literal with user-defined suffix cannot be used here">;
55 "numeric literal with user-defined suffix cannot be used here">;
  /external/clang/lib/Analysis/
CocoaConventions.cpp 123 StringRef suffix = functionName.substr(it - start);
124 if (suffix.startswith("reate")) {
127 else if (suffix.startswith("opy")) {
  /external/elfutils/src/
objdump.c 97 const char *suffix);
101 const char *suffix);
304 const char *suffix)
309 size_t suffix_len = suffix != NULL ? strlen (suffix) : 0;
322 if (suffix != NULL)
323 cp = stpcpy (cp, suffix);
772 const char *suffix)
784 size_t suffix_len = suffix == NULL ? 0 : strlen (suffix);
    [all...]
  /external/icu4c/config/
mh-os400 63 ## object suffix
66 ## Shared object suffix
68 ## Non-shared intermediate object suffix
  /libcore/support/src/test/java/tests/util/
ClassLoaderBuilder.java 126 String suffix = "!/" + manifestFile; local
131 if (manifestString.endsWith(suffix)) {
132 return manifestString.substring(0, manifestString.length() - suffix.length());
  /ndk/sources/host-tools/sed-4.2.1/m4/
locale-ja.m4 45 /* On Cygwin, avoid locale names without encoding suffix, because the
46 locale_charset() function relies on the encoding suffix. Note that
74 # Test for the locale name with explicit encoding suffix.
  /external/chromium_org/third_party/icu/source/tools/genrb/
reslist.c 1533 char *suffix; local
1714 const UChar *suffix = suffixRes->u.fString.fChars; local
    [all...]
  /external/icu4c/tools/genrb/
reslist.c 1539 char *suffix; local
1720 const UChar *suffix = suffixRes->u.fString.fChars; local
    [all...]
  /dalvik/vm/
JarFile.cpp 38 * but with the supplied suffix. E.g.,
45 static int openAlternateSuffix(const char *fileName, const char *suffix,
50 size_t suffixLen = strlen(suffix);
61 * the last dot, and copy the suffix to just after it.
69 memcpy(c + 1, suffix, suffixLen + 1);
  /external/chromium/chrome/browser/autofill/
phone_field_unittest.cc 176 // <area code> - <prefix> - <suffix>, or
178 // size: <prefix> is no bigger than 3 characters, and <suffix> is no bigger
228 // This scenario of explicitly labeled "prefix" and "suffix" phone numbers
250 ASCIIToUTF16("suffix"),
341 ASCIIToUTF16("suffix"),
  /external/chromium/testing/gmock/scripts/generator/cpp/
tokenize.py 191 for suffix in ('l', 'f'):
192 if suffix == source[i:i+1].lower():
206 for suffix in ('ull', 'll', 'ul', 'l', 'f', 'u'):
207 size = len(suffix)
208 if suffix == source[i:i+size].lower():
  /external/chromium_org/components/url_matcher/
url_matcher.h 27 // host suffix or the containment of a string in the query component of a GURL.
135 URLMatcherCondition CreateHostSuffixCondition(const std::string& suffix);
140 URLMatcherCondition CreatePathSuffixCondition(const std::string& suffix);
145 URLMatcherCondition CreateQuerySuffixCondition(const std::string& suffix);
169 URLMatcherCondition CreateURLSuffixCondition(const std::string& suffix);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/common/
PerfTraceEvent.java 315 * @param suffix The required suffix to be appended to the name.
318 public static String makeSafeTraceName(String baseName, String suffix) {
319 int suffixLength = suffix.length();
324 return baseName + suffix;
  /external/chromium_org/tools/find_runtime_symbols/
prepare_symbol_info.py 29 def _dump_command_result(command, output_dir_path, basename, suffix):
31 suffix=suffix, prefix=basename + '.', dir=output_dir_path)
33 suffix=suffix + '.err', prefix=basename + '.', dir=output_dir_path)
  /external/llvm/include/llvm/ADT/
SmallString.h 137 /// endswith - Check if this string ends with the given \p Suffix.
138 bool endswith(StringRef Suffix) const {
139 return str().endswith(Suffix);
248 /// suffix (starting with \p Start) will be returned.
261 /// number of characters remaining in the string, the string suffix
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 156 #define __ITT_BUILD_ASSERT(expr, suffix) do { \
157 static char __itt_build_check_##suffix[(expr) ? 1 : -1]; \
158 __itt_build_check_##suffix[0] = 0; \
160 #define _ITT_BUILD_ASSERT(expr, suffix) __ITT_BUILD_ASSERT((expr), suffix)
  /external/chromium_org/ppapi/native_client/src/tools/
srpcgen.py 141 suffix = '* '
143 suffix = ' '
147 s += 'nacl_abi_size_t%s%s, %s %s' % (suffix,
152 s += '%s%s%s' % (type_info[1], suffix, arg[0])
181 suffix = 'Server'
183 suffix = 'Client'
185 class_name = spec['name'] + suffix
  /external/chromium_org/third_party/icu/source/i18n/
bmsearch.cpp 498 // (i > start) means we're inside the last suffix match we found
502 // so if any suffix match at that character doesn't extend beyond the last match,
503 // it's the suffix for this character as well
538 // this matching suffix is a prefix of the pattern
541 // for any mis-match before this suffix, we should skip
543 // lines up with the front of the suffix.
544 // (patlen - 1 - i) is the start of the suffix
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egldriver.c 340 const char *suffix = library_suffix(); local
341 size_t slen = strlen(suffix);
346 need_suffix = (p < filename || strcmp(p, suffix) != 0);
351 strcpy(path + len, suffix);
483 char *suffix = strchr(env, '.'); local
484 name_len = (suffix) ? suffix - env : strlen(env);
  /external/elfutils/libcpu/
ChangeLog 136 Fix tttn suffix for cmov.
227 * i386_parse.y: Emit suffix w0.
232 Implement tttn suffix.
233 * i386_parse.y: Emit tttn suffix definition.
237 * i386_data.h (struct instr_enc): Use suffix field.
242 (i386_disasm): Handle suffix.
243 * i386_parse.y: Emit suffix information.
  /external/mesa3d/src/egl/main/
egldriver.c 340 const char *suffix = library_suffix(); local
341 size_t slen = strlen(suffix);
346 need_suffix = (p < filename || strcmp(p, suffix) != 0);
351 strcpy(path + len, suffix);
483 char *suffix = strchr(env, '.'); local
484 name_len = (suffix) ? suffix - env : strlen(env);
  /external/valgrind/main/VEX/priv/
host_s390_disasm.c 107 static HChar *suffix[] = { local
115 /* strcat(buf, suffix); */
116 for (from = suffix[mask >> 1]; *from; ++from, ++to) {
127 construct_mnemonic(const HChar *prefix, const HChar *suffix, UInt mask)
142 vassert(vex_strlen(prefix) + vex_strlen(suffix) + sizeof mask_id[0] <= sizeof buf);
152 /* strcat(buf, suffix); */
153 for (from = suffix; *from; ++from, ++to) {
  /ndk/sources/host-tools/make-3.81/doc/
make.info-2 255 suffix (*note Old-Fashioned Suffix Rules: Suffix Rules.), `$*' is
256 set to the target name minus the suffix. For example, if the
258 suffix. GNU `make' does this bizarre thing only for compatibility
263 recognized suffix, `$*' is set to the empty string for that rule.
344 A target pattern is composed of a `%' between a prefix and a suffix,
346 only if the file name starts with the prefix and ends with the suffix,
347 without overlap. The text between the prefix and the suffix is called
356 before it is compared with the target prefix and suffix. After th
    [all...]
  /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;

Completed in 1194 milliseconds

<<21222324252627282930>>