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

1 23 4 5 6 7 8 91011>>

  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_reflection_class.h 49 void Generate(io::Printer* printer);
  /external/protobuf/src/google/protobuf/compiler/java/
java_enum.h 66 void Generate(io::Printer* printer);
java_enum_lite.h 66 void Generate(io::Printer* printer);
java_extension_lite.h 54 virtual void Generate(io::Printer* printer);
java_message_builder_lite.h 65 virtual void Generate(io::Printer* printer);
java_extension.h 69 virtual void Generate(io::Printer* printer) = 0;
94 virtual void Generate(io::Printer* printer);
java_service.h 63 virtual void Generate(io::Printer* printer) = 0;
81 virtual void Generate(io::Printer* printer);
85 // Generate the getDescriptorForType() method.
88 // Generate a Java interface for the service.
91 // Generate newReflectiveService() method.
94 // Generate newReflectiveBlockingService() method.
97 // Generate abstract method declarations for all methods.
100 // Generate the implementation of Service.callMethod().
103 // Generate the implementation of BlockingService.callBlockingMethod().
106 // Generate the implementations of Service.get{Request,Response}Prototype()
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum.h 60 void Generate(io::Printer* printer);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_enum.h 60 void Generate(io::Printer* printer);
javanano_extension.h 59 void Generate(io::Printer* printer) const;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
comfort_noise.h 56 int Generate(size_t requested_length, AudioMultiVector* output);
  /external/webrtc/webrtc/base/
helpers.cc 44 virtual bool Generate(void* buf, size_t len) = 0;
54 bool Generate(void* buf, size_t len) override {
66 bool Generate(void* buf, size_t len) override {
103 virtual bool Generate(void* buf, size_t len) {
129 virtual bool Generate(void* buf, size_t len) {
153 bool Generate(void* buf, size_t len) override {
227 if (!Rng().Generate(bytes.get(), len)) {
228 LOG(LS_ERROR) << "Failed to generate random string!";
254 if (!Rng().Generate(bytes.get(), 31)) {
255 LOG(LS_ERROR) << "Failed to generate random string!"
    [all...]
  /device/google/atv/sdk/
Android.mk 9 @echo Generate $@
  /external/v8/src/builtins/
builtins-ic.cc 16 assembler.Generate##Name(); \
22 assembler.Generate##GeneratorName(parameter); \
  /prebuilts/go/darwin-x86/test/chan/
sieve1.go 9 // Generate primes up to 100 using channels, checking the results.
16 func Generate(ch chan<- int) {
35 go Generate(ch) // Start Generate() as a subprocess.
  /prebuilts/go/darwin-x86/test/
index0.go 7 // Generate test of index and slice bounds checks.
index1.go 7 // Generate test of index and slice bounds checks.
index2.go 7 // Generate test of index and slice bounds checks.
rotate0.go 7 // Generate test of bit rotations.
rotate1.go 7 // Generate test of bit rotations.
rotate2.go 7 // Generate test of bit rotations.
rotate3.go 7 // Generate test of bit rotations.
  /prebuilts/go/linux-x86/test/chan/
sieve1.go 9 // Generate primes up to 100 using channels, checking the results.
16 func Generate(ch chan<- int) {
35 go Generate(ch) // Start Generate() as a subprocess.
  /prebuilts/go/linux-x86/test/
index0.go 7 // Generate test of index and slice bounds checks.
index1.go 7 // Generate test of index and slice bounds checks.

Completed in 235 milliseconds

1 23 4 5 6 7 8 91011>>