Searched refs:the_string (Results 1 - 5 of 5) sorted by relevance
/third_party/jerryscript/tests/unit-ext/module/ |
H A D | jerry-module-test.c | 182 eval_one (const char *the_string, double expected_result) in eval_one() argument 184 jerry_value_t js_eval_result = jerry_eval ((const jerry_char_t *) the_string, in eval_one() 185 strlen (the_string), in eval_one()
|
/third_party/python/Tools/peg_generator/peg_extension/ |
H A D | peg_extension.c | 74 const char *the_string; in parse_string() local 76 if (!PyArg_ParseTupleAndKeywords(args, kwds, "s|i", keywords, &the_string, &mode)) { in parse_string() 96 mod_ty res = _PyPegen_run_parser_from_string(the_string, Py_file_input, filename_ob, in parse_string()
|
/third_party/lame/ACM/ |
H A D | AEncodeProperties.cpp | 1266 void AEncodeProperties::SelectSavedParams(const std::string the_string) 1279 CurrentNode->SetAttribute("default",the_string); 1280 GetValuesFromKey(the_string, *CurrentNode); 1286 inline void AEncodeProperties::SetAttributeBool(TiXmlElement * the_elt,const std::string & the_string, const bool the_value) const 1289 the_elt->SetAttribute(the_string, "false"); 1291 the_elt->SetAttribute(the_string, "true");
|
H A D | AEncodeProperties.h | 276 // void SetDllLocation( const char * the_string ) { DllLocation = the_string; } 285 // void SetOutputDirectory( const char * the_string ) { OutputDir = the_string; } 433 inline void SetAttributeBool(TiXmlElement * the_elt,const std::string & the_string, const bool the_value) const;
|
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 396 const char *the_string = PyBytes_AsString(obj); in pycompilestring() local 397 if (the_string == NULL) { in pycompilestring() 400 return Py_CompileString(the_string, "<string>", Py_file_input); in pycompilestring()
|
Completed in 15 milliseconds