Home
last modified time | relevance | path

Searched refs:available (Results 1 – 22 of 22) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/environment/
Ddevice_state.py105 new_state = DeviceAllocationState.available
111 new_state = DeviceAllocationState.available
119 available = "Available" variable in DeviceAllocationState
Dmanager_env.py284 DeviceAllocationState.available:
289 DeviceAllocationState.available and \
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/
Dmanager_lite.py67 DeviceAllocationState.available
107 DeviceAllocationState.available
Dmanager_device.py288 new_state == DeviceAllocationState.available:
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Demulator.py48 self.device_allocation_state = DeviceAllocationState.available
Ddevice_lite.py119 device_allocation_state = DeviceAllocationState.available
Ddevice.py163 device_allocation_state = DeviceAllocationState.available
/test/xts/acts/ability/ability_runtime/stage/actsdebuggabletest/actsdebuggabletest/entry/src/main/ets/test/
DActsDebuggableAaProcessTest.test.ets143 expect(res).assertContain('list available commands');
/test/xts/hats/
DLICENSE37 Object form, made available under the License, as indicated by a
/test/xts/acts/
DLICENSE37 Object form, made available under the License, as indicated by a
/test/testfwk/arkxtest/
DLICENSE37 Object form, made available under the License, as indicated by a
/test/xts/dcts/
DLICENSE37 Object form, made available under the License, as indicated by a
/test/ostest/wukong/
DLICENSE37 Object form, made available under the License, as indicated by a
/test/xts/tools/
DLICENSE37 Object form, made available under the License, as indicated by a
/test/testfwk/arkxtest/hamock/
DLICENSE37 Object form, made available under the License, as indicated by a
/test/testfwk/developer_test/
DLICENSE37 Object form, made available under the License, as indicated by a
/test/xts/tools/lite/
DLICENSE37 Object form, made available under the License, as indicated by a
/test/testfwk/xdevice/
DLICENSE37 Object form, made available under the License, as indicated by a
/test/xts/device_attest/
DLICENSE36 Object form, made available under the License, as indicated by a
/test/xts/device_attest_lite/
DLICENSE36 Object form, made available under the License, as indicated by a
/test/xts/acts/arkui/ace_ets_web_dev/entry/src/main/ets/test/
DWebJsunit.test.ets348 *tc.desic load cache when they are available and not expired, otherwise load online
/test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/
Dgles3ndk.cpp2657 GLint available = INT_INIT_VAL; in GLGetQueryiv() local
2658 glGetQueryiv(GL_ANY_SAMPLES_PASSED, GL_CURRENT_QUERY, &available); in GLGetQueryiv()
2673 GLint available = INT_INIT_VAL; in GLGetQueryObjectuiv() local
2674 glGetQueryObjectuiv(query, GL_QUERY_RESULT_AVAILABLE, (GLuint *)&available); in GLGetQueryObjectuiv()