/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_zlib.py | 366 data = genblock(1, 17 * 1024, generator=gen) 511 def genblock(seed, length, step=1024, generator=random): 514 generator.seed(seed) 515 randint = generator.randint 526 def choose_lines(source, number, seed=None, generator=random): 529 generator.seed(seed) 531 return [generator.choice(sources) for n in range(number)]
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Rule.java | 111 * The code generator will use this to fill holes in the rule template. 311 * is called from the rule template not directly by the code generator. 327 String label = grammar.generator.getTokenTypeAsTargetLabel(ttype); 404 CodeGenerator generator) 432 labelName = generator.createUniqueLabel(refdSymbol); 492 * the code generator will ask for the actions table.
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestTreeGrammarRewriteAST.java | 244 CodeGenerator generator = new CodeGenerator(antlr, g, "Java"); local 245 g.setCodeGenerator(generator); 246 generator.genRecognizer(); [all...] |
/external/autotest/site_utils/autoupdate/ |
full_release_test.py | 341 generator = TestConfigGenerator( 347 test_list_for_board += generator.generate_npo_nmo_list() 351 test_list_for_board += generator.generate_specific_list(
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
gtest-param-util.h | 72 // A pointer to the base generator instance. 74 // to make sure that two iterators belong to the same generator. 77 // provided by the generator. The caller is responsible 90 // element in the sequence generated by the generator. 148 // Generator interface definition 153 // Wraps ParamGeneratorInterface<T> and provides general generator syntax 217 // Having the same base generator guarantees that the other 265 // since the source can be located on the stack, and the generator 315 // Having the same base generator guarantees that the other 450 // A function that returns an instance of appropriate generator type [all...] |
/external/gtest/include/gtest/internal/ |
gtest-param-util.h | 72 // A pointer to the base generator instance. 74 // to make sure that two iterators belong to the same generator. 77 // provided by the generator. The caller is responsible 90 // element in the sequence generated by the generator. 148 // Generator interface definition 153 // Wraps ParamGeneratorInterface<T> and provides general generator syntax 217 // Having the same base generator guarantees that the other 265 // since the source can be located on the stack, and the generator 315 // Having the same base generator guarantees that the other 450 // A function that returns an instance of appropriate generator type [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-param-util.h | 72 // A pointer to the base generator instance. 74 // to make sure that two iterators belong to the same generator. 77 // provided by the generator. The caller is responsible 90 // element in the sequence generated by the generator. 148 // Generator interface definition 153 // Wraps ParamGeneratorInterface<T> and provides general generator syntax 217 // Having the same base generator guarantees that the other 265 // since the source can be located on the stack, and the generator 315 // Having the same base generator guarantees that the other 450 // A function that returns an instance of appropriate generator type [all...] |
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-param-util.h | 72 // A pointer to the base generator instance. 74 // to make sure that two iterators belong to the same generator. 77 // provided by the generator. The caller is responsible 90 // element in the sequence generated by the generator. 148 // Generator interface definition 153 // Wraps ParamGeneratorInterface<T> and provides general generator syntax 217 // Having the same base generator guarantees that the other 265 // since the source can be located on the stack, and the generator 315 // Having the same base generator guarantees that the other 450 // A function that returns an instance of appropriate generator type [all...] |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-param-util.h | 71 // A pointer to the base generator instance. 73 // to make sure that two iterators belong to the same generator. 76 // provided by the generator. The caller is responsible 89 // element in the sequence generated by the generator. 147 // Generator interface definition 152 // Wraps ParamGeneratorInterface<T> and provides general generator syntax 216 // Having the same base generator guarantees that the other 264 // since the source can be located on the stack, and the generator 314 // Having the same base generator guarantees that the other 449 // A function that returns an instance of appropriate generator type [all...] |
/external/selinux/policycoreutils/audit2allow/ |
audit2allow | 215 def __output_modulepackage(self, writer, generator): 216 generator.set_module_name(self.__options.module_package) 226 writer.write(generator.get_module(), fd)
|
audit2why | 215 def __output_modulepackage(self, writer, generator): 216 generator.set_module_name(self.__options.module_package) 226 writer.write(generator.get_module(), fd)
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
gtest-param-util.h | 72 // A pointer to the base generator instance. 74 // to make sure that two iterators belong to the same generator. 77 // provided by the generator. The caller is responsible 90 // element in the sequence generated by the generator. 148 // Generator interface definition 153 // Wraps ParamGeneratorInterface<T> and provides general generator syntax 217 // Having the same base generator guarantees that the other 265 // since the source can be located on the stack, and the generator 315 // Having the same base generator guarantees that the other 450 // A function that returns an instance of appropriate generator type [all...] |
/frameworks/base/keystore/tests/src/android/security/keystore/ |
AndroidKeyPairGeneratorTest.java | 165 KeyPairGenerator generator = KeyPairGenerator.getInstance("EC", "AndroidKeyStore"); local 166 generator.initialize(new KeyGenParameterSpec.Builder( 176 final KeyPair pair = generator.generateKeyPair();
|
/libcore/ojluni/src/main/java/java/util/stream/ |
DoublePipeline.java | 139 IntFunction<Double[]> generator) { 164 public final Node.Builder<Double> makeNodeBuilder(long exactSizeIfKnown, IntFunction<Double[]> generator) { 641 IntFunction<Double[]> generator);
|
LongPipeline.java | 140 IntFunction<Long[]> generator) { 165 public final Node.Builder<Long> makeNodeBuilder(long exactSizeIfKnown, IntFunction<Long[]> generator) { 616 IntFunction<Long[]> generator);
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-param-util.h | 72 // A pointer to the base generator instance. 74 // to make sure that two iterators belong to the same generator. 77 // provided by the generator. The caller is responsible 90 // element in the sequence generated by the generator. 148 // Generator interface definition 153 // Wraps ParamGeneratorInterface<T> and provides general generator syntax 217 // Having the same base generator guarantees that the other 265 // since the source can be located on the stack, and the generator 315 // Having the same base generator guarantees that the other 450 // A function that returns an instance of appropriate generator type [all...] |
/external/clang/lib/CodeGen/ |
CGBlocks.cpp | [all...] |
/cts/common/host-side/manifest-generator/src/com/android/compatibility/common/generator/ |
ManifestGenerator.java | 17 package com.android.compatibility.common.generator; 31 + "manifest-generator -n NAME -p PACKAGE_NAME -o OUTPUT_FILE -i INSTRUMENT_NAME "
|
/external/deqp/scripts/ |
make_release.py | 203 def __init__ (self, baseConfig, generator, targets = None): 205 self.generator = generator 218 build(config, self.generator, self.targets)
|
/external/emma/core/java12/com/vladium/emma/rt/ |
AppRunner.java | 735 final IReportGenerator generator = m_generators [g]; local 737 if (generator != null) 741 generator.process (mdataSnashot, cdataSnapshot, m_cache, m_properties); 752 try { generator.cleanup (); } catch (Throwable ignore) {} [all...] |
/external/google-breakpad/src/client/mac/handler/ |
exception_handler.cc | 324 MinidumpGenerator generator(child, MACH_PORT_NULL); 326 string dump_filename = generator.UniqueNameInDirectory(dump_path, &dump_id); 328 generator.SetExceptionInformation(EXC_BREAKPOINT, 340 bool result = generator.Write(dump_filename.c_str());
|
/external/libxml2/python/ |
setup.py | 104 import generator namespace 127 print("libxslt stub generator not found, libxslt not built")
|
setup.py.in | 104 import generator namespace 127 print("libxslt stub generator not found, libxslt not built")
|
/external/mesa3d/scons/ |
crossmingw.py | 123 shlib_action = SCons.Action.Action(shlib_generator, '$SHLINKCOMSTR', generator=1)
|
/external/v8/test/mjsunit/ |
constant-folding.js | 29 // The code generator now handles compile-time constants specially. 208 // generator.
|