/external/smack/src/org/xbill/DNS/windows/ |
DNSServer.properties | 2 primary_dns_suffix=Primary Dns Suffix 3 dns_suffix=DNS Suffix
|
DNSServer_de.properties | 2 primary_dns_suffix=Prim\u00E4res DNS-Suffix
|
/external/mockito/src/org/mockito/internal/matchers/ |
EndsWith.java | 17 private final String suffix; field in class:EndsWith 19 public EndsWith(String suffix) { 20 this.suffix = suffix; 24 return actual != null && ((String) actual).endsWith(suffix); 28 description.appendText("endsWith(\"" + suffix + "\")");
|
/external/qemu/target-i386/ |
ops_sse_header.h | 22 #define SUFFIX _mmx 25 #define SUFFIX _xmm 38 DEF_HELPER_2(glue(psrlw, SUFFIX), void, Reg, Reg) 39 DEF_HELPER_2(glue(psraw, SUFFIX), void, Reg, Reg) 40 DEF_HELPER_2(glue(psllw, SUFFIX), void, Reg, Reg) 41 DEF_HELPER_2(glue(psrld, SUFFIX), void, Reg, Reg) 42 DEF_HELPER_2(glue(psrad, SUFFIX), void, Reg, Reg) 43 DEF_HELPER_2(glue(pslld, SUFFIX), void, Reg, Reg) 44 DEF_HELPER_2(glue(psrlq, SUFFIX), void, Reg, Reg) 45 DEF_HELPER_2(glue(psllq, SUFFIX), void, Reg, Reg [all...] |
/ndk/tests/build/stlport-src-suffix/ |
README | 1 This test is meant to test STLport at the presence of .arm and/or .neon suffix
|
/external/smack/src/org/xbill/DNS/ |
A6Record.java | 19 private InetAddress suffix; field in class:A6Record 32 * @param suffix The address suffix 37 InetAddress suffix, Name prefix) 41 if (suffix != null && Address.familyOf(suffix) != Address.IPv6) 43 this.suffix = suffix; 56 suffix = InetAddress.getByAddress(bytes); 70 suffix = Address.getByAddress(s, Address.IPv6) [all...] |
/external/clang/test/Parser/ |
objcxx11-user-defined-literal.mm | 3 id x = @"foo"_bar; // expected-error{{user-defined suffix cannot be used here}}
|
cxx11-user-defined-literals.cpp | 3 // A ud-suffix cannot be used on string literals in a whole bunch of contexts: 6 #line 1 "foo"_bar // expected-error {{user-defined suffix cannot be used here}} 7 # 1 "foo"_bar 1 // expected-error {{user-defined suffix cannot be used here}} 8 #ident "foo"_bar // expected-error {{user-defined suffix cannot be used here}} 9 _Pragma("foo"_bar) // expected-error {{user-defined suffix cannot be used here}} 10 #pragma comment(lib, "foo"_bar) // expected-error {{user-defined suffix cannot be used here}} 11 _Pragma("comment(lib, \"foo\"_bar)") // expected-error {{user-defined suffix cannot be used here}} 12 #pragma message "hi"_there // expected-error {{user-defined suffix cannot be used here}} expected-warning {{hi}} 13 #pragma push_macro("foo"_bar) // expected-error {{user-defined suffix cannot be used here}} 14 #if __has_warning("-Wan-island-to-discover"_bar) // expected-error {{user-defined suffix cannot be used here} [all...] |
/external/skia/src/utils/ios/ |
SkStream_NSData.mm | 21 NSString* suffix = [NSString stringWithUTF8String:csuffix]; 22 NSString* path = [bundle pathForResource:name ofType:suffix]; 40 const char suffix[]) { 41 NSData* data = NSData_dataFromResource(name, suffix);
|
/packages/apps/Email/src/org/apache/commons/io/filefilter/ |
SuffixFileFilter.java | 26 * Filters files based on the suffix (what the filename ends with).
57 * Constructs a new Suffix file filter for a single extension.
59 * @param suffix the suffix to allow, must not be null
60 * @throws IllegalArgumentException if the suffix is null
62 public SuffixFileFilter(String suffix) {
63 this(suffix, IOCase.SENSITIVE);
67 * Constructs a new Suffix file filter for a single extension
70 * @param suffix the suffix to allow, must not be null [all...] |
/external/easymock/src/org/easymock/internal/matchers/ |
EndsWith.java | 26 private final String suffix;
field in class:EndsWith 28 public EndsWith(String suffix) {
29 this.suffix = suffix;
33 return (actual instanceof String) && ((String) actual).endsWith(suffix);
37 buffer.append("endsWith(\"" + suffix + "\")");
|
/external/llvm/lib/TableGen/ |
TableGenBackend.cpp | 24 StringRef Suffix) { 26 assert((MAX_LINE_LEN - Prefix.str().size() - Suffix.size() > 0) && 29 const size_t e = MAX_LINE_LEN - Suffix.size(); 32 OS << Suffix << '\n'; 41 StringRef Suffix(" *|"); 43 size_t PSLen = Suffix.size() + Prefix.size(); 47 printLine(OS, Prefix + Desc.slice(Pos, PosE), ' ', Suffix); 50 printLine(OS, Prefix, ' ', Suffix); 52 Suffix); 53 printLine(OS, Prefix, ' ', Suffix); [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
OutputCollector.java | 24 * list and a suffix (generally consisting of adjunct data referred to 37 * {@code null-ok;} suffix for the output, or {@code null} if the suffix 40 private ArrayList<DalvInsn> suffix; field in class:OutputCollector 47 * suffix 53 this.suffix = new ArrayList<DalvInsn>(suffixInitialCapacity); 80 * Adds an instruction to the output suffix. 85 suffix.add(insn); 97 if (suffix == null) { 106 * Helper for {@link #getFinisher}, which appends the suffix t [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
OutputCollector.java | 26 * list and a suffix (generally consisting of adjunct data referred to 39 * {@code null-ok;} suffix for the output, or {@code null} if the suffix 42 private ArrayList<DalvInsn> suffix; field in class:OutputCollector 50 * suffix 56 this.suffix = new ArrayList<DalvInsn>(suffixInitialCapacity); 83 * Adds an instruction to the output suffix. 88 suffix.add(insn); 100 if (suffix == null) { 109 * Helper for {@link #getFinisher}, which appends the suffix t [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
OutputCollector.java | 26 * list and a suffix (generally consisting of adjunct data referred to 39 * {@code null-ok;} suffix for the output, or {@code null} if the suffix 42 private ArrayList<DalvInsn> suffix; field in class:OutputCollector 50 * suffix 56 this.suffix = new ArrayList<DalvInsn>(suffixInitialCapacity); 83 * Adds an instruction to the output suffix. 88 suffix.add(insn); 100 if (suffix == null) { 109 * Helper for {@link #getFinisher}, which appends the suffix t [all...] |
/packages/apps/Email/src/org/apache/james/mime4j/util/ |
TempPath.java | 35 * The prefix will be empty and the suffix will be
45 * The prefix and suffix can be set by the user.
48 * @param suffix the suffix to use. <code>null</code> gives
52 TempFile createTempFile(String prefix, String suffix) throws IOException;
59 * The prefix and suffix can be set by the user.
62 * @param suffix the suffix to use. <code>null</code> gives
69 TempFile createTempFile(String prefix, String suffix,
|
/external/clang/test/CXX/lex/lex.literal/lex.ext/ |
p10.cpp | 9 // A program containing a reserved ud-suffix is ill-formed. 10 123wibble; // expected-error {{invalid suffix 'wibble'}} 11 123.0wibble; // expected-error {{invalid suffix 'wibble'}} 12 const char *p = ""wibble; // expected-error {{invalid suffix on literal; C++11 requires a space between literal and identifier}} expected-error {{expected ';'}} 13 const char *q = R"x("hello")x"wibble; // expected-error {{invalid suffix on literal; C++11 requires a space between literal and identifier}} expected-error {{expected ';'}}
|
/external/skia/legacy/src/utils/ |
SkOSFile.cpp | 12 static uint16_t* concat_to_16(const char src[], const char suffix[]) 15 size_t len2 = 3 + (suffix ? strlen(suffix) : 0); 25 if (suffix) 27 while (*suffix) 28 dst[i++] = *suffix++; 53 SkOSFile::Iter::Iter(const char path[], const char suffix[]) : fHandle(0), fPath16(NULL) 55 this->reset(path, suffix); 65 void SkOSFile::Iter::reset(const char path[], const char suffix[]) 76 fPath16 = concat_to_16(path, suffix); [all...] |
/external/skia/src/utils/ |
SkOSFile.cpp | 12 static uint16_t* concat_to_16(const char src[], const char suffix[]) 15 size_t len2 = 3 + (suffix ? strlen(suffix) : 0); 25 if (suffix) 27 while (*suffix) 28 dst[i++] = *suffix++; 53 SkOSFile::Iter::Iter(const char path[], const char suffix[]) : fHandle(0), fPath16(NULL) 55 this->reset(path, suffix); 65 void SkOSFile::Iter::reset(const char path[], const char suffix[]) 76 fPath16 = concat_to_16(path, suffix); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/re/re.alg/re.alg.match/ |
extended.pass.cpp | 35 assert(!m.suffix().matched); 36 assert(m.suffix().first == m[0].second); 37 assert(m.suffix().second == s+1); 50 assert(!m.suffix().matched); 51 assert(m.suffix().first == m[0].second); 52 assert(m.suffix().second == s+2); 91 assert(!m.suffix().matched); 92 assert(m.suffix().first == m[0].second); 93 assert(m.suffix().second == s+4); 106 assert(!m.suffix().matched) [all...] |
basic.pass.cpp | 41 assert(!m.suffix().matched); 42 assert(m.suffix().first == m[0].second); 43 assert(m.suffix().second == s+1); 56 assert(!m.suffix().matched); 57 assert(m.suffix().first == m[0].second); 58 assert(m.suffix().second == s+2); 97 assert(!m.suffix().matched); 98 assert(m.suffix().first == m[0].second); 99 assert(m.suffix().second == s+4); 112 assert(!m.suffix().matched) [all...] |
ecma.pass.cpp | 35 assert(!m.suffix().matched); 36 assert(m.suffix().first == m[0].second); 37 assert(m.suffix().second == s+1); 50 assert(!m.suffix().matched); 51 assert(m.suffix().first == m[0].second); 52 assert(m.suffix().second == s+2); 91 assert(!m.suffix().matched); 92 assert(m.suffix().first == m[0].second); 93 assert(m.suffix().second == s+4); 106 assert(!m.suffix().matched) [all...] |
/build/core/ |
filter_symbols.sh | 9 SUFFIX=$1 20 echo "$PREFIX${line[0]}$SUFFIX # ${line[1]}"
|
/external/skia/src/core/ |
SkBitmapProcState_procs.h | 11 // identifiers have a _neon suffix. 90 #define MAKENAME(suffix) NAME_WRAP(S32_opaque_D32 ## suffix) 102 #define MAKENAME(suffix) NAME_WRAP(S32_alpha_D32 ## suffix) 121 #define MAKENAME(suffix) NAME_WRAP(S16_opaque_D32 ## suffix) 137 #define MAKENAME(suffix) NAME_WRAP(S16_alpha_D32 ## suffix) 152 #define MAKENAME(suffix) NAME_WRAP(SI8_opaque_D32 ## suffix [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/re/re.alg/re.alg.search/ |
ecma.pass.cpp | 35 assert(!m.suffix().matched); 36 assert(m.suffix().first == m[0].second); 37 assert(m.suffix().second == s+1); 50 assert(!m.suffix().matched); 51 assert(m.suffix().first == m[0].second); 52 assert(m.suffix().second == s+2); 72 assert(!m.suffix().matched); 73 assert(m.suffix().first == m[0].second); 74 assert(m.suffix().second == s+3); 94 assert(m.suffix().matched) [all...] |