/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
|
H A D | vp9itxfm_neon.S | 1264 // half, and then flip them using an ext with 8 bytes offset. 1268 ext v3.16b, v3.16b, v3.16b, #8 1270 ext v2.16b, v2.16b, v2.16b, #8 1330 ext v3.16b, v3.16b, v3.16b, #8 1332 ext v2.16b, v2.16b, v2.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()
|
/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()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 1222 X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i); in copy_extensions() local 1223 ASN1_OBJECT *obj = X509_EXTENSION_get_object(ext); in copy_extensions() 1237 if (!X509_add_ext(x, ext, -1)) in copy_extensions()
|
/third_party/python/Lib/ |
H A D | tarfile.py | 2893 _, ext = os.path.splitext(tar_name) 2907 tar_mode = 'w:' + compressions[ext] if ext in compressions else 'w'
|
H A D | pydoc.py | 328 for ext in ('.py', '.pyc'): 329 if os.path.isfile(os.path.join(path, '__init__' + ext)): 405 name, ext = os.path.splitext(filename)
|
/third_party/openssl/apps/lib/ |
H A D | apps.c | 1220 X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i); in copy_extensions() local 1221 ASN1_OBJECT *obj = X509_EXTENSION_get_object(ext); in copy_extensions() 1235 if (!X509_add_ext(x, ext, -1)) in copy_extensions()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_p2p.c | 2953 int ext = 0; in wpas_dbus_handler_p2p_serv_disc_external() local 2956 dbus_message_iter_get_basic(&iter, &ext); in wpas_dbus_handler_p2p_serv_disc_external() 2958 wpa_s->p2p_sd_over_ctrl_iface = ext; in wpas_dbus_handler_p2p_serv_disc_external()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_p2p.c | 3022 int ext = 0; in wpas_dbus_handler_p2p_serv_disc_external() local 3025 dbus_message_iter_get_basic(&iter, &ext); in wpas_dbus_handler_p2p_serv_disc_external() 3027 wpa_s->p2p_sd_over_ctrl_iface = ext; in wpas_dbus_handler_p2p_serv_disc_external()
|
/third_party/f2fs-tools/fsck/ |
H A D | fsck.c | 604 static inline void get_extent_info(struct extent_info *ext, in get_extent_info() argument 607 ext->fofs = le32_to_cpu(i_ext->fofs); in get_extent_info() 608 ext->blk = le32_to_cpu(i_ext->blk_addr); in get_extent_info() 609 ext->len = le32_to_cpu(i_ext->len); in get_extent_info() 1042 ASSERT_MSG("ino: 0x%x has wrong ext: [pgofs:%u, blk:%u, len:%u]", in fsck_chk_inode_blk()
|
/third_party/curl/lib/vtls/ |
H A D | openssl.c | 389 X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i); in X509V3_ext() local 397 obj = X509_EXTENSION_get_object(ext); in X509V3_ext() 401 if(!X509V3_EXT_print(bio_out, ext, 0, 0)) in X509V3_ext() 402 ASN1_STRING_print(bio_out, (ASN1_STRING *)X509_EXTENSION_get_data(ext)); in X509V3_ext()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ULocaleTest.java | 4450 // {"<langtag>", "<ext key1>", "<ext val1>", "<ext key2>", "<ext val2>", ....}, in TestExtension() 4472 String ext = loc.getExtension(Character.valueOf(kstr.charAt(0))); in TestExtension() 4473 if (ext == null || !ext.equals(testcase[i/2 + 2])) { in TestExtension() 4475 + kstr + ", returned=" + ext + ", expected=" + testcase[i/2 + 2] in TestExtension()
|