Searched refs:in_str (Results 1 – 10 of 10) sorted by relevance
/external/lldb/source/Interpreter/ |
D | embedded_interpreter.py | 38 def process_input (self, in_str): argument 40 temp_str = in_str 50 in_str = "raise SystemExit " 51 return in_str
|
/external/libweave/third_party/chromium/base/json/ |
D | string_escape_unittest.cc | 33 std::string in_str = in_ptr; in TEST() local 41 bool convert_ok = EscapeJSONString(in_str, false, &out); in TEST() 46 std::string fooout = GetQuotedJSONString(in_str); in TEST()
|
/external/webrtc/talk/app/webrtc/ |
D | peerconnection.cc | 145 bool GetServiceTypeAndHostnameFromUri(const std::string& in_str, in GetServiceTypeAndHostnameFromUri() argument 148 const std::string::size_type colonpos = in_str.find(':'); in GetServiceTypeAndHostnameFromUri() 150 LOG(LS_WARNING) << "Missing ':' in ICE URI: " << in_str; in GetServiceTypeAndHostnameFromUri() 153 if ((colonpos + 1) == in_str.length()) { in GetServiceTypeAndHostnameFromUri() 154 LOG(LS_WARNING) << "Empty hostname in ICE URI: " << in_str; in GetServiceTypeAndHostnameFromUri() 159 if (in_str.compare(0, colonpos, kValidIceServiceTypes[i]) == 0) { in GetServiceTypeAndHostnameFromUri() 167 *hostname = in_str.substr(colonpos + 1, std::string::npos); in GetServiceTypeAndHostnameFromUri() 171 bool ParsePort(const std::string& in_str, int* port) { in ParsePort() argument 173 for (const char& c : in_str) { in ParsePort() 178 return rtc::FromString(in_str, port); in ParsePort() [all …]
|
/external/libchrome/base/json/ |
D | string_escape_unittest.cc | 33 std::string in_str = in_ptr; in TEST() local 41 bool convert_ok = EscapeJSONString(in_str, false, &out); in TEST() 46 std::string fooout = GetQuotedJSONString(in_str); in TEST()
|
/external/bison/examples/calc++/ |
D | calc++-scanner.cc | 614 void yyset_in (FILE * in_str ); 1924 void yyset_in (FILE * in_str ) in yyset_in() argument 1926 yyin = in_str ; in yyset_in()
|
/external/bison/src/ |
D | scan-skel.c | 701 void skel_set_in (FILE * in_str ); 2132 void skel_set_in (FILE * in_str ) in skel_set_in() argument 2134 skel_in = in_str ; in skel_set_in()
|
D | scan-code.c | 786 void code_set_in (FILE * in_str ); 2345 void code_set_in (FILE * in_str ) in code_set_in() argument 2347 code_in = in_str ; in code_set_in()
|
D | scan-gram.c | 1110 void gram_set_in (FILE * in_str ); 3383 void gram_set_in (FILE * in_str ) in gram_set_in() argument 3385 gram_in = in_str ; in gram_set_in()
|
/external/toybox/kconfig/ |
D | lex.zconf.c_shipped | 2118 * @param in_str A readable stream. 2122 void zconfset_in (FILE * in_str ) 2124 zconfin = in_str ;
|
/external/valgrind/perf/ |
D | tinycc.c | 17863 CString *out_str, CString *in_str) in subst_asm_operands() argument 17871 str = in_str->data; in subst_asm_operands()
|