/external/chromium/chrome/browser/chromeos/ |
wm_overview_controller.cc | 386 ThumbnailGenerator* generator = local 400 generator->AskForSnapshot(contents->render_view_host(),
|
/external/v8/ |
Android.v8common.mk | 67 src/profile-generator.cc \
|
/external/v8/src/ |
cpu-profiler.cc | 50 ProfileGenerator* generator) 52 generator_(generator),
|
builtins.cc | 1526 byte* generator; member in struct:v8::internal::__anon11556::BuiltinDesc [all...] |
/external/v8/test/mjsunit/ |
sparse-array-reverse.js | 59 // CONG pseudo random number generator. Used for fuzzing the sparse array
|
/build/core/ |
user_tags.mk | 449 rsg-generator \
|
/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/ |
ec.h | 125 -- optional generator with associated information (order, cofactor) 126 -- optional extra data (precomputed table for fast computation of multiples of generator) 211 /** Sets the generator and it's order/cofactor of a EC_GROUP object. 213 * \param generator EC_POINT object with the generator. 214 * \param order the order of the group generated by the generator. 215 * \param cofactor the index of the sub-group generated by the generator 219 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor); 221 /** Returns the generator of a EC_GROUP object. 223 * \return the currently used generator (possibly NULL) [all...] |
ec2_mult.c | 312 * scalar*group->generator + scalars[0]*points[0] + ... + scalars[num-1]*points[num-1] 348 if (!ec_GF2m_montgomery_point_multiply(group, p, scalar, group->generator, ctx)) goto err;
|
ec_lcl.h | 187 EC_POINT *generator; /* optional */ member in struct:ec_group_st
|
/external/openssl/include/openssl/ |
ec.h | 125 -- optional generator with associated information (order, cofactor) 126 -- optional extra data (precomputed table for fast computation of multiples of generator) 211 /** Sets the generator and it's order/cofactor of a EC_GROUP object. 213 * \param generator EC_POINT object with the generator. 214 * \param order the order of the group generated by the generator. 215 * \param cofactor the index of the sub-group generated by the generator 219 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor); 221 /** Returns the generator of a EC_GROUP object. 223 * \return the currently used generator (possibly NULL) [all...] |
/external/v8/src/arm/ |
lithium-arm.h | 181 virtual void CompileToNative(LCodeGen* generator); \ 201 virtual void CompileToNative(LCodeGen* generator) = 0; 1107 virtual void CompileToNative(LCodeGen* generator); 1123 virtual void CompileToNative(LCodeGen* generator); [all...] |
full-codegen-arm.cc | 127 Comment cmnt(masm_, "[ function compiled by full code generator"); [all...] |
/external/v8/src/ia32/ |
lithium-ia32.h | 181 virtual void CompileToNative(LCodeGen* generator); \ 201 virtual void CompileToNative(LCodeGen* generator) = 0; 1133 virtual void CompileToNative(LCodeGen* generator); 1149 virtual void CompileToNative(LCodeGen* generator); [all...] |
full-codegen-ia32.cc | 115 Comment cmnt(masm_, "[ function compiled by full code generator"); [all...] |
/external/v8/src/x64/ |
lithium-x64.h | 181 virtual void CompileToNative(LCodeGen* generator); \ 202 virtual void CompileToNative(LCodeGen* generator) = 0; 1093 virtual void CompileToNative(LCodeGen* generator); 1109 virtual void CompileToNative(LCodeGen* generator); [all...] |
full-codegen-x64.cc | 115 Comment cmnt(masm_, "[ function compiled by full code generator"); [all...] |
/external/webkit/Source/JavaScriptCore/jit/ |
JITStubs.h | 297 MacroAssemblerCodePtr ctiStub(JSGlobalData* globalData, ThunkGenerator generator);
|
/external/webkit/Source/WebCore/bindings/scripts/test/JS/ |
JSTestObj.cpp | 53 #define THUNK_GENERATOR(generator) , generator 55 #define THUNK_GENERATOR(generator) 109 #define THUNK_GENERATOR(generator) , generator 111 #define THUNK_GENERATOR(generator) 181 #define THUNK_GENERATOR(generator) , generator 183 #define THUNK_GENERATOR(generator) [all...] |
/prebuilt/common/jfreechart/ |
jfreechart-1.0.9.jar | |
/external/v8/tools/ |
codemap.js | 41 * Name generator for entries having duplicate names.
|
/external/webkit/Source/WebCore/platform/graphics/ |
GraphicsContext.cpp | 31 #include "Generator.h" 612 void GraphicsContext::fillRect(const FloatRect& rect, Generator& generator) 616 generator.fill(this, rect);
|
/external/clang/lib/CodeGen/ |
CGCall.cpp | 1064 llvm::Instruction *generator = cast<llvm::Instruction>(result); local [all...] |
/external/webkit/Source/JavaScriptCore/bytecompiler/ |
BytecodeGenerator.h | 54 CallArguments(BytecodeGenerator& generator, ArgumentsNode* argumentsNode);
|