Searched
full:suffix (Results
701 -
725 of
2729) sorted by null
<<21222324252627282930>>
/external/chromium_org/net/dns/ |
dns_config_service.h | 56 // Suffix search list; used on first lookup when number of dots in given name 66 // AppendToMultiLabelName: is suffix search performed for multi-label names?
|
/external/chromium_org/net/quic/ |
quic_stream_factory.h | 182 // If |host_port_proxy_pair| suffix contains ".c.youtube.com" (in future we 185 // that suffix.
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/ |
make_token_matcher_unittest.py | 170 suffix; 218 suffix;
|
/external/chromium_org/third_party/closure_linter/closure_linter/common/ |
simplefileflags.py | 59 suffix = filename[filename.rfind('.'):] 60 return suffix in suffixes
|
/external/chromium_org/third_party/icu/source/config/ |
mh-aix-gcc | 69 ## Shared object suffix 75 ## Non-shared intermediate object suffix
|
mh-aix-va | 78 ## Shared object suffix 82 ## Non-shared intermediate object suffix
|
mh-beos | 57 ## Shared object suffix 59 ## Non-shared intermediate object suffix
|
mh-cygwin | 53 ## Shared object suffix 55 ## Non-shared intermediate object suffix
|
mh-hpux-acc | 96 ## Shared object suffix 98 ## Non-shared intermediate object suffix
|
mh-mingw | 51 ## Shared object suffix 53 ## Non-shared intermediate object suffix
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
stringutil.h | 60 // Returns true if 's' ends with 'suffix'. 61 bool HasSuffixString(const string& s, const string& suffix);
|
/external/chromium_org/third_party/skia/src/gpu/gl/unix/ |
GrGLCreateNativeInterface_unix.cpp | 174 // no ARB suffix for GL_ARB_vertex_array_object 181 // GL_ARB_framebuffer_object doesn't use ARB suffix.)
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
GrGLCreateNativeInterface_win.cpp | 212 // no ARB suffix for GL_ARB_vertex_array_object 219 // GL_ARB_framebuffer_object doesn't use ARB suffix.)
|
/external/chromium_org/v8/ |
Makefile.nacl | 87 BUILDTYPE=$(shell echo $(subst .,,$(suffix $@)) | \ 100 -S.$(subst .,,$(suffix $@)) $(GYPFLAGS) \
|
/external/chromium_org/v8/test/webkit/ |
testcfg.py | 81 testfilename = os.path.join(self.root, testcase.path + self.suffix()) 97 filename = os.path.join(self.root, testcase.path + self.suffix())
|
/external/clang/include/clang/Driver/ |
Types.def | 30 // The fourth value is the suffix to use when creating temporary files 37 // A - The type's temporary suffix should be appended when generating
|
/external/guava/guava/src/com/google/common/net/ |
HostSpecifier.java | 34 * include only those domain names which end in a recognized public suffix; see 107 "Domain name does not have a recognized public suffix: " + host);
|
/external/icu4c/config/ |
mh-aix-gcc | 69 ## Shared object suffix 75 ## Non-shared intermediate object suffix
|
mh-aix-va | 78 ## Shared object suffix 82 ## Non-shared intermediate object suffix
|
mh-beos | 57 ## Shared object suffix 59 ## Non-shared intermediate object suffix
|
mh-cygwin | 53 ## Shared object suffix 55 ## Non-shared intermediate object suffix
|
mh-hpux-acc | 96 ## Shared object suffix 98 ## Non-shared intermediate object suffix
|
mh-mingw | 57 ## Shared object suffix 59 ## Non-shared intermediate object suffix
|
mh-mingw64 | 57 ## Shared object suffix 59 ## Non-shared intermediate object suffix
|
/external/llvm/include/llvm/ADT/ |
StringRef.h | 213 /// Check if this string ends with the given \p Suffix. 214 bool endswith(StringRef Suffix) const { 215 return Length >= Suffix.Length && 216 compareMemory(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0; 385 /// suffix (starting with \p Start) will be returned. 413 /// number of characters remaining in the string, the string suffix
|
Completed in 986 milliseconds
<<21222324252627282930>>