Searched
full:suffix (Results
376 -
400 of
2729) sorted by null
<<11121314151617181920>>
/external/icu4c/config/ |
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/libvpx/libvpx/examples/includes/geshi/geshi/ |
make.php | 67 //'suffix', 'warning', 'wildcard', 'word', 'wordlist', 'words' 130 GESHI_SEARCH => '(\\$[({])(subst|addprefix|addsuffix|basename|call|dir|error|eval|filter-out|filter,|findstring|firstword|foreach|if|join|notdir|origin|patsubst|shell|sort|strip,|suffix|warning|wildcard|word|wordlist|words)([ })])',
|
/external/llvm/test/TableGen/ |
MultiPat.td | 107 !strconcat(asmstr, "\t$dst, $src1, $src2"), !cast<Intrinsic>(!subst("SUFFIX", "_ps", intr)), patterns>; 110 !strconcat(asmstr, "\t$dst, $src1, $src2"), !cast<Intrinsic>(!subst("SUFFIX", "_pd", intr)), patterns>;
|
/external/lzma/C/ |
Ppmd7.h | 37 CPpmd7_Context_Ref Suffix;
90 p->NS2BSIndx[Ppmd7_GetContext(p, p->MinContext->Suffix)->NumStats - 1] + \
|
/external/skia/include/core/ |
SkOSFile.h | 100 Iter(const char path[], const char suffix[] = NULL); 103 void reset(const char path[], const char suffix[] = NULL);
|
/external/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 175 // no ARB suffix for GL_ARB_vertex_array_object 182 // GL_ARB_framebuffer_object doesn't use ARB suffix.)
|
/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
|
/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());
|
/art/test/021-string2/src/junit/framework/ |
ComparisonFailure.java | 26 * place of common suffix between expected and actual.
|
/art/test/082-inline-execute/src/junit/framework/ |
ComparisonFailure.java | 26 * place of common suffix between expected and actual.
|