HomeSort by relevance Sort by last modified time
    Searched full:generator (Results 176 - 200 of 5421) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 41 // generator that outputs a Python/C extension module that lets
117 // file output by this generator.
225 Generator::Generator() : file_(NULL) {
228 Generator::~Generator() {
231 bool Generator::Generate(const FileDescriptor* file,
241 // the stack and use that, so that the Generator class itself does not need
286 void Generator::PrintImports() const {
296 void Generator::PrintFileDescriptor() const
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 66 final TextGenerator generator = new TextGenerator(output); local
67 print(message, generator);
74 final TextGenerator generator = new TextGenerator(output); local
75 printUnknownFields(fields, generator);
111 final TextGenerator generator)
115 printField(field.getKey(), field.getValue(), generator); local
117 printUnknownFields(message.getUnknownFields(), generator); local
124 final TextGenerator generator = new TextGenerator(output); local
125 printField(field, value, generator);
143 final TextGenerator generator)
    [all...]
  /external/chromium_org/ash/display/
mirror_window_controller_unittest.cc 91 aura::test::EventGenerator generator(root);
92 generator.MoveMouseTo(10, 10);
105 generator.MoveMouseTo(100, 100);
114 generator.PressKey(ui::VKEY_A, 0);
115 generator.ReleaseKey(ui::VKEY_A, 0);
119 generator.MoveMouseTo(300, 300);
148 aura::test::EventGenerator generator(root);
149 generator.MoveMouseToInHost(100, 100);
161 generator.MoveMouseToInHost(300, 100);
172 generator.MoveMouseToInHost(300, 300)
    [all...]
root_window_transformers_unittest.cc 252 aura::test::EventGenerator generator(root_windows[0]);
253 generator.MoveMouseToInHost(500, 200);
281 aura::test::EventGenerator generator(root_window);
289 generator.PressMoveAndReleaseTouchTo(50, 50);
295 generator.ScrollSequence(gfx::Point(0,0),
324 aura::test::EventGenerator generator(root_windows[0]);
325 generator.MoveMouseToInHost(300, 200);
330 generator.MoveMouseToInHost(300, 200);
332 generator.MoveMouseToInHost(200, 300);
334 generator.MoveMouseToInHost(100, 400)
    [all...]
  /external/chromium/testing/gmock/
Makefile.am 143 # The Google Mock Generator tool from the cppclean project.
145 scripts/generator/COPYING \
146 scripts/generator/README \
147 scripts/generator/README.cppclean \
148 scripts/generator/cpp/__init__.py \
149 scripts/generator/cpp/ast.py \
150 scripts/generator/cpp/gmock_class.py \
151 scripts/generator/cpp/keywords.py \
152 scripts/generator/cpp/tokenize.py \
153 scripts/generator/cpp/utils.py
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
CodeGenTreeWalker.g 114 protected CodeGenerator generator;
151 label = generator.createUniqueLabel( ruleTargetName );
188 label = generator.createUniqueLabel( elementName );
282 label = generator.getTokenTypeAsTargetLabel(grammar.getTokenType(t.getText()));
291 this.generator = grammar.getCodeGenerator();
292 this.templates = generator.getTemplates();
414 templates = generator.getBaseTemplates();
434 generator.target.getTargetStringLiteralFromString(description);
495 description = generator.target.getTargetStringLiteralFromString(description);
499 generator.translateActionAttributeReferencesForSingleScope
    [all...]
  /cts/tools/cts-xml-generator/src/
Android.mk 18 # cts-xml-generator java library
25 LOCAL_MODULE := cts-xml-generator
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_cocoa_browsertest.mm 27 autofill::PasswordGenerator generator(10);
28 browser()->window()->ShowPasswordGenerationBubble(rect, form, &generator);
  /external/chromium_org/device/media_transfer_protocol/
media_transfer_protocol.gyp 11 # Protobuf compiler / generator for the MtpFileEntry and
25 # Protobuf compiler / generator for the MtpStorageInfo protocol
  /external/chromium_org/net/quic/
port_suggester.h 17 // We provide a pseudo-random number generator that is always seeded the same
18 // way for a given destination host-port pair. The generator is used to
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationClientNameProvider.java 48 public void setPreferredClientNameGenerator(InvalidationClientNameGenerator generator) {
49 mGenerator = generator;
  /external/chromium_org/third_party/sqlite/src/src/
random.c 13 ** generator (PRNG) for SQLite.
21 /* All threads share a single random number generator.
22 ** This structure is the current state of the generator.
34 ** Why not just use a library random generator like lrand48() for this?
40 ** implementations, SQLite uses this random number generator based
50 /* The "wsdPrng" macro will resolve to the pseudo-random number generator
64 /* Initialize the state of the random number generator once,
71 ** number generator) not as an encryption device.
  /external/chromium_org/third_party/swig/
README.chromium 1 Name: Simplified Wrapper and Interface Generator (SWIG)
9 Simplified Wrapper and Interface Generator (SWIG) is an interface compiler
  /external/chromium_org/tools/gyp/test/win/generator-output-different-drive/
gyptest-generator-output-different-drive.py 8 Test that the generator output can be written to a different drive on Windows.
36 test.run_gyp('prog.gyp', '--generator-output=%s' % (
  /external/chromium_org/ui/gl/
gl_egl_api_implementation.h 27 // this file instead of having to edit some template or the code generator.
54 // this file instead of having to edit some template or the code generator.
gl_glx_api_implementation.h 27 // this file instead of having to edit some template or the code generator.
53 // this file instead of having to edit some template or the code generator.
gl_osmesa_api_implementation.h 25 // this file instead of having to edit some template or the code generator.
51 // this file instead of having to edit some template or the code generator.
gl_wgl_api_implementation.h 27 // this file instead of having to edit some template or the code generator.
53 // this file instead of having to edit some template or the code generator.
  /external/e2fsprogs/misc/
uuidd.rc 26 log_daemon_msg "Starting uuid generator" "uuidd"
31 log_daemon_msg "Stopping uuidd generator" "uuidd"
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
NavigableSetTestSuiteBuilder.java 30 TestSetGenerator<E> generator) {
33 builder.usingGenerator(generator);
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLECGroupContext.java 70 OpenSSLECPointContext generator = new OpenSSLECPointContext(group, local
73 NativeCrypto.EC_POINT_set_affine_coordinates(ctx, generator.getContext(),
76 NativeCrypto.EC_GROUP_set_generator(ctx, generator.getContext(), n.toByteArray(),
136 final ECPoint generator = params.getGenerator(); local
138 generator.getAffineX(), generator.getAffineY(), params.getOrder(),
164 final ECPoint generator = generatorCtx.getECPoint(); local
169 return new ECParameterSpec(curve, generator, order, cofactor.intValue(), curveName);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
value_generator.hpp 42 // generator interface
60 // generator interface
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CTarget.java 43 CodeGenerator generator,
52 String fileName = generator.getRecognizerFileName(grammar.name, grammar.type);
53 generator.write(outputFileST, fileName);
58 CodeGenerator generator,
67 String fileName = generator.getRecognizerFileName(grammar.name, grammar.type);
70 generator.write(headerFileST, fileName);
74 CodeGenerator generator,
167 CodeGenerator generator,
193 CodeGenerator generator,
279 * In particular we want to influence the way the code generator makes assumptions abou
    [all...]
  /external/android-mock/src/
build-mockgen.xml 6 <!-- Android Mock Generator Properties -->
18 <path id="generator.path">
42 description="Builds the Mock Generator jar file">
45 <classpath refid="generator.path"/>
67 description="Builds the Mock Generator jar file with dependencies included.">
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.h 33 // Front-end for protoc code generator plugins written in C++.
38 // MyCodeGenerator generator;
39 // return google::protobuf::compiler::PluginMain(argc, argv, &generator);
65 // Implements main() for a protoc plugin exposing the given code generator.
66 LIBPROTOC_EXPORT int PluginMain(int argc, char* argv[], const CodeGenerator* generator);

Completed in 1936 milliseconds

1 2 3 4 5 6 78 91011>>