Searched full:generate (Results 1 – 25 of 6443) sorted by relevance
12345678910>>...258
156 String[] a1 = generator.generate(String[].class); in testStringArray()157 String[] a2 = generator.generate(String[].class); in testStringArray()163 int[] a1 = generator.generate(int[].class); in testPrimitiveArray()164 int[] a2 = generator.generate(int[].class); in testPrimitiveArray()174 assertValueAndTypeEquals(ImmutableList.of(new FreshValueGenerator().generate(String.class)), in testImmutableList()175 new FreshValueGenerator().generate(new TypeToken<ImmutableList<String>>() {})); in testImmutableList()176 assertValueAndTypeEquals(ImmutableList.of(new FreshValueGenerator().generate(int.class)), in testImmutableList()177 new FreshValueGenerator().generate(new TypeToken<ImmutableList<Integer>>() {})); in testImmutableList()178 assertValueAndTypeEquals(ImmutableList.of(new FreshValueGenerator().generate(String.class)), in testImmutableList()179 new FreshValueGenerator().generate(new TypeToken<ImmutableList<?>>() {})); in testImmutableList()[all …]
1 .TH "sepolicy-generate" "8" "20121005" "" ""3 sepolicy-generate \- Generate an initial SELinux policy module template.9 .B sepolicy generate [\-h ] [\-p PATH]16 .B sepolicy generate \-\-application [\-n NAME] [\-u USER ]command [\-w WRITE_PATH ]18 .B sepolicy generate \-\-cgi [\-n NAME] command [\-w WRITE_PATH ]20 .B sepolicy generate \-\-dbus [\-n NAME] command [\-w WRITE_PATH ]22 .B sepolicy generate \-\-inetd [\-n NAME] command [\-w WRITE_PATH ]24 .B sepolicy generate \-\-init [\-n NAME] command [\-w WRITE_PATH ]29 .B sepolicy generate \-\-admin_user [\-r TRANSITION_ROLE] \-n NAME31 .B sepolicy generate \-\-confined_admin \-n NAME [\-a ADMIN_DOMAIN] [\-u USER] [\-n NAME] [\-w WRIT…[all …]
46 new TypeCastingGenerator(sourceRoot).generate(); in run()47 new GenericListVisitorAdapterGenerator(sourceRoot).generate(); in run()48 new GenericVisitorAdapterGenerator(sourceRoot).generate(); in run()49 new GenericVisitorWithDefaultsGenerator(sourceRoot).generate(); in run()50 new EqualsVisitorGenerator(sourceRoot).generate(); in run()51 new ObjectIdentityEqualsVisitorGenerator(sourceRoot).generate(); in run()52 new NoCommentEqualsVisitorGenerator(sourceRoot).generate(); in run()53 new VoidVisitorAdapterGenerator(sourceRoot).generate(); in run()54 new VoidVisitorGenerator(sourceRoot).generate(); in run()55 new VoidVisitorWithDefaultsGenerator(sourceRoot).generate(); in run()[all …]
1 .TH "sepolicy-generate" "8" "20121005" "" ""3 sepolicy-generate \- создать исходный шаблон модуля политики SELinux.9 .B sepolicy generate [\-h ] [\-p PATH]16 .B sepolicy generate \-\-application [\-n NAME] [\-u USER ]command [\-w WRITE_PATH ]18 .B sepolicy generate \-\-cgi [\-n NAME] command [\-w WRITE_PATH ]20 .B sepolicy generate \-\-dbus [\-n NAME] command [\-w WRITE_PATH ]22 .B sepolicy generate \-\-inetd [\-n NAME] command [\-w WRITE_PATH ]24 .B sepolicy generate \-\-init [\-n NAME] command [\-w WRITE_PATH ]29 .B sepolicy generate \-\-admin_user [\-r TRANSITION_ROLE] \-n NAME31 .B sepolicy generate \-\-confined_admin \-n NAME [\-a ADMIN_DOMAIN] [\-u USER] [\-n NAME] [\-w WRIT…[all …]
64 "Generate clang attribute clases"),67 "Generate all parser-related attribute string switches"),69 "Generate clang attribute implementations"),71 "Generate a clang attribute list"),73 "Generate clang PCH attribute reader"),75 "Generate clang PCH attribute writer"),78 "Generate a clang attribute spelling list"),81 "Generate a clang attribute spelling index"),84 "Generate a recursive AST visitor for clang attributes"),87 "Generate a clang template instantiate code"),[all …]
66 "Generate machine code emitter"),68 "Generate registers and register classes info"),70 "Generate instruction descriptions"),72 "Generate instruction documentation"),74 "Generate calling convention descriptions"),76 "Generate assembly writer"),78 "Generate disassembler"),80 "Generate pseudo instruction lowering"),82 "Generate RISCV compressed instructions."),84 "Generate assembly instruction matcher"),[all …]
21 - `--cpp`, `-c` : Generate a C++ header for all definitions in this file (as24 - `--java`, `-j` : Generate Java code.26 - `--csharp`, `-n` : Generate C# code.28 - `--go`, `-g` : Generate Go code.30 - `--python`, `-p`: Generate Python code.32 - `--js`, `-s`: Generate JavaScript code.34 - `--ts`: Generate TypeScript code.36 - `--php`: Generate PHP code.38 - `--grpc`: Generate RPC stub code for GRPC.40 - `--dart`: Generate Dart code.[all …]
31 set MODE=GENERATE83 if "%MODE%" == "GENERATE" (106 if "%MODE%" == "GENERATE" (108 call :generate dsp Windows\VC6\src\curl.tmpl Windows\VC6\src\curl.dsp109 call :generate dsp Windows\VC6\lib\libcurl.tmpl Windows\VC6\lib\libcurl.dsp121 if "%MODE%" == "GENERATE" (123 call :generate vcproj1 Windows\VC7\src\curl.tmpl Windows\VC7\src\curl.vcproj124 call :generate vcproj1 Windows\VC7\lib\libcurl.tmpl Windows\VC7\lib\libcurl.vcproj136 if "%MODE%" == "GENERATE" (138 call :generate vcproj1 Windows\VC7.1\src\curl.tmpl Windows\VC7.1\src\curl.vcproj[all …]
75 Generate machine code emitter.79 Generate registers and register classes info.83 Generate instruction descriptions.87 Generate the assembly writer.91 Generate disassembler.95 Generate pseudo instruction lowering.99 Generate a DAG (Directed Acycle Graph) instruction selector.103 Generate assembly instruction matcher.107 Generate DFA Packetizer for VLIW targets.111 Generate a "fast" instruction selector.[all …]
70 Generate machine code emitter.74 Generate registers and register classes info.78 Generate instruction descriptions.82 Generate the assembly writer.86 Generate disassembler.90 Generate pseudo instruction lowering.94 Generate a DAG (Directed Acycle Graph) instruction selector.98 Generate assembly instruction matcher.102 Generate DFA Packetizer for VLIW targets.106 Generate a "fast" instruction selector.[all …]
29 EXPECT_NE(0, OneTimePad::Generate(actual.data(), 8, &otp)); in TEST()39 EXPECT_EQ(0, OneTimePad::Generate(actual1.data(), 32, &otp)); in TEST()42 EXPECT_EQ(0, OneTimePad::Generate(actual2.data(), 32, &otp)); in TEST()55 EXPECT_EQ(0, OneTimePad::Generate(actual1.data(), 32, &otp)); in TEST()58 EXPECT_EQ(0, OneTimePad::Generate(actual2.data(), 32, &otp)); in TEST()70 EXPECT_EQ(0, OneTimePad::Generate(actual.data(), 32, &otp)); in TEST()73 EXPECT_EQ(0, OneTimePad::Generate(actual2.data(), 32, &otp)); in TEST()83 EXPECT_EQ(0, OneTimePad::Generate((uint32_t*)actual.data(), 8, &otp)); in TEST()86 EXPECT_EQ(0, OneTimePad::Generate((uint32_t*)actual.data(), 8, &otp)); in TEST()89 EXPECT_EQ(0, OneTimePad::Generate((uint32_t*)actual.data(), 8, &otp)); in TEST()[all …]
56 "Generate machine code emitter"),58 "Generate registers and register classes info"),60 "Generate instruction descriptions"),62 "Generate calling convention descriptions"),64 "Generate assembly writer"),66 "Generate disassembler"),68 "Generate pseudo instruction lowering"),70 "Generate assembly instruction matcher"),72 "Generate a DAG instruction selector"),74 "Generate DFA Packetizer for VLIW targets"),[all …]
8 auto i = GENERATE(1, 2, 3);10 auto j = GENERATE(values({ -3, -2, -1 }));16 auto str = GENERATE(as<std::string>{}, "a", "bb", "ccc");23 auto x = GENERATE(1, 2, 3);24 auto y = GENERATE(4, 5, 6);25 auto z = GENERATE(7, 8, 9);37 // auto data = GENERATE(table<char const*, int>({46 auto data = GENERATE(table<char const*, int>({61 auto [test_input, expected] = GENERATE( table<std::string, size_t>({77 auto data = GENERATE( values<Data>({[all …]
42 "Generate wire format binaries for any data definitions", in main()46 "Generate text output for any data definitions", in main()50 "Generate C++ headers for tables/structs", flatbuffers::CPPMakeRule }, in main()53 "Generate Go files for tables/structs", flatbuffers::GeneralMakeRule }, in main()56 "Generate Java classes for tables/structs", in main()60 "Generate JavaScript code for tables/structs", flatbuffers::JSTSMakeRule }, in main()63 "Generate Dart classes for tables/structs", flatbuffers::DartMakeRule }, in main()66 "Generate TypeScript code for tables/structs", flatbuffers::JSTSMakeRule }, in main()69 "Generate C# classes for tables/structs", flatbuffers::GeneralMakeRule }, in main()72 "Generate Python files for tables/structs", in main()[all …]
63 virtual void Generate(io::Printer* printer) = 0;81 virtual void Generate(io::Printer* printer);85 // Generate the getDescriptorForType() method.88 // Generate a Java interface for the service.91 // Generate newReflectiveService() method.94 // Generate newReflectiveBlockingService() method.97 // Generate abstract method declarations for all methods.100 // Generate the implementation of Service.callMethod().103 // Generate the implementation of BlockingService.callBlockingMethod().106 // Generate the implementations of Service.get{Request,Response}Prototype().[all …]
75 // Generate lines of code declaring members fields of the message class80 // Generate static default variable for this field. These are placed inside85 // Generate prototypes for accessors that will manipulate imported105 // Generate prototypes for all of the accessor functions related to this109 // Generate inline definitions of depenent accessor functions for this field.114 // Generate inline definitions of accessor functions for this field.120 // Generate definitions of accessors that aren't inlined. These are126 // Generate lines of code (statements, not declarations) which clear the131 // Generate lines of code (statements, not declarations) which merges the139 // Generate lines of code (statements, not declarations) which swaps[all …]
182 * generate an X509 certificate, based on the current issuer and subject184 * @deprecated use generate(key, "BC")201 * generate an X509 certificate, based on the current issuer and subject203 * @deprecated use generate(key, random, "BC")221 * generate an X509 certificate, based on the current issuer and subject,224 * @deprecated use generate()235 * generate an X509 certificate, based on the current issuer and subject,238 * @deprecated use generate()248 return generate(key, provider, random); in generateX509Certificate()269 * generate an X509 certificate, based on the current issuer and subject[all …]
36 // Generate a function with the following prototype:42 // Generate a function with the following prototype:48 // Generate a function with the following prototype:54 // Generate a function with the following prototype:60 // Generate a function with the following prototype:67 // Generate a function with the following prototype:74 // Generate a function with the following prototype:81 // Generate a function with the following prototype:87 // Generate a function with the following prototype:96 // Generate a function with the following prototype:[all …]
99 """Generate random syntactically-valid Python ASTs."""106 """Generate a statement node, dispatching to the correct class method."""125 """Generate a list of statements of random length.128 low: Fewest number of statements to generate.129 high: Highest number of statements to generate.130 generator: Function to call to generate nodes.168 """Generate an Assign node."""169 # Generate left-hand side171 # Generate right-hand side178 """Generate an If node."""[all …]
193 * generate an X509 certificate, based on the current issuer and subject195 * @deprecated use generate(key, "BC")212 * generate an X509 certificate, based on the current issuer and subject214 * @deprecated use generate(key, random, "BC")232 * generate an X509 certificate, based on the current issuer and subject,235 * @deprecated use generate()246 * generate an X509 certificate, based on the current issuer and subject,249 * @deprecated use generate()259 return generate(key, provider, random); in generateX509Certificate()280 * generate an X509 certificate, based on the current issuer and subject[all …]
67 "Generate machine code emitter"),69 "Generate registers and register classes info"),71 "Generate instruction descriptions"),73 "Generate calling convention descriptions"),75 "Generate assembly writer"),77 "Generate decoders for ARM/Thumb"),79 "Generate disassembler"),81 "Generate pseudo instruction lowering"),83 "Generate assembly instruction matcher"),85 "Generate a DAG instruction selector"),[all …]
62 Generate machine code emitter.66 Generate the enumeration values for all registers.70 Generate a register info description for each register.74 Generate a register info description header for each register.78 Generate enumeration values for instructions.82 Generate instruction descriptions.86 Generate the assembly writer.90 Generate a DAG (Directed Acycle Graph) instruction selector.94 Generate subtarget enumerations.98 Generate intrinsic information.
.idea/ .idea/artifacts/ .idea/artifacts/trove4j_jar.xml .idea/ ...
68 SetMemberParams(&Prng::Generate, &my_prng, nullptr, ¶ms); in TEST_F()80 SetMemberParams(&Prng::Generate, &my_prng, nullptr, ¶ms); in TEST_F()101 SetMemberParams(&Prng::Generate, &my_prng, &f, ¶ms); in TEST_F()120 SetMemberParams(&Prng::Generate, &my_prng, &f, ¶ms); in TEST_F()135 SetMemberParams(&Prng::Generate, &my_prng, nullptr, ¶ms); in TEST_F()150 SetMemberParams(&Prng::Generate, &my_prng, nullptr, ¶ms); in TEST_F()166 SetMemberParams(&Prng::Generate, &prng, nullptr, ¶ms); in TEST_F()180 MemberCtxObj member_ctx(&Prng::Generate, &my_prng); in TEST_F()185 MemberCtxObj member_ctx(&Prng::Generate, &my_prng); in TEST_F()190 MemberCtxObj member_ctx(&Prng::Generate, &my_prng); in TEST_F()[all …]
11 generate all possible DSCPs and observe that they 17 generate TOS values 0x0,0x10,0xbb each with IP addresses49 Generate data using modified tcpblast from 10.2.0.2 (behind eth2) to the 52 1) generate with src tos = 0x8857 2) generate with src tos = 0x9062 3) generate with src tos = 0x9867 4) generate with src tos any other than the above101 Generate data using modified tcpblast from 10.2.0.2 (behind eth2) to the 104 1) generate with src tos = 0x88109 2) generate with src tos = 0x90[all …]