HomeSort by relevance Sort by last modified time
    Searched refs:generator (Results 301 - 325 of 827) sorted by null

<<11121314151617181920>>

  /external/v8/test/mjsunit/es6/
array-from.js 68 function* generator() {
74 assertArrayLikeEquals(Array.from.call(thisArg, generator()),
generators-objects.js 51 // Test the properties and prototype of a generator object.
58 assertEquals("Generator", %_ClassOf(iter));
59 assertEquals("[object Generator]", String(iter));
62 assertEquals("[object Generator]", Object.prototype.toString.call(iter));
72 // Test the methods of generator objects.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DOTGenerator.java 301 preds.genExpr(grammar.generator,
302 grammar.generator.getTemplates(), null).toString()
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestCharDFAConversion.java 518 CodeGenerator generator = new CodeGenerator(null, g, "Java"); local
519 g.setCodeGenerator(generator);
  /external/deqp/android/scripts/
common.py 206 def getExtraBuildArgs (generator):
207 if generator == "Unix Makefiles":
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MapTestSuiteBuilder.java 63 TestMapGenerator<K, V> generator) {
64 return new MapTestSuiteBuilder<K, V>().usingGenerator(generator);
DerivedCollectionGenerators.java 88 TestContainerGenerator<Map<K, V>, Entry<K, V>> generator = mapGenerator.getInnerGenerator(); local
89 if (generator instanceof TestSortedMapGenerator
90 && ((TestSortedMapGenerator<K, V>) generator).create().keySet() instanceof SortedSet) {
280 throw new IllegalArgumentException("Map.values generator can order only sample values");
  /external/v8/src/interpreter/
bytecode-array-builder.h 245 BytecodeArrayBuilder& SuspendGenerator(Register generator);
246 BytecodeArrayBuilder& ResumeGenerator(Register generator);
interpreter.cc 13 #include "src/interpreter/bytecode-generator.h"
165 BytecodeGenerator generator(info);
166 Handle<BytecodeArray> bytecodes = generator.MakeBytecode();
168 if (generator.HasStackOverflow()) return false;
742 template <class Generator>
748 Node* result = Generator::Generate(assembler, lhs, rhs, context);
850 template <class Generator>
854 Node* result = Generator::Generate(assembler, value, context);
1793 Node* generator = __ LoadRegister(generator_reg); local
1836 Node* generator = __ LoadRegister(generator_reg); local
    [all...]
  /external/v8/src/profiler/
cpu-profiler.cc 23 ProfilerEventsProcessor::ProfilerEventsProcessor(ProfileGenerator* generator,
27 generator_(generator),
  /external/v8/test/mjsunit/compiler/
regress-lbranch-double.js 30 // ARM's code generator for LBranch had a bug, swapping the true/false
  /external/v8/test/mjsunit/regress/
regress-815.js 28 // 815 describes a situation in which the ARM code generator could
  /libcore/ojluni/src/main/java/java/util/stream/
ForEachOps.java 476 IntFunction<T[]> generator = size -> (T[]) new Object[size]; local
479 generator);
IntPipeline.java 142 IntFunction<Integer[]> generator) {
168 IntFunction<Integer[]> generator) {
635 IntFunction<Integer[]> generator);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java 142 ErrorManager.info("ANTLR Parser Generator Version " + VERSION);
415 ErrorManager.info("ANTLR Parser Generator Version " + VERSION);
643 CodeGenerator generator = new CodeGenerator(this, grammar, language); local
644 grammar.setCodeGenerator(generator);
645 generator.setDebug(isDebug());
646 generator.setProfile(isProfile());
647 generator.setTrace(isTrace());
655 generator.genRecognizer();
722 ErrorManager.info("ANTLR Parser Generator Version " + new Tool().VERSION);
726 ErrorManager.info("ANTLR Parser Generator Version " + new Tool().VERSION)
    [all...]
  /external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
FreeTypeFontGenerator.java 64 * The generator has to be disposed once it is no longer used. The returned {@link BitmapFont} instances are managed by the user
87 /** Creates a new generator from the given font file. Uses {@link FileHandle#length()} to determine the file size. If the file
430 data.generator = this;
602 /** Cleans up all resources of the generator. Call this if you no longer use the generator. */
639 FreeTypeFontGenerator generator; field in class:FreeTypeFontGenerator.FreeTypeBitmapFontData
649 if (glyph == null && generator != null) {
650 generator.setPixelSizes(0, parameter.size);
652 glyph = generator.createGlyph(ch, this, parameter, stroker, baseline, packer);
660 Face face = generator.face;
    [all...]
  /external/llvm/utils/TableGen/
tdtags 46 - Generate a tags file for each specified LLVM code generator
100 Produce a tags file for each named code generator target, or
101 if none are named, for all code generator targets.
309 # Generate tags for the specified code generator targets, or
  /external/v8/
Android.v8common.mk 58 src/compiler/code-generator.cc \
239 src/interpreter/bytecode-generator.cc \
282 src/profiler/heap-snapshot-generator.cc \
283 src/profiler/profile-generator.cc \
311 src/runtime/runtime-generator.cc \
389 src/base/utils/random-number-generator.cc
412 src/compiler/arm/code-generator-arm.cc \
443 src/compiler/arm64/code-generator-arm64.cc \
460 src/compiler/mips/code-generator-mips.cc \
488 src/compiler/mips64/code-generator-mips64.cc
    [all...]
  /external/dbus/dbus/
dbus-message-factory.c 2 /* dbus-message-factory.c Generator of valid and invalid message data for test suite
1265 int generator; local
    [all...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/
UnicodeFont.java 79 private FreeTypeFontGenerator generator; field in class:UnicodeFont
256 generator.dispose();
635 generator.dispose();
640 generator = new FreeTypeFontGenerator(Gdx.files.absolute(fontFile));
647 bitmapFont = generator.generateFont(param);
  /external/opencv3/
Android.mk 94 $(LOCAL_PATH)/modules/java/generator/src/cpp/common.h
127 $(LOCAL_PATH)/modules/java/generator/src/cpp/common.h
189 $(LOCAL_PATH)/modules/java/generator/src/cpp
218 modules/java/generator/src/cpp/converters.cpp
840 modules/java/generator/src/cpp/converters.cpp
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 612 os1 << '\'' << *FD << "' is a poor random number generator";
617 << "' is obsolete because it implements a poor random number generator."
648 "'random' is not a secure random number generator",
  /frameworks/native/cmds/installd/
otapreopt.cpp 657 std::default_random_engine generator; local
658 generator.seed(GetSeed());
660 int32_t r = distribution(generator);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 401 static auto generator = std::bind(distribution, engine()); local
406 static gen_t generator(engine(), distribution);
409 double random = generator();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 401 static auto generator = std::bind(distribution, engine()); local
406 static gen_t generator(engine(), distribution);
409 double random = generator();

Completed in 575 milliseconds

<<11121314151617181920>>