/external/guava/guava-testlib/test/com/google/common/testing/ |
D | FreshValueGeneratorTest.java | 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 …]
|
/external/javaparser/javaparser-core-generators/src/main/java/com/github/javaparser/generator/core/ |
D | CoreGenerator.java | 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 …]
|
/external/tensorflow/tensorflow/contrib/distribute/python/ |
D | metrics_v1_test.py | 137 @combinations.generate(all_combinations() + tpu_combinations()) 149 @combinations.generate(all_combinations() + tpu_combinations()) 164 @combinations.generate(all_combinations()) 183 @combinations.generate(all_combinations()) 201 @combinations.generate(all_combinations() + tpu_combinations()) 220 @combinations.generate(all_combinations() + tpu_combinations()) 234 @combinations.generate(all_combinations() + tpu_combinations()) 248 @combinations.generate(all_combinations() + tpu_combinations()) 261 @combinations.generate(all_combinations() + tpu_combinations()) 274 @combinations.generate(all_combinations() + tpu_combinations()) [all …]
|
D | keras_utils_test.py | 74 @combinations.generate(keras_test_lib.all_strategy_combinations()) 122 @combinations.generate(keras_test_lib.all_strategy_combinations()) 141 @combinations.generate(keras_test_lib.all_strategy_combinations()) 166 @combinations.generate( 192 @combinations.generate( 218 @combinations.generate( 281 @combinations.generate( 322 @combinations.generate( 348 @combinations.generate( 364 @combinations.generate( [all …]
|
D | input_lib_test.py | 102 @combinations.generate(combinations.combine( 114 @combinations.generate(combinations.combine( 127 @combinations.generate(combinations.combine( 145 @combinations.generate( 159 @combinations.generate(combinations.combine( 203 @combinations.generate(combinations.combine( 213 @combinations.generate(combinations.combine( 224 @combinations.generate(combinations.combine( 241 @combinations.generate( 253 @combinations.generate(
|
D | collective_all_reduce_strategy_test.py | 359 @combinations.generate( 373 @combinations.generate( 386 @combinations.generate( 401 @combinations.generate( 418 @combinations.generate( 455 @combinations.generate( 484 @combinations.generate(combinations.combine(mode=['eager'])) 512 @combinations.generate( 518 @combinations.generate( 528 @combinations.generate( [all …]
|
D | parameter_server_strategy_test.py | 620 @combinations.generate( 629 @combinations.generate( 637 @combinations.generate( 645 @combinations.generate( 653 @combinations.generate( 660 @combinations.generate( 668 @combinations.generate( 677 @combinations.generate( 683 @combinations.generate( 693 @combinations.generate( [all …]
|
D | keras_test.py | 340 @combinations.generate(combinations.combine( 370 @combinations.generate(combinations.combine( 399 @combinations.generate(combinations.combine( 451 @combinations.generate(combinations.combine( 480 @combinations.generate(all_strategy_combinations()) 511 @combinations.generate(all_strategy_combinations()) 557 @combinations.generate(all_strategy_combinations()) 591 @combinations.generate(all_strategy_combinations()) 608 @combinations.generate(all_strategy_combinations()) 639 @combinations.generate(all_strategy_combinations()) [all …]
|
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
D | generate_unittest.py | 8 from py_vulcanize import generate 45 generate.GenerateJS(load_sequence) 51 result = generate.GenerateStandaloneHTMLAsString(load_sequence) 59 class ExtraScript(generate.ExtraScript): 64 result = generate.GenerateStandaloneHTMLAsString( 72 result = generate.GenerateStandaloneHTMLAsString(load_sequence) 82 result = generate.GenerateJS(load_sequence,
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugLineTest.cpp | 50 void generate() { in generate() function 61 StringRef FileBytes = Gen->generate(); in createContext() 83 generate(); in setupParser() 198 generate(); in TEST_F() 217 generate(); in TEST_F() 246 generate(); in TEST_P() 296 generate(); in TEST_F() 311 generate(); in TEST_F() 344 generate(); in TEST_F() 363 generate(); in TEST_P() [all …]
|
/external/selinux/gui/ |
D | polgengui.py | 37 import sepolicy.generate 207 self.all_types = sepolicy.generate.get_all_types() 209 self.all_roles = sepolicy.generate.get_all_roles() 210 self.all_users = sepolicy.generate.get_all_users() 241 for i in sepolicy.generate.USERS: 243 …self.pages[sepolicy.generate.RUSER] = [self.SELECT_TYPE_PAGE, self.APP_PAGE, self.ADMIN_PAGE, self… 244 …self.pages[sepolicy.generate.LUSER] = [self.SELECT_TYPE_PAGE, self.APP_PAGE, self.TRANSITION_PAGE,… 245 …self.pages[sepolicy.generate.SANDBOX] = [self.SELECT_TYPE_PAGE, self.APP_PAGE, self.IN_NET_PAGE, s… 246 …self.pages[sepolicy.generate.EUSER] = [self.SELECT_TYPE_PAGE, self.EXISTING_USER_PAGE, self.TRANSI… 248 for i in sepolicy.generate.APPLICATIONS: [all …]
|
/external/clang/utils/perf-training/ |
D | CMakeLists.txt | 19 add_lit_testsuite(generate-profraw "Generating clang PGO data" 36 add_custom_target(generate-profdata 39 DEPENDS generate-profraw) 49 add_lit_testsuite(generate-dtrace-logs "Generating clang dtrace data" 59 add_custom_target(generate-order-file 62 DEPENDS generate-dtrace-logs)
|
/external/iproute2/examples/diffserv/ |
D | regression-testing | 11 generate all possible DSCPs and observe that they 17 generate TOS values 0x0,0x10,0xbb each with IP addresses 52 1) generate with src tos = 0x88 57 2) generate with src tos = 0x90 62 3) generate with src tos = 0x98 67 4) generate with src tos any other than the above 104 1) generate with src tos = 0x88 109 2) generate with src tos = 0x90 114 3) generate with src tos = 0x98 119 4) generate with src tos any other than the above
|
/external/curl/projects/ |
D | generate.bat | 108 call :generate dsp Windows\VC6\src\curl.tmpl Windows\VC6\src\curl.dsp 109 call :generate dsp Windows\VC6\lib\libcurl.tmpl Windows\VC6\lib\libcurl.dsp 123 call :generate vcproj1 Windows\VC7\src\curl.tmpl Windows\VC7\src\curl.vcproj 124 call :generate vcproj1 Windows\VC7\lib\libcurl.tmpl Windows\VC7\lib\libcurl.vcproj 138 call :generate vcproj1 Windows\VC7.1\src\curl.tmpl Windows\VC7.1\src\curl.vcproj 139 call :generate vcproj1 Windows\VC7.1\lib\libcurl.tmpl Windows\VC7.1\lib\libcurl.vcproj 153 call :generate vcproj2 Windows\VC8\src\curl.tmpl Windows\VC8\src\curl.vcproj 154 call :generate vcproj2 Windows\VC8\lib\libcurl.tmpl Windows\VC8\lib\libcurl.vcproj 168 call :generate vcproj2 Windows\VC9\src\curl.tmpl Windows\VC9\src\curl.vcproj 169 call :generate vcproj2 Windows\VC9\lib\libcurl.tmpl Windows\VC9\lib\libcurl.vcproj [all …]
|
/external/mesa3d/src/egl/ |
D | meson.build | 78 'generate/gen_egl_dispatch.py', 'generate/eglFunctionList.py', 79 'generate/egl.xml', 'generate/egl_other.xml' 85 depend_files : files('generate/genCommon.py'), 92 'generate/gen_egl_dispatch.py', 'generate/eglFunctionList.py', 93 'generate/egl.xml', 'generate/egl_other.xml' 99 depend_files : files('generate/genCommon.py'), 185 pkg.generate(
|
/external/libnl/doc/ |
D | configure.ac | 24 AS_HELP_STRING([--disable-doc], [Do not generate documentation]), 35 AC_MSG_ERROR([*** doxygen package required to generate documentation]) 41 AC_MSG_ERROR([*** graphviz package required to generate documentation]) 51 AC_MSG_ERROR([*** asciidoc package required to generate documentation]) 60 AC_MSG_ERROR([*** source-highlight required to generate documentation]) 71 AC_MSG_ERROR([*** mscgen package required to generate documentation]) 82 AC_MSG_ERROR([*** pygmentize package required to generate documentation])
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_draw_arrays.c | 46 u_generate_func generate, struct pipe_resource **out_buf) in generate_indices() argument 63 generate(0, nr, dst_map); in generate_indices() 97 u_generate_func generate, in retrieve_or_generate_indices() argument 107 hwtnl->index_cache[prim][i].generate == generate) { in retrieve_or_generate_indices() 157 ret = generate_indices(hwtnl, gen_nr, gen_size, generate, out_buf); in retrieve_or_generate_indices() 161 hwtnl->index_cache[prim][i].generate = generate; in retrieve_or_generate_indices()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/ |
D | PolynomialsUtils.java | 100 public BigFraction[] generate(int k) { in createChebyshevPolynomial() method 124 public BigFraction[] generate(int k) { in createHermitePolynomial() 150 public BigFraction[] generate(int k) { 177 public BigFraction[] generate(int k) { 242 BigFraction[] ai = generator.generate(k); 278 BigFraction[] generate(int k);
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
D | CMSSignedDataGenerator.java | 64 public CMSSignedData generate( in generate() method in CMSSignedDataGenerator 68 return generate(content, false); in generate() 78 public CMSSignedData generate( in generate() method in CMSSignedDataGenerator 177 SignerInfo inf = sGen.generate(contentTypeOID); in generate() 229 …return this.generate(new CMSProcessableByteArray(null, signer.getSignature()), false).getSignerInf… in generateCounterSigners()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | X509V1CertificateGenerator.java | 248 return generate(key, provider, random); in generateX509Certificate() 276 public X509Certificate generate( in generate() method in X509V1CertificateGenerator 280 return generate(key, (SecureRandom)null); in generate() 291 public X509Certificate generate( in generate() method in X509V1CertificateGenerator 316 public X509Certificate generate( in generate() method in X509V1CertificateGenerator 321 return generate(key, provider, null); in generate() 329 public X509Certificate generate( in generate() method in X509V1CertificateGenerator
|
D | X509V3CertificateGenerator.java | 385 return generate(key, provider, random); in generateX509Certificate() 413 public X509Certificate generate( in generate() method in X509V3CertificateGenerator 417 return generate(key, (SecureRandom)null); in generate() 429 public X509Certificate generate( in generate() method in X509V3CertificateGenerator 460 public X509Certificate generate( in generate() method in X509V3CertificateGenerator 465 return generate(key, provider, null); in generate() 473 public X509Certificate generate( in generate() method in X509V3CertificateGenerator 505 tbsGen.setExtensions(extGenerator.generate()); in generateTbsCert()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureFilterMinmaxTests.hpp | 109 …virtual void generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw:… 127 …void generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum … 142 …void generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum … 157 …void generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum … 172 …void generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum … 187 …void generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum … 202 …void generate(const glu::RenderContext& context, tcu::IVec3 size, glw::GLenum format, glw::GLenum …
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_variable_index_to_cond_assign.cpp | 196 void generate(unsigned i, ir_rvalue* condition, ir_factory &body) const in generate() function 255 this->generator.generate(begin, 0, body); in linear_sequence() 266 this->generator.generate(i, in linear_sequence() 271 this->generator.generate(i + j, in linear_sequence() 293 generate(begin, middle, then_body); in bisect() 294 generate(middle, end, else_body); in bisect() 299 void generate(unsigned begin, unsigned end, ir_factory &body) in generate() function 492 sg.generate(0, length, then_body); in convert_dereference_array() 495 sg.generate(0, length, body); in convert_dereference_array()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/ |
D | shift_ops.ll | 62 ; Should not generate anything other than the return, arg1 << 0 = arg1 73 ; Should generate 0, 0 << arg1 = 0 84 ; Should not generate anything other than the return, arg1 << 0 = arg1 95 ; Should generate 0, 0 << arg1 = 0 106 ; Should not generate anything other than the return, arg1 << 0 = arg1 117 ; Should generate 0, 0 << arg1 = 0 162 ; Should not generate anything other than the return, arg1 << 0 = arg1 173 ; Should generate 0, 0 << arg1 = 0 184 ; Should not generate anything other than the return, arg1 << 0 = arg1 195 ; Should generate 0, 0 << arg1 = 0 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/ |
D | OperationsTest.cpp | 107 EXPECT_THAT(OnlyI32.generate({}, {}), in TEST() 118 AnyType.generate({}, {i32->getType(), f16->getType(), v8i8->getType()}), in TEST() 128 AnyInt.generate({}, {i32->getType(), f16->getType(), v8i8->getType()}), in TEST() 139 AnyFP.generate({}, {i32->getType(), f16->getType(), v8i8->getType()}), in TEST() 150 AnyPtr.generate({}, {i32->getType(), f16->getType(), v8i8->getType()}), in TEST() 160 EXPECT_THAT(AnyVec.generate({}, {v8i8->getType()}), in TEST() 169 EXPECT_THAT(First.generate({i8}, {}), Each(TypesMatch(i8))); in TEST() 170 EXPECT_THAT(First.generate({f16}, {i8->getType()}), in TEST() 172 EXPECT_THAT(First.generate({v8i8, i32}, {}), Each(TypesMatch(v8i8))); in TEST() 385 EVOp.SourcePreds[1].generate({SVal}, {}), in TEST() [all …]
|