| /foundation/communication/dsoftbus/tests/core/connection/br/ |
| H A D | connection_br_test.cpp | 889 int32_t module = 0; HWTEST_F() local [all...] |
| /foundation/communication/dsoftbus/core/common/dfx/event/src/ |
| H A D | softbus_event.c | 152 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 D | connection_manager_test.cpp | 59 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 D | trans_tcp_direct_p2p_test_mock.cpp | 39 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 D | btm_snoop_filter.c | 214 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 D | sanei_DomainOS.c | 117 char *subsystem, *module, *code; in DomainErrorCheck() local
|
| /third_party/jerryscript/jerry-ext/module/ |
| H A D | module.c | 154 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 D | ac_llvm_util.c | 302 void ac_dump_module(LLVMModuleRef module) in ac_dump_module() argument
|
| H A D | ac_llvm_helper.cpp | 82 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 D | zink_pipeline.h | 113 VkShaderModule module; member
|
| /third_party/node/lib/ |
| H A D | _http_agent.js | |
| H A D | zlib.js | |
| /third_party/node/lib/internal/ |
| H A D | async_hooks.js | |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | module-decoder.h | 239 WasmModule* module() const { return shared_module().get(); } in module() function in v8::internal::wasm::ModuleDecoder
|
| H A D | function-body-decoder.cc | 24 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 D | function-compiler.cc | 27 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 D | hostref.c | 151 own wasm_module_t* module = wasm_module_new(store, &binary); in main() local [all...] |
| H A D | global.cc | 75 auto module = wasm::Module::make(store, binary); in run() local
|
| H A D | memory.c | 125 own wasm_module_t* module = wasm_module_new(store, &binary); in main() local [all...] |
| H A D | global.c | 74 own wasm_module_t* module = wasm_module_new(store, &binary); in main() local [all...] |
| /third_party/node/deps/v8/tools/v8windbg/src/ |
| H A D | v8windbg-extension.cc | 106 bool IsV8Module(IDebugHostModule* module) { in IsV8Module() argument [all...] |
| /third_party/node/tools/inspector_protocol/jinja2/ |
| H A D | sandbox.py | 56 module='jinja2.sandbox') variable
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_mruby_module_env.cc | 452 void init_env_class(mrb_state *mrb, RClass *module) { in init_env_class() argument
|
| H A D | shrpx_mruby_module_response.cc | 368 void init_response_class(mrb_state *mrb, RClass *module) { in init_response_class() argument
|
| H A D | shrpx_mruby_module_request.cc | 328 void init_request_class(mrb_state *mrb, RClass *module) { in init_request_class() argument
|