/prebuilts/go/darwin-x86/src/net/http/cookiejar/ |
jar.go | 20 // PublicSuffixList provides the public suffix of a domain. For example: 21 // - the public suffix of "example.com" is "com", 22 // - the public suffix of "foo1.foo2.foo3.co.uk" is "co.uk", and 23 // - the public suffix of "bar.pvt.k12.ma.us" is "pvt.k12.ma.us". 32 // A public suffix list implementation is in the package 35 // PublicSuffix returns the public suffix of domain. 42 // String returns a description of the source of this public suffix 50 // PublicSuffixList is the public suffix list that determines whether 145 // hasDotSuffix reports whether s ends in "."+suffix. 146 func hasDotSuffix(s, suffix string) bool [all...] |
/prebuilts/go/linux-x86/src/net/http/cookiejar/ |
jar.go | 20 // PublicSuffixList provides the public suffix of a domain. For example: 21 // - the public suffix of "example.com" is "com", 22 // - the public suffix of "foo1.foo2.foo3.co.uk" is "co.uk", and 23 // - the public suffix of "bar.pvt.k12.ma.us" is "pvt.k12.ma.us". 32 // A public suffix list implementation is in the package 35 // PublicSuffix returns the public suffix of domain. 42 // String returns a description of the source of this public suffix 50 // PublicSuffixList is the public suffix list that determines whether 145 // hasDotSuffix reports whether s ends in "."+suffix. 146 func hasDotSuffix(s, suffix string) bool [all...] |
/external/compiler-rt/lib/tsan/go/ |
buildgo.sh | 38 SUFFIX="linux_amd64" 53 SUFFIX="freebsd_amd64" 67 SUFFIX="darwin_amd64" 79 SUFFIX="windows_amd64" 121 echo $CC gotsan.cc -c -o $DIR/race_$SUFFIX.syso $FLAGS $CFLAGS 123 $CC $DIR/gotsan.cc -c -o $DIR/race_$SUFFIX.syso $FLAGS $CFLAGS 125 $CC test.c $DIR/race_$SUFFIX.syso -m64 -o $DIR/test $OSLDFLAGS
|
/system/core/toolbox/upstream-netbsd/lib/libc/gen/ |
humanize_number.c | 48 const char *suffix, int scale, int flags) 56 _DIAGASSERT(suffix != NULL); 85 if (buf == NULL || suffix == NULL) 116 baselen += strlen(suffix); 118 /* Check if enough room for `x y' + suffix + `\0' */ 154 sep, SCALE2PREFIX(i), suffix); 158 sep, SCALE2PREFIX(i), suffix);
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-i386-intel.c | 535 char suffix = 0; local 613 suffix = BYTE_MNEM_SUFFIX; 622 suffix = BYTE_MNEM_SUFFIX; /* so it will cause an error */ 624 suffix = SHORT_MNEM_SUFFIX; 626 suffix = WORD_MNEM_SUFFIX; 635 suffix = WORD_MNEM_SUFFIX; 639 suffix = LONG_DOUBLE_MNEM_SUFFIX; 641 suffix = SHORT_MNEM_SUFFIX; 643 suffix = LONG_MNEM_SUFFIX; 651 suffix = LONG_MNEM_SUFFIX [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
EscapeTransliterator.java | 17 * Escape forms have a prefix and suffix, either of which may be 48 private String suffix; field in class:EscapeTransliterator 72 * prefix, suffix, radix, and minDigits of this object are used 152 EscapeTransliterator(String ID, String prefix, String suffix, 158 this.suffix = suffix; 186 buf.append(supplementalHandler.suffix); 197 buf.append(suffix); 219 targetSet.addAll(it.suffix);
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
EscapeTransliterator.java | 16 * Escape forms have a prefix and suffix, either of which may be 47 private String suffix; field in class:EscapeTransliterator 71 * prefix, suffix, radix, and minDigits of this object are used 151 EscapeTransliterator(String ID, String prefix, String suffix, 157 this.suffix = suffix; 185 buf.append(supplementalHandler.suffix); 196 buf.append(suffix); 218 targetSet.addAll(it.suffix);
|
/external/libdivsufsort/include/ |
divsufsort.h.cmake | 68 * Constructs the suffix array of a given string. 100 * Constructs the burrows-wheeler transformed string of a given string and suffix array. 103 * @param SA[0..n-1] The suffix array. (can be NULL) 130 * Checks the correctness of a given suffix array. 132 * @param SA[0..n-1] The input suffix array. 147 * @param SA[0..SAsize-1] The input suffix array. 148 * @param SAsize The length of the given suffix array. 163 * @param SA[0..SAsize-1] The input suffix array. 164 * @param SAsize The length of the given suffix array.
|
/packages/apps/UnifiedEmail/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
|
/prebuilts/go/darwin-x86/src/index/suffixarray/ |
qsufsort.go | 5 // This algorithm is based on "Faster Suffix Sorting" 10 // This algorithm computes the suffix array sa by computing its inverse. 17 // according to the group number of their following suffix. 23 // and when all groups are sorted, this slice is the inverse suffix array. 30 // initial sorting by first byte of suffix 36 // this becomes the inverse of the suffix array when all groups are sorted 69 for i := range sa { // reconstruct suffix array from inverse 113 // Separate out the final suffix to the start of its group. 114 // This is necessary to ensure the suffix "a" is before "aba"
|
/prebuilts/go/linux-x86/src/index/suffixarray/ |
qsufsort.go | 5 // This algorithm is based on "Faster Suffix Sorting" 10 // This algorithm computes the suffix array sa by computing its inverse. 17 // according to the group number of their following suffix. 23 // and when all groups are sorted, this slice is the inverse suffix array. 30 // initial sorting by first byte of suffix 36 // this becomes the inverse of the suffix array when all groups are sorted 69 for i := range sa { // reconstruct suffix array from inverse 113 // Separate out the final suffix to the start of its group. 114 // This is necessary to ensure the suffix "a" is before "aba"
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/ |
website.py | 33 :ivar suffix: Suffix that is appended to a request that is for a 34 "directory" on the website endpoint (e.g. if the suffix is 37 key name images/index.html). The suffix must not be empty 55 def __init__(self, suffix=None, error_key=None, 57 self.suffix = suffix 70 return _XMLKeyValue([('Suffix', 'suffix')], container=self) 80 if self.suffix is not None [all...] |
/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/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/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 | 45 public final static String SUFFIX = ".html"; 67 if (name.endsWith(SUFFIX)) { 69 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));
|
/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...] |
/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" }
|