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

<<21222324252627282930>>

  /external/icu/icu4c/source/config/
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/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/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.
  /system/bt/service/test/
settings_unittest.cpp 91 "--android-ipc-socket-suffix=foobar"};
106 "program", "--android-ipc-socket-suffix=foobar"
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic4x.h 67 /* Labels are not required to have a colon for a suffix. */
73 /* Accept numbers with a suffix, e.g. 0ffffh, 1010b. */
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/Application/tests/
AndroidManifest.xml 17 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/Application/tests/
AndroidManifest.xml 17 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/Application/tests/
AndroidManifest.xml 17 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->

Completed in 1051 milliseconds

<<21222324252627282930>>