HomeSort by relevance Sort by last modified time
    Searched defs:find_match (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
diff.rb 88 match = find_match(start_in_old, end_in_old, start_in_new, end_in_new)
102 def find_match(start_in_old, end_in_old, start_in_new, end_in_new) method in class:HTMLDiff.DiffBuilder
  /external/ppp/pppd/plugins/radius/
config.c 410 static int find_match (UINT4 *ip_addr, char *hostname) function
506 if (find_match (ip_addr, hostnm) == 0)
515 if (find_match (&myipaddr, hostnm) == 0)
518 if (find_match (ip_addr, host2) == 0)
526 if (find_match (ip_addr, hostnm) == 0)

Completed in 572 milliseconds