Home
last modified time | relevance | path

Searched defs:generator (Results 326 - 350 of 367) sorted by relevance

1...<<1112131415

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array-gen.cc115 GenerateIteratingTypedArrayBuiltinBody( const char* name, const BuiltinResultGenerator& generator, const CallResultProcessor& processor, ForEachDirection direction) GenerateIteratingTypedArrayBuiltinBody() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.cc722 generatorScopes( v8::Local<v8::Context> context, v8::Local<v8::Value> generator) generatorScopes() argument
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc878 void BinaryOpWithFeedback(BinaryOpGenerator generator) { in BinaryOpWithFeedback() argument
894 void BinaryOpSmiWithFeedback(BinaryOpGenerator generator) { in BinaryOpSmiWithFeedback() argument
3004 TNode<JSGeneratorObject> generator = CAST(LoadRegisterAtOperandIndex(0)); IGNITION_HANDLER() local
3045 TNode<JSGeneratorObject> generator = CAST(maybe_generator); IGNITION_HANDLER() local
3084 TNode<JSGeneratorObject> generator = CAST(LoadRegisterAtOperandIndex(0)); IGNITION_HANDLER() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-date-time-format.cc1180 CreateICUDateFormat( const icu::Locale& icu_locale, const icu::UnicodeString& skeleton, icu::DateTimePatternGenerator* generator, JSDateTimeFormat::HourCycle hc) CreateICUDateFormat() argument
1213 Create(const icu::Locale& icu_locale, const icu::UnicodeString& skeleton, icu::DateTimePatternGenerator* generator, JSDateTimeFormat::HourCycle hc) Create() argument
1243 CreateICUDateFormatFromCache( const icu::Locale& icu_locale, const icu::UnicodeString& skeleton, icu::DateTimePatternGenerator* generator, JSDateTimeFormat::HourCycle hc) CreateICUDateFormatFromCache() argument
1387 DateTimeStylePattern( JSDateTimeFormat::DateTimeStyle date_style, JSDateTimeFormat::DateTimeStyle time_style, icu::Locale& icu_locale, JSDateTimeFormat::HourCycle hc, icu::DateTimePatternGenerator* generator) DateTimeStylePattern() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistp256.c2044 EC_POINT *generator = NULL; in ossl_ec_GFp_nistp256_points_mul() local
2234 EC_POINT *generator = NULL; ossl_ec_GFp_nistp256_precompute_mult() local
[all...]
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_clnt.c1991 PACKET prime, generator, salt, server_pub; in tls_process_ske_srp() local
2035 PACKET prime, generator, pub_key; in tls_process_ske_dhe() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidation_state.cpp113 setHeader(void* user_data, spv_endianness_t, uint32_t, uint32_t version, uint32_t generator, uint32_t id_bound, uint32_t) setHeader() argument
H A Dvalidation_state.h127 uint32_t generator() const { return generator_; } in generator() function in spvtools::val::ValidationState_t
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DPixelProcessor.cpp1201 QuadRasterizer *generator = nullptr; in routine() local
H A DVertexProcessor.cpp1106 VertexRoutine *generator = nullptr; in routine() local
/third_party/openssl/ssl/statem/
H A Dstatem_clnt.c1983 PACKET prime, generator, salt, server_pub; in tls_process_ske_srp() local
2027 PACKET prime, generator, pub_key; in tls_process_ske_dhe() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidation_state.cpp113 setHeader(void* user_data, spv_endianness_t, uint32_t, uint32_t version, uint32_t generator, uint32_t id_bound, uint32_t) setHeader() argument
H A Dvalidation_state.h127 uint32_t generator() const { return generator_; } in generator() function in spvtools::val::ValidationState_t
/third_party/openssl/crypto/ec/
H A Decp_nistp256.c2044 EC_POINT *generator = NULL; in ossl_ec_GFp_nistp256_points_mul() local
2234 EC_POINT *generator = NULL; ossl_ec_GFp_nistp256_precompute_mult() local
[all...]
/third_party/python/Lib/test/
H A Dtest_threading.py832 def generator(): function
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl.cc89 ScopedBitCast(GeneratorImpl* generator, in ScopedBitCast() argument
/third_party/spirv-tools/include/spirv-tools/
H A Dlibspirv.h428 uint32_t generator; member
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc952 auto& generator = output_directories[output_location]; in Run() local
781 RegisterGenerator(const std::string& flag_name, CodeGenerator* generator, const std::string& help_text) RegisterGenerator() argument
791 RegisterGenerator( const std::string& flag_name, const std::string& option_flag_name, CodeGenerator* generator, const std::string& help_text) RegisterGenerator() argument
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DTextFormat.java246 printUnknownFieldValue( final int tag, final Object value, final TextGenerator generator) printUnknownFieldValue() argument
344 print(final MessageOrBuilder message, final TextGenerator generator) print() argument
358 printAny(final MessageOrBuilder message, final TextGenerator generator) printAny() argument
421 printField( final FieldDescriptor field, final Object value, final TextGenerator generator) printField() argument
531 printFieldValue( final FieldDescriptor field, final Object value, final TextGenerator generator) printFieldValue() argument
662 printUnknownFieldValue( final int tag, final Object value, final TextGenerator generator) printUnknownFieldValue() argument
699 printMessage(final MessageOrBuilder message, final TextGenerator generator) printMessage() argument
707 printSingleField( final FieldDescriptor field, final Object value, final TextGenerator generator) printSingleField() argument
749 printUnknownFields( final UnknownFieldSet unknownFields, final TextGenerator generator) printUnknownFields() argument
775 printUnknownField( final int number, final int wireType, final List<?> values, final TextGenerator generator) printUnknownField() argument
[all...]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc1559 const FieldGenerator& generator = field_generators_.get(field); in GenerateClassDefinition() local
1739 uint32 CalcFieldNum(const FieldGenerator& generator, in CalcFieldNum() argument
1793 const FieldGenerator& generator = field_generators_.get(field); in GenerateFieldMetadata() local
1889 const FieldGenerator& generator = field_generators_.get(field); in GenerateFieldMetadata() local
2224 const FieldGenerator& generator in GenerateParseOffsets() local
3240 const FieldGenerator& generator = field_generators_.get(field); GenerateClassSpecificMergeFrom() local
3861 const FieldGenerator& generator = field_generators_.get(field); GenerateByteSize() local
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidation_state.cpp118 setHeader(void* user_data, spv_endianness_t, uint32_t, uint32_t version, uint32_t generator, uint32_t id_bound, uint32_t) setHeader() argument
H A Dvalidation_state.h126 uint32_t generator() const { return generator_; } in generator() function in spvtools::val::ValidationState_t
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderApiTests.cpp285 ShaderAllocator::ShaderAllocator (glu::RenderContext& context, SourceGenerator& generator) in ShaderAllocator() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c520 int crypto_dh_init(u8 generator, const u8 *prime, size_t prime_len, u8 *privkey, in crypto_dh_init() argument
546 int crypto_dh_derive_secret(u8 generator, const u8 *prime, size_t prime_len, in crypto_dh_derive_secret() argument
H A Dcrypto_wolfssl.c778 int crypto_dh_init(u8 generator, const u8 *prime, size_t prime_len, u8 *privkey, in crypto_dh_init() argument
828 int crypto_dh_derive_secret(u8 generator, const u8 *prime, size_t prime_len, in crypto_dh_derive_secret() argument

Completed in 65 milliseconds

1...<<1112131415