Home
last modified time | relevance | path

Searched refs:ext (Results 7076 - 7100 of 8751) sorted by relevance

1...<<281282283284285286287288289290>>...351

/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
H A Dcamera_tag_test_v1_2.cpp19 using namespace testing::ext;
H A Dcamera_prelaunch_test_v1_2.cpp19 using namespace testing::ext;
/test/xts/dcts/communication/softbus_standard/transmission/sendfile/
H A Dtrans_file_func_test.cpp80 using namespace testing::ext;
/test/xts/hats/hdf/audio/idl/effect_additional/src/
H A Deffect_control_test.cpp26 using namespace testing::ext;
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H A Dcamera_capture_test.cpp17 using namespace testing::ext;
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativePenTest.cpp31 using namespace testing::ext;
H A DDrawingNativeTextBlobTest.cpp41 using namespace testing::ext;
/test/xts/hats/kernel/syscalls/net/sockopt/
H A DSockoptApiTest.cpp38 using namespace testing::ext;
/test/xts/hats/hdf/input/inputBenchmarkTest/
H A Dhdf_input_benchmark_test.cpp33 using namespace testing::ext;
/test/xts/hats/hdf/light/hdiService/
H A Dhdf_light_hdiService_test.cpp26 using namespace testing::ext;
/test/xts/hats/hdf/sensor/common/
H A Dhdf_sensor_test.cpp27 using namespace testing::ext;
/test/xts/hats/hdf/usb/requestTest_additional/common/
H A Dusbd_request_test_additional.cpp30 using namespace testing::ext;
/test/xts/hats/hdf/vibrator/hdiService/
H A Dhdf_vibrator_hdiService_test.cpp26 using namespace testing::ext;
/test/xts/hats/useriam/userauth/src/
H A Duser_auth_hdi.cpp20 using namespace testing::ext;
/third_party/ffmpeg/libavcodec/aarch64/
H A Dmdct_neon.S159 ext v4.16b, v4.16b, v4.16b, #8
/third_party/node/test/parallel/
H A Dtest-webcrypto-webidl.js230 { ext: true },
/third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/
H A DwrapKey_unwrapKey.https.any.js228 exportedKey.ext = false;
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
H A Dsocket_test.cpp7 using namespace testing::ext;
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c536 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 Dsimulator-arm64.cc1847 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 DTestCharset.java423 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 Ddevice_gles.cpp1083 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 Dmedialibrary_asset_operations.cpp1032 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 Danv_batch_chain.c1239 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 Dwsi_common_display.c828 vk_foreach_struct(ext, pCapabilities->pNext) { in wsi_GetDisplayPlaneCapabilities2KHR()
829 switch (ext->sType) { in wsi_GetDisplayPlaneCapabilities2KHR()
831 VkSurfaceProtectedCapabilitiesKHR *protected = (void *)ext; in wsi_GetDisplayPlaneCapabilities2KHR()

Completed in 62 milliseconds

1...<<281282283284285286287288289290>>...351