Home
last modified time | relevance | path

Searched refs:hasStatus (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/mujoco/
H A DMuJoCoPhysicsServerCommandProcessor.cpp165 hasStatus = true; in processCommand()
468 return hasStatus; in processCommand()
478 return hasStatus; in processRequestInternalDataCommand()
489 return hasStatus; in processSyncBodyInfoCommand()
499 return hasStatus; in processSyncUserDataCommand()
584 return hasStatus; in processLoadMJCFCommand()
608 return hasStatus; in processRequestBodyInfoCommand()
645 return hasStatus; in processForwardDynamicsCommand()
803 return hasStatus; in processSendPhysicsParametersCommand()
990 return hasStatus; in processRequestActualStateCommand()
[all …]
H A DMuJoCoPhysicsClient.cpp172 if (hasStatus) in connect()
277 hasStatus = true; in processDebugLines()
283 if (hasStatus) in processDebugLines()
367 if (hasStatus) in processVisualShapeData()
420 if (hasStatus) in processOverlappingObjects()
473 if (hasStatus) in processContactPointData()
530 if (hasStatus) in processCamera()
883 if (hasStatus) in postProcessStatus()
909 if (hasStatus) in postProcessStatus()
1150 if (hasStatus) in postProcessStatus()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/mujoco/
H A DMuJoCoPhysicsServerCommandProcessor.cpp165 hasStatus = true; in processCommand()
468 return hasStatus; in processCommand()
478 return hasStatus; in processRequestInternalDataCommand()
489 return hasStatus; in processSyncBodyInfoCommand()
499 return hasStatus; in processSyncUserDataCommand()
584 return hasStatus; in processLoadMJCFCommand()
608 return hasStatus; in processRequestBodyInfoCommand()
645 return hasStatus; in processForwardDynamicsCommand()
803 return hasStatus; in processSendPhysicsParametersCommand()
990 return hasStatus; in processRequestActualStateCommand()
[all …]
H A DMuJoCoPhysicsClient.cpp172 if (hasStatus) in connect()
277 hasStatus = true; in processDebugLines()
283 if (hasStatus) in processDebugLines()
367 if (hasStatus) in processVisualShapeData()
420 if (hasStatus) in processOverlappingObjects()
473 if (hasStatus) in processContactPointData()
530 if (hasStatus) in processCamera()
883 if (hasStatus) in postProcessStatus()
909 if (hasStatus) in postProcessStatus()
1150 if (hasStatus) in postProcessStatus()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/physx/
H A DPhysXServerCommandProcessor.cpp453 return hasStatus; in processCustomCommand()
488 return hasStatus; in processStateLoggingCommand()
681 return hasStatus; in processInitPoseCommand()
834 return hasStatus; in processSendDesiredStateCommand()
1181 return hasStatus; in processChangeDynamicsInfoCommand()
1224 return hasStatus; in processRequestPhysicsSimulationParametersCommand()
1269 return hasStatus; in processSetAdditionalSearchPathCommand()
1309 return hasStatus; in processUserDebugDrawCommand()
1705 return hasStatus; in processCommand()
1944 return hasStatus; in processRequestCameraImageCommand()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/physx/
H A DPhysXServerCommandProcessor.cpp453 return hasStatus; in processCustomCommand()
488 return hasStatus; in processStateLoggingCommand()
681 return hasStatus; in processInitPoseCommand()
834 return hasStatus; in processSendDesiredStateCommand()
1181 return hasStatus; in processChangeDynamicsInfoCommand()
1224 return hasStatus; in processRequestPhysicsSimulationParametersCommand()
1269 return hasStatus; in processSetAdditionalSearchPathCommand()
1309 return hasStatus; in processUserDebugDrawCommand()
1705 return hasStatus; in processCommand()
1944 return hasStatus; in processRequestCameraImageCommand()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsDirect.cpp180 if (hasStatus) in connect()
291 if (hasStatus) in processDebugLines()
375 if (hasStatus) in processVisualShapeData()
428 if (hasStatus) in processOverlappingObjects()
481 if (hasStatus) in processContactPointData()
538 if (hasStatus) in processCamera()
627 if (hasStatus) in processMeshData()
997 if (hasStatus) in postProcessStatus()
1271 if (hasStatus) in postProcessStatus()
1350 if (hasStatus) in processCustomCommand()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsDirect.cpp180 if (hasStatus) in connect()
291 if (hasStatus) in processDebugLines()
375 if (hasStatus) in processVisualShapeData()
428 if (hasStatus) in processOverlappingObjects()
481 if (hasStatus) in processContactPointData()
538 if (hasStatus) in processCamera()
627 if (hasStatus) in processMeshData()
997 if (hasStatus) in postProcessStatus()
1271 if (hasStatus) in postProcessStatus()
1350 if (hasStatus) in processCustomCommand()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/dart/
H A DDARTPhysicsClient.cpp171 if (hasStatus) in connect()
276 hasStatus = true; in processDebugLines()
282 if (hasStatus) in processDebugLines()
366 if (hasStatus) in processVisualShapeData()
419 if (hasStatus) in processOverlappingObjects()
472 if (hasStatus) in processContactPointData()
529 if (hasStatus) in processCamera()
882 if (hasStatus) in postProcessStatus()
908 if (hasStatus) in postProcessStatus()
1149 if (hasStatus) in postProcessStatus()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/dart/
H A DDARTPhysicsClient.cpp171 if (hasStatus) in connect()
276 hasStatus = true; in processDebugLines()
282 if (hasStatus) in processDebugLines()
366 if (hasStatus) in processVisualShapeData()
419 if (hasStatus) in processOverlappingObjects()
472 if (hasStatus) in processContactPointData()
529 if (hasStatus) in processCamera()
882 if (hasStatus) in postProcessStatus()
908 if (hasStatus) in postProcessStatus()
1149 if (hasStatus) in postProcessStatus()
[all …]
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/web/taglib/
H A DGroovySyntaxTag.java132 boolean hasStatus = !StringUtils.isBlank(status); in doEachMethod()
134 if (hasStatus && !hasVar) { in doEachMethod()
138 String methodName = hasStatus ? METHOD_EACH_WITH_INDEX : METHOD_EACH; in doEachMethod()
140 if (var.equals(status) && (hasStatus)) { in doEachMethod()
150 if (hasVar || hasStatus) { in doEachMethod()
154 if (hasStatus) { in doEachMethod()
159 if (hasVar || hasStatus) { in doEachMethod()
/dports/lang/gcc48/gcc-4.8.5/libgo/go/net/http/httptest/
H A Drecorder_test.go17 hasStatus := func(wantCode int) checkFunc {
50 check(hasStatus(200), hasContents("")),
59 check(hasStatus(201), hasContents("hi")),
68 check(hasStatus(200), hasContents("hi first"), hasFlush(false)),
76 check(hasStatus(200), hasFlush(true)),
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/net/http/httptest/
H A Drecorder_test.go17 hasStatus := func(wantCode int) checkFunc {
50 check(hasStatus(200), hasContents("")),
59 check(hasStatus(201), hasContents("hi")),
68 check(hasStatus(200), hasContents("hi first"), hasFlush(false)),
76 check(hasStatus(200), hasFlush(true)),
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/net/http/httptest/
H A Drecorder_test.go17 hasStatus := func(wantCode int) checkFunc {
50 check(hasStatus(200), hasContents("")),
59 check(hasStatus(201), hasContents("hi")),
68 check(hasStatus(200), hasContents("hi first"), hasFlush(false)),
76 check(hasStatus(200), hasFlush(true)),
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/net/http/httptest/
H A Drecorder_test.go17 hasStatus := func(wantCode int) checkFunc {
50 check(hasStatus(200), hasContents("")),
59 check(hasStatus(201), hasContents("hi")),
68 check(hasStatus(200), hasContents("hi first"), hasFlush(false)),
76 check(hasStatus(200), hasFlush(true)),
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/net/http/httptest/
H A Drecorder_test.go18 hasStatus := func(wantCode int) checkFunc {
59 check(hasStatus(200), hasContents("")),
68 check(hasStatus(201), hasContents("hi")),
77 check(hasStatus(200), hasContents("hi first"), hasFlush(false)),
85 hasStatus(200),
97 check(hasStatus(200), hasFlush(true)),
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/net/http/httptest/
H A Drecorder_test.go18 hasStatus := func(wantCode int) checkFunc {
59 check(hasStatus(200), hasContents("")),
68 check(hasStatus(201), hasContents("hi")),
77 check(hasStatus(200), hasContents("hi first"), hasFlush(false)),
85 hasStatus(200),
97 check(hasStatus(200), hasFlush(true)),
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/annotationeditor/
H A Dannotationeditordialog.cpp116 bool hasStatus = status.status() != GlobalAnnotationStatus::NoStatus; in setStatus() local
118 if (hasStatus) in setStatus()
121 setStatusVisibility(hasStatus); in setStatus()
198 void AnnotationEditorDialog::setStatusVisibility(bool hasStatus) in setStatusVisibility() argument
200 ui->statusAddButton->setVisible(!hasStatus && m_isGlobal); in setStatusVisibility()
201 ui->statusComboBox->setVisible(hasStatus && m_isGlobal); in setStatusVisibility()
203 m_statusIsActive = hasStatus; in setStatusVisibility()
/dports/lang/gcc8/gcc-8.5.0/libgo/go/net/http/httptest/
H A Drecorder_test.go18 hasStatus := func(wantCode int) checkFunc {
122 check(hasStatus(200), hasContents("")),
131 check(hasStatus(201), hasContents("hi")),
140 check(hasStatus(200), hasContents("hi first"), hasFlush(false)),
148 hasStatus(200),
160 check(hasStatus(200), hasFlush(true), hasContentLength(-1)),
221 hasStatus(200),
244 hasStatus(0),
274 check(hasStatus(200), hasContents("Some body"), hasContentLength(9)),
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/net/http/httptest/
H A Drecorder_test.go18 hasStatus := func(wantCode int) checkFunc {
122 check(hasStatus(200), hasContents("")),
131 check(hasStatus(201), hasContents("hi")),
140 check(hasStatus(200), hasContents("hi first"), hasFlush(false)),
148 hasStatus(200),
160 check(hasStatus(200), hasFlush(true), hasContentLength(-1)),
221 hasStatus(200),
244 hasStatus(0),
274 check(hasStatus(200), hasContents("Some body"), hasContentLength(9)),
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/net/http/httptest/
H A Drecorder_test.go18 hasStatus := func(wantCode int) checkFunc {
122 check(hasStatus(200), hasContents("")),
131 check(hasStatus(201), hasContents("hi")),
140 check(hasStatus(200), hasContents("hi first"), hasFlush(false)),
148 hasStatus(200),
160 check(hasStatus(200), hasFlush(true), hasContentLength(-1)),
221 hasStatus(200),
244 hasStatus(0),
274 check(hasStatus(200), hasContents("Some body"), hasContentLength(9)),
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/net/http/httptest/
H A Drecorder_test.go18 hasStatus := func(wantCode int) checkFunc {
122 check(hasStatus(200), hasContents("")),
131 check(hasStatus(201), hasContents("hi")),
140 check(hasStatus(200), hasContents("hi first"), hasFlush(false)),
148 hasStatus(200),
160 check(hasStatus(200), hasFlush(true), hasContentLength(-1)),
221 hasStatus(200),
244 hasStatus(0),
274 check(hasStatus(200), hasContents("Some body"), hasContentLength(9)),
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/net/http/httptest/
H A Drecorder_test.go18 hasStatus := func(wantCode int) checkFunc {
122 check(hasStatus(200), hasContents("")),
131 check(hasStatus(201), hasContents("hi")),
140 check(hasStatus(200), hasContents("hi first"), hasFlush(false)),
148 hasStatus(200),
160 check(hasStatus(200), hasFlush(true), hasContentLength(-1)),
221 hasStatus(200),
244 hasStatus(0),
274 check(hasStatus(200), hasContents("Some body"), hasContentLength(9)),
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/net/http/httptest/
H A Drecorder_test.go18 hasStatus := func(wantCode int) checkFunc {
122 check(hasStatus(200), hasContents("")),
131 check(hasStatus(201), hasContents("hi")),
140 check(hasStatus(200), hasContents("hi first"), hasFlush(false)),
148 hasStatus(200),
160 check(hasStatus(200), hasFlush(true), hasContentLength(-1)),
221 hasStatus(200),
244 hasStatus(0),
274 check(hasStatus(200), hasContents("Some body"), hasContentLength(9)),
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/net/http/httptest/
H A Drecorder_test.go18 hasStatus := func(wantCode int) checkFunc {
122 check(hasStatus(200), hasContents("")),
131 check(hasStatus(201), hasContents("hi")),
140 check(hasStatus(200), hasContents("hi first"), hasFlush(false)),
148 hasStatus(200),
160 check(hasStatus(200), hasFlush(true), hasContentLength(-1)),
221 hasStatus(200),
244 hasStatus(0),
274 check(hasStatus(200), hasContents("Some body"), hasContentLength(9)),

123456789