HomeSort by relevance Sort by last modified time
    Searched refs:generator (Results 151 - 175 of 268) sorted by null

1 2 3 4 5 67 8 91011

  /external/v8/test/mjsunit/
codegen-coverage.js 28 // Test paths in the code generator where values in specific registers
sparse-array-reverse.js 59 // CONG pseudo random number generator. Used for fuzzing the sparse array
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.cpp 360 NativeExecutable* JSGlobalData::getHostFunction(NativeFunction function, ThunkGenerator generator)
362 return jitStubs->hostFunctionStub(this, function, generator);
  /external/v8/src/
cpu-profiler.h 127 explicit ProfilerEventsProcessor(ProfileGenerator* generator);
cpu-profiler.cc 48 ProfilerEventsProcessor::ProfilerEventsProcessor(ProfileGenerator* generator)
50 generator_(generator),
builtins.cc 1567 byte* generator; member in struct:v8::internal::__anon15879::BuiltinDesc
    [all...]
  /frameworks/rs/
Android.mk 51 # Build rsg-generator ====================
54 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;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 1113 GraphicGenerator generator = null; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestDFAConversion.java 757 CodeGenerator generator = new CodeGenerator(antlr, g, "Java"); local
758 g.setCodeGenerator(generator);
759 generator.genRecognizer();
1630 CodeGenerator generator = new CodeGenerator(newTool(), g, "Java"); local
    [all...]
TestSymbolDefinitions.java 227 CodeGenerator generator = new CodeGenerator(antlr, g, "Java"); local
228 g.setCodeGenerator(generator);
229 ST recogST = generator.genRecognizer();
  /external/chromium/chrome/browser/chromeos/
wm_overview_controller.cc 386 ThumbnailGenerator* generator = local
400 generator->AskForSnapshot(contents->render_view_host(),
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 133 files = tuple (files) # in case it's a generator, copy it
222 gens = tuple (Ngram.generator (n) for n in ns)
327 def generator (n): member in class:Ngram
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 49 import com.android.notificationstudio.generator.NotificationGenerator;
  /external/chromium/chrome/browser/
aeropeek_manager.cc     [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 325 def _findAll(self, name, attrs, text, limit, generator, **kwargs):
326 "Iterates over a generator looking for things that match."
334 g = generator()
785 generator = self.recursiveChildGenerator
787 generator = self.childGenerator
788 return self._findAll(name, attrs, text, limit, generator, **kwargs)
821 #Generator methods
    [all...]
  /external/openssl/crypto/ec/
ec2_mult.c 314 * scalar*group->generator + scalars[0]*points[0] + ... + scalars[num-1]*points[num-1]
350 if (!ec_GF2m_montgomery_point_multiply(group, p, scalar, group->generator, ctx)) goto err;
  /external/v8/src/arm/
lithium-arm.h 187 virtual void CompileToNative(LCodeGen* generator); \
210 virtual void CompileToNative(LCodeGen* generator) = 0;
1109 virtual void CompileToNative(LCodeGen* generator);
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 182 virtual void CompileToNative(LCodeGen* generator); \
205 virtual void CompileToNative(LCodeGen* generator) = 0;
1110 virtual void CompileToNative(LCodeGen* generator);
    [all...]
stub-cache-ia32.cc     [all...]
  /external/v8/src/mips/
lithium-mips.h 186 virtual void CompileToNative(LCodeGen* generator); \
209 virtual void CompileToNative(LCodeGen* generator) = 0;
1089 virtual void CompileToNative(LCodeGen* generator);
1106 virtual void CompileToNative(LCodeGen* generator);
    [all...]
  /external/v8/src/x64/
lithium-x64.h 187 virtual void CompileToNative(LCodeGen* generator); \
211 virtual void CompileToNative(LCodeGen* generator) = 0;
1088 virtual void CompileToNative(LCodeGen* generator);
1105 virtual void CompileToNative(LCodeGen* generator);
    [all...]
stub-cache-x64.cc     [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.h 297 MacroAssemblerCodePtr ctiStub(JSGlobalData* globalData, ThunkGenerator generator);

Completed in 488 milliseconds

1 2 3 4 5 67 8 91011