| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
| stringfwd.h | 0 // String support -*- C++ -*- 56 typedef basic_string<char> string; typedef
|
| /build/tools/ |
| compare_fileslist.py | 18 import cgi, os, string, sys namespace 39 lines = map(string.split, lines)
|
| /external/apache-harmony/support/src/test/java/tests/support/ |
| Support_Proxy_I1.java | 27 String string(String s) throws Support_Proxy_ParentException, LinkageError; method in interface:Support_Proxy_I1
|
| Support_Proxy_I2.java | 26 String string(String s) throws Support_Proxy_SubException, Error; method in interface:Support_Proxy_I2
|
| /external/chromium/base/ |
| nullable_string16.h | 18 NullableString16(const string16& string, bool is_null) 19 : string_(string), is_null_(is_null) { 22 const string16& string() const { return string_; } function in class:NullableString16
|
| /external/chromium/sdch/open-vcdiff/src/ |
| varint_bigendian.h | 40 #include <string> 77 typedef std::string string; typedef in class:open_vcdiff::VarintBE 108 static void AppendToString(SignedIntegerType value, string* s);
|
| /external/clang/test/CodeGenCXX/ |
| 2010-05-11-alwaysinlineinstantiation.cpp | 26 typedef basic_string<char> string; typedef 32 string s;
|
| /external/clang/test/SemaCXX/ |
| PR9461.cpp | 7 typedef basic_string<char> string; typedef 27 {string a;} 29 struct runtime_error{runtime_error(string);};
|
| /external/clang/test/SemaTemplate/ |
| delegating-constructors.cpp | 5 class string class in namespace:PR10457 7 string(const char* str, unsigned); 11 string(const char (&str)[N]) function in class:PR10457::string 12 : string(str) {} // expected-error{{constructor for 'string<6>' creates a delegation cycle}} 16 string s("hello");
|
| /external/open-vcdiff/src/ |
| varint_bigendian.h | 40 #include <string> 77 typedef std::string string; typedef in class:open_vcdiff::VarintBE 108 static void AppendToString(SignedIntegerType value, string* s);
|
| /external/qemu/ |
| gen-skin.py | 9 import sys, os, string, re namespace 37 data_name = "_data_" + string.replace(file,".","_")
|
| qstring.h | 21 char *string; member in struct:QString
|
| /external/skia/legacy/src/animator/ |
| SkDisplayInput.h | 27 SkString string; member in class:SkInput
|
| /external/skia/src/animator/ |
| SkDisplayInput.h | 27 SkString string; member in class:SkInput
|
| /external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
| InfoSink.cpp | 35 int string = 0, line = 0; local 36 DecodeSourceLoc(loc, &string, &line); 40 stream << string << ":" << line; 42 stream << string << ":? "; local
|
| /external/webkit/Source/WebCore/platform/cf/ |
| FileSystemCF.cpp | 38 CString fileSystemRepresentation(const String& path) 48 CString string = CString::newUninitialized(size, buffer); local 55 return string; 58 RetainPtr<CFURLRef> pathAsURL(const String& path)
|
| /external/webkit/Source/WebKit2/Shared/mac/ |
| AttributedString.h | 44 RetainPtr<NSAttributedString> string; member in struct:WebKit::AttributedString
|
| /libcore/benchmarks/src/benchmarks/regression/ |
| StringToRealBenchmark.java | 34 }) String string; field in class:StringToRealBenchmark 38 Float.parseFloat(string); 44 Double.parseDouble(string);
|
| /libcore/support/src/test/java/tests/support/ |
| Support_Proxy_I1.java | 27 String string(String s) throws Support_Proxy_ParentException, LinkageError; method in interface:Support_Proxy_I1
|
| Support_Proxy_I2.java | 26 String string(String s) throws Support_Proxy_SubException, Error; method in interface:Support_Proxy_I2
|
| /ndk/sources/cxx-stl/llvm-libc++/test/re/re.submatch/re.submatch.members/ |
| compare_string_type.pass.cpp | 24 typedef SM::string_type string; typedef 27 assert(sm.compare(string()) == 0); 32 assert(sm.compare(string()) > 0); 33 assert(sm.compare(string("123")) == 0); 38 typedef SM::string_type string; typedef 41 assert(sm.compare(string()) == 0); 46 assert(sm.compare(string()) > 0); 47 assert(sm.compare(string(L"123")) == 0);
|
| /ndk/sources/cxx-stl/llvm-libc++/test/re/re.submatch/re.submatch.op/ |
| compare.pass.cpp | 223 typedef std::basic_string<CharT> string; typedef 224 typedef std::sub_match<typename string::const_iterator> sub_match; 263 assert((x[0] == sm2) == (string(1, x[0]) == y)); 264 assert((x[0] != sm2) == (string(1, x[0]) != y)); 265 assert((x[0] < sm2) == (string(1, x[0]) < y)); 266 assert((x[0] > sm2) == (string(1, x[0]) > y)); 267 assert((x[0] <= sm2) == (string(1, x[0]) <= y)); 268 assert((x[0] >= sm2) == (string(1, x[0]) >= y)); 269 assert((sm1 == y[0]) == (x == string(1, y[0]))); 270 assert((sm1 != y[0]) == (x != string(1, y[0]))) [all...] |
| stream.pass.cpp | 26 typedef std::basic_string<CharT> string; typedef 27 typedef std::sub_match<typename string::const_iterator> SM; 40 test(std::string("123"));
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
| stringfwd.h | 0 // String support -*- C++ -*- 29 * Do not attempt to use it directly. @headername{string} 65 typedef basic_string<char> string; /// A string of @c char typedef 70 typedef basic_string<wchar_t> wstring; /// A string of @c wchar_t 79 typedef basic_string<char16_t> u16string; /// A string of @c char16_t 80 typedef basic_string<char32_t> u32string; /// A string of @c char32_t
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
| stringfwd.h | 0 // String support -*- C++ -*- 29 * Do not attempt to use it directly. @headername{string} 65 typedef basic_string<char> string; /// A string of @c char typedef 70 typedef basic_string<wchar_t> wstring; /// A string of @c wchar_t 79 typedef basic_string<char16_t> u16string; /// A string of @c char16_t 80 typedef basic_string<char32_t> u32string; /// A string of @c char32_t
|