HomeSort by relevance Sort by last modified time
    Searched refs:Generate (Results 26 - 50 of 611) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/media/tests/audiotests/
shared_mem_test.h 16 void Generate(short *buffer, long bufferSz, long amplitude, unsigned long &phi, long dPhi);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/cpp/
cpp_generator.h 58 bool Generate(const FileDescriptor* file,
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/java/
java_generator.h 58 bool Generate(const FileDescriptor* file,
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/cpp/
cpp_generator.h 58 bool Generate(const FileDescriptor* file,
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/java/
java_generator.h 58 bool Generate(const FileDescriptor* file,
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/cpp/
cpp_generator.h 58 bool Generate(const FileDescriptor* file,
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/java/
java_generator.h 58 bool Generate(const FileDescriptor* file,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/cpp/
cpp_generator.h 58 bool Generate(const FileDescriptor* file,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/csharp/
csharp_generator.h 45 virtual bool Generate(
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/java/
java_generator.h 58 bool Generate(const FileDescriptor* file,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/javanano/
javanano_generator.h 58 bool Generate(const FileDescriptor* file,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/objectivec/
objectivec_generator.h 50 bool Generate(const FileDescriptor* file, const string& parameter,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/ruby/
ruby_generator.h 45 virtual bool Generate(
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/cpp/
cpp_generator.h 58 bool Generate(const FileDescriptor* file,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/java/
java_generator.h 58 bool Generate(const FileDescriptor* file,
  /prebuilts/go/darwin-x86/doc/play/
sieve.go 8 func Generate(ch chan<- int) {
28 go Generate(ch) // Launch Generate goroutine.
  /prebuilts/go/linux-x86/doc/play/
sieve.go 8 func Generate(ch chan<- int) {
28 go Generate(ch) // Launch Generate goroutine.
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/testutil/
random_tree_gen.h 28 // Randomly generate a balanced tree, for performance benchmarking purposes,
36 // If one wants to generate multiple trees with the same depth, see also the
38 boosted_trees::trees::DecisionTreeConfig Generate(int depth);
40 // Randomly generate a new tree with the same depth (and tree structure)
42 boosted_trees::trees::DecisionTreeConfig Generate(
64 // Generate a sparse split in the node.
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_enum.h 49 void Generate(io::Printer* printer);
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dtmf_tone_generator.h 33 virtual int Generate(size_t 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);
  /prebuilts/go/darwin-x86/test/
sieve.go 13 func Generate(ch chan<- int) {
33 go Generate(ch) // Start Generate() as a subprocess.
  /prebuilts/go/linux-x86/test/
sieve.go 13 func Generate(ch chan<- int) {
33 go Generate(ch) // Start Generate() as a subprocess.
  /external/webrtc/webrtc/base/
opensslidentity.h 35 static OpenSSLKeyPair* Generate(const KeyParams& key_params);
60 static OpenSSLCertificate* Generate(OpenSSLKeyPair* key_pair,
100 // Holds a keypair and certificate together, and a method to generate
104 static OpenSSLIdentity* Generate(const std::string& common_name,

Completed in 1083 milliseconds

12 3 4 5 6 7 8 91011>>