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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/test/base/
js2gtest.js 282 * Generate includes for the current |jsFile| by including them
297 * Generate gtest-style TEST_F definitions for C++ with a body that
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.cc 386 back_mailbox_ = gpu::Mailbox::Generate();
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.cc 94 identity_.reset(talk_base::SSLIdentity::Generate(
109 LOG(LS_ERROR) << "Failed to generate SSL identity";
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_service.cc 52 void ServiceGenerator::Generate(io::Printer* printer) {
73 // Generate getDescriptor() and getDescriptorForType().
84 // Generate more stuff.
  /external/chromium_org/tools/grit/grit/tool/
resize.py 192 return 'Generate a file where you can resize a given dialog.'
  /external/protobuf/src/google/protobuf/compiler/java/
java_service.cc 51 void ServiceGenerator::Generate(io::Printer* printer) {
71 // Generate getDescriptor() and getDescriptorForType().
82 // Generate more stuff.
  /external/chromium_org/tools/json_schema_compiler/
dart_generator.py 25 def Generate(self, namespace):
26 return _Generator(namespace, self._dart_overrides_dir).Generate()
55 def Generate(self):
106 # Since enums are just treated as strings for now, don't generate their
239 "Could not generate wrapper for %s.%s: unserializable type %s" %
451 # Generate the constructor.
741 # TODO(sashab): Think of a nice way to generate code for Choices objects
748 # inline types defined in functions. Think of a way to generate names
cc_generator.py 16 def Generate(self, namespace):
19 self._cpp_namespace).Generate()
36 def Generate(self):
135 if cpp_namespace is None: # only generate for top-level types
279 """Generate the code to populate a single property in a type.
487 E.g for std::string, generate new base::StringValue(var)
605 """Generate function to create an instance of Params. The generated
608 E.g for function "Bar", generate Bar::Params::Create()
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_impl.cc     [all...]
  /external/eigen/blas/testing/
dblat3.f 454 * Generate the matrix A.
479 * Generate the matrix B.
490 * Generate the matrix C.
721 * Generate the matrix B.
747 * Generate the symmetric matrix A.
758 * Generate the matrix C.
    [all...]
sblat3.f 454 * Generate the matrix A.
479 * Generate the matrix B.
490 * Generate the matrix C.
721 * Generate the matrix B.
747 * Generate the symmetric matrix A.
758 * Generate the matrix C.
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 192 --text Generate text report
193 --callgrind Generate callgrind format to stdout
194 --gv Generate Postscript and display
195 --evince Generate PDF and display
196 --web Generate SVG and display
197 --list=<regexp> Generate source listing of matching routines
198 --disasm=<regexp> Generate disassembly of matching routines
200 --dot Generate DOT file to stdout
201 --ps Generate Postcript to stdout
202 --pdf Generate PDF to stdou
    [all...]
  /external/bison/doc/
refcard.tex 320 \key{Generate token and {\tt YYSTYPE} definitions.} {-d}
326 \key{Emulate {\tt yacc} (generate {\tt y.tab.*} files).} {-y}
344 \key{Generate a reentrant (pure) parser.}
  /external/chromium_org/remoting/host/it2me/
it2me_host.cc 163 // Generate a key pair for the Host to use.
165 host_key_pair_ = RsaKeyPair::Generate();
442 LOG(ERROR) << "Failed to generate host certificate.";
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsessiondescriptionfactory.cc 157 // Do not generate the identity in the constructor since the caller has
291 SetIdentity(talk_base::SSLIdentity::Generate(kWebRTCIdentityName));
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 431 ssl_identity = talk_base::SSLIdentity::Generate(jid.Str());
433 Print("Failed to generate identity for DTLS.\n");
  /external/chromium_org/v8/src/arm/
deoptimizer-arm.cc 135 void Deoptimizer::EntryGenerator::Generate() {
lithium-codegen-arm.h 93 // Try to generate code for the entire chunk, but it may fail if the
224 // Generate a direct call to a known function. Expects the function
415 virtual void Generate() = 0;
  /external/chromium_org/v8/src/arm64/
deoptimizer-arm64.cc 152 void Deoptimizer::EntryGenerator::Generate() {
lithium-codegen-arm64.h 75 // Try to generate code for the entire chunk, but it may fail if the
330 // Generate a direct call to a known function.
460 virtual void Generate() = 0;
  /external/chromium_org/v8/src/ia32/
deoptimizer-ia32.cc 233 void Deoptimizer::EntryGenerator::Generate() {
lithium-codegen-ia32.h 83 // Try to generate code for the entire chunk, but it may fail if the
199 // Generate a direct call to a known function. Expects the function
396 virtual void Generate() = 0;
  /external/chromium_org/v8/src/mips/
deoptimizer-mips.cc 133 void Deoptimizer::EntryGenerator::Generate() {
lithium-codegen-mips.h 92 // Try to generate code for the entire chunk, but it may fail if the
218 // Generate a direct call to a known function. Expects the function
463 virtual void Generate() = 0;
  /external/chromium_org/v8/src/x64/
deoptimizer-x64.cc 134 void Deoptimizer::EntryGenerator::Generate() {

Completed in 1272 milliseconds

1 2 3 4 5 6 7 8 91011>>