| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| H A D | code-generator-arm.cc | 33 ArmOperandConverter(CodeGenerator* gen, Instruction* instr) in ArmOperandConverter() argument 177 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Operand offset, in OutOfLineRecordWrite() argument 244 OutOfLineFloatMin(CodeGenerator* gen, T result, T left, T right) in OutOfLineFloatMin() argument 260 OutOfLineFloatMax(CodeGenerator* gen, T result, T left, T right) in OutOfLineFloatMax() argument [all...] |
| /third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
| H A D | ec_kmgmt.c | 987 unsigned char *gen, *seed; member
|
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | v3_utl.c | 505 GENERAL_NAME *gen; in STACK_OF() local 915 GENERAL_NAME *gen; in do_x509_check() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | OutputGLSLBase.cpp | 69 Stream &operator<<(Stream &out, CommaSeparatedListItemPrefixGenerator &gen) in operator <<() argument
|
| /third_party/skia/src/image/ |
| H A D | SkImage_Gpu.cpp | 679 auto gen = GrBackendTextureImageGenerator::Make(std::move(texture), view.origin(), in MakeCrossContextFromPixmap() local 690 auto gen = GrAHardwareBufferImageGenerator::Make(graphicBuffer, at, cs, surfaceOrigin); in MakeFromAHardwareBuffer() local
|
| /third_party/openssl/providers/implementations/keymgmt/ |
| H A D | ec_kmgmt.c | 987 unsigned char *gen, *seed; member
|
| /third_party/openssl/crypto/x509/ |
| H A D | v3_utl.c | 505 GENERAL_NAME *gen; in STACK_OF() local 915 GENERAL_NAME *gen; in do_x509_check() local [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_random.py | 441 gen = random.SystemRandom() global() variable in SystemRandom_TestBasicOps 598 gen = random.Random() global() variable in MersenneTwister_TestBasicOps [all...] |
| H A D | test_asyncgen.py | 180 async def gen(): function 192 async def gen(): function 221 async def gen() function 231 async def gen(): global() function 252 async def gen(): global() function 261 async def gen(): global() function 343 async def gen(): global() function 381 async def gen(): global() function 511 async def gen(): global() function 538 async def gen(): global() function 545 async def gen(): global() function 747 async def gen(): global() function 769 async def gen(): global() function 781 async def gen(): global() function 896 async def gen(): global() function 1034 async def gen(): global() function 1071 async def gen(): global() function 1106 async def gen(): global() function 1166 async def gen(): global() function 1202 async def gen(): global() function 1236 async def gen(): global() function 1282 async def gen(): global() function 1326 async def gen(): global() function 1376 async def gen(): global() function 1396 async def gen(): global() function 1414 async def gen(): global() function [all...] |
| H A D | test_iter.py | 1068 def gen(): function 1109 def gen(): function
|
| /third_party/python/Objects/ |
| H A D | frameobject.c | 600 PyGenObject *gen = _PyFrame_GetGenerator(frame->f_frame); in _PyFrame_GetState() local 916 PyGenObject *gen = _PyFrame_GetGenerator(f->f_frame); in frame_clear() local 1377 PyGenObject *gen = _PyFrame_GetGenerator(frame->f_frame); in PyFrame_GetGenerator() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
| H A D | container.h | 690 void c_generate(C& c, Generator&& gen) { in c_generate() argument 813 void c_shuffle(RandomAccessContainer& c, UniformRandomBitGenerator&& gen) { in c_shuffle() argument 702 c_generate_n(C& c, Size n, Generator&& gen) c_generate_n() argument
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsLifetimeTests.hpp | 190 GLuint gen (void) { return glCreateProgram(); } in gen() function in deqp::gls::LifetimeTests::details::ProgramType 203 GLuint gen (void) { return glCreateShader(GL_FRAGMENT_SHADER); } in gen() function in deqp::gls::LifetimeTests::details::ShaderType
|
| /base/security/certificate_framework/frameworks/adapter/v1.0/src/ |
| H A D | x509_certificate_openssl.c | 1538 static bool CompareGN2Blob(const GENERAL_NAME *gen, CfBlob *nc) in CompareGN2Blob() argument [all...] |
| H A D | x509_cert_chain_openssl.c | 711 GENERAL_NAME *gen = NULL; in GetDpUrl() local
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_rate.c | 51 snd_pcm_generic_t gen; member [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | dtptngts.cpp | 496 DateTimePatternGenerator *gen = DateTimePatternGenerator::createInstance(deLocale, status); in testAPI() local 1189 DateTimePatternGenerator *gen = DateTimePatternGenerator::createInstance( testC() local 1252 DateTimePatternGenerator *gen = DateTimePatternGenerator::createEmptyInstance(status); testSkeletonsWithDayPeriods() local [all...] |
| /third_party/libdrm/intel/ |
| H A D | intel_decode.c | 50 int gen; member 3148 int gen; in decode_3d_965() member 3818 int gen = 0; drm_intel_decode_context_alloc() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | nine_ff.c | 1672 unsigned gen = (context->ff.tex_stage[s][D3DTSS_TEXCOORDINDEX] >> 16) + 1; in nine_ff_get_vs() local
|
| /third_party/node/src/crypto/ |
| H A D | crypto_common.cc | 686 static bool PrintGeneralName(const BIOPointer& out, const GENERAL_NAME* gen) { in PrintGeneralName() argument 828 GENERAL_NAME* gen = sk_GENERAL_NAME_value(names, i); SafeX509SubjectAltNamePrint() local [all...] |
| /third_party/nghttp2/src/ |
| H A D | shrpx.cc | 3910 auto gen = util::make_mt19937(); in process_options() local
|
| /third_party/node/deps/v8/src/compiler/backend/arm64/ |
| H A D | code-generator-arm64.cc | 30 Arm64OperandConverter(CodeGenerator* gen, Instruction* instr) in Arm64OperandConverter() argument 269 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Operand offset, in OutOfLineRecordWrite() argument 395 WasmOutOfLineTrap(CodeGenerator* gen, Instruction* instr) in WasmOutOfLineTrap() argument 440 WasmProtectedInstructionTrap(CodeGenerator* gen, in argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | code-generator.cc | 1309 OutOfLineCode::OutOfLineCode(CodeGenerator* gen) in OutOfLineCode() argument
|
| /third_party/node/deps/v8/src/compiler/backend/mips64/ |
| H A D | code-generator-mips64.cc | 39 MipsOperandConverter(CodeGenerator* gen, Instruction* instr) in MipsOperandConverter() argument 147 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Register index, in OutOfLineRecordWrite() argument 3790 void AssembleBranchToLabels(CodeGenerator* gen, TurboAssembler* tasm, in AssembleBranchToLabels() argument 3894 OutOfLineTrap(CodeGenerator* gen, Instruction* instr) AssembleArchTrap() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| H A D | code-generator-ppc.cc | 33 PPCOperandConverter(CodeGenerator* gen, Instruction* instr) in PPCOperandConverter() argument 133 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Register offset, in OutOfLineRecordWrite() argument 155 OutOfLineRecordWrite(CodeGenerator* gen, Register object, int32_t offset, in OutOfLineRecordWrite() argument 3845 OutOfLineTrap(CodeGenerator* gen, Instruction* instr) AssembleArchTrap() argument [all...] |