Searched refs:kFin (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_connection_test.cc49 const bool kFin = true; member in namespace:net::test::__anon9604
435 return SendStreamDataWithString(kStreamId3, "food", 0, !kFin, NULL);
439 return SendStreamDataWithString(kStreamId5, "food2", 0, !kFin, NULL);
450 SendStreamDataWithString(kCryptoStreamId, "chlo", 0, !kFin, NULL);
914 SendStreamDataToPeer(1, "foo", i * 3, !kFin, NULL);
998 connection_.SendStreamDataWithString(3, "foo", 0, !kFin, NULL);
1037 SendStreamDataToPeer(1, "foo", 0, !kFin, NULL);
1038 SendStreamDataToPeer(1, "bar", 3, !kFin, NULL);
1039 SendStreamDataToPeer(1, "eep", 6, !kFin, NULL);
1065 SendStreamDataToPeer(1, "foo", 0, !kFin, NUL
[all...]
H A Dquic_http_stream_test.cc121 const static bool kFin = true; member in class:net::test::QuicHttpStreamTest
376 AddWrite(SYNCHRONOUS, ConstructDataPacket(1, true, kFin, 0,
399 ConstructDataPacket(2, false, kFin, 0, response_data_));
419 AddWrite(SYNCHRONOUS, ConstructDataPacket(1, true, kFin, 0,
466 AddWrite(SYNCHRONOUS, ConstructDataPacket(1, true, kFin, 0, request_data_));
488 ConstructDataPacket(2, false, kFin, 0, response_data_));
508 AddWrite(SYNCHRONOUS, ConstructDataPacket(1, true, !kFin, 0, request_data_));
509 AddWrite(SYNCHRONOUS, ConstructDataPacket(2, true, kFin,
538 ConstructDataPacket(2, false, !kFin, 0, response_data_));
550 ConstructDataPacket(3, false, kFin, response_data
[all...]
/external/valgrind/main/include/
H A Dpub_tool_wordfm.h84 /* Free up the FM. If kFin is non-NULL, it is applied to keys
86 void VG_(deleteFM) ( WordFM*, void(*kFin)(UWord), void(*vFin)(UWord) );
/external/valgrind/main/coregrind/
H A Dm_wordfm.c591 void(*kFin)(UWord),
598 avl_free(nd->child[0], kFin, vFin, dealloc);
600 avl_free(nd->child[1], kFin, vFin, dealloc);
601 if (kFin)
602 kFin( nd->key );
609 /* Free up the FM. If kFin is non-NULL, it is applied to keys
611 void VG_(deleteFM) ( WordFM* fm, void(*kFin)(UWord), void(*vFin)(UWord) )
614 avl_free( fm->root, kFin, vFin, dealloc );
/external/valgrind/main/cachegrind/
H A Dcg_merge.c73 /* Free up the FM. If kFin is non-NULL, it is applied to keys
75 void deleteFM ( WordFM*, void(*kFin)(Word), void(*vFin)(Word) );
1410 void(*kFin)(Word),
1417 avl_free(nd->left, kFin, vFin, dealloc);
1419 avl_free(nd->right, kFin, vFin, dealloc);
1420 if (kFin)
1421 kFin( nd->key );
1428 /* Free up the FM. If kFin is non-NULL, it is applied to keys
1430 void deleteFM ( WordFM* fm, void(*kFin)(Word), void(*vFin)(Word) )
1433 avl_free( fm->root, kFin, vFi
[all...]

Completed in 372 milliseconds