HomeSort by relevance Sort by last modified time
    Searched full:suffix (Results 551 - 575 of 3940) sorted by null

<<21222324252627282930>>

  /external/guava/guava-testlib/src/com/google/common/testing/
AbstractPackageSanityTests.java 21 import static com.google.common.testing.AbstractPackageSanityTests.Chopper.suffix;
118 suffix("Test")
119 .or(suffix("Tests"))
120 .or(suffix("TestCase"))
121 .or(suffix("TestSuite"));
294 * Finds the classes not ending with a test suffix and not covered by an explicit test
384 static Chopper suffix(final String suffix) { method
387 if (str.endsWith(suffix)) {
388 return Optional.of(str.substring(0, str.length() - suffix.length()))
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
BuildDependencyGenerator.java 122 String suffix = Grammar.grammarTypeToFileNameSuffix[grammar.type]; local
123 String fileName = grammar.name + suffix + headerExtST.render();
130 String suffix = Grammar.grammarTypeToFileNameSuffix[Grammar.LEXER]; local
131 String lexer = grammar.name + suffix + extST.render();
136 String header = grammar.name + suffix + headerExtST.render();
  /external/autotest/client/common_lib/
logging_manager_test.py 148 def _say(self, suffix):
149 print >>self.stdout, 'print %s' % suffix
151 os.system('echo system %s >&%s' % (suffix,
154 print >>self.stdout, 'system %s' % suffix
155 logging.info('logging %s', suffix)
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_tempfile_test.py 90 """test tempfile._TempFilename(suffix=)."""
91 filename = self.tempfile._TempFilename(suffix='.suffix')
93 self.assertTrue(filename.endswith('.suffix'))
94 self.assertLess(len('/tmp/tmpX.suffix'), len(filename))
  /external/google-breakpad/src/testing/gtest/test/
gtest_stress_test.cc 65 String IdToKey(int id, const char* suffix) {
67 key << "key_" << id << "_" << suffix; local
79 int id, const char* suffix) {
80 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
84 << "expecting " << suffix << " value for id " << id;
  /external/gtest/test/
gtest_stress_test.cc 64 std::string IdToKey(int id, const char* suffix) {
66 key << "key_" << id << "_" << suffix; local
78 int id, const char* suffix) {
79 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
83 << "expecting " << suffix << " value for id " << id;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnescapeTransliterator.java 17 * characters they represent. Escape forms have a prefix, a suffix, a
29 * zero or more forms. Each form consists of a prefix, suffix,
34 * characters, then suffix characters are stored. Each form thus
36 * and suffix. The end is marked by a header of length one
259 // Each form consists of a prefix, suffix,
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
UnescapeTransliterator.java 16 * characters they represent. Escape forms have a prefix, a suffix, a
28 * zero or more forms. Each form consists of a prefix, suffix,
33 * characters, then suffix characters are stored. Each form thus
35 * and suffix. The end is marked by a header of length one
258 // Each form consists of a prefix, suffix,
  /external/opencv3/cmake/
OpenCVFindIPP.cmake 164 set(IPP_SUFFIX "") # dynamic not threaded libs suffix IPP 7.x
166 set(IPP_SUFFIX "_l") # static not threaded libs suffix IPP 7.x
171 set(IPP_SUFFIX "") # dynamic not threaded libs suffix IPP 8.x for Windows
173 set(IPP_SUFFIX "mt") # static not threaded libs suffix IPP 8.x for Windows
176 set(IPP_SUFFIX "") # static not threaded libs suffix IPP 8.x for Linux/OS X
  /external/protobuf/gtest/test/
gtest_stress_test.cc 65 String IdToKey(int id, const char* suffix) {
67 key << "key_" << id << "_" << suffix; local
79 int id, const char* suffix) {
80 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
84 << "expecting " << suffix << " value for id " << id;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_stress_test.cc 64 std::string IdToKey(int id, const char* suffix) {
66 key << "key_" << id << "_" << suffix; local
78 int id, const char* suffix) {
79 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
83 << "expecting " << suffix << " value for id " << id;
  /ndk/sources/third_party/googletest/googletest/test/
gtest_stress_test.cc 64 std::string IdToKey(int id, const char* suffix) {
66 key << "key_" << id << "_" << suffix; local
78 int id, const char* suffix) {
79 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
83 << "expecting " << suffix << " value for id " << id;
  /prebuilts/misc/linux-x86/analyzer/bin/
ccc-analyzer 83 options=" ${@} " # sentinel prefix/suffix space to simplify pattern match below
84 suffix_m32=${options##* -m32 } # suffix after the last -m32
85 suffix_m64=${options##* -m64 } # suffix after the last -m64
86 len_m32=${#suffix_m32} # length of suffix after the last -m32
87 len_m64=${#suffix_m64} # length of suffix after the last -m64
ccc-syntax 85 options=" ${@} " # sentinel prefix/suffix space to simplify pattern match below
86 suffix_m32=${options##* -m32 } # suffix after the last -m32
87 suffix_m64=${options##* -m64 } # suffix after the last -m64
88 len_m32=${#suffix_m32} # length of suffix after the last -m32
89 len_m64=${#suffix_m64} # length of suffix after the last -m64
cxx-analyzer 80 options=" ${@} " # sentinel prefix/suffix space to simplify pattern match below
81 suffix_m32=${options##* -m32 } # suffix after the last -m32
82 suffix_m64=${options##* -m64 } # suffix after the last -m64
83 len_m32=${#suffix_m32} # length of suffix after the last -m32
84 len_m64=${#suffix_m64} # length of suffix after the last -m64
cxx-syntax 82 options=" ${@} " # sentinel prefix/suffix space to simplify pattern match below
83 suffix_m32=${options##* -m32 } # suffix after the last -m32
84 suffix_m64=${options##* -m64 } # suffix after the last -m64
85 len_m32=${#suffix_m32} # length of suffix after the last -m32
86 len_m64=${#suffix_m64} # length of suffix after the last -m64
  /system/tools/aidl/
options.cpp 154 // we should never get here since we validated the suffix.
246 bool EndsWith(const string& str, const string& suffix) {
247 if (str.length() < suffix.length()) {
250 return std::equal(str.crbegin(), str.crbegin() + suffix.length(),
251 suffix.crbegin());
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
MultivariateSummaryStatistics.java 309 final String suffix = System.getProperty("line.separator"); local
311 outBuffer.append("MultivariateSummaryStatistics:" + suffix);
312 outBuffer.append("n: " + getN() + suffix);
313 append(outBuffer, getMin(), "min: ", separator, suffix);
314 append(outBuffer, getMax(), "max: ", separator, suffix);
315 append(outBuffer, getMean(), "mean: ", separator, suffix);
316 append(outBuffer, getGeometricMean(), "geometric mean: ", separator, suffix);
317 append(outBuffer, getSumSq(), "sum of squares: ", separator, suffix);
318 append(outBuffer, getSumLog(), "sum of logarithms: ", separator, suffix);
319 append(outBuffer, getStandardDeviation(), "standard deviation: ", separator, suffix);
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
pkgitems.cpp 125 * and a suffix
128 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix,
147 suffixLength=(int32_t)strlen(suffix);
158 memcpy(target+treeLength+idLength, suffix, suffixLength+1); // +1 includes the terminating NUL
162 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix,
166 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode);
176 const char *itemID, *parent, *parentLimit, *suffix; local
187 // get the item suffix
188 suffix=strrchr(itemID, '.');
189 if(suffix==NULL)
    [all...]
  /external/icu/icu4c/source/tools/genrb/
reslist.cpp 1391 char *suffix; local
    [all...]
  /external/doclava/src/com/google/doclava/
FieldInfo.java 162 private static String canonicalizeFloatingPoint(String val, String suffix) {
164 return "(1.0" + suffix + "/0.0" + suffix + ")";
166 return "(-1.0" + suffix + "/0.0" + suffix + ")";
168 return "(0.0" + suffix + "/0.0" + suffix + ")";
173 return str + suffix;
183 return str + suffix;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
TailoredSet.java 45 private String suffix; field in class:TailoredSet
292 String ts = null; // Tailoring suffix.
293 String bs = null; // Base suffix.
296 // as a single suffix character for a root-collator boundary contraction.
333 suffix = ts;
335 suffix = null;
374 if (unreversedPrefix.length() == 0 && suffix == null) {
379 if (suffix != null) {
380 s.append(suffix);
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
TailoredSet.java 43 private String suffix; field in class:TailoredSet
290 String ts = null; // Tailoring suffix.
291 String bs = null; // Base suffix.
294 // as a single suffix character for a root-collator boundary contraction.
331 suffix = ts;
333 suffix = null;
372 if (unreversedPrefix.length() == 0 && suffix == null) {
377 if (suffix != null) {
378 s.append(suffix);
  /external/v8/src/runtime/
runtime-atomics.cc 89 #define ATOMIC_OPS(type, suffix, vctype) \
91 return InterlockedExchangeAdd##suffix(reinterpret_cast<vctype*>(p), \
95 return InterlockedExchangeAdd##suffix(reinterpret_cast<vctype*>(p), \
99 return InterlockedAnd##suffix(reinterpret_cast<vctype*>(p), \
103 return InterlockedOr##suffix(reinterpret_cast<vctype*>(p), \
107 return InterlockedXor##suffix(reinterpret_cast<vctype*>(p), \
111 return InterlockedExchange##suffix(reinterpret_cast<vctype*>(p), \
116 return InterlockedCompareExchange##suffix(reinterpret_cast<vctype*>(p), \
122 InterlockedExchange##suffix(reinterpret_cast<vctype*>(p), \
  /external/clang/lib/Driver/
ToolChain.cpp 96 const char *Suffix;
120 if (ProgName.endswith(DriverSuffixes[i].Suffix))
141 // E.g. "x86_64-linux-clang" as interpreted as suffix "clang" with target
172 ProgName.rfind('-', ProgName.size() - strlen(DS->Suffix));
295 const char *Suffix = Shared ? (Triple.isOSWindows() ? ".dll" : ".so")
302 Arch + Env + Suffix);
344 StringRef Suffix = A->getValue();
348 if (Suffix.empty() || Suffix == "ld")
352 LinkerName.append(Suffix);
    [all...]

Completed in 931 milliseconds

<<21222324252627282930>>