Searched refs:ext (Results 901 - 925 of 1914) sorted by relevance
1...<<31323334353637383940>>...77
/third_party/typescript/tests/arkTSTest/ |
H A D | run.js | 46 var ext = currentFilePath.substring(index+1);
47 if (ext === 'ets' || ext === 'ts') {
|
/third_party/rust/crates/which-rs/tests/ |
H A D | basic.rs | 240 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 D | gluRenderContext.cpp | 220 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 D | vc1dsp_neon.S | 1395 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 D | msvs.py | 2298 _, 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 D | msvs.py | 2290 _, 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 D | event_location_test.cpp | 50 HWTEST_F(EventLocationTest, AddEventWithLocation, testing::ext::TestSize.Level1) in HWTEST_F()
|
/drivers/hdf_core/framework/core/shared/test/unittest/common/ |
H A D | hdf_core_shared_test.cpp | 26 using namespace testing::ext;
|
/drivers/hdf_core/framework/model/audio/sapm/test/unittest/common/ |
H A D | audio_sapm_test.cpp | 13 using namespace testing::ext;
|
/drivers/hdf_core/framework/model/audio/common/test/unittest/common/ |
H A D | audio_dma_base_test.cpp | 13 using namespace testing::ext;
|
/drivers/hdf_core/framework/support/platform/test/unittest/common/ |
H A D | hdf_can_test.cpp | 20 using namespace testing::ext;
|
H A D | hdf_gpio_test.cpp | 20 using namespace testing::ext;
|
H A D | hdf_emmc_mini_test.cpp | 13 using namespace testing::ext;
|
H A D | hdf_i2s_test.cpp | 19 using namespace testing::ext;
|
H A D | hdf_pcie_bus_test.cpp | 20 using namespace testing::ext;
|
H A D | hdf_platform_device_test.cpp | 19 using namespace testing::ext;
|
H A D | hdf_i3c_test.cpp | 20 using namespace testing::ext;
|
H A D | hdf_i2c_test.cpp | 20 using namespace testing::ext;
|
H A D | hdf_pin_test.cpp | 19 using namespace testing::ext;
|
H A D | hdf_regulator_test.cpp | 19 using namespace testing::ext;
|
H A D | hdf_sdio_test.cpp | 19 using namespace testing::ext;
|
H A D | hdf_pwm_test.cpp | 20 using namespace testing::ext;
|
H A D | hdf_timer_test.cpp | 20 using namespace testing::ext;
|
H A D | hdf_spi_test.cpp | 20 using namespace testing::ext;
|
H A D | hdf_watchdog_mini_test.cpp | 13 using namespace testing::ext;
|
Completed in 21 milliseconds
1...<<31323334353637383940>>...77