Searched refs:in_str (Results 1 - 9 of 9) sorted by relevance
/external/lldb/source/Interpreter/ |
H A D | embedded_interpreter.py | 38 def process_input (self, in_str): 40 temp_str = in_str 50 in_str = "raise SystemExit " 51 return in_str
|
/external/libweave/third_party/chromium/base/json/ |
H A D | string_escape_unittest.cc | 33 std::string in_str = in_ptr; local 41 bool convert_ok = EscapeJSONString(in_str, false, &out); 46 std::string fooout = GetQuotedJSONString(in_str);
|
/external/libchrome/base/json/ |
H A D | string_escape_unittest.cc | 33 std::string in_str = in_ptr; local 41 bool convert_ok = EscapeJSONString(in_str, false, &out); 46 std::string fooout = GetQuotedJSONString(in_str);
|
/external/webrtc/talk/app/webrtc/ |
H A D | peerconnection.cc | 136 // |in_str| should be of format 145 bool GetServiceTypeAndHostnameFromUri(const std::string& in_str, argument 148 const std::string::size_type colonpos = in_str.find(':'); 150 LOG(LS_WARNING) << "Missing ':' in ICE URI: " << in_str; 153 if ((colonpos + 1) == in_str.length()) { 154 LOG(LS_WARNING) << "Empty hostname in ICE URI: " << in_str; 159 if (in_str.compare(0, colonpos, kValidIceServiceTypes[i]) == 0) { 167 *hostname = in_str.substr(colonpos + 1, std::string::npos); 171 bool ParsePort(const std::string& in_str, int* port) { argument 173 for (const char& c : in_str) { 186 ParseHostnameAndPortFromString(const std::string& in_str, std::string* host, int* port) argument [all...] |
/external/bison/examples/calc++/ |
H A D | calc++-scanner.cc | 614 void yyset_in (FILE * in_str ); 1920 * @param in_str A readable stream. 1924 void yyset_in (FILE * in_str ) 1926 yyin = in_str ;
|
/external/bison/src/ |
H A D | scan-skel.c | 701 void skel_set_in (FILE * in_str ); 2128 * @param in_str A readable stream. 2132 void skel_set_in (FILE * in_str ) 2134 skel_in = in_str ;
|
H A D | scan-code.c | 786 void code_set_in (FILE * in_str ); 2341 * @param in_str A readable stream. 2345 void code_set_in (FILE * in_str ) 2347 code_in = in_str ;
|
H A D | scan-gram.c | 1110 void gram_set_in (FILE * in_str ); 3379 * @param in_str A readable stream. 3383 void gram_set_in (FILE * in_str ) 3385 gram_in = in_str ;
|
/external/valgrind/perf/ |
H A D | tinycc.c | 17865 CString *out_str, CString *in_str) 17873 str = in_str->data; 17861 subst_asm_operands(ASMOperand *operands, int nb_operands, int nb_outputs, CString *out_str, CString *in_str) argument
|
Completed in 235 milliseconds