Home
last modified time | relevance | path

Searched defs:module (Results 626 - 650 of 1147) sorted by relevance

1...<<21222324252627282930>>...46

/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_test.cpp889 int32_t module = 0; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/core/common/dfx/event/src/
H A Dsoftbus_event.c152 static void WriteSoftbusEvent(SoftbusEventModule module, SoftbusEventForm *form) in WriteSoftbusEvent() argument
164 void SoftbusEventInner(SoftbusEventModule module, SoftbusEventForm *form) in SoftbusEventInner() argument
175 static void WriteSoftbusAudit(SoftbusEventModule module, SoftbusEventFor argument
216 SoftbusAuditInner(SoftbusEventModule module, SoftbusEventForm *form) SoftbusAuditInner() argument
[all...]
/foundation/communication/dsoftbus/tests/core/connection/manager/
H A Dconnection_manager_test.cpp59 int ObjectPostBytes(unsigned int connectionId, uint8_t *data, uint32_t len, int pid, int flag, int module, int64_t seq) in ObjectPostBytes() argument
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/mock/
H A Dtrans_tcp_direct_p2p_test_mock.cpp39 int32_t TransTdcStartSessionListener(ListenerModule module, const LocalListenerInfo *info) in TransTdcStartSessionListener() argument
49 int32_t StopBaseListener(ListenerModule module) in StopBaseListener() argument
59 int32_t RegAuthTransListener(int32_t module, const AuthTransListener *listener) in RegAuthTransListener() argument
120 int32_t AddTrigger(ListenerModule module, int32_t fd, TriggerType trigger) in AddTrigger() argument
155 SessionConn *CreateNewSessinConn(ListenerModule module, bool isServerSid) in CreateNewSessinConn() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter.c214 void BTM_AddLocalL2capPsmForLogging(uint8_t module, uint16_t psm) in BTM_AddLocalL2capPsmForLogging() argument
169 AllocFilterInfo( uint8_t module, uint8_t rfcommScn, uint16_t l2capPsm, bool isLocal, const BtAddr *remoteAddr) AllocFilterInfo() argument
229 BTM_AddRemoteL2capPsmForLogging(uint8_t module, uint16_t psm, const BtAddr *remoteAddr) BTM_AddRemoteL2capPsmForLogging() argument
248 BTM_RemoveLocalL2capPsmForLogging(uint8_t module, uint16_t psm) BTM_RemoveLocalL2capPsmForLogging() argument
268 BTM_RemoveRemoteL2capPsmForLogging(uint8_t module, uint16_t psm, const BtAddr *remoteAddr) BTM_RemoveRemoteL2capPsmForLogging() argument
292 BTM_AddLocalRfcommScnForLogging(uint8_t module, uint8_t scn) BTM_AddLocalRfcommScnForLogging() argument
307 BTM_AddRemoteRfcommScnForLogging(uint8_t module, uint8_t scn, const BtAddr *remoteAddr) BTM_AddRemoteRfcommScnForLogging() argument
326 BTM_RemoveLocalRfcommScnChannelForLogging(uint8_t module, uint8_t scn) BTM_RemoveLocalRfcommScnChannelForLogging() argument
347 BTM_RemoveRemoteRfcommScnChannelForLogging(uint8_t module, uint8_t scn, const BtAddr *remoteAddr) BTM_RemoveRemoteRfcommScnChannelForLogging() argument
[all...]
/third_party/backends/sanei/
H A Dsanei_DomainOS.c117 char *subsystem, *module, *code; in DomainErrorCheck() local
/third_party/jerryscript/jerry-ext/module/
H A Dmodule.c154 jerryx_module_add_to_cache(jerry_value_t cache, jerry_value_t module_name, jerry_value_t module) jerryx_module_add_to_cache() argument
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_util.c302 void ac_dump_module(LLVMModuleRef module) in ac_dump_module() argument
H A Dac_llvm_helper.cpp82 LLVMModuleRef module = LLVMModuleCreateWithNameInContext("mesa-shader", ctx); in ac_create_module() local
249 bool ac_compile_module_to_elf(struct ac_compiler_passes *p, LLVMModuleRef module, in ac_compile_module_to_elf() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_pipeline.h113 VkShaderModule module; member
/third_party/node/lib/
H A D_http_agent.js
H A Dzlib.js
/third_party/node/lib/internal/
H A Dasync_hooks.js
/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.h239 WasmModule* module() const { return shared_module().get(); } in module() function in v8::internal::wasm::ModuleDecoder
H A Dfunction-body-decoder.cc24 HeapType consume_heap_type(Decoder* decoder, const WasmModule* module, in consume_heap_type() argument
89 std::pair<uint32_t, uint32_t> StackEffect(const WasmModule* module, in StackEffect() argument
34 DecodeLocalDecls(const WasmFeatures& enabled, BodyLocalDecls* decls, const WasmModule* module, const byte* start, const byte* end) DecodeLocalDecls() argument
65 VerifyWasmCode(AccountingAllocator* allocator, const WasmFeatures& enabled, const WasmModule* module, WasmFeatures* detected, const FunctionBody& body) VerifyWasmCode() argument
132 PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body, const WasmModule* module, PrintLocals print_locals) PrintRawWasmCode() argument
138 PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body, const WasmModule* module, PrintLocals print_locals, std::ostream& os, std::vector<int>* line_numbers) PrintRawWasmCode() argument
[all...]
H A Dfunction-compiler.cc27 GetBaselineExecutionTier( const WasmModule* module) GetBaselineExecutionTier() argument
208 JSToWasmWrapperCompilationUnit( Isolate* isolate, const FunctionSig* sig, const WasmModule* module, bool is_import, const WasmFeatures& enabled_features, AllowGeneric allow_generic) JSToWasmWrapperCompilationUnit() argument
254 CompileJSToWasmWrapper( Isolate* isolate, const FunctionSig* sig, const WasmModule* module, bool is_import) CompileJSToWasmWrapper() argument
266 CompileSpecificJSToWasmWrapper( Isolate* isolate, const FunctionSig* sig, const WasmModule* module) CompileSpecificJSToWasmWrapper() argument
[all...]
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dhostref.c151 own wasm_module_t* module = wasm_module_new(store, &binary); in main() local
[all...]
H A Dglobal.cc75 auto module = wasm::Module::make(store, binary); in run() local
H A Dmemory.c125 own wasm_module_t* module = wasm_module_new(store, &binary); in main() local
[all...]
H A Dglobal.c74 own wasm_module_t* module = wasm_module_new(store, &binary); in main() local
[all...]
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dv8windbg-extension.cc106 bool IsV8Module(IDebugHostModule* module) { in IsV8Module() argument
[all...]
/third_party/node/tools/inspector_protocol/jinja2/
H A Dsandbox.py56 module='jinja2.sandbox') variable
/third_party/nghttp2/src/
H A Dshrpx_mruby_module_env.cc452 void init_env_class(mrb_state *mrb, RClass *module) { in init_env_class() argument
H A Dshrpx_mruby_module_response.cc368 void init_response_class(mrb_state *mrb, RClass *module) { in init_response_class() argument
H A Dshrpx_mruby_module_request.cc328 void init_request_class(mrb_state *mrb, RClass *module) { in init_request_class() argument

Completed in 16 milliseconds

1...<<21222324252627282930>>...46