HomeSort by relevance Sort by last modified time
    Searched refs:str (Results 226 - 250 of 7576) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/istringstream.members/
str.pass.cpp 15 // void str(const basic_string<charT,traits,Allocator>& s);
26 assert(ss.str() == " 123 456");
32 ss.str(" 789");
35 assert(ss.str() == " 789");
43 assert(ss.str() == L" 123 456");
49 ss.str(L" 789");
52 assert(ss.str() == L" 789");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/ostringstream.assign/
member_swap.pass.cpp 28 assert(ss.str() == " 123 456");
31 assert(ss.str() == "234 5676");
33 assert(ss0.str() == "234 567");
41 assert(ss.str() == L" 123 456");
44 assert(ss.str() == L"234 5676");
46 assert(ss0.str() == L"234 567");
nonmember_swap.pass.cpp 28 assert(ss.str() == " 123 456");
31 assert(ss.str() == "234 5676");
33 assert(ss0.str() == "234 567");
41 assert(ss.str() == L" 123 456");
44 assert(ss.str() == L"234 5676");
46 assert(ss0.str() == L"234 567");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.cons/
string.pass.cpp 25 assert(buf.str() == "testing");
29 assert(buf.str() == "testing");
33 assert(buf.str() == "testing");
37 assert(buf.str() == L"testing");
41 assert(buf.str() == L"testing");
45 assert(buf.str() == L"testing");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.cons/stringstream.assign/
member_swap.pass.cpp 28 assert(ss.str() == " 123 456 ");
35 assert(ss.str() == "456 1236 ");
37 assert(ss0.str() == "456 123");
45 assert(ss.str() == L" 123 456 ");
52 assert(ss.str() == L"456 1236 ");
54 assert(ss0.str() == L"456 123");
nonmember_swap.pass.cpp 31 assert(ss.str() == " 123 456 ");
38 assert(ss.str() == "456 1236 ");
40 assert(ss0.str() == "456 123");
48 assert(ss.str() == L" 123 456 ");
55 assert(ss.str() == L"456 1236 ");
57 assert(ss0.str() == L"456 123");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/re.tokiter.cnstr/
vector.pass.cpp 34 assert(i->str() == "start ");
37 assert(i->str() == "start ");
40 assert(i->str() == ", ");
43 assert(i->str() == ", ");
46 assert(i->str() == ", ");
49 assert(i->str() == ", ");
52 assert(i->str() == " end");
65 assert(i->str() == "start ");
68 assert(i->str() == "555-1234");
71 assert(i->str() == ", ")
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
util.cpp 18 double atof_dot(const char *str)
22 double result = _atof_l(str, l);
27 std::istringstream s(str);
  /external/chromium_org/third_party/angle_dx11/tests/preprocessor_tests/
pragma_test.cpp 16 const char* str = "#pragma\n"; local
25 preprocess(str, expected);
30 const char* str = "#pragma foo\n"; local
39 preprocess(str, expected);
44 const char* str = "#pragma foo(bar)\n"; local
53 preprocess(str, expected);
58 const char* str = "/*foo*/" local
81 preprocess(str, expected);
86 const char* str = "#pragma foo(bar)"; local
96 preprocess(str, expected)
106 const char* str = GetParam(); local
    [all...]
  /external/clang/test/CodeGen/
2009-05-22-callingconv.c 6 static reg_errcode_t re_string_construct (re_string_t *pstr, const char *str,
11 re_string_construct (pstr, str, len, trans, icase, dfa)
13 const char *str;
  /external/clang/test/Index/
complete-exprs.c 13 const char *str = "Hello, \nWorld"; variable
18 void f4(const char* str) {
19 f3(str, NULL);
67 // CHECK-CC7: FunctionDecl:{ResultType void}{TypedText f4}{LeftParen (}{Placeholder const char *str}{RightParen )} (50)
  /external/clang/test/SemaTemplate/
delegating-constructors.cpp 7 string(const char* str, unsigned);
11 string(const char (&str)[N])
12 : string(str) {} // expected-error{{constructor for 'string<6>' creates a delegation cycle}}
  /external/icu4c/samples/translit/answers/
main_3.cpp 37 UnicodeString str, str2; local
75 str.remove();
76 defFmt->format(cal->getTime(status), str, status);
79 uprintf(escape(str));
83 str.remove();
84 fmt->format(cal->getTime(status), str, status);
87 uprintf(escape(str));
91 greek_latin->transliterate(str);
93 uprintf(escape(str));
97 str2 = str;
    [all...]
main_4.cpp 38 UnicodeString str, str2; local
79 str.remove();
80 defFmt->format(cal->getTime(status), str, status);
83 uprintf(escape(str));
87 str.remove();
88 fmt->format(cal->getTime(status), str, status);
91 uprintf(escape(str));
95 greek_latin->transliterate(str);
97 uprintf(escape(str));
101 str2 = str;
    [all...]
  /external/icu4c/samples/translit/
main.cpp 39 UnicodeString str, str2; local
81 str.remove();
82 defFmt->format(cal->getTime(status), str, status);
85 uprintf(escape(str));
89 str.remove();
90 fmt->format(cal->getTime(status), str, status);
93 uprintf(escape(str));
97 greek_latin->transliterate(str);
99 uprintf(escape(str));
103 str2 = str;
    [all...]
  /external/llvm/test/MC/COFF/
basic-coff-64.s 16 movl $.L_.str, (%esp)
23 .L_.str: # @.str
basic-coff.s 16 movl $L_.str, (%esp)
23 L_.str: # @.str
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
stdio.h 58 #define sprintf(str, ...) \
59 __builtin___sprintf_chk (str, 0, __ssp_bos (str), \
61 #define vsprintf(str, fmt, ap) \
62 __builtin___vsprintf_chk (str, 0, __ssp_bos (str), fmt, ap)
71 #define snprintf(str, len, ...) \
72 __builtin___snprintf_chk (str, len, 0, __ssp_bos (str), __VA_ARGS__)
73 #define vsnprintf(str, len, fmt, ap)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ssp/
stdio.h 58 #define sprintf(str, ...) \
59 __builtin___sprintf_chk (str, 0, __ssp_bos (str), \
61 #define vsprintf(str, fmt, ap) \
62 __builtin___vsprintf_chk (str, 0, __ssp_bos (str), fmt, ap)
71 #define snprintf(str, len, ...) \
72 __builtin___snprintf_chk (str, len, 0, __ssp_bos (str), __VA_ARGS__)
73 #define vsnprintf(str, len, fmt, ap)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ssp/
stdio.h 58 #define sprintf(str, ...) \
59 __builtin___sprintf_chk (str, 0, __ssp_bos (str), \
61 #define vsprintf(str, fmt, ap) \
62 __builtin___vsprintf_chk (str, 0, __ssp_bos (str), fmt, ap)
71 #define snprintf(str, len, ...) \
72 __builtin___snprintf_chk (str, len, 0, __ssp_bos (str), __VA_ARGS__)
73 #define vsnprintf(str, len, fmt, ap)
    [all...]
  /sdk/emulator/opengl/host/tools/emugen/
strUtils.h 24 std::string trim(const std::string & str);
25 std::string getNextToken(const std::string & str, size_t pos, size_t * last, const std::string & delim);
29 return ss.str();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
MockEnum.java 32 String str; field in class:MockEnum
41 str = "test";
51 if (str.equals(test.str) && i == test.i && samEnum == test.samEnum) {
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-string.h 214 String(const String& str) : c_str_(NULL), length_(0) { *this = str; }
226 String(const ::std::string& str) {
227 ConstructNonNull(str.c_str(), str.length());
233 String(const ::string& str) {
234 ConstructNonNull(str.c_str(), str.length());
303 char* const str = new char[a_length + 1]; local
304 memcpy(str, buffer, a_length)
    [all...]
  /external/chromium_org/chrome/renderer/safe_browsing/
murmurhash3_util.h 15 uint32 MurmurHash3String(const std::string& str, uint32 seed);
  /external/chromium_org/content/public/common/
desktop_media_id.cc 10 DesktopMediaID DesktopMediaID::Parse(const std::string& str) {
11 if (str == "screen")
15 if (StartsWithASCII(str, window_prefix, true)) {
17 if (!base::StringToInt64(str.substr(window_prefix.size()), &id))

Completed in 2590 milliseconds

1 2 3 4 5 6 7 8 91011>>