Home
last modified time | relevance | path

Searched refs:result_file (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/tools/gyp/test/mac/
Dgyptest-archs.py23 result_file = test.built_file_path('Test', chdir='archs') variable
24 test.must_exist(result_file)
30 TestMac.CheckFileType(test, result_file, expected_type)
34 result_file = test.built_file_path('Test', chdir='archs') variable
35 test.must_exist(result_file)
36 TestMac.CheckFileType(test, result_file, ['x86_64'])
40 result_file = test.built_file_path('Test64', chdir='archs') variable
41 test.must_exist(result_file)
42 TestMac.CheckFileType(test, result_file, ['x86_64'])
57 result_file = test.built_file_path( variable
[all …]
Dgyptest-postbuild-defaults.py22 result_file = test.built_file_path('result', chdir=CHDIR) variable
23 test.must_exist(result_file)
24 test.must_contain(result_file, '''\
Dgyptest-action-envvars.py22 result_file = test.built_file_path('result', chdir=CHDIR) variable
23 test.must_exist(result_file)
24 test.must_contain(result_file, 'Test output')
/external/chromium_org/tools/gyp/test/ios/
Dgyptest-per-config-settings.py105 result_file = test.built_file_path('Test App Gyp.bundle/Test App Gyp', variable
107 test.must_exist(result_file)
120 CheckFileType(result_file, 'armv7')
125 CheckFileType(result_file, 'i386')
132 result_file = test.built_file_path('sig_test.bundle/sig_test', variable
134 CheckSignature(result_file)
145 CheckEntitlements(result_file, expected_entitlements)
Dgyptest-crosscompile.py30 result_file = test.built_file_path('TestHost', chdir='app-bundle') variable
31 test.must_exist(result_file)
32 TestMac.CheckFileType(test, result_file, ['x86_64'])
Dgyptest-archs.py53 result_file = test.built_file_path(filename, chdir='app-bundle') variable
55 test.must_exist(result_file)
56 TestMac.CheckFileType(test, result_file, archs)
/external/skia/platform_tools/android/gyp_gen/
Dtool_makefile_writer.py68 result_file = android_framework_gyp.main(target_dir=gyp_dir,
78 gypd_parser.parse_gypd(var_dict, result_file, dest_dir)
/external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
Dtool_makefile_writer.py68 result_file = android_framework_gyp.main(target_dir=gyp_dir,
78 gypd_parser.parse_gypd(var_dict, result_file, dest_dir)
/external/chromium_org/third_party/skia/platform_tools/android/bin/
Dgyp_to_android.py51 result_file = android_framework_gyp.main(target_dir, target_file,
54 gypd_parser.parse_gypd(var_dict, result_file, '.')
/external/skia/platform_tools/android/bin/
Dgyp_to_android.py51 result_file = android_framework_gyp.main(target_dir, target_file,
54 gypd_parser.parse_gypd(var_dict, result_file, '.')
/external/wpa_supplicant_8/hs20/client/
Dosu_client.h33 const char *result_file; member
Dosu_client.c37 if (!ctx->result_file) in write_result()
40 f = fopen(ctx->result_file, "w"); in write_result()
3000 ctx.result_file = optarg; in main()
3033 if (ctx.result_file) in main()
3034 unlink(ctx.result_file); in main()
/external/chromium_org/third_party/libxml/src/
Druntest.c3701 const char* result_file) { in c14nRunTest() argument
3765 if (compareFileMem(result_file, (const char *) result, ret)) { in c14nRunTest()