Searched refs:second_value (Results 1 - 8 of 8) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Drolling_hash_test.cc41 void TestHashFirstTwoBytes(char first_value, char second_value) { argument
44 buf[1] = second_value;
48 second_value));
51 second_value)); local
/external/chromium_org/sdch/open-vcdiff/src/
H A Drolling_hash_test.cc41 void TestHashFirstTwoBytes(char first_value, char second_value) { argument
44 buf[1] = second_value;
48 second_value));
51 second_value)); local
/external/open-vcdiff/src/
H A Drolling_hash_test.cc41 void TestHashFirstTwoBytes(char first_value, char second_value) { argument
44 buf[1] = second_value;
48 second_value));
51 second_value)); local
/external/chromium/net/websockets/
H A Dwebsocket_handshake.cc167 std::string second_value;
168 if (headers.EnumerateHeader(&iter, name, &second_value))
/external/chromium/net/tools/flip_server/
H A Dbalsa_headers.cc393 base::StringPiece second_value = value; local
396 second_value = old_value;
409 memcpy(cur_loc, second_value.data(), second_value.size());
/external/chromium_org/net/tools/flip_server/
H A Dbalsa_headers.cc427 base::StringPiece second_value = value; local
430 second_value = old_value;
443 memcpy(cur_loc, second_value.data(), second_value.size());
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals_browsertest.cc555 const string second_value = "2000"; local
568 stats.values[stats_names[i]] = second_value;
/external/chromium_org/courgette/
H A Dadjustment_method_2.cc287 int second_value = 0; local
293 second_value = p->first;
296 return first_value - second_value;

Completed in 1187 milliseconds