Searched defs:generator (Results 101 - 125 of 147) sorted by relevance

123456

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DConnection.java56 private SecureRandom generator; field in class:Connection
1034 if (generator == null)
1035 generator = new SecureRandom();
1037 return generator;
1354 * want to seed the used SecureRandom generator manually.
1366 this.generator = rnd;
/external/openssl/crypto/ec/
H A Dec_lib.c102 ret->generator = NULL;
132 if (group->generator != NULL)
133 EC_POINT_free(group->generator);
155 if (group->generator != NULL)
156 EC_POINT_clear_free(group->generator);
200 if (src->generator != NULL)
202 if (dest->generator == NULL)
204 dest->generator = EC_POINT_new(dest);
205 if (dest->generator == NULL) return 0;
207 if (!EC_POINT_copy(dest->generator, sr
284 EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor) argument
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DTextFormat.java66 final TextGenerator generator = new TextGenerator(output);
67 print(message, generator);
74 final TextGenerator generator = new TextGenerator(output);
75 printUnknownFields(fields, generator);
111 final TextGenerator generator)
115 printField(field.getKey(), field.getValue(), generator);
117 printUnknownFields(message.getUnknownFields(), generator);
124 final TextGenerator generator = new TextGenerator(output);
125 printField(field, value, generator);
143 final TextGenerator generator)
110 print(final Message message, final TextGenerator generator) argument
141 printField(final FieldDescriptor field, final Object value, final TextGenerator generator) argument
155 printSingleField(final FieldDescriptor field, final Object value, final TextGenerator generator) argument
197 printFieldValue(final FieldDescriptor field, final Object value, final TextGenerator generator) argument
248 printUnknownFields(final UnknownFieldSet unknownFields, final TextGenerator generator) argument
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc129 // context (or the generator in test_plugin.cc, which produces the same
130 // output). That is, this tests if the generator with the given name
221 CodeGenerator* generator = new MockCodeGenerator("test_generator"); local
222 mock_generators_to_delete_.push_back(generator);
223 cli_.RegisterGenerator("--test_out", generator, "Test output.");
224 cli_.RegisterGenerator("-t", generator, "Test output.");
226 generator = new MockCodeGenerator("alt_generator");
227 mock_generators_to_delete_.push_back(generator);
228 cli_.RegisterGenerator("--alt_out", generator, "Alt output.");
230 generator
[all...]
H A Dcommand_line_interface.cc556 CodeGenerator* generator,
559 info.generator = generator;
1019 directive.generator = NULL;
1021 directive.generator = generator_info->generator;
1024 // Split value at ':' to separate the generator parameter from the
1101 // Call the generator.
1103 if (output_directive.generator == NULL) {
1107 << "Bad name for plugin generator
555 RegisterGenerator(const string& flag_name, CodeGenerator* generator, const string& help_text) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_eke_common.c163 int generator; local
168 generator = eap_eke_dh_generator(group);
169 if (generator < 0 || generator > 255)
171 gen = generator;
/external/wpa_supplicant_8/src/eap_common/
H A Deap_eke_common.c163 int generator; local
168 generator = eap_eke_dh_generator(group);
169 if (generator < 0 || generator > 255)
171 gen = generator;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_eke_common.c163 int generator; local
168 generator = eap_eke_dh_generator(group);
169 if (generator < 0 || generator > 255)
171 gen = generator;
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDFA.java221 /** Which generator to use if we're building state tables */
222 protected CodeGenerator generator = null; field in class:DFA
384 encoded.add(generator.target.encodeIntAsCharEscape((char)n));
385 encoded.add(generator.target.encodeIntAsCharEscape((char)I.intValue()));
391 public void createStateTables(CodeGenerator generator) { argument
393 this.generator = generator;
396 generator.target.getTargetStringLiteralFromString(description);
450 generator.generateSpecialState(ss);
977 * I used to do this in the code generator, bu
[all...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_browsertest.cc275 aura::test::EventGenerator* generator,
281 generator->MoveMouseTo(start_point.x(), start_point.y());
283 generator->PressLeftButton();
285 generator->MoveMouseTo(rip_off_point.x(), rip_off_point.y());
289 generator->MoveMouseTo(start_point.x(), start_point.y());
297 generator->ReleaseLeftButton();
1536 aura::test::EventGenerator generator(
1549 generator.MoveMouseTo(app_list_bounds.CenterPoint().x(),
1552 generator.ClickLeftButton();
1572 generator
274 RipOffItemIndex(int index, aura::test::EventGenerator* generator, ash::test::ShelfViewTestAPI* test, RipOffCommand command) argument
[all...]
/external/chromium_org/third_party/jinja2/
H A Denvironment.py462 """Lex the given sourcecode and return a generator that yields
529 `defer_init` is use internally to aid the module code generator. This
981 a generator that yields one item after another as unicode strings.
1109 """A template stream works pretty much like an ordinary python generator
1160 def generator(next): function in function:TemplateStream.enable_buffering
1180 self._next = get_next(generator(get_next(self._gen)))
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc576 CodeGenerator* generator,
580 info.generator = generator;
587 CodeGenerator* generator,
592 info.generator = generator;
1070 // Check if it's a generator option flag.
1093 directive.generator = NULL;
1095 directive.generator = generator_info->generator;
575 RegisterGenerator(const string& flag_name, CodeGenerator* generator, const string& help_text) argument
585 RegisterGenerator(const string& flag_name, const string& option_flag_name, CodeGenerator* generator, const string& help_text) argument
[all...]
/external/chromium_org/ui/aura/
H A Droot_window_unittest.cc311 test::EventGenerator generator(root_window());
312 generator.PressKey(ui::VKEY_SPACE, 0);
319 test::EventGenerator generator(root_window(), w1);
320 generator.PressLeftButton();
863 test::EventGenerator generator(root_window(), w11);
869 generator.PressLeftButton();
872 generator.ReleaseLeftButton();
877 generator.PressKey(ui::VKEY_A, 0);
886 generator.PressLeftButton();
926 test::EventGenerator generator(root_windo
935 NestedGestureDelegate(test::EventGenerator* generator, const gfx::Point tap_location) argument
[all...]
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc879 TextGenerator generator(output, initial_indent_level_);
881 Print(message, generator);
883 // Output false if the generator failed internally.
884 return !generator.failed();
890 TextGenerator generator(output, initial_indent_level_);
892 PrintUnknownFields(unknown_fields, generator);
894 // Output false if the generator failed internally.
895 return !generator.failed();
899 TextGenerator& generator) {
904 PrintField(message, reflection, fields[i], generator);
898 Print(const Message& message, TextGenerator& generator) argument
924 PrintField(const Message& message, const Reflection* reflection, const FieldDescriptor* field, TextGenerator& generator) argument
983 PrintShortRepeatedField(const Message& message, const Reflection* reflection, const FieldDescriptor* field, TextGenerator& generator) argument
1003 PrintFieldName(const Message& message, const Reflection* reflection, const FieldDescriptor* field, TextGenerator& generator) argument
1029 PrintFieldValue( const Message& message, const Reflection* reflection, const FieldDescriptor* field, int index, TextGenerator& generator) argument
1145 PrintUnknownFields( const UnknownFieldSet& unknown_fields, TextGenerator& generator) argument
[all...]
/external/v8/src/
H A Dfull-codegen.cc612 // Invoke the platform-dependent code generator to do the actual
780 InlineFunctionGenerator generator = local
782 ((*this).*(generator))(expr);
H A Dbuiltins.cc1567 byte* generator; member in struct:v8::internal::__anon27264::BuiltinDesc
1599 functions[builtin_count].generator = NULL;
1607 functions->generator = FUNCTION_ADDR(Generate_Adaptor); \
1616 functions->generator = FUNCTION_ADDR(Generate_##aname); \
1656 Generator g = FUNCTION_CAST<Generator>(functions[i].generator);
1657 // We pass all arguments to the generator, but it may not use all of
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jar ... org/eclipse/pde/internal/build/ org/eclipse/pde/internal/build/generator/ org/eclipse/pde/internal/build/publisher/ org/eclipse/pde/internal ...
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwSettingsTest.java338 ImagePageGenerator generator) throws Throwable {
340 mGenerator = generator;
380 ImagePageGenerator generator) throws Throwable {
383 mGenerator = generator;
1437 ImagePageGenerator generator = new ImagePageGenerator(0, false);
1441 generator.getPageSource(),
1794 ImagePageGenerator generator = new ImagePageGenerator(0, false);
1800 generator.getPageSource(),
1815 ImagePageGenerator generator = new ImagePageGenerator(0, false);
1820 final String httpImageUrl = generator
335 AwSettingsLoadImagesAutomaticallyTestHelper( AwContents awContents, TestAwContentsClient contentViewClient, ImagePageGenerator generator) argument
376 AwSettingsImagesEnabledHelper( AwContents awContents, TestAwContentsClient contentViewClient, TestWebServer webServer, ImagePageGenerator generator) argument
[all...]
/external/chromium_org/v8/src/
H A Dbuiltins.cc1584 byte* generator; member in struct:v8::internal::__anon15544::BuiltinDesc
1616 functions[builtin_count].generator = NULL;
1624 functions->generator = FUNCTION_ADDR(Generate_Adaptor); \
1633 functions->generator = FUNCTION_ADDR(Generate_##aname); \
1644 functions->generator = FUNCTION_ADDR(Generate_##aname); \
1685 Generator g = FUNCTION_CAST<Generator>(functions[i].generator);
1686 // We pass all arguments to the generator, but it may not use all of
H A Dfull-codegen.cc730 // Invoke the platform-dependent code generator to do the actual
924 InlineFunctionGenerator generator = local
926 ((*this).*(generator))(expr);
H A Druntime.cc3051 Handle<JSGeneratorObject> generator; local
3053 generator = handle(JSGeneratorObject::cast(frame->receiver()));
3055 generator = isolate->factory()->NewJSGeneratorObject(function);
3057 generator->set_function(*function);
3058 generator->set_context(Context::cast(frame->context()));
3059 generator->set_receiver(frame->receiver());
3060 generator->set_continuation(0);
3061 generator->set_operand_stack(isolate->heap()->empty_fixed_array());
3062 generator->set_stack_handler_index(-1);
3064 return *generator;
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java192 * There may be code generator specific options in here. I do no
286 * The code generator will use this to fill holes in the output files.
422 /** If non-null, this is the code generator we will use to generate
425 protected CodeGenerator generator; field in class:Grammar
1022 * so the code generator or whoever can easily access it.
1490 * the code generator will ask for the actions table. For composite
2917 if ( generator!=null ) {
2918 return generator.target.getMaxCharValue(generator);
3107 public void setCodeGenerator(CodeGenerator generator) { argument
[all...]
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.cc1791 ThumbnailGenerator* generator = local
1795 // Don't actually start the thumbnail generator, this leads to crashes on
1796 // Mac, crbug.com/62986. Instead, just hook the generator to the
1799 generator->MonitorRenderer(render_view_, true);
1800 generator->AskForSnapshot(render_view_, false, callback,
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DCodeGeneratorInspector.py2182 generator = type.get_code_generator() variable in class:Generator.resolve_type_and_generate_ad_hoc.InterfaceGenerateContext
2183 if generator:
2184 generator.generate_type_builder(ad_hoc_type_writer, InterfaceGenerateContext)
/external/clang/lib/CodeGen/
H A DCGCall.cpp1486 llvm::Instruction *generator = cast<llvm::Instruction>(result); local
1491 // %generator = bitcast %type1* %generator2 to %type2*
1492 while (llvm::BitCastInst *bitcast = dyn_cast<llvm::BitCastInst>(generator)) {
1495 generator = cast<llvm::Instruction>(bitcast->getOperand(0));
1497 // Require the generator to be immediately followed by the cast.
1498 if (generator->getNextNode() != bitcast)
1505 // %generator = call i8* @objc_retain(i8* %originalResult)
1507 // %generator = call i8* @objc_retainAutoreleasedReturnValue(i8* %originalResult)
1508 llvm::CallInst *call = dyn_cast<llvm::CallInst>(generator);

Completed in 2658 milliseconds

123456