/external/deqp/android/scripts/ |
common.py | 124 def getExtraBuildArgs (generator): 125 if generator == "Unix Makefiles":
|
/external/openfst/src/test/ |
weight-tester.h | 37 WeightTester(WeightGenerator generator) : weight_generator_(generator) {}
|
/external/ppp/pppd/ |
srp-entry.c | 23 * Index, if supplied, is the modulus/generator index from 26 * then the default "well known" EAP SRP-SHA1 modulus/generator is 29 * The default modulus/generator can be requested as index 0. 131 mytce.generator.data = (u_char *)"\002"; 132 mytce.generator.len = 1; 136 (void) fprintf(stderr, "SRP modulus/generator %d not found\n",
|
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface.cc | 556 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 [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/ |
SimpleCursorAdapterTest.java | 70 Random generator = new Random(); local 77 Integer r = generator.nextInt();
|
/external/chromium_org/ui/keyboard/ |
keyboard_controller_unittest.cc | 300 ui::test::EventGenerator generator(root_window()); 301 generator.MoveMouseTo(proxy()->GetKeyboardWindow()->bounds().CenterPoint()); 302 generator.ClickLeftButton(); 310 generator.MoveMouseTo(gfx::Point()); 311 generator.ClickLeftButton();
|
/external/chromium_org/v8/src/ |
lithium.cc | 468 LCodeGen generator(this, &assembler, info()); 472 if (generator.GenerateCode()) { 473 generator.CheckEnvironmentUsage(); 478 generator.FinishCode(code); 489 generator.NeedsEagerFrame()));
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/ |
pdebuild-ant.jar | |
/external/wpa_supplicant_8/src/eap_common/ |
eap_eke_common.c | 163 int generator; local 168 generator = eap_eke_dh_generator(group); 169 if (generator < 0 || generator > 255) 171 gen = generator;
|
/external/chromium_org/ash/wm/workspace/ |
workspace_window_resizer_unittest.cc | 517 ui::test::EventGenerator generator(window_->GetRootWindow()); 535 generator.PressTouch(); 541 generator.MoveMouseBy(1, 1); [all...] |
/prebuilts/python/darwin-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)]
|
/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/chromium_org/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/chromium_org/third_party/mesa/src/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/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 | 91 // A pointer to the base generator instance. 93 // to make sure that two iterators belong to the same generator. 96 // provided by the generator. The caller is responsible 109 // element in the sequence generated by the generator. 167 // Generator interface definition 172 // Wraps ParamGeneratorInetrface<T> and provides general generator syntax 236 // Having the same base generator guarantees that the other 283 // since the source can be located on the stack, and the generator 333 // Having the same base generator guarantees that the other 468 // A function that returns an instance of appropriate generator type [all...] |
/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/chromium_org/ash/wm/ |
workspace_controller_unittest.cc | 370 ui::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), 372 generator.MoveMouseTo(0, 0); 578 ui::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), 580 generator.MoveMouseTo(0, 0); 606 ui::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), 608 generator.MoveMouseTo(0, 0); [all...] |
/development/build/ |
Android.mk | 123 api_gen_jar := $(TOPDIR)prebuilts/tools/common/api-generator/api-generator-22.9.1.jar
|
/external/chromium_org/ash/system/tray/ |
system_tray_unittest.cc | 420 ui::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), 422 generator.ClickLeftButton(); 434 ui::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), 436 generator.ClickLeftButton();
|
/external/chromium_org/third_party/mesa/src/scons/ |
crossmingw.py | 123 shlib_action = SCons.Action.Action(shlib_generator, '$SHLINKCOMSTR', generator=1)
|