Home
last modified time | relevance | path

Searched defs:args (Results 3651 - 3675 of 4805) sorted by relevance

1...<<141142143144145146147148149150>>...193

/third_party/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp806 int Z7_CDECL main(int numArgs, const char *args[]) in main() argument
/third_party/lzma/C/Util/7z/
H A D7zMain.c544 int Z7_CDECL main(int numargs, char *args[]) in main() argument
/third_party/jerryscript/tests/unit-core/
H A Dtest-api.cpp380 jerry_value_t res, args[2]; in HWTEST_F() local
[all...]
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser.c617 cbc_uint16_arguments_t *args = (cbc_uint16_arguments_t *) compiled_code_p; in parse_print_final_cbc() local
627 cbc_uint8_arguments_t *args = (cbc_uint8_arguments_t *) compiled_code_p; in parse_print_final_cbc() local
[all...]
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/
H A DLzmaSpec.cpp608 int main2(int numArgs, const char *args[]) in main2() argument
700 main(int numArgs, const char *args[]) in main() argument
/third_party/mesa3d/src/compiler/clc/
H A Dclc_helpers.cpp113 std::vector<SPIRVKernelArg> args; member in SPIRVKernelInfo
698 struct clc_kernel_arg *args; clc_spirv_get_kernels_info() local
751 clc_compile_to_llvm_module(LLVMContext &llvm_ctx, const struct clc_compile_args *args, const struct clc_logger *logger) clc_compile_to_llvm_module() argument
952 llvm_mod_to_spirv(std::unique_ptr<::llvm::Module> mod, LLVMContext &context, const struct clc_compile_args *args, const struct clc_logger *logger, struct clc_binary *out_spirv) llvm_mod_to_spirv() argument
1012 clc_c_to_spir(const struct clc_compile_args *args, const struct clc_logger *logger, struct clc_binary *out_spir) clc_c_to_spir() argument
1038 clc_c_to_spirv(const struct clc_compile_args *args, const struct clc_logger *logger, struct clc_binary *out_spirv) clc_c_to_spirv() argument
1101 clc_link_spirv_binaries(const struct clc_linker_args *args, const struct clc_logger *logger, struct clc_binary *out_spirv) clc_link_spirv_binaries() argument
[all...]
/third_party/ltp/testcases/kernel/fs/fsx-linux/
H A Dfsx-linux.c70 int args[3]; member
153 va_list args; in prt() local
[all...]
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c659 struct lws_process_html_args args; in lws_http_serve() local
1603 struct lws_process_html_args args; in lws_http_action() local
3032 struct lws_process_html_args args; lws_serve_http_file_fragment() local
3351 lws_chunked_html_process(struct lws_process_html_args *args, struct lws_process_html_state *s) lws_chunked_html_process() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_bo.c133 struct drm_gem_close args = { .handle = export->gem_handle }; in bo_destroy() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm.c347 LLVMValueRef args[] = { in si_init_exec_from_input() local
[all...]
H A Dsi_shader_llvm_vs.c399 struct ac_export_args *args = &clipdist[reg_index]; in si_llvm_clipvertex_to_clipdist() local
430 si_llvm_init_vs_export_args(struct si_shader_context *ctx, const LLVMValueRef *values, unsigned target, struct ac_export_args *args) si_llvm_init_vs_export_args() argument
[all...]
H A Dsi_shader_llvm_ps.c57 struct ac_image_args args = {}; in si_nir_emit_fbfetch() local
222 struct ac_export_args args[10]; global() member
225 pack_two_16bit(struct ac_llvm_context *ctx, LLVMValueRef args[2]) pack_two_16bit() argument
252 si_llvm_init_ps_export_args(struct si_shader_context *ctx, LLVMValueRef *values, unsigned cbuf, unsigned compacted_mrt_index, unsigned color_type, struct ac_export_args *args) si_llvm_init_ps_export_args() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
H A Dinvocation.cpp144 std::vector<binary::argument> args; in create_binary_from_spirv() local
/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...]

Completed in 36 milliseconds

1...<<141142143144145146147148149150>>...193