Home
last modified time | relevance | path

Searched refs:ext (Results 901 - 925 of 1914) sorted by relevance

1...<<31323334353637383940>>...77

/third_party/typescript/tests/arkTSTest/
H A Drun.js46 var ext = currentFilePath.substring(index+1);
47 if (ext === 'ets' || ext === 'ts') {
/third_party/rust/crates/which-rs/tests/
H A Dbasic.rs240 expected.retain(|p| p.extension().map(|ext| ext == "exe" || ext == "cmd") == Some(true)); in test_which_all()
/third_party/vk-gl-cts/framework/opengl/
H A DgluRenderContext.cpp220 const char* const ext = (const char*)gl.getStringi(GL_EXTENSIONS, ndx); in getExtensions() local
223 if (ext) in getExtensions()
224 extensions[ndx] = ext; in getExtensions()
/third_party/ffmpeg/libavcodec/aarch64/
H A Dvc1dsp_neon.S1395 ext v25.16b, v0.16b, v1.16b, #1
1396 ext v26.16b, v0.16b, v1.16b, #2
1397 ext v27.16b, v0.16b, v1.16b, #3
1398 ext v29.16b, v1.16b, v2.16b, #1
1399 ext v30.16b, v1.16b, v2.16b, #2
1400 ext v31.16b, v1.16b, v2.16b, #3
1425 ext v25.16b, v3.16b, v4.16b, #1
1426 ext v26.16b, v3.16b, v4.16b, #2
1427 ext v27.16b, v3.16b, v4.16b, #3
1428 ext v2
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py2298 _, ext = os.path.splitext(source)
2299 ext = ext.lower()
2300 if ext in extension_to_rule_name:
2302 element = extension_to_rule_name[ext]
2303 elif ext in [".cc", ".cpp", ".c", ".cxx", ".mm"]:
2306 elif ext in [".h", ".hxx"]:
2309 elif ext == ".rc":
2312 elif ext in [".s", ".asm"]:
2317 elif ext
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py2290 _, ext = os.path.splitext(source)
2291 ext = ext.lower()
2292 if ext in extension_to_rule_name:
2294 element = extension_to_rule_name[ext]
2295 elif ext in [".cc", ".cpp", ".c", ".cxx", ".mm"]:
2298 elif ext in [".h", ".hxx"]:
2301 elif ext == ".rc":
2304 elif ext in [".s", ".asm"]:
2309 elif ext
[all...]
/applications/standard/calendardata/calendarmanager/test/unittest/src/
H A Devent_location_test.cpp50 HWTEST_F(EventLocationTest, AddEventWithLocation, testing::ext::TestSize.Level1) in HWTEST_F()
/drivers/hdf_core/framework/core/shared/test/unittest/common/
H A Dhdf_core_shared_test.cpp26 using namespace testing::ext;
/drivers/hdf_core/framework/model/audio/sapm/test/unittest/common/
H A Daudio_sapm_test.cpp13 using namespace testing::ext;
/drivers/hdf_core/framework/model/audio/common/test/unittest/common/
H A Daudio_dma_base_test.cpp13 using namespace testing::ext;
/drivers/hdf_core/framework/support/platform/test/unittest/common/
H A Dhdf_can_test.cpp20 using namespace testing::ext;
H A Dhdf_gpio_test.cpp20 using namespace testing::ext;
H A Dhdf_emmc_mini_test.cpp13 using namespace testing::ext;
H A Dhdf_i2s_test.cpp19 using namespace testing::ext;
H A Dhdf_pcie_bus_test.cpp20 using namespace testing::ext;
H A Dhdf_platform_device_test.cpp19 using namespace testing::ext;
H A Dhdf_i3c_test.cpp20 using namespace testing::ext;
H A Dhdf_i2c_test.cpp20 using namespace testing::ext;
H A Dhdf_pin_test.cpp19 using namespace testing::ext;
H A Dhdf_regulator_test.cpp19 using namespace testing::ext;
H A Dhdf_sdio_test.cpp19 using namespace testing::ext;
H A Dhdf_pwm_test.cpp20 using namespace testing::ext;
H A Dhdf_timer_test.cpp20 using namespace testing::ext;
H A Dhdf_spi_test.cpp20 using namespace testing::ext;
H A Dhdf_watchdog_mini_test.cpp13 using namespace testing::ext;

Completed in 21 milliseconds

1...<<31323334353637383940>>...77