/packages/apps/Email/src/org/apache/james/mime4j/util/ |
SimpleTempStorage.java | 79 String suffix) throws IOException {
84 if (suffix == null) {
85 suffix = ".tmp";
94 f = new File(parent.getAbsolutePath(), prefix + n + suffix);
142 public TempFile createTempFile(String prefix, String suffix)
145 return SimpleTempStorage.this.createTempFile(this, prefix, suffix);
151 public TempFile createTempFile(String prefix, String suffix,
155 return SimpleTempStorage.this.createTempFile(this, prefix, suffix);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
FileUtils.java | 32 public static File createTempFile(String prefix, String suffix) { 35 f = File.createTempFile(prefix, suffix, sCacheDir);
|
/external/smack/asmack-master/ |
build.xml | 3 <property name="jar.suffix" value="" /> 24 destfile="build/asmack-jse${jar.suffix}.jar" 30 destfile="build/asmack-jse-source${jar.suffix}.zip" 60 destfile="build/asmack-${android.version}${jar.suffix}.jar" 66 destfile="build/asmack-${android.version}-source${jar.suffix}.zip"
|
/packages/apps/Email/src/org/apache/commons/io/output/ |
DeferredFileOutputStream.java | 77 * The temporary file suffix.
79 private String suffix;
field in class:DeferredFileOutputStream 118 * @param suffix Suffix to use for the temporary file.
123 public DeferredFileOutputStream(int threshold, String prefix, String suffix, File directory)
130 this.suffix = suffix;
163 outputFile = File.createTempFile(prefix, suffix, directory);
213 * If constructor specifying a temporary file prefix/suffix is used
|
/external/chromium/chrome/browser/autofill/ |
phone_field.h | 19 // - area code, prefix, suffix 51 // field4 means Country Code, Area Code, Prefix, Suffix) 109 // FIELD_PHONE is always present; holds suffix if prefix is present.
|
/external/chromium/chrome/browser/download/ |
drag_download_util.cc | 69 string16 suffix = ASCIIToUTF16("-") + base::IntToString16(seq); local 71 std::string suffix = std::string("-") + base::IntToString(seq); 73 new_file_path = file_path->InsertBeforeExtension(suffix);
|
/external/guava/guava/src/com/google/common/net/ |
InternetDomainName.java | 47 * #isPublicSuffix() public suffix} but was not itself a public suffix. However, 53 * public suffix may become a host without warning, it is better to err on the 85 * Value of {@link #publicSuffixIndex} which indicates that no public suffix 126 * The index in the {@link #parts()} list at which the public suffix begins. 129 * (specifically, {@link #NO_PUBLIC_SUFFIX_FOUND}) if no public suffix was 160 * Returns the index of the leftmost part of the public suffix, or -1 if not 161 * found. Note that the value defined as the "public suffix" may not be a 162 * public suffix according to {@link #isPublicSuffix()} if the domain ends 176 // domain as the effective public suffix (e.g. uk) [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/ |
compile_cs | 26 suffix = '.java' 28 suffix = '_' + mode + '.java' 29 gen_java_files = [ file.replace('.cs', suffix) for file in srcs]
|
/external/llvm/docs/CommandGuide/ |
llvm-as.rst | 26 same name, except that the suffix is changed to ``.bc``. 28 * If the input is a file that does not end with the ``.ll`` suffix, then the 30 suffix is appended.
|
/external/webkit/Source/WebCore/inspector/front-end/ |
MetricsSidebarPane.js | 71 var suffix = componentName === "border" ? "-width" : ""; 72 var left = this._getPropertyValueAsPx(computedStyle, componentName + "-left" + suffix); 73 var top = this._getPropertyValueAsPx(computedStyle, componentName + "-top" + suffix); 74 var right = this._getPropertyValueAsPx(computedStyle, componentName + "-right" + suffix); 75 var bottom = this._getPropertyValueAsPx(computedStyle, componentName + "-bottom" + suffix); 86 function createBoxPartElement(style, name, side, suffix) 88 var propertyName = (name !== "position" ? name + "-" : "") + side + suffix; 184 var suffix = (name === "border" ? "-width" : ""); 191 boxElement.appendChild(createBoxPartElement.call(this, style, name, "top", suffix)); 193 boxElement.appendChild(createBoxPartElement.call(this, style, name, "left", suffix)); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/re/re.alg/re.alg.match/ |
grep.pass.cpp | 35 assert(!m.suffix().matched); 36 assert(m.suffix().first == m[0].second); 37 assert(m.suffix().second == s + std::char_traits<char>::length(s));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
math.h | 54 #define __MATHCALL(function,suffix, args) \ 55 __MATHDECL (_Mdouble_,function,suffix, args) 56 #define __MATHDECL(type, function,suffix, args) \ 57 __MATHDECL_1(type, function,suffix, args); \ 58 __MATHDECL_1(type, __CONCAT(__,function),suffix, args) 59 #define __MATHCALLX(function,suffix, args, attrib) \ 60 __MATHDECLX (_Mdouble_,function,suffix, args, attrib) 61 #define __MATHDECLX(type, function,suffix, args, attrib) \ 62 __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \ 63 __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
math.h | 54 #define __MATHCALL(function,suffix, args) \ 55 __MATHDECL (_Mdouble_,function,suffix, args) 56 #define __MATHDECL(type, function,suffix, args) \ 57 __MATHDECL_1(type, function,suffix, args); \ 58 __MATHDECL_1(type, __CONCAT(__,function),suffix, args) 59 #define __MATHCALLX(function,suffix, args, attrib) \ 60 __MATHDECLX (_Mdouble_,function,suffix, args, attrib) 61 #define __MATHDECLX(type, function,suffix, args, attrib) \ 62 __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \ 63 __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
math.h | 54 #define __MATHCALL(function,suffix, args) \ 55 __MATHDECL (_Mdouble_,function,suffix, args) 56 #define __MATHDECL(type, function,suffix, args) \ 57 __MATHDECL_1(type, function,suffix, args); \ 58 __MATHDECL_1(type, __CONCAT(__,function),suffix, args) 59 #define __MATHCALLX(function,suffix, args, attrib) \ 60 __MATHDECLX (_Mdouble_,function,suffix, args, attrib) 61 #define __MATHDECLX(type, function,suffix, args, attrib) \ 62 __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \ 63 __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib [all...] |
/cts/tests/tests/drm/src/android/drm/cts/ |
DrmSupportInfoTest.java | 43 // Note that null file suffix is valid (for files without suffixes) 112 fail("File suffix '" + fileSuffix + "' was accepted for DrmSupportInfo"); 123 String suffix = (String) suffixes.next(); local 124 assertEquals(suffix, fileSuffix);
|
/external/clang/test/CXX/over/over.oper/over.literal/ |
p8.cpp | 11 float operator ""E(const char *); // expected-error {{invalid suffix on literal}} expected-warning {{reserved}}
|
/external/eigen/bench/ |
basicbenchmark.cpp | 11 // ((suffix) (matrix size) (number of iterations))
|
/external/icu4c/i18n/ |
esctrn.h | 24 * Escape forms have a prefix and suffix, either of which may be 56 UnicodeString suffix; member in class:EscapeTransliterator 80 * prefix, suffix, radix, and minDigits of this object are used 98 const UnicodeString& prefix, const UnicodeString& suffix,
|
/external/llvm/lib/Target/AArch64/ |
AArch64AsmPrinter.h | 64 /// suffix, provided in Suffix. E.g. ":got_lo12:" if a Suffix of "lo12" is 68 StringRef Suffix, raw_ostream &O);
|
/external/llvm/test/MC/X86/ |
intel-syntax-hex.s | 4 // Checks to make sure we parse the hexadecimal suffix properly.
|
/external/proguard/src/proguard/ |
DataEntryReaderFactory.java | 145 * Returns whether the given string ends with the given suffix, ignoring its 148 private static boolean endsWithIgnoreCase(String string, String suffix) 151 int suffixLength = suffix.length(); 153 return string.regionMatches(true, stringLength - suffixLength, suffix, 0, suffixLength);
|
/external/qemu/android/utils/ |
bufprint.h | 62 ** to concat-ing the config path + path separator + 'suffix' 67 ** temporary directory. equivalent to concat-ing the temp path + path separator + 'suffix' 72 extern char* bufprint_config_file(char* buffer, char* buffend, const char* suffix); 74 extern char* bufprint_temp_file (char* buffer, char* buffend, const char* suffix);
|
/external/skia/src/opts/ |
SkBitmapProcState_matrixProcs_neon.cpp | 22 #define MAKENAME(suffix) ClampX_ClampY ## suffix ## _neon 30 #define MAKENAME(suffix) RepeatX_RepeatY ## suffix ## _neon
|
/external/valgrind/main/tests/ |
check_makefile_consistency | 38 suffix = substr($0, pos) 39 gsub("^\\$\\( *addsuffix *", "", suffix) 40 gsub(",.*", "", suffix) 47 name_and_suff = name_and_suff " " name[n] suffix
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
locale-zh.m4 | 46 /* On Cygwin, avoid locale names without encoding suffix, because the 47 locale_charset() function relies on the encoding suffix. Note that 71 # Test for the locale name without encoding suffix. 75 # Test for the locale name with explicit encoding suffix.
|