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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
cris.exp 163 $line junk leftpart n1 n2 n3 n4 rightpart
173 puts $out_fd "$leftpart$n$rightpart"
177 $line junk leftpart n1 n2 n3 n4 rightpart
187 puts $out_fd "$leftpart$n$rightpart"
  /external/webrtc/talk/app/webrtc/
webrtcsdp.cc 545 std::string leftpart; local
546 if (!rtc::tokenize_first(message, kSdpDelimiterColon, &leftpart, value)) {
550 if (leftpart.length() < attribute.length() ||
551 leftpart.compare(leftpart.length() - attribute.length(),
    [all...]

Completed in 1437 milliseconds