Searched refs:str (Results 151 - 175 of 6311) sorted by relevance

1234567891011>>

/external/lldb/source/Host/macosx/cfcpp/
H A DCFCString.cpp109 CFCString::UTF8(std::string& str) argument
111 return CFCString::UTF8(get(), str);
120 CFCString::UTF8 (CFStringRef cf_str, std::string& str) argument
129 str.resize(max_utf8_str_len);
130 if (!str.empty())
132 if (CFStringGetCString (cf_str, &str[0], str.size(), encoding))
134 str.resize(strlen(str.c_str()));
135 return str
165 FileSystemRepresentation(CFStringRef cf_str, std::string& str) argument
191 CFStringRef str = get(); local
[all...]
/external/lldb/tools/debugserver/source/MacOSX/
H A DCFString.cpp113 CFString::UTF8(std::string& str) argument
115 return CFString::UTF8(get(), str);
124 CFString::UTF8 (CFStringRef cf_str, std::string& str) argument
133 str.resize(max_utf8_str_len);
134 if (!str.empty())
136 if (CFStringGetCString (cf_str, &str[0], str.size(), encoding))
138 str.resize(strlen(str.c_str()));
139 return str
154 FileSystemRepresentation(CFStringRef cf_str, std::string& str) argument
180 CFStringRef str = get(); local
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-354433.js33 this.__defineGetter__('str', function() { return __f_2(this); });
34 this.str = "1";
36 return this.str;
44 __v_5.str = a;
45 __v_0.str = b;
H A Dregress-732.js39 var str = "" + idx; variable
42 for (var i = 0; i < 10; i++) { ({})[str]; }
46 assertEquals(obj[str], obj[idx])
/external/chromium_org/v8/test/webkit/
H A Ddfg-inline-arguments-use-directly-from-inlined-code.js37 var str = args + ": ";
40 str += ", ";
41 str += args[i];
43 return str;
H A Ddfg-inline-arguments-use-from-getter.js40 var str = args + ": ";
43 str += ", ";
44 str += args[i];
46 return str;
/external/clang/test/CodeGenCXX/
H A D2004-11-27-ExceptionCleanupAssertion.cpp6 Strongbad(const char *str );
/external/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
H A Dassign_c.pass.cpp27 assert(outf.str() == "a");
29 assert(outf.str() == "ab");
35 assert(outf.str() == L"a");
37 assert(outf.str() == L"ab");
/external/libedit/src/
H A Dwcsdup.c27 wcsdup(const wchar_t *str) argument
32 _DIAGASSERT(str != NULL);
34 len = wcslen(str) + 1;
40 return wmemcpy(copy, str, len);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXutil.h22 uint64_t encode_leb128(const char *str);
/external/llvm/unittests/ADT/
H A DTwineTest.cpp22 return OS.str();
26 EXPECT_EQ("", Twine().str());
27 EXPECT_EQ("hi", Twine("hi").str());
28 EXPECT_EQ("hi", Twine(std::string("hi")).str());
29 EXPECT_EQ("hi", Twine(StringRef("hi")).str());
30 EXPECT_EQ("hi", Twine(StringRef(std::string("hi"))).str());
31 EXPECT_EQ("hi", Twine(StringRef("hithere", 2)).str());
35 EXPECT_EQ("123", Twine(123U).str());
36 EXPECT_EQ("123", Twine(123).str());
37 EXPECT_EQ("-123", Twine(-123).str());
[all...]
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_gcc.cpp9 T FXSYS_StrToInt(STR_T str) argument
12 if (str == NULL) {
15 if (*str == '-') {
17 str ++;
20 while (*str) {
21 if ((*str) < '0' || (*str) > '9') {
24 num = num * 10 + (*str) - '0';
25 str ++;
57 FX_INT32 FXSYS_atoi(FX_LPCSTR str) argument
61 FXSYS_wtoi(FX_LPCWSTR str) argument
65 FXSYS_atoi64(FX_LPCSTR str) argument
69 FXSYS_wtoi64(FX_LPCWSTR str) argument
73 FXSYS_i64toa(FX_INT64 value, FX_LPSTR str, int radix) argument
77 FXSYS_i64tow(FX_INT64 value, FX_LPWSTR str, int radix) argument
117 FXSYS_strlwr(char* str) argument
129 FXSYS_strupr(char* str) argument
141 FXSYS_wcslwr(FX_WCHAR* str) argument
153 FXSYS_wcsupr(FX_WCHAR* str) argument
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Da_utf8.c76 int UTF8_getc(const unsigned char *str, int len, unsigned long *val) argument
82 p = str;
149 * 'str' where 'str' is a buffer containing 'len' characters. Returns
150 * the number of characters written or -1 if 'len' is too small. 'str' can
155 int UTF8_putc(unsigned char *str, int len, unsigned long value) argument
157 if(!str) len = 6; /* Maximum we will need */
160 if(str) *str = (unsigned char)value;
165 if(str) {
[all...]
/external/openssl/crypto/asn1/
H A Da_utf8.c76 int UTF8_getc(const unsigned char *str, int len, unsigned long *val) argument
82 p = str;
149 * 'str' where 'str' is a buffer containing 'len' characters. Returns
150 * the number of characters written or -1 if 'len' is too small. 'str' can
155 int UTF8_putc(unsigned char *str, int len, unsigned long value) argument
157 if(!str) len = 6; /* Maximum we will need */
160 if(str) *str = (unsigned char)value;
165 if(str) {
[all...]
/external/chromium_org/sync/js/
H A Djs_event_details.cc23 std::string str; local
24 base::JSONWriter::Write(&Get(), &str); local
25 return str;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dcrc32.h45 inline uint32 ComputeCrc32(const std::string& str) { argument
46 return ComputeCrc32(str.c_str(), str.size());
/external/chromium_org/third_party/markdown/
H A D__version__.py46 main = '.'.join(map(str, version_info[:parts]))
54 sub = mapping[version_info[3]] + str(version_info[4])
56 return str(main + sub)
/external/chromium_org/third_party/markupsafe/
H A D_compat.py16 text_type = str
17 string_types = (str,)
22 string_types = (str, unicode)
/external/chromium_org/third_party/webrtc/base/
H A Dcrc32.h28 inline uint32 ComputeCrc32(const std::string& str) { argument
29 return ComputeCrc32(str.c_str(), str.size());
/external/chromium_org/tools/grit/grit/
H A Dpseudo.py66 def MapVowels(str, also_p = False):
67 '''Returns a copy of 'str' where characters that exist as keys in _VOWELS
79 return _PSUB_RE.sub(Repl, str)
82 def PseudoString(str):
85 if str in _existing_translations:
86 return _existing_translations[str]
90 while ix < len(str):
91 if str[ix] not in _VOWELS.keys():
92 outstr += str[ix]
98 while ix < len(str) an
[all...]
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dblock-early-errors.js36 function Check(str) {
38 eval("(function () { " + str + " })");
44 eval("(function () { { " + str + " } })");
/external/chromium_org/v8/test/mjsunit/
H A Dregexp-global.js30 var str = "ABX X"; variable
31 str = str.replace(/(\w)?X/g, function(match, capture) {
36 assertEquals("Ab -", str);
39 str = "Als Gregor Samsa eines Morgens";
40 str = str.replace(/\b/g, function(match, capture) {
43 assertEquals("/Als/ /Gregor/ /Samsa/ /eines/ /Morgens/", str);
46 str = "It was a pleasure to burn.";
47 str
130 var str = "Beasts of England, beasts of Ireland"; variable
[all...]
/external/e2fsprogs/intl/
H A Dhash-string.h32 const char *str = str_param; local
36 while (*str != '\0')
39 hval += (unsigned char) *str++;
/external/libcxx/test/input.output/string.streams/stringbuf/stringbuf.assign/
H A Dmember_swap.pass.cpp26 assert(buf.str() == "testing");
27 assert(buf1.str() == "");
33 assert(buf.str() == "testing");
34 assert(buf1.str() == "");
40 assert(buf.str() == "testing");
41 assert(buf1.str() == "");
47 assert(buf.str() == L"testing");
48 assert(buf1.str() == L"");
54 assert(buf.str() == L"testing");
55 assert(buf1.str()
[all...]
H A Dnonmember_swap.pass.cpp28 assert(buf.str() == "testing");
29 assert(buf1.str() == "");
35 assert(buf.str() == "testing");
36 assert(buf1.str() == "");
42 assert(buf.str() == "testing");
43 assert(buf1.str() == "");
49 assert(buf.str() == L"testing");
50 assert(buf1.str() == L"");
56 assert(buf.str() == L"testing");
57 assert(buf1.str()
[all...]

Completed in 611 milliseconds

1234567891011>>