Home
last modified time | relevance | path

Searched +defs:test +defs:config (Results 1 – 25 of 41) sorted by relevance

12

/third_party/python/Programs/
D_testembed.c49 static void config_set_string(PyConfig *config, wchar_t **config_str, const wchar_t *str) in config_set_string()
59 static void config_set_program_name(PyConfig *config) in config_set_program_name()
66 static void init_from_config_clear(PyConfig *config) in init_from_config_clear()
78 PyConfig config; in _testembed_Py_InitializeFromConfig() local
449 static void config_set_argv(PyConfig *config, Py_ssize_t argc, wchar_t * const *argv) in config_set_argv()
460 config_set_wide_string_list(PyConfig *config, PyWideStringList *list, in config_set_wide_string_list()
485 PyConfig config; in check_init_compat_config() local
575 PyConfig config; in test_init_from_config() local
719 PyConfig config; in check_init_parse_argv() local
802 PyConfig config; in test_init_python_env() local
[all …]
/third_party/typescript/tests/baselines/reference/
DsubstitutionTypeNoMergeOfAssignableType.js24 const myTest = makeEntityStore({ test: { fields: { id: {} } } }); property
29 function makeEntityStore(config) { argument
32 var myTest = makeEntityStore({ test: { fields: { id: {} } } }); property
/third_party/node/test/parallel/
Dtest-crypto-authenticated-stream.js26 function direct(config) { argument
42 function mstream(config) { argument
73 function fstream(config) { argument
118 function test(config) { function
/third_party/node/deps/npm/test/lib/commands/
Dping.js23 registry.ping({ body: { test: true } }) property
35 config: { json: true }, property
53 config: { json: true }, property
Dtest.js16 test: 'node ./test-test.js', property
20 config: { property
Dci.js56 test: 'test file', property
65 node_modules: { test: 'test file that will be removed' }, property
88 node_modules: { test: 'test file that will be removed' }, property
108 config: { property
115 test: 'test-file', property
186 config: { global: true }, property
Dprofile.js4 const mockProfile = async (t, { npmProfile, readUserInfo, qrcode, config, ...opts } = {}) => { argument
28 config: { property
81 config: { json: true }, property
92 config: { parseable: true }, property
102 config: { color: 'always' }, property
177 config: { json: true }, property
192 config: { parseable: true }, property
218 const config = { json: true } variable
221 config, property
230 const config = { parseable: true } variable
[all …]
Drun-script.js267 config: { 'if-present': true }, property
329 config: { 'ignore-scripts': true }, property
368 config: { silent: true }, property
402 test: 'exit 2', property
409 const mockList = async (t, config = {}) => { argument
418 config, property
523 ...config
547 test: 'exit 0', property
558 test: 'exit 0', property
566 scripts: { test: 'exit 0', start: 'echo start something' }, property
[all …]
Dpkg.js35 config: { global: true }, property
137 test: 'node test.js', property
342 test: 'node test.js', property
383 config: { json: true }, property
602 config: { workspaces: true }, property
690 config: { workspace: ['packages/a'] }, property
/third_party/node/deps/npm/test/lib/
Dnpm.js13 config: { property
207 scripts: { test: 'echo test a' }, property
241 scripts: { test: 'echo test a' }, property
248 scripts: { test: 'echo test b' }, property
294 scripts: { test: 'echo test a' }, property
301 scripts: { test: 'echo test b' }, property
473 config: { timing: true }, property
501 config: { timing: false }, property
516 const { display } = await loadMockNpm(t, { config }) field
573 scripts: { test: 'echo test a' }, property
[all …]
/third_party/typescript/src/testRunner/unittests/tsserver/
DprojectErrors.ts86 const config = { constant
351 const config: File = { constant
368 const files = [libFile, aFile, config, plugin, pluginProposed]; constant
401 const config: File = { constant
769 const test: File = { constant
797 const { host, session, test } = createSessionForTest({ constant
805 const { host, session, test } = createSessionForTest({ constant
819 const config: File = { constant
828 const projectFiles = [main, libFile, config]; constant
DcompileOnSave.ts498 const config = { constant
595 function test(opts: CompilerOptions, expectedUsesOutFile: boolean) { function
604 const config = { constant
648 function test(newLine: string) { function
797 const config: File = { constant
885 const config: File = { constant
/third_party/curl/tests/libtest/
Dlib552.c92 struct data *config = (struct data *)userp; in my_trace() local
169 int test(char *URL) in test() function
173 struct data config; in test() local
/third_party/libuv/test/
Drun-tests.c44 zoslib_config_t config; in init() local
197 char *test; in maybe_run_test() local
/third_party/skia/tests/
DFontMgrFontConfigTest.cpp19 static bool bitmap_compare(const SkBitmap& ref, const SkBitmap& test) { in bitmap_compare()
33 FcConfig* config = FcConfigCreate(); in DEF_TEST() local
/third_party/typescript/src/testRunner/
DexternalCompileRunner.ts36 for (const test of testList) { constant
55 …const config = JSON.parse(fs.readFileSync(path.join(cwd, "test.json"), { encoding: "utf8" })) as U… constant
141 for (const test of testList) { constant
142 const directory = typeof test === "string" ? test : test.file; constant
/third_party/ltp/testcases/cve/
Dcve-2015-3290.c338 uint64_t config; in child_thread() member
463 static struct tst_test test = { variable
/third_party/skia/dm/
DDM.cpp235 static void done(const char* config, const char* src, const char* srcOptions, const char* name) { in done()
267 static void start(const char* config, const char* src, const char* srcOptions, const char* name) { in start()
912 static void push_sink(const SkCommandLineConfig& config, Sink* s) { in push_sink()
939 static Sink* create_sink(const GrContextOptions& grCtxOptions, const SkCommandLineConfig* config) { in create_sink()
1038 const SkCommandLineConfig& config = *configs[i]; in gather_sinks() local
1432 for (const skiatest::Test& test : skiatest::TestRegistry::Range()) { in gather_tests() local
1449 static void run_test(skiatest::Test test, const GrContextOptions& grCtxOptions) { in run_test()
/third_party/node/deps/npm/test/fixtures/
Dsandbox.js59 constructor (test, options = {}) { argument
87 get config () { getter in Sandbox
/third_party/node/
Dvcbuild.bat28 set config=Release variable
80 if /i "%1"=="debug" set config=Debug&goto arg-ok variable
81 if /i "%1"=="release" set config=Release&set ltcg=1&set cctest=1&goto arg-ok variable
169 set config=Release variable
710 :test-v8 label
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java388 BatchRunConfiguration config) { in isPendingTestInstance()
1068 …BatchRunConfiguration config = new BatchRunConfiguration(configName, screenRotation, surfaceType, … in addTestsToInstancesMap() local
1070 TestDescription test = pathToIdentifier(testName); in addTestsToInstancesMap() local
1116 String test = iter.next(); in generateTestCaseTrieFromPaths() local
1174 public BatchRunConfiguration config; field in DeqpTestRunner.TestBatch
2072 private static boolean matchesAny(TestDescription test, List<Pattern> patterns) { in matchesAny()
2437 public void addIncrementalDeqpIncludeTest(String test) { in addIncrementalDeqpIncludeTest()
/third_party/gn/src/gn/
Dtarget_unittest.cc53 Config config(setup.settings(), Label(SourceDir("//foo/"), "config")); in TEST_F() local
266 Config config(setup.settings(), config_label); in TEST_F() local
293 Config config(setup.settings(), config_label); in TEST_F() local
365 TestTarget test(setup, "//test:test", Target::EXECUTABLE); in TEST_F() local
390 TestTarget test(setup, "//test:test", Target::EXECUTABLE); in TEST_F() local
/third_party/astc-encoder/Source/
Dastcenccli_toplevel.cpp204 float test; in is_float() local
504 astcenc_config& config in init_astcenc_config()
695 astcenc_config& config in edit_astcenc_config()
1225 const astcenc_config& config in print_astcenc_config()
2033 astcenc_config config {}; in astcenc_main() local
/third_party/typescript/tests/baselines/reference/tsserver/cachingFileSystemInformation/
Dnpm-install-works-when-timeout-occurs-after-installation.js233 "config": { property
277 "test": "Clean up existing test spec build, build test spec and execute mocha test runner", property
476 "test": "jake runtests-parallel", property
854 "config": { property
1021 "test": "Clean up existing test spec build, build test spec and execute mocha test runner", property
1485 …"test": "npm run build && mocha && tsc ./ts-test/test.ts && node ./ts-test/test.js && check-es3-sy… property
1514 "config": { property
1558 "test": "Clean up existing test spec build, build test spec and execute mocha test runner", property
1757 "test": "jake runtests-parallel", property
/third_party/json/tests/src/
Dunit-regression1.cpp240 auto test = j["Test"].get<std::string>(); variable
319 json config = variable
1095 std::string test; variable

12