/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/ |
Writables.java | 27 * prefix & suffix if there's at least one element. 30 String prefix, String suffix, 40 appendable.append(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 162 * Returns the index of the leftmost part of the public suffix, or -1 if not 163 * found. Note that the value defined as the "public suffix" may not be a 164 * public suffix according to {@link #isPublicSuffix()} if the domain ends 178 // 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/libcxx/test/std/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));
|
/external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/ |
BuildConfig.java | 28 /** the name of the shared library, without prefix or suffix, e.g. 'gdx', 'bullet' **/
41 * @param sharedLibName the shared library name, without prefix or suffix, e.g. 'gdx', 'bullet' */
50 * @param sharedLibName the shared library name, without prefix or suffix, e.g. 'gdx', 'bullet'
|
/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/parameter-framework/ |
LibPfwUtility.mk | 30 SUFFIX := _host 32 SUFFIX := 35 LOCAL_MODULE := libpfw_utility$(SUFFIX)
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
HelpActivity.java | 44 public final static String SUFFIX = ".html"; 66 if (name.endsWith(SUFFIX)) { 68 final String topic = name.substring(0, name.length() - SUFFIX.length());
|
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/ |
MediaStoreSaver.java | 50 String suffix = ".png"; local 53 suffix = ".jpg"; 57 file = File.createTempFile(imageName, suffix, dir);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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/x86_64-linux-glibc2.11-4.8/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.15-4.8/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...] |
/art/runtime/interpreter/mterp/mips64/ |
fcvtHeader.S | 14 GET_VREG$suffix $valreg, a2
|
op_double_to_int.S | 1 %include "mips64/fcvtHeader.S" { "suffix":"_DOUBLE", "valreg":"f0" }
|
op_double_to_long.S | 1 %include "mips64/fcvtHeader.S" { "suffix":"_DOUBLE", "valreg":"f0" }
|
op_float_to_int.S | 1 %include "mips64/fcvtHeader.S" { "suffix":"_FLOAT", "valreg":"f0" }
|
op_float_to_long.S | 1 %include "mips64/fcvtHeader.S" { "suffix":"_FLOAT", "valreg":"f0" }
|
/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/autotest/tko/parsers/test/templates/ |
base.py | 4 scenario package and renamed with a _unittest suffix.
|
/external/chromium-trace/catapult/third_party/WebOb/docs/ |
conf.py | 8 source_suffix = '.txt' # The suffix of source filenames.
|
/external/chromium-trace/catapult/tracing/tracing_build/ |
vulcanize_trace_viewer_unittest.py | 21 mode='w', suffix='.html', delete=False)
|
/external/clang/include/clang/Config/ |
config.h | 15 /* Multilib suffix for libdir. */
|
config.h.cmake | 14 /* Multilib suffix for libdir. */
|
config.h.in | 14 /* Multilib suffix for libdir. */
|
/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}}
|