HomeSort by relevance Sort by last modified time
    Searched refs:search_for (Results 1 - 6 of 6) sorted by null

  /external/libchrome/base/strings/
string_util.cc 571 BasicStringPiece<Str> search_for,
573 if (search_for.size() > str.size())
576 BasicStringPiece<Str> source = str.substr(0, search_for.size());
580 return source == search_for;
584 search_for.begin(), search_for.end(),
595 StringPiece search_for,
597 return StartsWithT<std::string>(str, search_for, case_sensitivity);
601 StringPiece16 search_for,
603 return StartsWithT<string16>(str, search_for, case_sensitivity)
    [all...]
string_util.h 318 StringPiece search_for,
321 StringPiece16 search_for,
324 StringPiece search_for,
327 StringPiece16 search_for,
  /external/u-boot/env/
attr.c 202 static int reverse_name_search(const char *searched, const char *search_for,
211 if (*search_for == '\0') {
218 const char *match = strstr(cur_searched, search_for);
227 nextch = match + strlen(search_for);
249 result_size = strlen(search_for);
  /external/libffi/testsuite/lib/
libffi.exp 236 # search_for -- looks for a string match in a file
238 proc search_for { file pattern } {
265 if [expr [search_for $test "for*("]+[search_for $test "while*("]] {
306 if [search_for $test "ABI_NUM"] {
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/lib/
libffi.exp 236 # search_for -- looks for a string match in a file
238 proc search_for { file pattern } {
265 if [expr [search_for $test "for*("]+[search_for $test "while*("]] {
306 if [search_for $test "ABI_NUM"] {
  /external/selinux/libsemanage/src/
genhomedircon.c 117 const char *search_for; member in struct:__anon37605
522 for (i = 0; retval != NULL && repl[i].search_for; i++) {
523 retval2 = semanage_str_replace(repl[i].search_for,
685 {.search_for = TEMPLATE_HOME_DIR,.replace_with = user->home},
686 {.search_for = TEMPLATE_ROLE,.replace_with = user->prefix},
705 {.search_for = TEMPLATE_HOME_ROOT,.replace_with = homedir},
717 {.search_for = TEMPLATE_USERNAME,.replace_with = user->name},
718 {.search_for = TEMPLATE_USERID,.replace_with = user->uid},
719 {.search_for = TEMPLATE_ROLE,.replace_with = user->prefix},
730 {.search_for = TEMPLATE_USER,.replace_with = user->name}
    [all...]

Completed in 252 milliseconds