HomeSort by relevance Sort by last modified time
    Searched refs:ByteVector (Results 1 - 25 of 135) 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_; };
36 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...]
rappor_metric.h 41 const ByteVector& bytes() const { return bloom_filter_.bytes(); }
49 ByteVector GetReport(const std::string& secret) const;
rappor_metric.cc 30 ByteVector RapporMetric::GetReport(const std::string& secret) const {
39 const ByteVector fake_mask =
41 ByteVector fake_bits =
46 const ByteVector* fake_and_redacted_bits =
51 const ByteVector zero_coins =
53 ByteVector one_coins =
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 44 const ByteVector report = metric.GetReport(
55 const ByteVector real_bits = metric.bytes();
60 const ByteVector report = metric.GetReport(secret);
64 ByteVector from_true_reports = report;
71 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/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);
  /external/sfntly/cpp/src/test/
test_font_utils.h 34 void LoadFile(const char* input_file_path, ByteVector* input_buffer);

Completed in 662 milliseconds

1 2 3 4 5 6