HomeSort by relevance Sort by last modified time
    Searched refs:ByteVector (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/chromium_org/components/rappor/
byte_vector_utils.h 18 typedef std::vector<uint8_t> ByteVector;
22 ByteVector* ByteVectorAnd(const ByteVector& lhs, ByteVector* rhs);
26 ByteVector* ByteVectorOr(const ByteVector& lhs, ByteVector* rhs);
33 ByteVector* ByteVectorMerge(const ByteVector& mask,
34 const ByteVector& lhs
    [all...]
bloom_filter.h 32 const ByteVector& bytes() const { return bytes_; };
35 void SetBytesForTesting(const ByteVector& bytes);
39 ByteVector bytes_;
rappor_metric.cc 37 ByteVector RapporMetric::GetReport(const std::string& secret) const {
46 const ByteVector fake_mask =
48 ByteVector fake_bits =
53 const ByteVector* fake_and_redacted_bits =
58 const ByteVector zero_coins =
60 ByteVector one_coins =
69 void RapporMetric::SetBytesForTesting(const ByteVector& bytes) {
rappor_metric.h 43 const ByteVector& bytes() const { return bloom_filter_.bytes(); }
51 ByteVector GetReport(const std::string& secret) const;
54 void SetBytesForTesting(const ByteVector& bytes);
byte_vector_utils_unittest.cc 22 ByteVector bv;
30 ByteVector lhs(2);
32 ByteVector rhs(2);
39 ByteVector lhs(2);
41 ByteVector rhs(2);
48 ByteVector lhs(2);
50 ByteVector rhs(2);
52 ByteVector mask(2);
60 ByteVector random_50 = generator.GetWeightedRandomByteVector(PROBABILITY_50);
62 ByteVector random_75 = generator.GetWeightedRandomByteVector(PROBABILITY_75)
    [all...]
byte_vector_utils.cc 18 // Reinterpets a ByteVector as a StringPiece.
19 base::StringPiece ByteVectorAsStringPiece(const ByteVector& lhs) {
24 std::string Concat(const ByteVector& value, char c, const std::string& data) {
35 ByteVector key(hmac.DigestLength());
45 bool HMAC_Rehash(const crypto::HMAC& hmac, ByteVector* value) {
58 ByteVector* value,
81 ByteVector* ByteVectorAnd(const ByteVector& lhs, ByteVector* rhs) {
89 ByteVector* ByteVectorOr(const ByteVector& lhs, ByteVector* rhs)
    [all...]
rappor_metric_unittest.cc 43 const ByteVector report = metric.GetReport(
51 ByteVector real_bits(kTestStatsRapporParameters.bloom_filter_size_bytes);
61 const ByteVector report = metric.GetReport(secret);
65 ByteVector from_true_reports = report;
72 ByteVector from_false_reports = report;
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
file_input_stream.h 37 virtual int32_t Read(ByteVector* b);
38 virtual int32_t Read(ByteVector* b, int32_t offset, int32_t length);
43 virtual void Unread(ByteVector* b);
44 virtual void Unread(ByteVector* b, int32_t offset, int32_t length);
input_stream.h 35 virtual int32_t Read(ByteVector* b) = 0;
36 virtual int32_t Read(ByteVector* b, int32_t offset, int32_t length) = 0;
43 virtual void Unread(ByteVector* b) = 0;
44 virtual void Unread(ByteVector* b, int32_t offset, int32_t length) = 0;
memory_input_stream.h 37 virtual int32_t Read(ByteVector* b);
38 virtual int32_t Read(ByteVector* b, int32_t offset, int32_t length);
43 virtual void Unread(ByteVector* b);
44 virtual void Unread(ByteVector* b, int32_t offset, int32_t length);
output_stream.h 32 virtual void Write(ByteVector* buffer) = 0;
38 virtual void Write(ByteVector* buffer, int32_t offset, int32_t length) = 0;
memory_output_stream.h 37 virtual void Write(ByteVector* buffer);
38 virtual void Write(ByteVector* buffer, int32_t offset, int32_t length);
  /external/sfntly/cpp/src/sfntly/port/
file_input_stream.h 37 virtual int32_t Read(ByteVector* b);
38 virtual int32_t Read(ByteVector* b, int32_t offset, int32_t length);
43 virtual void Unread(ByteVector* b);
44 virtual void Unread(ByteVector* b, int32_t offset, int32_t length);
input_stream.h 35 virtual int32_t Read(ByteVector* b) = 0;
36 virtual int32_t Read(ByteVector* b, int32_t offset, int32_t length) = 0;
43 virtual void Unread(ByteVector* b) = 0;
44 virtual void Unread(ByteVector* b, int32_t offset, int32_t length) = 0;
memory_input_stream.h 37 virtual int32_t Read(ByteVector* b);
38 virtual int32_t Read(ByteVector* b, int32_t offset, int32_t length);
43 virtual void Unread(ByteVector* b);
44 virtual void Unread(ByteVector* b, int32_t offset, int32_t length);
output_stream.h 32 virtual void Write(ByteVector* buffer) = 0;
38 virtual void Write(ByteVector* buffer, int32_t offset, int32_t length) = 0;
memory_output_stream.h 37 virtual void Write(ByteVector* buffer);
38 virtual void Write(ByteVector* buffer, int32_t offset, int32_t length);
  /external/chromium_org/mojo/services/clipboard/
clipboard_standalone_impl.cc 9 typedef std::vector<uint8_t> ByteVector;
20 for (std::map<std::string, ByteVector>::const_iterator it =
30 void SetData(std::map<std::string, ByteVector>* data) {
34 bool GetData(const std::string& mime_type, ByteVector* data) const {
35 std::map<std::string, ByteVector>::const_iterator it =
46 std::map<std::string, ByteVector> data_types_;
79 ByteVector mime_data;
92 std::map<std::string, ByteVector> mime_data;
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ByteVector.java 38 public class ByteVector {
51 * Constructs a new {@link ByteVector ByteVector} with a default initial
54 public ByteVector() {
59 * Constructs a new {@link ByteVector ByteVector} with the given initial
64 public ByteVector(final int initialSize) {
75 public ByteVector putByte(final int b) {
93 ByteVector put11(final int b1, final int b2) {
112 public ByteVector putShort(final int s) {
    [all...]
Attribute.java 153 protected ByteVector write(
160 ByteVector v = new ByteVector();
244 final ByteVector out)
248 ByteVector b = attr.write(cw, code, len, maxStack, maxLocals);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
font_input_stream.h 70 virtual int32_t Read(ByteVector* buffer);
71 virtual int32_t Read(ByteVector* buffer, int32_t offset, int32_t length);
font_output_stream.h 54 virtual void Write(ByteVector* b);
55 virtual void Write(ByteVector* b, int32_t off, int32_t len);
  /external/sfntly/cpp/src/sfntly/data/
font_input_stream.h 70 virtual int32_t Read(ByteVector* buffer);
71 virtual int32_t Read(ByteVector* buffer, int32_t offset, int32_t length);
font_output_stream.h 54 virtual void Write(ByteVector* b);
55 virtual void Write(ByteVector* b, int32_t off, int32_t len);
  /external/chromium_org/third_party/sfntly/cpp/src/test/
test_font_utils.h 34 void LoadFile(const char* input_file_path, ByteVector* input_buffer);

Completed in 729 milliseconds

1 2 3 4 5 6