HomeSort by relevance Sort by last modified time
    Searched refs:generator (Results 76 - 100 of 159) sorted by null

1 2 34 5 6 7

  /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...]
  /external/v8/test/mjsunit/regress/
bitops-register-alias.js 28 // Test that the code generator can cope with left and right being in
regress-1121.js 33 // pop has custom call generator, so we need some beefier function.
regress-815.js 28 // 815 describes a situation in which the ARM code generator could
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.h 211 MacroAssemblerCodePtr getCTIStub(ThunkGenerator generator)
213 return jitStubs->ctiStub(this, generator);
JSGlobalData.cpp 360 NativeExecutable* JSGlobalData::getHostFunction(NativeFunction function, ThunkGenerator generator)
362 return jitStubs->hostFunctionStub(this, function, generator);
  /frameworks/base/core/tests/coretests/src/android/widget/
SimpleCursorAdapterTest.java 70 Random generator = new Random(); local
77 Integer r = generator.nextInt();
  /sdk/assetstudio/tests/src/com/android/assetstudiolib/
GeneratorTest.java 35 * Shared test infrastructure for code generator
42 GraphicGenerator generator, GraphicGenerator.Options options)
47 generator.generate(null, categoryMap, this, options, baseName);
  /external/v8/test/cctest/
test-profile-generator.cc 3 // Tests of profiles generator and utilities.
8 #include "profile-generator-inl.h"
589 ProfileGenerator generator(&profiles);
590 CodeEntry* entry1 = generator.NewCodeEntry(i::Logger::FUNCTION_TAG, "aaa");
591 CodeEntry* entry2 = generator.NewCodeEntry(i::Logger::FUNCTION_TAG, "bbb");
592 CodeEntry* entry3 = generator.NewCodeEntry(i::Logger::FUNCTION_TAG, "ccc");
593 generator.code_map()->AddCode(ToAddress(0x1500), entry1, 0x200);
594 generator.code_map()->AddCode(ToAddress(0x1700), entry2, 0x100);
595 generator.code_map()->AddCode(ToAddress(0x1900), entry3, 0x50);
606 generator.RecordTickSample(sample1)
    [all...]
  /external/v8/src/
heap-profiler.cc 33 #include "profile-generator.h"
408 HeapSnapshotGenerator generator(result, control);
409 generation_completed = generator.GenerateSnapshot();
415 AggregatedHeapSnapshotGenerator generator(&agg_snapshot);
416 generator.GenerateSnapshot();
417 generator.FillHeapSnapshot(result);
790 AggregatedHeapSnapshotGenerator generator(&snapshot);
791 generator.GenerateSnapshot();
    [all...]
cpu-profiler.h 137 ProfileGenerator* generator);
  /external/chromium/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/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 480 os1 << '\'' << *FD << "' is a poor random number generator";
485 << "' is obsolete because it implements a poor random number generator."
516 BR.EmitBasicReport("'random' is not a secure random number generator",
  /external/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
277 // since the source can be located on the stack, and the generator
327 // Having the same base generator guarantees that the other
459 // 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/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...]
  /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/v8/test/mjsunit/
constant-folding.js 29 // The code generator now handles compile-time constants specially.
213 // generator.
codegen-coverage.js 28 // Test paths in the code generator where values in specific registers
  /frameworks/base/libs/rs/
Android.mk 5 # Build rsg-generator ====================
8 LOCAL_MODULE := rsg-generator
  /external/v8/test/mjsunit/compiler/
regress-lbranch-double.js 30 // ARM's code generator for LBranch had a bug, swapping the true/false
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 95 * the generator and stencils produce icons that don't fit within the overall
952 GraphicGenerator generator = null; local
    [all...]
  /external/dbus/dbus/
dbus-message-factory.c 2 /* dbus-message-factory.c Generator of valid and invalid message data for test suite
1254 int generator; local
    [all...]
  /external/icu4c/test/intltest/
dtptngts.cpp 722 DateTimePatternGenerator *generator = DateTimePatternGenerator::createInstance( locale, status); local
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
CursorWindowTest.java 673 Random generator = new Random(); local
680 col.add(j == 0 ? i : generator.nextInt());

Completed in 3025 milliseconds

1 2 34 5 6 7