HomeSort by relevance Sort by last modified time
    Searched refs:Generate (Results 151 - 175 of 541) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.h 68 virtual bool Generate(const FileDescriptor* file,
157 // Very coarse-grained lock to ensure that Generate() is reentrant.
160 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_.
162 mutable io::Printer* printer_; // Set in Generate(). Under mutex_.
  /external/toolchain-utils/automation/clients/report/dejagnu/
report.py 59 def Generate(test_runs, manifests):
60 """Generate HTML report from provided test runs.
77 # Generate summary and test list for each result group
105 logging.error('Failed to generate report in HTML format!')
  /external/webrtc/webrtc/base/
sslidentity_unittest.cc 73 identity_rsa1_.reset(SSLIdentity::Generate("test1", rtc::KT_RSA));
74 identity_rsa2_.reset(SSLIdentity::Generate("test2", rtc::KT_RSA));
75 identity_ecdsa1_.reset(SSLIdentity::Generate("test3", rtc::KT_ECDSA));
76 identity_ecdsa2_.reset(SSLIdentity::Generate("test4", rtc::KT_ECDSA));
sslidentity.cc 161 SSLIdentity* SSLIdentity::Generate(const std::string& common_name,
163 return OpenSSLIdentity::Generate(common_name, key_params);
  /external/webrtc/webrtc/modules/audio_coding/neteq/
comfort_noise.cc 54 int ComfortNoise::Generate(size_t requested_length,
68 // Generate noise and overlap slightly with old data.
  /prebuilts/go/darwin-x86/test/
rotate.go 9 // Generate test of shift and rotate by constants.
118 // Generate tests for left/right and right/left.
  /prebuilts/go/linux-x86/test/
rotate.go 9 // Generate test of shift and rotate by constants.
118 // Generate tests for left/right and right/left.
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/python/
python_generator.h 67 virtual bool Generate(const FileDescriptor* file,
146 // Very coarse-grained lock to ensure that Generate() is reentrant.
149 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_.
151 mutable io::Printer* printer_; // Set in Generate(). Under mutex_.
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/python/
python_generator.h 67 virtual bool Generate(const FileDescriptor* file,
146 // Very coarse-grained lock to ensure that Generate() is reentrant.
149 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_.
151 mutable io::Printer* printer_; // Set in Generate(). Under mutex_.
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/python/
python_generator.h 67 virtual bool Generate(const FileDescriptor* file,
146 // Very coarse-grained lock to ensure that Generate() is reentrant.
149 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_.
151 mutable io::Printer* printer_; // Set in Generate(). Under mutex_.
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/python/
python_generator.h 68 virtual bool Generate(const FileDescriptor* file,
157 // Very coarse-grained lock to ensure that Generate() is reentrant.
160 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_.
162 mutable io::Printer* printer_; // Set in Generate(). Under mutex_.
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/python/
python_generator.h 67 virtual bool Generate(const FileDescriptor* file,
146 // Very coarse-grained lock to ensure that Generate() is reentrant.
149 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_.
151 mutable io::Printer* printer_; // Set in Generate(). Under mutex_.
  /cts/build/
compatibility_test_suite.mk 19 # Generate suite info property file
  /external/flatbuffers/android/jni/
include.mk 106 # Generate a host build rule for the flatbuffers compiler.
132 # Generate a build rule for flatc.
162 # Generate a build rule that will convert a Flatbuffers schema to a generated
174 $(call host-echo-build-step,generic,Generate) \
203 # Use this in your own Android.mk file to generate build rules that will
204 # generate header files for your flatbuffer schemas as well as automatically
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_generator.cc 75 bool JavaMicroGenerator::Generate(const FileDescriptor* file,
81 // GOOGLE_LOG(INFO) << "wink: JavaMicroGenerator::Generate INFO";
82 // GOOGLE_LOG(WARNING) << "wink: JavaMicroGenerator::Generate WARNING";
83 // GOOGLE_LOG(ERROR) << "wink: JavaMicroGenerator::Generate ERROR";
84 // GOOGLE_LOG(FATAL) << "wink: JavaMicroGenerator::Generate";
182 // Generate main java file.
186 file_generator.Generate(&printer);
189 // Generate sibling files.
192 // Generate output list if requested.
194 // Generate output list. This is just a simple text file placed in
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_generator.cc 93 bool JavaNanoGenerator::Generate(const FileDescriptor* file,
212 // Generate main java file.
216 file_generator.Generate(&printer);
219 // Generate sibling files.
222 // Generate output list if requested.
224 // Generate output list. This is just a simple text file placed in a
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5block.go 6 // Generate with: go run gen.go -full -output md5block.go
38 // over the block data directly as uint32s, and we generate
  /prebuilts/go/darwin-x86/src/math/rand/
zipf.go 6 // "Rejection-Inversion to Generate Variates
  /prebuilts/go/darwin-x86/src/runtime/
wincallback.go 7 // Generate Windows callback assembly file.
23 buf.WriteString(`// generated by wincallback.go; run go generate
48 buf.WriteString(fmt.Sprintf(`// generated by wincallback.go; run go generate
  /prebuilts/go/linux-x86/src/crypto/md5/
md5block.go 6 // Generate with: go run gen.go -full -output md5block.go
38 // over the block data directly as uint32s, and we generate
  /prebuilts/go/linux-x86/src/math/rand/
zipf.go 6 // "Rejection-Inversion to Generate Variates
  /prebuilts/go/linux-x86/src/runtime/
wincallback.go 7 // Generate Windows callback assembly file.
23 buf.WriteString(`// generated by wincallback.go; run go generate
48 buf.WriteString(fmt.Sprintf(`// generated by wincallback.go; run go generate
  /system/core/rootdir/
Android.mk 182 @echo "Generate: $< -> $@"
235 @echo "Generate: $< -> $@"
277 @echo "Generate: $@"
298 @echo "Generate: $@"
  /toolchain/binutils/binutils-2.25/binutils/
configure.com 28 $! Generate config.h
94 $ write sys$output "Generate binutils build.com"
  /external/protobuf/src/google/protobuf/compiler/java/
java_message_lite.cc 92 "generate non-lite messages.";
99 // Generate static members for all nested types.
110 // Generate static member initializers for all nested types.
165 void ImmutableMessageLiteGenerator::Generate(io::Printer* printer) {
207 .Generate(printer);
211 // Don't generate Java classes for map entry messages.
216 messageGenerator.Generate(printer);
395 // it will generate an extra class for every message. Instead, use the
451 .Generate(printer);
659 builderGenerator.Generate(printer)
    [all...]

Completed in 1950 milliseconds

1 2 3 4 5 67 8 91011>>