Home
last modified time | relevance | path

Searched defs:body (Results 251 - 275 of 325) sorted by relevance

1...<<111213

/third_party/glslang/SPIRV/
H A DSpvBuilder.h640 Block &head, &body, &merge, &continue_target; member
/third_party/curl/lib/
H A Dhttp2.c2032 const void *body = NULL; in h2_submit() local
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java1947 public void add(String var, char[] body) { in add() argument
/third_party/mesa3d/src/intel/common/
H A Dintel_batch_decoder.c726 struct intel_group *body = in decode_3dstate_constant_all() local
768 struct intel_group *body = in decode_3dstate_constant() local
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.cc243 const clang::FunctionDecl* body = NULL; in AnalyzeFunction() local
1443 const clang::FunctionDecl* body = NULL; in AnalyzeFunction() local
/third_party/nghttp2/src/
H A Dshrpx_http3_upstream.cc1235 auto body = downstream->get_response_buf(); in downstream_read_data_callback() local
1462 auto body = downstream->get_response_buf(); in on_downstream_body() local
1679 send_reply(Downstream *downstream, const uint8_t *body, size_t bodylen) send_reply() argument
2054 auto body = downstream->get_response_buf(); http_acked_stream_data() local
2514 auto body = downstream->get_response_buf(); http_stream_close() local
2701 auto body = downstream->get_response_buf(); error_reply() local
[all...]
H A Dshrpx_http2_upstream.cc843 auto body = downstream->get_response_buf(); in send_data_callback() local
1446 auto body = downstream->get_response_buf(); in downstream_data_read_callback() local
1507 int Http2Upstream::send_reply(Downstream *downstream, const uint8_t *body, in send_reply() argument
1588 auto body = downstream->get_response_buf(); error_reply() local
1893 auto body = downstream->get_response_buf(); on_downstream_body() local
[all...]
H A DHttpServer.cc1941 std::string body; in make_status_body() local
[all...]
/third_party/node/deps/brotli/c/dec/
H A Dstate.h337 BrotliMetablockBodyArena body; member
/third_party/lwip/src/apps/smtp/
H A Dsmtp.c254 const char* body; member
585 smtp_send_mail(const char* from, const char* to, const char* subject, const char* body, smtp_result_fn callback_fn, void* callback_arg) smtp_send_mail() argument
640 smtp_send_mail_static(const char *from, const char* to, const char* subject, const char* body, smtp_result_fn callback_fn, void* callback_arg) smtp_send_mail_static() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dpre-process.c642 static struct token **substitute(struct token **list, struct token *body, struct arg *args) in substitute() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.cc136 IfBuilder0& Then(const VoidGenerator0& body) { in Then() argument
140 IfBuilder0& Else(const VoidGenerator0& body) { in Else() argument
212 V8_WARN_UNUSED_RESULT IfBuilder1& Then(const If1BodyFunction& body) { in Then() argument
216 V8_WARN_UNUSED_RESULT IfBuilder1& Else(const If1BodyFunction& body) { in Else() argument
318 TNode<Object> MayThrow(const NodeGenerator0& body) { in MayThrow() argument
489 Do(const For0BodyFunction& body) Do() argument
550 Do(const For1BodyFunction& body) Do() argument
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc1033 RegExpNode* RegExpCapture::ToNode(RegExpTree* body, int index, in RationalizeConsecutiveAtoms() argument
1588 ToNode(int min, int max, bool is_greedy, RegExpTree* body, RegExpCompiler* compiler, RegExpNode* on_success, bool not_at_start) RationalizeConsecutiveAtoms() argument
[all...]
/third_party/node/deps/v8/src/torque/
H A Dast.h715 Statement* body; member
809 Statement* body; member
825 Statement* body; global() member
1041 base::Optional<Statement*> body; global() member
1090 base::Optional<Statement*> body; global() member
1168 Statement* body; global() member
[all...]
H A Ddeclarable.h269 Expression* body() const { return body_; } in body() function in v8::internal::torque::NamespaceConstant
317 base::Optional<Statement*> body() const { return body_; } in body() function in v8::internal::torque::Callable
273 NamespaceConstant(Identifier* constant_name, std::string external_name, const Type* type, Expression* body) NamespaceConstant() argument
353 Callable(Declarable::Kind kind, std::string external_name, std::string readable_name, Signature signature, base::Optional<Statement*> body) Callable() argument
393 Macro(Declarable::Kind kind, std::string external_name, std::string readable_name, const Signature& signature, base::Optional<Statement*> body) Macro() argument
455 TorqueMacro(Declarable::Kind kind, std::string external_name, std::string readable_name, const Signature& signature, base::Optional<Statement*> body, bool is_user_defined, bool exported_to_csa) TorqueMacro() argument
467 TorqueMacro(std::string external_name, std::string readable_name, const Signature& signature, base::Optional<Statement*> body, bool is_user_defined, bool exported_to_csa) TorqueMacro() argument
490 Method(AggregateType* aggregate_type, std::string external_name, std::string readable_name, const Signature& signature, Statement* body) Method() argument
509 Builtin(std::string external_name, std::string readable_name, Builtin::Kind kind, const Signature& signature, base::Optional<Statement*> body) Builtin() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingCallableShadersTests.cpp1253 static inline std::string generateShaderSource(const char* body, const char* resultType = "", deUint32 flags = 0, const char* prefix = "") in generateShaderSource() argument
1286 src << body; in generateShaderSource() local
1291 addShaderSource(SourceCollections& programCollection, const char* identifier, const char* body, const char* resultType = �, deUint32 flags = 0, const char* prefix = �, deUint32 validatorOptions = 0U) addShaderSource() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIntermNode.cpp1586 TIntermLoop(TLoopType type, TIntermNode *init, TIntermTyped *cond, TIntermTyped *expr, TIntermBlock *body) TIntermLoop() argument
H A DIntermNode.h236 void setBody(TIntermBlock *body) { mBody = body; } in setBody() argument
761 TIntermFunctionDefinition(TIntermFunctionPrototype *prototype, TIntermBlock *body) in TIntermFunctionDefinition() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteCubeMapSamplersAs2DArray.cpp424 TIntermBlock *body = new TIntermBlock; in declareCoordTranslationFunction() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cCommonBugsTests.cpp1187 const std::string body = getShaderBody(static_cast<_test_iteration>(current_iteration)); in iterate() local
1411 const std::string body in iterate() local
[all...]
H A Dgl3cCullDistanceTests.cpp80 const glw::GLchar* body; in buildProgram() member
1299 std::string body; in buildPO() member
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
H A Dunittests.cpp1990 std::string body = "return 1.0;"; in TEST_F() local
2002 std::string body = "return 1.0;"; in TEST_F() local
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp2721 StringStream body; in generateCode() local
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dstate.h337 BrotliMetablockBodyArena body; member
/third_party/python/Include/internal/
H A Dpycore_ast_state.h167 PyObject *body; member

Completed in 57 milliseconds

1...<<111213