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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/rlz/lib/
crc8.h 14 static bool Generate(const unsigned char* data,
  /external/chromium_org/components/autofill/core/browser/
password_generator.h 15 // Class to generate random passwords. Currently we just use a generic algorithm
33 std::string Generate() const;
password_generator_unittest.cc 15 std::string password = pg1.Generate();
19 password = pg2.Generate();
24 password = pg3.Generate();
31 std::string password = pg.Generate();
50 std::string password = pg.Generate();
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
acm_random.h 31 random_.Generate(testing::internal::Random::kMaxRange);
37 random_.Generate(testing::internal::Random::kMaxRange);
50 return random_.Generate(range);
  /external/libvpx/libvpx/test/
acm_random.h 31 random_.Generate(testing::internal::Random::kMaxRange);
37 random_.Generate(testing::internal::Random::kMaxRange);
50 return random_.Generate(range);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
acm_random.h 31 random_.Generate(testing::internal::Random::kMaxRange);
37 random_.Generate(testing::internal::Random::kMaxRange);
50 return random_.Generate(range);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.h 58 bool Generate(const FileDescriptor* file,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_generator.h 58 bool Generate(const FileDescriptor* file,
java_enum.h 58 void Generate(io::Printer* printer);
java_extension.h 62 void Generate(io::Printer* printer);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
mock_dtmf_tone_generator.h 28 MOCK_METHOD2(Generate,
  /external/chromium_org/v8/src/x87/
codegen-x87.h 20 static void Generate(MacroAssembler* masm,
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.h 58 bool Generate(const FileDescriptor* file,
  /external/protobuf/src/google/protobuf/compiler/java/
java_generator.h 58 bool Generate(const FileDescriptor* file,
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_generator.h 58 bool Generate(const FileDescriptor* file,
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_generator.h 58 bool Generate(const FileDescriptor* file,
  /frameworks/base/media/tests/audiotests/
shared_mem_test.h 16 void Generate(short *buffer, long bufferSz, long amplitude, unsigned long &phi, long dPhi);
  /external/chromium_org/tools/ipc_fuzzer/mutate/
generate.cc 45 // Interface implemented by those who generate basic types. The types all
170 // Partially-specialized class that knows how to generate a given type.
173 static bool Generate(P* p, Generator *generator) {
175 // to generate.
184 return GenerateTraits<P>::Generate(p, generator);
187 // Specializations to generate primitive types.
190 static bool Generate(bool* p, Generator* generator) {
198 static bool Generate(int* p, Generator* generator) {
206 static bool Generate(unsigned int* p, Generator* generator) {
214 static bool Generate(long* p, Generator* generator)
    [all...]
  /external/chromium_org/chrome/browser/extensions/activity_log/
generate_ad_network_hashes.py 65 def Generate(input_filename, output_root_filename):
66 '''Generate the .h and .cc files for the hashed_ad_network source files.
71 The root name of the output files. This will generate a .h and .cc file,
92 description='Generate hashed_ad_networks.[h,cc] source files')
102 Generate(args.input_file, args.out)
  /external/chromium_org/gpu/command_buffer/common/
mailbox.h 26 // Generate a unique unguessable mailbox name.
27 static Mailbox Generate();
29 // Verify that the mailbox was created through Mailbox::Generate. This only
31 // check, only to catch bugs where clients forgot to call Mailbox::Generate.
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
dtmf_tone_generator.h 34 virtual int Generate(int num_samples, AudioMultiVector* output);
random_vector.cc 45 void RandomVector::Generate(size_t length, int16_t* output) {
random_vector.h 34 void Generate(size_t length, int16_t* output);
  /external/chromium_org/v8/src/arm64/
codegen-arm64.h 20 static void Generate(MacroAssembler* masm,
  /external/chromium_org/v8/src/ia32/
codegen-ia32.h 20 static void Generate(MacroAssembler* masm,

Completed in 664 milliseconds

1 2 3 4 5 6 7 8 91011>>