HomeSort by relevance Sort by last modified time
    Searched refs:generator (Results 251 - 275 of 478) sorted by null

<<11121314151617181920

  /external/icu4c/test/intltest/
dtptngts.cpp 780 DateTimePatternGenerator *generator = DateTimePatternGenerator::createInstance( locale, status); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
throw_allocator.h 409 static auto generator = std::bind(distribution, engine()); local
414 static gen_t generator(engine(), distribution);
417 double random = generator();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
throw_allocator.h 409 static auto generator = std::bind(distribution, engine()); local
414 static gen_t generator(engine(), distribution);
417 double random = generator();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
throw_allocator.h 409 static auto generator = std::bind(distribution, engine()); local
414 static gen_t generator(engine(), distribution);
417 double random = generator();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h 409 static auto generator = std::bind(distribution, engine()); local
414 static gen_t generator(engine(), distribution);
417 double random = generator();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
throw_allocator.h 409 static auto generator = std::bind(distribution, engine()); local
414 static gen_t generator(engine(), distribution);
417 double random = generator();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h 409 static auto generator = std::bind(distribution, engine()); local
414 static gen_t generator(engine(), distribution);
417 double random = generator();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 19 self.generator = tokenize.generate_tokens(stream.readline)
322 tup = self.generator.next()
324 tup = self.generator.next()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 19 self.generator = tokenize.generate_tokens(stream.readline)
322 tup = self.generator.next()
324 tup = self.generator.next()
  /external/chromium_org/ash/launcher/
launcher_view_unittest.cc     [all...]
  /cts/tests/tests/database/src/android/database/cts/
CursorWindowTest.java 412 Random generator = new Random(); local
419 col.add(j == 0 ? i : generator.nextInt());
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_file.cc 448 GeneratorClass generator(descriptor);
449 (generator.*pfn)(&printer);
  /external/chromium_org/v8/
Makefile 363 build/gyp/gyp --generator-output="$(OUTDIR)" build/all.gyp \
371 build/gyp/gyp --generator-output="$(OUTDIR)" build/all.gyp \
  /external/chromium_org/v8/test/mjsunit/
codegen-coverage.js 28 // Test paths in the code generator where values in specific registers
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MapTestSuiteBuilder.java 58 TestMapGenerator<K, V> generator) {
59 return new MapTestSuiteBuilder<K, V>().usingGenerator(generator);
  /external/v8/src/
platform-posix.cc 132 #define UNARY_MATH_FUNCTION(name, generator) \
135 fast_##name##_function = generator; \
cpu-profiler.h 127 explicit ProfilerEventsProcessor(ProfileGenerator* generator);
  /external/v8/test/mjsunit/
codegen-coverage.js 28 // Test paths in the code generator where values in specific registers
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwSettingsTest.java 345 ImagePageGenerator generator) throws Throwable {
347 mGenerator = generator;
1378 ImagePageGenerator generator = new ImagePageGenerator(0, false); local
1731 ImagePageGenerator generator = new ImagePageGenerator(0, false); local
1752 ImagePageGenerator generator = new ImagePageGenerator(0, false); local
1798 ImagePageGenerator generator = new ImagePageGenerator(0, false); local
    [all...]
  /external/chromium_org/ash/wm/
activation_controller_unittest.cc 211 aura::test::EventGenerator& generator(GetEventGenerator());
212 generator.MoveMouseToCenterOf(w1.get());
213 generator.ClickLeftButton();
224 generator.ClickLeftButton();
  /external/chromium_org/native_client_sdk/src/build_tools/
make_simple.py 5 """This is a simplified Makefile generator for single-target gyp files.
15 from gyp.generator.make import QuoteIfNecessary
263 """Main entry point for this generator.
  /frameworks/rs/
Android.mk 52 # Build rsg-generator ====================
55 LOCAL_MODULE := rsg-generator
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
CodeGenerator.java 17 package com.android.notificationstudio.generator;
NotificationGenerator.java 17 package com.android.notificationstudio.generator;

Completed in 546 milliseconds

<<11121314151617181920