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

<<21222324252627282930>>

  /external/chromium_org/third_party/icu/source/common/
udata.cpp 391 const char *item, const char *suffix, UBool doCheckLastFour,
399 const char *suffix; /* item suffix (can be null) */ member in class:UDataPathIterator
408 * to match, checks last 4 chars of suffix with
417 * @param suffix Optional item suffix, if not-null (ex. ".dat") then 'path' can contain 'item' explicitly.
455 fprintf(stderr, "SUFFIX=%s [%p]\n", inSuffix, inSuffix);
458 /** Suffix **/
460 suffix = inSuffix;
462 suffix = ""
    [all...]
  /external/icu4c/common/
udata.cpp 415 const char *item, const char *suffix, UBool doCheckLastFour,
423 const char *suffix; /* item suffix (can be null) */ member in class:UDataPathIterator
432 * to match, checks last 4 chars of suffix with
441 * @param suffix Optional item suffix, if not-null (ex. ".dat") then 'path' can contain 'item' explicitly.
479 fprintf(stderr, "SUFFIX=%s [%p]\n", inSuffix, inSuffix);
482 /** Suffix **/
484 suffix = inSuffix;
486 suffix = ""
    [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 52 std::vector<std::string> &Suffix,
62 std::vector<std::string> &Suffix,
64 // First, run the program with just the Suffix passes. If it is still broken
66 outs() << "Checking to see if '" << getPassesString(Suffix)
70 if (BD.runPasses(BD.getProgram(), Suffix, BitcodeResult, false/*delete*/,
74 BD.setPassesToRun(Suffix);
86 if (Suffix.empty()) {
128 // Ok, so now we know that the prefix passes work, try running the suffix
140 // Don't check if there are no passes in the suffix.
141 if (Suffix.empty()
    [all...]
  /libcore/luni/src/main/java/java/io/
File.java 209 private static String join(String prefix, String suffix) {
213 haveSlash = (suffix.length() > 0 && suffix.charAt(0) == separatorChar);
215 return haveSlash ? (prefix + suffix) : (prefix + separatorChar + suffix);
    [all...]
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 134 def _StringHelper(self, name, suffix):
136 return '%s(%s)' % (name, suffix)
137 return '%s(%d, %d, %s)' % (name, self.start, self.end, suffix)
225 suffix = '%s %s' % (name, self.name)
227 suffix += ' = ' + ''.join([d.name for d in self.default])
228 return self._StringHelper(self.__class__.__name__, suffix)
243 def _TypeStringHelper(self, suffix):
246 suffix += ' in ' + '::'.join(names)
247 return self._StringHelper(self.__class__.__name__, suffix)
263 suffix = '%s %s' % (self.type, self.name
    [all...]
  /external/pixman/pixman/
pixman-fast-path.c     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZOperands.td 71 // choices for the same underlying addressing mode. SUFFIX is similarly
72 // a suffix appended to the displacement for selection purposes;
76 string suffix, string length, int numops, string format,
79 "select"##seltype##dispsize##suffix##length,
92 class BDMode<string type, string bitsize, string dispsize, string suffix>
93 : AddressingMode<type, bitsize, dispsize, suffix, "", 2, "BDAddr",
98 class BDXMode<string type, string bitsize, string dispsize, string suffix>
99 : AddressingMode<type, bitsize, dispsize, suffix, "", 3, "BDXAddr",
105 class BDLMode<string type, string bitsize, string dispsize, string suffix,
107 : AddressingMode<type, bitsize, dispsize, suffix, "Len"##lensize, 3
    [all...]
  /external/lzma/C/
Ppmd7.c 30 #define SUFFIX(ctx) CTX((ctx)->Suffix)
300 p->MinContext->Suffix = 0;
352 while (c->Suffix)
356 c = SUFFIX(c);
405 c1->Suffix = REF(c);
427 if (p->FoundState->Freq < MAX_FREQ / 4 && p->MinContext->Suffix != 0)
429 c = SUFFIX(p->MinContext);
503 for (c = p->MaxContext; c != p->MinContext; c = SUFFIX(c))
641 (nonMasked < (unsigned)SUFFIX(p->MinContext)->NumStats - p->MinContext->NumStats) +
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py 53 def add_suffix(self, suffix, importFunc):
55 self.fs_imp.add_suffix(suffix, importFunc)
409 # byte-compiled file suffix character
412 # byte-compiled file suffix
532 def add_suffix(self, suffix, importFunc):
534 self.suffixes.append((suffix, importFunc))
567 for suffix, importFunc in self.suffixes:
568 filename = pathname + suffix
579 # SUFFIX-BASED IMPORTERS
699 # importer classes by registering a suffix or a Boolean function, plus
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py 53 def add_suffix(self, suffix, importFunc):
55 self.fs_imp.add_suffix(suffix, importFunc)
409 # byte-compiled file suffix character
412 # byte-compiled file suffix
532 def add_suffix(self, suffix, importFunc):
534 self.suffixes.append((suffix, importFunc))
567 for suffix, importFunc in self.suffixes:
568 filename = pathname + suffix
579 # SUFFIX-BASED IMPORTERS
699 # importer classes by registering a suffix or a Boolean function, plus
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
decimfmt.h 211 * <em>Need not be quoted in prefix or suffix.</em>
217 * <em>Need not be quoted in prefix or suffix.</em>
225 * <td>Prefix or suffix
230 * <td>Prefix or suffix
235 * <td>Prefix or suffix
245 * <td>Prefix or suffix
247 * <td>Used to quote special characters in a prefix or suffix,
253 * <td>Prefix or suffix boundary
260 * prefix, a numeric part, and a suffix. If there is no explicit negative
264 * prefix and suffix; the number of digits, minimal digits, and othe
    [all...]
  /external/icu4c/i18n/unicode/
decimfmt.h 230 * <em>Need not be quoted in prefix or suffix.</em>
236 * <em>Need not be quoted in prefix or suffix.</em>
244 * <td>Prefix or suffix
249 * <td>Prefix or suffix
254 * <td>Prefix or suffix
264 * <td>Prefix or suffix
266 * <td>Used to quote special characters in a prefix or suffix,
272 * <td>Prefix or suffix boundary
279 * prefix, a numeric part, and a suffix. If there is no explicit negative
283 * prefix and suffix; the number of digits, minimal digits, and othe
    [all...]
  /external/chromium/testing/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;
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_tasks.cc 182 const std::string& suffix) {
184 << " and suffix: " << suffix; local
201 LOG_IF(ERROR, !suffix_task_prefs) << "Unable to open suffix prefs";
202 std::string lower_suffix = StringToLowerASCII(suffix);
205 VLOG_IF(1, !task_id.empty()) << "Found suffix default handler: " << task_id;
  /external/chromium_org/chrome/installer/setup/
uninstall.cc 686 // Chrome (only a risk if the suffix is empty). Don't delete the whole key
766 // Append the requested suffix manually here (as ShellUtil::GetBrowserModelId
767 // would otherwise try to figure out the currently installed suffix).
893 string16 suffix; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/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;
  /external/chromium_org/third_party/openssl/
import_from_android.sh 369 # are named as <prefix><suffix> or <prefix><suffix><arch>.
382 # $2: variable suffix
386 local SUFFIX="$2"
392 LIST="$LIST $(var_value ${PREFIX}${SUFFIX}${ARCH})"
395 LIST="$LIST $(var_value ${PREFIX}${SUFFIX})"
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
by_dir.c 79 int suffix; member in struct:lookup_dir_hashes_st
352 k = hent->suffix;
436 /* If a CRL, update the last file suffix added for this */
456 hent->suffix = k;
465 else if (hent->suffix < k)
466 hent->suffix = k;
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_matrixProcs.cpp 47 #define MAKENAME(suffix) ClampX_ClampY ## suffix
55 #define MAKENAME(suffix) RepeatX_RepeatY ## suffix
63 #define MAKENAME(suffix) GeneralXY ## suffix
  /external/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;
  /external/llvm/utils/unittest/googletest/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;
  /external/mesa3d/src/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;
  /external/open-vcdiff/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;
  /external/openssl/crypto/x509/
by_dir.c 79 int suffix; member in struct:lookup_dir_hashes_st
346 k = hent->suffix;
430 /* If a CRL, update the last file suffix added for this */
450 hent->suffix = k;
459 else if (hent->suffix < k)
460 hent->suffix = k;
  /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;

Completed in 461 milliseconds

<<21222324252627282930>>