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

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/test/
rotate2.go 7 // Generate test of bit rotations.
rotate3.go 7 // Generate test of bit rotations.
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dtmf_tone_generator_unittest.cc 41 EXPECT_EQ(kNumSamples, tone_gen_.Generate(kNumSamples, &signal));
71 EXPECT_EQ(kNumSamples, tone_gen_.Generate(kNumSamples, &ref_signal));
79 EXPECT_EQ(kNumSamples, tone_gen_.Generate(kNumSamples, &signal));
152 // Try to generate tones without initializing.
154 tone_gen.Generate(kNumSamples, &signal));
176 tone_gen.Generate(kNumSamples, NULL));
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 645 --A1 Generate data for table A.1
646 --B1 Generate data for table B.1
647 --B2 Generate data for table B.2
648 --B3 Generate data for table B.3
649 --C11 Generate data for table C.1.1
650 --C12 Generate data for table C.1.2
651 --C21 Generate data for table C.2.1
652 --C22 Generate data for table C.2.2
653 --C3 Generate data for table C.3
654 --C4 Generate data for table C.
    [all...]
  /external/webrtc/webrtc/base/
sslidentity.h 137 // Generate a KeyParams object from a simple KeyType, using default params.
140 // Generate a a KeyParams for RSA with explicit parameters.
144 // Generate a a KeyParams for ECDSA specifying the curve.
191 static SSLIdentity* Generate(const std::string& common_name,
193 static SSLIdentity* Generate(const std::string& common_name,
195 return Generate(common_name, KeyParams(key_type));
  /external/protobuf/src/google/protobuf/compiler/
code_generator.h 77 virtual bool Generate(const FileDescriptor* file,
85 // This method should be called instead of |Generate()| when
95 // A parameter is given as passed on the command line, as in |Generate()|
110 // |Generate()|). This is required to implement legacy semantics.
117 // CodeGenerators generate one or more files in a given directory. This
133 // generate the files "foo/bar.pb.h" and "foo/bar.pb.cc"; note that
mock_code_generator.h 51 // Generate() produces some output which can be checked by ExpectCalled(). The
61 // MockCodeGenerator_Error: Causes Generate() to return false and set the
63 // MockCodeGenerator_Exit: Generate() prints "Saw message type
65 // MockCodeGenerator_Abort: Generate() prints "Saw message type
67 // MockCodeGenerator_HasSourceCodeInfo: Causes Generate() to abort after
99 virtual bool Generate(const FileDescriptor* file,
  /external/protobuf/src/google/protobuf/compiler/java/
java_message_builder.h 65 virtual void Generate(io::Printer* printer);
java_shared_code_generator.h 33 // Generators that generate shared code between immutable API and mutable API.
72 void Generate(GeneratorContext* generator_context,
java_message.h 76 // Generate the class itself.
77 virtual void Generate(io::Printer* printer) = 0;
82 // Generate code to register all contained extensions with an
99 virtual void Generate(io::Printer* printer);
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.h 66 void Generate(io::Printer* printer);
javamicro_message.h 68 // Generate the class itself.
69 void Generate(io::Printer* printer);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.h 68 void Generate(io::Printer* printer);
  /external/regex-re2/re2/testing/
regexp_generator.h 35 void Generate();
  /prebuilts/misc/common/robolectric/
report-internal.mk 22 # Generate the coverage report.
39 # Generate a ZIP file of the coverage report.
52 # Running the coverage will always generate the report.
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
code_generator.h 77 virtual bool Generate(const FileDescriptor* file,
86 // CodeGenerators generate one or more files in a given directory. This
102 // generate the files "foo/bar.pb.h" and "foo/bar.pb.cc"; note that
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
code_generator.h 77 virtual bool Generate(const FileDescriptor* file,
86 // CodeGenerators generate one or more files in a given directory. This
102 // generate the files "foo/bar.pb.h" and "foo/bar.pb.cc"; note that
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
code_generator.h 77 virtual bool Generate(const FileDescriptor* file,
86 // CodeGenerators generate one or more files in a given directory. This
102 // generate the files "foo/bar.pb.h" and "foo/bar.pb.cc"; note that
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
code_generator.h 77 virtual bool Generate(const FileDescriptor* file,
85 // This method should be called instead of |Generate()| when
95 // A parameter is given as passed on the command line, as in |Generate()|
110 // |Generate()|). This is required to implement legacy semantics.
117 // CodeGenerators generate one or more files in a given directory. This
133 // generate the files "foo/bar.pb.h" and "foo/bar.pb.cc"; note that
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
code_generator.h 77 virtual bool Generate(const FileDescriptor* file,
86 // CodeGenerators generate one or more files in a given directory. This
102 // generate the files "foo/bar.pb.h" and "foo/bar.pb.cc"; note that
  /frameworks/base/tools/aapt2/java/
JavaClassGenerator.h 71 // We need to generate these symbols in a separate file. Returns true on success.
72 bool Generate(const android::StringPiece& package_name_to_generate, std::ostream* out,
75 bool Generate(const android::StringPiece& package_name_to_generate,
JavaClassGenerator_test.cpp 47 EXPECT_FALSE(generator.Generate("android", &out));
73 EXPECT_TRUE(generator.Generate("android", &out));
103 ASSERT_TRUE(generator.Generate("android", "com.android.internal", &out));
129 ASSERT_TRUE(generator.Generate("android", &out));
163 ASSERT_TRUE(generator.Generate("android", &out));
175 ASSERT_TRUE(generator.Generate("android", &out));
188 ASSERT_TRUE(generator.Generate("android", &out));
221 EXPECT_TRUE(generator.generate(mTable->getPackage(), out));
227 EXPECT_TRUE(generator.generate(u"com.lib", out));
258 EXPECT_TRUE(generator.Generate("android", &out))
    [all...]
  /build/make/tools/fs_config/
Android.mk 29 # To Build the custom target binary for the host to generate the fs_config
86 # Generate the "generated_oem_aid.h" file
95 # Generate the fs_config header
123 # Generate the system/etc/fs_config_dirs binary file for the target
138 # Generate the system/etc/fs_config_files binary file for the target
154 # Generate the vendor/etc/fs_config_dirs binary file for the target
169 # Generate the vendor/etc/fs_config_files binary file for the target
187 # Generate the oem/etc/fs_config_dirs binary file for the target
202 # Generate the oem/etc/fs_config_files binary file for the target
220 # Generate the odm/etc/fs_config_dirs binary file for the targe
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_messages_test.go 111 func (*clientHelloMsg) Generate(rand *rand.Rand, size int) reflect.Value {
153 func (*serverHelloMsg) Generate(rand *rand.Rand, size int) reflect.Value {
190 func (*certificateMsg) Generate(rand *rand.Rand, size int) reflect.Value {
200 func (*certificateRequestMsg) Generate(rand *rand.Rand, size int) reflect.Value {
211 func (*certificateVerifyMsg) Generate(rand *rand.Rand, size int) reflect.Value {
217 func (*certificateStatusMsg) Generate(rand *rand.Rand, size int) reflect.Value {
228 func (*clientKeyExchangeMsg) Generate(rand *rand.Rand, size int) reflect.Value {
234 func (*finishedMsg) Generate(rand *rand.Rand, size int) reflect.Value {
240 func (*nextProtoMsg) Generate(rand *rand.Rand, size int) reflect.Value {
246 func (*newSessionTicketMsg) Generate(rand *rand.Rand, size int) reflect.Value
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_messages_test.go 111 func (*clientHelloMsg) Generate(rand *rand.Rand, size int) reflect.Value {
153 func (*serverHelloMsg) Generate(rand *rand.Rand, size int) reflect.Value {
190 func (*certificateMsg) Generate(rand *rand.Rand, size int) reflect.Value {
200 func (*certificateRequestMsg) Generate(rand *rand.Rand, size int) reflect.Value {
211 func (*certificateVerifyMsg) Generate(rand *rand.Rand, size int) reflect.Value {
217 func (*certificateStatusMsg) Generate(rand *rand.Rand, size int) reflect.Value {
228 func (*clientKeyExchangeMsg) Generate(rand *rand.Rand, size int) reflect.Value {
234 func (*finishedMsg) Generate(rand *rand.Rand, size int) reflect.Value {
240 func (*nextProtoMsg) Generate(rand *rand.Rand, size int) reflect.Value {
246 func (*newSessionTicketMsg) Generate(rand *rand.Rand, size int) reflect.Value
    [all...]

Completed in 1440 milliseconds

1 2 34 5 6 7 8 91011>>