Home
last modified time | relevance | path

Searched defs:args (Results 2026 - 2050 of 2626) sorted by relevance

1...<<81828384858687888990>>...106

/third_party/mesa3d/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.c77 struct drm_gem_close args; in virgl_hw_res_destroy() local
994 struct drm_virtgpu_get_caps args; in virgl_drm_get_caps() local
[all...]
/third_party/node/src/api/
H A Denvironment.cc83 Local<Value> args[] = { in PrepareStackTraceCallback() local
400 CreateEnvironment( IsolateData* isolate_data, Local<Context> context, const std::vector<std::string>& args, const std::vector<std::string>& exec_args, EnvironmentFlags::Flags flags, ThreadId thread_id, std::unique_ptr<InspectorParentHandle> inspector_parent_handle) CreateEnvironment() argument
/third_party/node/src/crypto/
H A Dcrypto_context.cc241 void GetRootCertificates(const FunctionCallbackInfo<Value>& args) { in GetRootCertificates() argument
419 void SecureContext::New(const FunctionCallbackInfo<Value>& args) { in New() argument
424 void SecureContext::Init(const FunctionCallbackInfo<Value>& args) { in Init() argument
595 SetKey(const FunctionCallbackInfo<Value>& args) SetKey() argument
628 SetSigalgs(const FunctionCallbackInfo<Value>& args) SetSigalgs() argument
644 SetEngineKey(const FunctionCallbackInfo<Value>& args) SetEngineKey() argument
700 SetCert(const FunctionCallbackInfo<Value>& args) SetCert() argument
727 AddCACert(const FunctionCallbackInfo<Value>& args) AddCACert() argument
764 AddCRL(const FunctionCallbackInfo<Value>& args) AddCRL() argument
785 AddRootCerts(const FunctionCallbackInfo<Value>& args) AddRootCerts() argument
791 SetCipherSuites(const FunctionCallbackInfo<Value>& args) SetCipherSuites() argument
808 SetCiphers(const FunctionCallbackInfo<Value>& args) SetCiphers() argument
832 SetECDHCurve(const FunctionCallbackInfo<Value>& args) SetECDHCurve() argument
847 SetDHParam(const FunctionCallbackInfo<Value>& args) SetDHParam() argument
894 SetMinProto(const FunctionCallbackInfo<Value>& args) SetMinProto() argument
906 SetMaxProto(const FunctionCallbackInfo<Value>& args) SetMaxProto() argument
918 GetMinProto(const FunctionCallbackInfo<Value>& args) GetMinProto() argument
929 GetMaxProto(const FunctionCallbackInfo<Value>& args) GetMaxProto() argument
940 SetOptions(const FunctionCallbackInfo<Value>& args) SetOptions() argument
954 SetSessionIdContext( const FunctionCallbackInfo<Value>& args) SetSessionIdContext() argument
987 SetSessionTimeout(const FunctionCallbackInfo<Value>& args) SetSessionTimeout() argument
998 Close(const FunctionCallbackInfo<Value>& args) Close() argument
1005 LoadPKCS12(const FunctionCallbackInfo<Value>& args) LoadPKCS12() argument
1088 SetClientCertEngine( const FunctionCallbackInfo<Value>& args) SetClientCertEngine() argument
1123 GetTicketKeys(const FunctionCallbackInfo<Value>& args) GetTicketKeys() argument
1138 SetTicketKeys(const FunctionCallbackInfo<Value>& args) SetTicketKeys() argument
1157 EnableTicketKeyCallback( const FunctionCallbackInfo<Value>& args) EnableTicketKeyCallback() argument
1312 GetCertificate(const FunctionCallbackInfo<Value>& args) GetCertificate() argument
1381 IsExtraRootCertsFileLoaded( const FunctionCallbackInfo<Value>& args) IsExtraRootCertsFileLoaded() argument
[all...]
H A Dcrypto_keys.cc43 GetKeyFormatAndTypeFromJs( AsymmetricKeyEncodingConfig* config, const FunctionCallbackInfo<Value>& args, unsigned int* offset, KeyEncodingContext context) GetKeyFormatAndTypeFromJs() argument
512 ImportJWKAsymmetricKey( Environment* env, Local<Object> jwk, const char* kty, const FunctionCallbackInfo<Value>& args, unsigned int offset) ImportJWKAsymmetricKey() argument
672 GetPrivateKeyEncodingFromJs( const FunctionCallbackInfo<Value>& args, unsigned int* offset, KeyEncodingContext context) GetPrivateKeyEncodingFromJs() argument
720 GetPublicKeyEncodingFromJs( const FunctionCallbackInfo<Value>& args, unsigned int* offset, KeyEncodingContext context) GetPublicKeyEncodingFromJs() argument
729 GetPrivateKeyFromJs( const FunctionCallbackInfo<Value>& args, unsigned int* offset, bool allow_key_object) GetPrivateKeyFromJs() argument
756 GetPublicOrPrivateKeyFromJs( const FunctionCallbackInfo<Value>& args, unsigned int* offset) GetPublicOrPrivateKeyFromJs() argument
961 New(const FunctionCallbackInfo<Value>& args) New() argument
973 Init(const FunctionCallbackInfo<Value>& args) Init() argument
1016 InitJWK(const FunctionCallbackInfo<Value>& args) InitJWK() argument
1055 InitECRaw(const FunctionCallbackInfo<Value>& args) InitECRaw() argument
1093 InitEDRaw(const FunctionCallbackInfo<Value>& args) InitEDRaw() argument
1135 Equals(const FunctionCallbackInfo<Value>& args) Equals() argument
1183 GetKeyDetail(const FunctionCallbackInfo<Value>& args) GetKeyDetail() argument
1236 GetAsymmetricKeyType( const FunctionCallbackInfo<Value>& args) GetAsymmetricKeyType() argument
1265 CheckEcKeyData(const FunctionCallbackInfo<Value>& args) CheckEcKeyData() argument
1272 GetSymmetricKeySize( const FunctionCallbackInfo<Value>& args) GetSymmetricKeySize() argument
1280 Export(const FunctionCallbackInfo<Value>& args) Export() argument
1328 ExportJWK( const v8::FunctionCallbackInfo<v8::Value>& args) ExportJWK() argument
1355 New(const FunctionCallbackInfo<Value>& args) New() argument
1363 CreateNativeKeyObjectClass( const FunctionCallbackInfo<Value>& args) CreateNativeKeyObjectClass() argument
[all...]
H A Dcrypto_util.h135 void Decode(const v8::FunctionCallbackInfo<v8::Value>& args, in Decode() argument
191 Insert(const NodeCryptoError error, Args&&... args) Insert() argument
373 v8::Local<v8::Value> args[2]; global() variable
411 Run(const v8::FunctionCallbackInfo<v8::Value>& args) Run() argument
461 New(const v8::FunctionCallbackInfo<v8::Value>& args) New() argument
[all...]
/third_party/node/src/
H A Dnode.h355 InitializeOncePerProcess( const std::vector<std::string>& args, std::initializer_list<ProcessInitializationFlags::Flags> list) InitializeOncePerProcess() argument
H A Dnode_contextify.cc352 void ContextifyContext::MakeContext(const FunctionCallbackInfo<Value>& args) { in MakeContext() argument
400 IsContext(const FunctionCallbackInfo<Value>& args) IsContext() argument
434 Get(const PropertyCallbackInfo<T>& args) Get() argument
456 PropertyGetterCallback( Local<Name> property, const PropertyCallbackInfo<Value>& args) PropertyGetterCallback() argument
483 PropertySetterCallback( Local<Name> property, Local<Value> value, const PropertyCallbackInfo<Value>& args) PropertySetterCallback() argument
552 PropertyDescriptorCallback( Local<Name> property, const PropertyCallbackInfo<Value>& args) PropertyDescriptorCallback() argument
573 PropertyDefinerCallback( Local<Name> property, const PropertyDescriptor& desc, const PropertyCallbackInfo<Value>& args) PropertyDefinerCallback() argument
634 PropertyDeleterCallback( Local<Name> property, const PropertyCallbackInfo<Boolean>& args) PropertyDeleterCallback() argument
653 PropertyEnumeratorCallback( const PropertyCallbackInfo<Array>& args) PropertyEnumeratorCallback() argument
669 IndexedPropertyGetterCallback( uint32_t index, const PropertyCallbackInfo<Value>& args) IndexedPropertyGetterCallback() argument
682 IndexedPropertySetterCallback( uint32_t index, Local<Value> value, const PropertyCallbackInfo<Value>& args) IndexedPropertySetterCallback() argument
696 IndexedPropertyDescriptorCallback( uint32_t index, const PropertyCallbackInfo<Value>& args) IndexedPropertyDescriptorCallback() argument
709 IndexedPropertyDefinerCallback( uint32_t index, const PropertyDescriptor& desc, const PropertyCallbackInfo<Value>& args) IndexedPropertyDefinerCallback() argument
723 IndexedPropertyDeleterCallback( uint32_t index, const PropertyCallbackInfo<Boolean>& args) IndexedPropertyDeleterCallback() argument
768 New(const FunctionCallbackInfo<Value>& args) New() argument
963 CreateCachedData( const FunctionCallbackInfo<Value>& args) CreateCachedData() argument
983 RunInContext(const FunctionCallbackInfo<Value>& args) RunInContext() argument
1036 EvalMachine(Local<Context> context, Environment* env, const int64_t timeout, const bool display_errors, const bool break_on_sigint, const bool break_on_first_line, std::shared_ptr<MicrotaskQueue> mtask_queue, const FunctionCallbackInfo<Value>& args) EvalMachine() argument
1136 CompileFunction( const FunctionCallbackInfo<Value>& args) CompileFunction() argument
1309 StartSigintWatchdog(const FunctionCallbackInfo<Value>& args) StartSigintWatchdog() argument
1314 StopSigintWatchdog(const FunctionCallbackInfo<Value>& args) StopSigintWatchdog() argument
1319 WatchdogHasPendingSigint(const FunctionCallbackInfo<Value>& args) WatchdogHasPendingSigint() argument
1324 MeasureMemory(const FunctionCallbackInfo<Value>& args) MeasureMemory() argument
1359 New(const FunctionCallbackInfo<Value>& args) New() argument
[all...]
H A Dnode_buffer.cc524 void CreateFromString(const FunctionCallbackInfo<Value>& args) { in CreateFromString() argument
536 void StringSlice(const FunctionCallbackInfo<Value>& args) { in StringSlice() argument
571 DecodeUTF8(const FunctionCallbackInfo<Value>& args) DecodeUTF8() argument
625 Copy(const FunctionCallbackInfo<Value> &args) Copy() argument
663 Fill(const FunctionCallbackInfo<Value>& args) Fill() argument
757 StringWrite(const FunctionCallbackInfo<Value>& args) StringWrite() argument
789 ByteLengthUtf8(const FunctionCallbackInfo<Value> &args) ByteLengthUtf8() argument
814 CompareOffset(const FunctionCallbackInfo<Value> &args) CompareOffset() argument
858 Compare(const FunctionCallbackInfo<Value> &args) Compare() argument
911 IndexOfString(const FunctionCallbackInfo<Value>& args) IndexOfString() argument
1029 IndexOfBuffer(const FunctionCallbackInfo<Value>& args) IndexOfBuffer() argument
1037 THROW_AND_RETURN_UNLESS_BUFFER(Environment::GetCurrent(args), args[0]); IndexOfBuffer() local
1038 THROW_AND_RETURN_UNLESS_BUFFER(Environment::GetCurrent(args), args[1]); IndexOfBuffer() local
1102 IndexOfNumber(const FunctionCallbackInfo<Value>& args) IndexOfNumber() argument
1107 THROW_AND_RETURN_UNLESS_BUFFER(Environment::GetCurrent(args), args[0]); IndexOfNumber() local
1134 Swap16(const FunctionCallbackInfo<Value>& args) Swap16() argument
1143 Swap32(const FunctionCallbackInfo<Value>& args) Swap32() argument
1152 Swap64(const FunctionCallbackInfo<Value>& args) Swap64() argument
1163 EncodeUtf8String(const FunctionCallbackInfo<Value>& args) EncodeUtf8String() argument
1194 EncodeInto(const FunctionCallbackInfo<Value>& args) EncodeInto() argument
1226 IsUtf8(const FunctionCallbackInfo<Value>& args) IsUtf8() argument
1241 IsAscii(const FunctionCallbackInfo<Value>& args) IsAscii() argument
1256 SetBufferPrototype(const FunctionCallbackInfo<Value>& args) SetBufferPrototype() argument
1264 GetZeroFillToggle(const FunctionCallbackInfo<Value>& args) GetZeroFillToggle() argument
1293 DetachArrayBuffer(const FunctionCallbackInfo<Value>& args) DetachArrayBuffer() argument
1326 CopyArrayBuffer(const FunctionCallbackInfo<Value>& args) CopyArrayBuffer() argument
[all...]
H A Dnode_errors.cc956 void SetPrepareStackTraceCallback(const FunctionCallbackInfo<Value>& args) { in SetPrepareStackTraceCallback() argument
962 static void SetSourceMapsEnabled(const FunctionCallbackInfo<Value>& args) { in SetSourceMapsEnabled() argument
968 SetGetSourceMapErrorSource( const FunctionCallbackInfo<Value>& args) SetGetSourceMapErrorSource() argument
975 SetMaybeCacheGeneratedSourceMap( const FunctionCallbackInfo<Value>& args) SetMaybeCacheGeneratedSourceMap() argument
982 SetEnhanceStackForFatalException( const FunctionCallbackInfo<Value>& args) SetEnhanceStackForFatalException() argument
992 NoSideEffectsToString(const FunctionCallbackInfo<Value>& args) NoSideEffectsToString() argument
999 TriggerUncaughtException(const FunctionCallbackInfo<Value>& args) TriggerUncaughtException() argument
[all...]
H A Dnode_http_parser.cc548 static void New(const FunctionCallbackInfo<Value>& args) { in New() argument
554 static void Close(const FunctionCallbackInfo<Value>& args) { in Close() argument
562 Free(const FunctionCallbackInfo<Value>& args) Free() argument
572 Remove(const FunctionCallbackInfo<Value>& args) Remove() argument
596 Execute(const FunctionCallbackInfo<Value>& args) Execute() argument
609 Finish(const FunctionCallbackInfo<Value>& args) Finish() argument
620 Initialize(const FunctionCallbackInfo<Value>& args) Initialize() argument
685 Pause(const FunctionCallbackInfo<Value>& args) Pause() argument
700 Consume(const FunctionCallbackInfo<Value>& args) Consume() argument
710 Unconsume(const FunctionCallbackInfo<Value>& args) Unconsume() argument
722 GetCurrentBuffer(const FunctionCallbackInfo<Value>& args) GetCurrentBuffer() argument
734 Duration(const FunctionCallbackInfo<Value>& args) Duration() argument
747 HeadersCompleted(const FunctionCallbackInfo<Value>& args) HeadersCompleted() argument
1047 New(const FunctionCallbackInfo<Value>& args) New() argument
1054 All(const FunctionCallbackInfo<Value>& args) All() argument
1071 Idle(const FunctionCallbackInfo<Value>& args) Idle() argument
1090 Active(const FunctionCallbackInfo<Value>& args) Active() argument
1107 Expired(const FunctionCallbackInfo<Value>& args) Expired() argument
[all...]
H A Dnode_snapshotable.cc1465 void CompileSerializeMain(const FunctionCallbackInfo<Value>& args) { in CompileSerializeMain() argument
1096 Generate(SnapshotData* out, const std::vector<std::string> args, const std::vector<std::string> exec_args) Generate() argument
1294 Generate(std::ostream& out, const std::vector<std::string> args, const std::vector<std::string> exec_args) Generate() argument
1493 SetSerializeCallback(const FunctionCallbackInfo<Value>& args) SetSerializeCallback() argument
1500 SetDeserializeCallback(const FunctionCallbackInfo<Value>& args) SetDeserializeCallback() argument
1507 SetDeserializeMainFunction(const FunctionCallbackInfo<Value>& args) SetDeserializeMainFunction() argument
[all...]
H A Dnode_sockaddr.cc586 New( const FunctionCallbackInfo<Value>& args) New() argument
593 AddAddress( const FunctionCallbackInfo<Value>& args) AddAddress() argument
608 AddRange( const FunctionCallbackInfo<Value>& args) AddRange() argument
633 AddSubnet( const FunctionCallbackInfo<Value>& args) AddSubnet() argument
659 Check( const FunctionCallbackInfo<Value>& args) Check() argument
672 GetRules( const FunctionCallbackInfo<Value>& args) GetRules() argument
790 New(const FunctionCallbackInfo<Value>& args) New() argument
813 Detail(const FunctionCallbackInfo<Value>& args) Detail() argument
843 GetFlowLabel(const FunctionCallbackInfo<Value>& args) GetFlowLabel() argument
849 LegacyDetail(const FunctionCallbackInfo<Value>& args) LegacyDetail() argument
[all...]
H A Dnode_zlib.cc289 static void Close(const FunctionCallbackInfo<Value>& args) { in Close() argument
298 static void Write(const FunctionCallbackInfo<Value>& args) { in Write() argument
441 Local<Value> args[] = { EmitError() local
454 Reset(const FunctionCallbackInfo<Value> &args) Reset() argument
563 New(const FunctionCallbackInfo<Value>& args) New() argument
572 Init(const FunctionCallbackInfo<Value>& args) Init() argument
633 Params(const FunctionCallbackInfo<Value>& args) Params() argument
669 New(const FunctionCallbackInfo<Value>& args) New() argument
677 Init(const FunctionCallbackInfo<Value>& args) Init() argument
719 Params(const FunctionCallbackInfo<Value>& args) Params() argument
[all...]
H A Dspawn_sync.cc370 void SyncProcessRunner::Spawn(const FunctionCallbackInfo<Value>& args) { in Spawn() argument
/third_party/musl/porting/linux/user/src/internal/
H A Ddynlink.h64 size_t args[2]; member
/third_party/musl/src/internal/
H A Ddynlink.h74 size_t args[2]; member
/third_party/node/deps/icu-small/source/common/
H A Dlocdspnm.cpp38 va_list args; in ncat() local
H A Ducnvisci.cpp896 UConverter_fromUnicode_ISCII_OFFSETS_LOGIC( UConverterFromUnicodeArgs * args, UErrorCode * err) UConverter_fromUnicode_ISCII_OFFSETS_LOGIC() argument
1180 UConverter_toUnicode_ISCII_OFFSETS_LOGIC(UConverterToUnicodeArgs *args, UErrorCode* err) UConverter_toUnicode_ISCII_OFFSETS_LOGIC() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Ddebug_output.c688 _debug_message(void *data, unsigned *id, enum util_debug_type ptype, const char *fmt, va_list args) _debug_message() argument
H A Dtexobj.c629 va_list args; in incomplete() local
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_internal.h64 struct dxil_type_list args; member
142 struct dxil_value **args; member
/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.cpp465 run_shader_with_raw_args(Shader shader, const CompileArgs &compile_args, const std::vector<RawShaderArg *> &args) run_shader_with_raw_args() argument
794 struct clc_compile_args args = { compile() local
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpackage.cpp64 printPackageError(void *context, const char *fmt, va_list args) { in printPackageError() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dtranslit.cpp789 Formattable args[3]; in getDisplayName() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c786 st_context_flush(struct st_context_iface *stctxi, unsigned flags, struct pipe_fence_handle **fence, void (*before_flush_cb) (void*), void* args) st_context_flush() argument

Completed in 38 milliseconds

1...<<81828384858687888990>>...106