Home
last modified time | relevance | path

Searched refs:search_for (Results 1 – 2 of 2) sorted by relevance

/external/libffi/testsuite/lib/
Dlibffi-dg.exp204 proc search_for { file pattern } { procedure
231 if [expr [search_for $test "for*("]+[search_for $test "while*("]] {
/external/chromium/chrome/browser/importer/
Dfirefox_importer_utils.cc437 std::string search_for = std::string("user_pref(\"") + pref_key + in GetPrefsJsValue() local
439 size_t prop_index = content.find(search_for); in GetPrefsJsValue()
443 size_t start = prop_index + search_for.length(); in GetPrefsJsValue()