Home
last modified time | relevance | path

Searched defs:body (Results 126 - 150 of 449) sorted by relevance

12345678910>>...18

/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsModuleDeclaration.h35 explicit TSModuleDeclaration(ArenaAllocator *allocator, Expression *name, Statement *body, ConstructorFlags &&flags) in TSModuleDeclaration() argument
/arkcompiler/ets_frontend/ets2panda/test/unit/lowerings/
H A Dscopes_initialization.cpp57 static ir::Identifier *BodyToFirstName(ir::Statement *body) in BodyToFirstName() argument
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DforOfStatement.h40 explicit ForOfStatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *body, bool isAwait) in ForOfStatement() argument
H A DforUpdateStatement.h40 ForUpdateStatement(binder::LoopScope *scope, AstNode *init, Expression *test, Expression *update, Statement *body) ForUpdateStatement() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsInterfaceDeclaration.h44 TSInterfaceDeclaration(binder::LocalScope *scope, Identifier *id, TSTypeParameterDeclaration *typeParams, TSInterfaceBody *body, ArenaVector<TSInterfaceHeritage *> &&extends) TSInterfaceDeclaration() argument
H A DtsModuleDeclaration.h37 explicit TSModuleDeclaration(binder::TSModuleScope *scope, Expression *name, Statement *body, bool declare, in TSModuleDeclaration() argument
/base/request/request/pre_download/netstack_rs/src/
H A Drequest.rs59 pub fn body(&mut self, body: &[u8]) -> &mut Self { in body() functions
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_response.cpp153 std::stringstream body; in Stringify() local
198 std::stringstream body; in Stringify() local
/foundation/communication/netmanager_base/test/netsysbpfstats/unittest/bpf_core_test/
H A DBpfRequestTest.cpp114 std::string body = ""; in HWTEST_F() local
123 std::string body = "hello world"; in HWTEST_F() local
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_core_test/
H A DNetSysRequestTest.cpp114 std::string body = ""; in HWTEST_F() local
123 std::string body = "hello world"; in HWTEST_F() local
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_core_test/
H A DVpnRequestTest.cpp114 std::string body = ""; in HWTEST_F() local
123 std::string body = "hello world"; in HWTEST_F() local
/foundation/communication/netstack/test/unittest/http_test/
H A DHttpClientRequestTest.cpp114 std::string body = ""; in HWTEST_F() local
123 std::string body = "hello world"; in HWTEST_F() local
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/netshare_core_test/
H A DNetShareRequestTest.cpp114 std::string body = ""; in HWTEST_F() local
123 std::string body = "hello world"; in HWTEST_F() local
/foundation/communication/netstack/test/unittest/http_client_test/
H A DHttpClientRequestTest.cpp114 std::string body = ""; in HWTEST_F() local
123 std::string body = "hello world"; in HWTEST_F() local
/foundation/communication/netstack/test/unittest/http_client/
H A DHttpClientRequestTest.cpp114 std::string body = ""; in HWTEST_F() local
123 std::string body = "hello world"; in HWTEST_F() local
/foundation/communication/netstack/test/unittest/websocket_core_test/
H A DWebSocketRequestTest.cpp114 std::string body = ""; in HWTEST_F() local
123 std::string body = "hello world"; in HWTEST_F() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_mp_server.cpp64 auto body = req.GetItemBody(); in HandlePutRequest() local
109 auto body = req.GetItemEndBody(); in HandlePutFinalRequest() local
119 auto body = req.GetItemEndBody(); in HandlePutFinalRequest() local
[all...]
/third_party/ffmpeg/libavutil/
H A Dmd5.c101 static void body(uint32_t ABCD[4], const uint8_t *src, size_t nblocks) in body() function
/third_party/glslang/glslang/MachineIndependent/
H A Dlimits.cpp132 void TParseContext::inductiveLoopBodyCheck(TIntermNode* body, long long loopId, TSymbolTable& symbolTable) in inductiveLoopBodyCheck() argument
/third_party/mesa3d/src/compiler/glsl/tests/
H A Dlower_int64_test.cpp51 ir_factory *body; member in expand_source
381 ir_factory *body; global() member in compact_destination
[all...]
/third_party/node/test/pummel/
H A Dtest-policy-integrity-worker-commonjs.js[all...]
H A Dtest-policy-integrity-worker-module.js[all...]
H A Dtest-policy-integrity-dep.js[all...]
H A Dtest-policy-integrity-parent-commonjs.js[all...]
H A Dtest-policy-integrity-parent-module.js[all...]

Completed in 12 milliseconds

12345678910>>...18