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

<<21222324252627282930>>

  /external/icu/icu4c/source/config/
mh-irix 37 ## Shared object suffix
39 ## Non-shared intermediate object suffix
mh-linux 35 ## Shared object suffix
37 ## Non-shared intermediate object suffix
mh-linux-va 39 ## Shared object suffix
41 ## Non-shared intermediate object suffix
mh-qnx 38 ## Shared object suffix
40 ## Non-shared intermediate object suffix
mh-solaris 55 ## Shared object suffix
57 ## Non-shared intermediate object suffix
mh-solaris-gcc 37 ## Shared object suffix
39 ## Non-shared intermediate object suffix
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DecimalFormat.java 182 * <em>Need not be quoted in prefix or suffix.</em>
188 * <em>Need not be quoted in prefix or suffix.</em>
196 * <td>Prefix or suffix
201 * <td>Prefix or suffix
206 * <td>Prefix or suffix
216 * <td>Prefix or suffix
218 * <td>Used to quote special characters in a prefix or suffix,
224 * <td>Prefix or suffix boundary
232 * suffix. If there is no explicit negative subpattern, the negative subpattern is the
235 * only to specify the negative prefix and suffix; the number of digits, minimal digits
    [all...]
  /external/llvm/test/TableGen/
MultiPat.td 108 !strconcat(asmstr, "\t$dst, $src1, $src2"), !cast<Intrinsic>(!subst("SUFFIX", "_ps", intr)), patterns>;
111 !strconcat(asmstr, "\t$dst, $src1, $src2"), !cast<Intrinsic>(!subst("SUFFIX", "_pd", intr)), patterns>;
TargetInstrSpec.td 90 !subst(INTRINSIC, !cast<Intrinsic>(!subst("SUFFIX", "_ps", intr)),
97 !subst(INTRINSIC, !cast<Intrinsic>(!subst("SUFFIX", "_pd", intr)),
  /external/lzma/C/
Ppmd7.h 37 CPpmd7_Context_Ref Suffix;
90 p->NS2BSIndx[Ppmd7_GetContext(p, p->MinContext->Suffix)->NumStats - 1] + \
  /external/parameter-framework/upstream/tools/xmlGenerator/misc/
generatorpfwscript.lang 32 <suffix>:</suffix>
  /external/skia/bench/
BitmapScaleBench.cpp 124 PixmapScalerBench(SkBitmapScaler::ResizeMethod method, const char suffix[]) : fMethod(method) {
125 fName.printf("pixmapscaler_%s", suffix);
  /external/skia/gm/
verylargebitmap.cpp 75 VeryLargeBitmapGM(ImageMakerProc proc, const char suffix[]) : fProc(proc) {
76 fName.printf("verylarge%s", suffix);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
PrefixConstructorTest.java 82 String suffix = node.getTag().getValue().substring(prefix.length()); local
83 return new Extra(suffix, con.constructScalar((ScalarNode) node).toString());
  /external/v8/src/runtime/
runtime-atomics.cc 77 #define ATOMIC_OPS(type, suffix, vctype) \
79 return InterlockedExchangeAdd##suffix(reinterpret_cast<vctype*>(p), \
83 return InterlockedExchangeAdd##suffix(reinterpret_cast<vctype*>(p), \
87 return InterlockedAnd##suffix(reinterpret_cast<vctype*>(p), \
91 return InterlockedOr##suffix(reinterpret_cast<vctype*>(p), \
95 return InterlockedXor##suffix(reinterpret_cast<vctype*>(p), \
99 return InterlockedExchange##suffix(reinterpret_cast<vctype*>(p), \
104 return InterlockedCompareExchange##suffix(reinterpret_cast<vctype*>(p), \
  /external/v8/test/intl/
testcfg.py 70 files.append(os.path.join(self.root, testcase.path + self.suffix()))
81 filename = os.path.join(self.root, testcase.path + self.suffix())
  /external/v8/tools/gyp/tools/
graphviz.py 17 target, _, suffix = target.partition('#')
19 return filename, target, suffix
  /external/valgrind/VEX/priv/
s390_disasm.c 117 static const HChar suffix[8][3] = { local
122 vassert(vex_strlen(base) + sizeof suffix[0] <= sizeof buf);
128 /* strcat(buf, suffix); */
129 for (from = suffix[mask >> 1]; *from; ++from, ++to) {
141 construct_mnemonic(const HChar *prefix, const HChar *suffix, UInt mask)
156 vassert(vex_strlen(prefix) + vex_strlen(suffix) +
167 /* strcat(buf, suffix); */
168 for (from = suffix; *from; ++from, ++to) {
  /frameworks/av/include/drm/
DrmSupportInfo.h 100 * Returns FileSuffixIterator object to walk through file suffix values
141 * @param[in] filesuffix file suffix to be added
  /frameworks/av/services/audioflinger/
FastThread.h 91 char mCycleMs[16]; // cycle_ms + suffix
92 char mLoadUs[16]; // load_us + suffix
  /frameworks/base/tools/aapt2/util/
Files.h 122 * - Entry can be a simplified glob "<prefix>*" or "*<suffix>"
123 * where prefix/suffix must have at least 1 character (so that
  /libcore/support/src/test/java/tests/support/
Support_GetLocal.java 90 public static File createTempFile(String suffix) throws IOException {
91 return File.createTempFile("hyts_", suffix, null);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
TestUtils.java 92 public static final String dumpToCacheDir(Context context, String prefix, String suffix,
95 File file = File.createTempFile(prefix, suffix, context.getCacheDir());
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/arch/
arm64.go 77 // ARM64Suffix handles the special suffix for the ARM64.
92 // ParseARM64Suffix parses the suffix attached to an ARM64 instruction.
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/arch/
arm64.go 77 // ARM64Suffix handles the special suffix for the ARM64.
92 // ParseARM64Suffix parses the suffix attached to an ARM64 instruction.

Completed in 1324 milliseconds

<<21222324252627282930>>