Home
last modified time | relevance | path

Searched refs:emitBody (Results 1 – 25 of 116) sorted by relevance

12345

/dports/graphics/jogl/jogl-1.1.1_9/gluegen/src/java/com/sun/gluegen/
H A DJavaMethodBindingEmitter.java69 protected boolean emitBody; field in JavaMethodBindingEmitter
94 boolean emitBody, in JavaMethodBindingEmitter() argument
106 this.emitBody = emitBody; in JavaMethodBindingEmitter()
125 emitBody = arg.emitBody; in JavaMethodBindingEmitter()
184 return !emitBody; in signatureOnly()
188 public void setEmitBody(boolean emitBody) { in setEmitBody() argument
189 this.emitBody = emitBody; in setEmitBody()
356 protected void emitBody(PrintWriter writer) in emitBody() method in JavaMethodBindingEmitter
358 if (!emitBody) { in emitBody()
H A DFunctionEmitter.java102 emitBody(output); in emit()
199 protected abstract void emitBody(PrintWriter writer); in emitBody() method in FunctionEmitter
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DMatrixClipCollapseTest.cpp148 ClipType clip, PFEmitBody emitBody, DrawOpType draw,
554 PFEmitBody emitBody, DrawOpType draw, in emit_struct0() argument
556 (*emitBody)(canvas, emitMC, mat, clip, draw, expected, 0); in emit_struct0()
570 PFEmitBody emitBody, DrawOpType draw, in emit_struct1() argument
574 (*emitBody)(canvas, emitMC, mat, clip, draw, expected, 1); in emit_struct1()
593 PFEmitBody emitBody, DrawOpType draw, in emit_struct2() argument
597 (*emitBody)(canvas, emitMC, mat, clip, draw, expected, 1); in emit_struct2()
600 (*emitBody)(canvas, emitMC, mat, clip, draw, expected, 1); in emit_struct2()
622 PFEmitBody emitBody, DrawOpType draw, in emit_struct3() argument
626 (*emitBody)(canvas, emitMC, mat, clip, draw, expected, 1); in emit_struct3()
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/narrowspark/http-emitter/src/
H A DSapiEmitter.php32 $this->emitBody($response);
42 private function emitBody(ResponseInterface $response): void function in Narrowspark\\HttpEmitter\\SapiEmitter
H A DSapiStreamEmitter.php58 $this->emitBody($response, $this->maxBufferLength);
70 private function emitBody(ResponseInterface $response, int $maxBufferLength): void function in Narrowspark\\HttpEmitter\\SapiStreamEmitter
/dports/deskutils/egroupware/egroupware/vendor/zendframework/zend-diactoros/src/Response/
H A DSapiEmitter.php34 $this->emitBody($response);
42 private function emitBody(ResponseInterface $response) function in Zend\\Diactoros\\Response\\SapiEmitter
H A DSapiStreamEmitter.php47 $this->emitBody($response, $maxBufferLength);
56 private function emitBody(ResponseInterface $response, $maxBufferLength) function in Zend\\Diactoros\\Response\\SapiStreamEmitter
/dports/www/drupal8/drupal-8.9.20/vendor/laminas/laminas-diactoros/src/Response/
H A DSapiEmitter.php35 $this->emitBody($response);
43 private function emitBody(ResponseInterface $response) function in Laminas\\Diactoros\\Response\\SapiEmitter
H A DSapiStreamEmitter.php48 $this->emitBody($response, $maxBufferLength);
57 private function emitBody(ResponseInterface $response, $maxBufferLength) function in Laminas\\Diactoros\\Response\\SapiStreamEmitter
/dports/graphics/jogamp-jogl/gluegen/src/java/com/jogamp/gluegen/
H A DJavaMethodBindingEmitter.java81 private boolean emitBody; field in JavaMethodBindingEmitter
107 final boolean emitBody, in JavaMethodBindingEmitter() argument
122 this.emitBody = emitBody; in JavaMethodBindingEmitter()
145 emitBody = arg.emitBody; in JavaMethodBindingEmitter()
237 return !emitBody; in signatureOnly()
241 public void setEmitBody(final boolean emitBody) { in setEmitBody() argument
242 this.emitBody = emitBody; in setEmitBody()
444 protected void emitBody(final PrintWriter writer) { in emitBody() method in JavaMethodBindingEmitter
445 if (!emitBody) { in emitBody()
H A DFunctionEmitter.java114 emitBody(output); in emit()
203 protected abstract void emitBody(PrintWriter writer); in emitBody() method in FunctionEmitter
/dports/textproc/zorba/zorba-2.7.0/test/http-test-data/docroot/http-test-data/
H A Drequest.php49 $hasNext = emitBody($contentType, $contentDescription, $contentId, $boundary, $d);
58 function emitBody($contentType, $contentDescription, $contentId, $boundary, $d) function
162 emitBody($contentType, $contentDescription, $contentId, "", $d);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Http/Middleware/
H A DEmitResponse.php70 $this->emitBody($response);
152 private function emitBody(ResponseInterface $response): void function in Fisharebest\\Webtrees\\Http\\Middleware\\EmitResponse
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/rebind/
H A DJavaScriptPassthroughGenerator.java69 emitBody(writer); in generate()
79 private void emitBody(SourceWriter w) throws NotFoundException in emitBody() method in JavaScriptPassthroughGenerator.Helper
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/rebind/command/
H A DJsObjectInjectorGenerator.java66 emitBody(writer); in generate()
76 private void emitBody(SourceWriter w) throws NotFoundException in emitBody() method in JsObjectInjectorGenerator.Helper
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DDoWhileEmitter.h72 [[nodiscard]] bool emitBody(uint32_t doPos, uint32_t bodyPos);
H A DWhileEmitter.h83 [[nodiscard]] bool emitBody();
H A DForInEmitter.h110 [[nodiscard]] bool emitBody();
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DDoWhileEmitter.h74 [[nodiscard]] bool emitBody(const mozilla::Maybe<uint32_t>& doPos,
H A DWhileEmitter.h86 [[nodiscard]] bool emitBody();
H A DForInEmitter.h112 [[nodiscard]] bool emitBody();
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DDoWhileEmitter.h74 MOZ_MUST_USE bool emitBody(const mozilla::Maybe<uint32_t>& doPos,
H A DWhileEmitter.h86 MOZ_MUST_USE bool emitBody();
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DDoWhileEmitter.h74 [[nodiscard]] bool emitBody(const mozilla::Maybe<uint32_t>& doPos,
H A DWhileEmitter.h86 [[nodiscard]] bool emitBody();

12345