/test/xts/hats/hdf/camera/cameraMg/v1_2/src/ |
H A D | camera_tag_test_v1_2.cpp | 19 using namespace testing::ext;
|
H A D | camera_prelaunch_test_v1_2.cpp | 19 using namespace testing::ext;
|
/test/xts/dcts/communication/softbus_standard/transmission/sendfile/ |
H A D | trans_file_func_test.cpp | 80 using namespace testing::ext;
|
/test/xts/hats/hdf/audio/idl/effect_additional/src/ |
H A D | effect_control_test.cpp | 26 using namespace testing::ext;
|
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/ |
H A D | camera_capture_test.cpp | 17 using namespace testing::ext;
|
/test/xts/acts/graphic/acts_drawing_native/ |
H A D | DrawingNativePenTest.cpp | 31 using namespace testing::ext;
|
H A D | DrawingNativeTextBlobTest.cpp | 41 using namespace testing::ext;
|
/test/xts/hats/kernel/syscalls/net/sockopt/ |
H A D | SockoptApiTest.cpp | 38 using namespace testing::ext;
|
/test/xts/hats/hdf/input/inputBenchmarkTest/ |
H A D | hdf_input_benchmark_test.cpp | 33 using namespace testing::ext;
|
/test/xts/hats/hdf/light/hdiService/ |
H A D | hdf_light_hdiService_test.cpp | 26 using namespace testing::ext;
|
/test/xts/hats/hdf/sensor/common/ |
H A D | hdf_sensor_test.cpp | 27 using namespace testing::ext;
|
/test/xts/hats/hdf/usb/requestTest_additional/common/ |
H A D | usbd_request_test_additional.cpp | 30 using namespace testing::ext;
|
/test/xts/hats/hdf/vibrator/hdiService/ |
H A D | hdf_vibrator_hdiService_test.cpp | 26 using namespace testing::ext;
|
/test/xts/hats/useriam/userauth/src/ |
H A D | user_auth_hdi.cpp | 20 using namespace testing::ext;
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | mdct_neon.S | 159 ext v4.16b, v4.16b, v4.16b, #8
|
/third_party/node/test/parallel/ |
H A D | test-webcrypto-webidl.js | 230 { ext: true },
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/ |
H A D | wrapKey_unwrapKey.https.any.js | 228 exportedKey.ext = false;
|
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
H A D | socket_test.cpp | 7 using namespace testing::ext;
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | spirv_to_nir.c | 536 const char *ext = vtn_string_literal(b, &w[2], count - 2, NULL); in vtn_handle_extension() local 537 if (strcmp(ext, "GLSL.std.450") == 0) { in vtn_handle_extension() 539 } else if ((strcmp(ext, "SPV_AMD_gcn_shader") == 0) in vtn_handle_extension() 542 } else if ((strcmp(ext, "SPV_AMD_shader_ballot") == 0) in vtn_handle_extension() 545 } else if ((strcmp(ext, "SPV_AMD_shader_trinary_minmax") == 0) in vtn_handle_extension() 548 } else if ((strcmp(ext, "SPV_AMD_shader_explicit_vertex_parameter") == 0) in vtn_handle_extension() 551 } else if (strcmp(ext, "OpenCL.std") == 0) { in vtn_handle_extension() 553 } else if (strstr(ext, "NonSemantic.") == ext) { in vtn_handle_extension() 556 vtn_fail("Unsupported extension: %s", ext); in vtn_handle_extension() [all...] |
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 1847 Extend ext = static_cast<Extend>(instr->ExtendMode()); 1850 uint64_t op2 = ExtendValue(xreg(instr->Rm()), ext, left_shift); 1853 uint32_t op2 = ExtendValue(wreg(instr->Rm()), ext, left_shift); 1982 Extend ext = static_cast<Extend>(instr->ExtendMode()); 1983 DCHECK((ext == UXTW) || (ext == UXTX) || (ext == SXTW) || (ext == SXTX)); 1986 int64_t offset = ExtendValue(xreg(instr->Rm()), ext, shift_amount); 4837 ext(v [all...] |
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
H A D | TestCharset.java | 423 String ext = "\u0275"; // theta in runTestASCIIBasedConverter() 430 lead + ext, // malf(1) in runTestASCIIBasedConverter() 434 ext + norm, // unmap(1) in runTestASCIIBasedConverter() 435 ext + end, // unmap(1) in runTestASCIIBasedConverter() 772 String ext = "\u0275"; // theta in TestSurrogateBehavior() 779 ext // unmap(1) 1 in TestSurrogateBehavior() 784 + ext // unmap(1) 6 in TestSurrogateBehavior() 827 expected = encoder.encode(CharBuffer.wrap(ext + lead + trail + ext + norm)); in TestSurrogateBehavior()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | device_gles.cpp | 1083 const auto ext = reinterpret_cast<const char*>(glGetStringi(GL_EXTENSIONS, i)); in DeviceGLES() local 1084 PLUGIN_LOG_V(" GL_EXTENSION: %s", ext); in DeviceGLES() 1085 extensions_.emplace_back(ext); in DeviceGLES()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_asset_operations.cpp | 1032 string ext = MediaFileUtils::GetExtensionFromPath(displayName); in CheckDisplayNameWithType() local 1033 CHECK_AND_RETURN_RET_LOG(!ext.empty(), E_INVALID_DISPLAY_NAME, "invalid extension, displayName=%{private}s", in CheckDisplayNameWithType() 1038 "cannot match, mediaType=%{public}d, ext=%{private}s, type from ext=%{public}d", in CheckDisplayNameWithType() 1039 mediaType, ext.c_str(), typeFromExt); in CheckDisplayNameWithType() 1048 "cannot match, mediaType=%{public}d, ext=%{public}s, type from ext=%{public}d", in CheckExtWithType()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_batch_chain.c | 1239 struct i915_user_extension *ext) in anv_execbuf_add_ext() 1249 ext->name = ext_name; in anv_execbuf_add_ext() 1251 *iter = (uintptr_t) ext; in anv_execbuf_add_ext() 1237 anv_execbuf_add_ext(struct anv_execbuf *exec, uint32_t ext_name, struct i915_user_extension *ext) anv_execbuf_add_ext() argument
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.c | 828 vk_foreach_struct(ext, pCapabilities->pNext) { in wsi_GetDisplayPlaneCapabilities2KHR() 829 switch (ext->sType) { in wsi_GetDisplayPlaneCapabilities2KHR() 831 VkSurfaceProtectedCapabilitiesKHR *protected = (void *)ext; in wsi_GetDisplayPlaneCapabilities2KHR()
|