HomeSort by relevance Sort by last modified time
    Searched refs:result_file (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/tools/gyp/test/mac/
gyptest-archs.py 23 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
62 result_file = test.built_file_path( variable
67 result_file = test.built_file_path('My Framework.framework\/My Framework', variable
78 result_file = test.built_file_path( variable
83 result_file = test.built_file_path('Test App.app\/Contents\/MacOS\/Test App', variable
    [all...]
gyptest-action-envvars.py 22 result_file = test.built_file_path('result', chdir=CHDIR) variable
23 test.must_exist(result_file)
24 test.must_contain(result_file, 'Test output')
gyptest-postbuild-defaults.py 22 result_file = test.built_file_path('result', chdir=CHDIR) variable
23 test.must_exist(result_file)
24 test.must_contain(result_file, '''\
  /external/chromium_org/tools/gyp/test/ios/
gyptest-crosscompile.py 30 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'])
gyptest-archs.py 53 result_file = test.built_file_path(filename, chdir='app-bundle') variable
55 test.must_exist(result_file)
56 TestMac.CheckFileType(test, result_file, archs)
gyptest-per-config-settings.py 105 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)
  /external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
tool_makefile_writer.py 60 result_file = android_framework_gyp.main(target_dir=gyp_dir,
70 gypd_parser.parse_gypd(var_dict, result_file, dest_dir, desired_targets)
  /external/skia/platform_tools/android/gyp_gen/
tool_makefile_writer.py 68 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/
gyp_to_android.py 51 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/
gyp_to_android.py 51 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/
osu_client.h 33 const char *result_file; member in struct:hs20_osu_client
osu_client.c 37 if (!ctx->result_file)
40 f = fopen(ctx->result_file, "w");
    [all...]
  /external/chromium_org/third_party/cython/src/
runtests.py     [all...]
  /external/chromium_org/third_party/libxml/src/
runtest.c     [all...]

Completed in 415 milliseconds