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

  /external/chromium_org/chrome/test/webdriver/test/
test_paths.py 55 possible_paths = []
57 possible_paths += ['chrome.exe']
59 possible_paths += ['Chromium.app/Contents/MacOS/Chromium',
62 possible_paths += ['chrome']
64 for chrome_path in possible_paths:
  /external/skia/tools/
test_rendering.py 41 possible_paths = [os.path.join(trunk_path, 'out', 'Release', program),
47 for try_path in possible_paths:
51 'build %s?' % (program, possible_paths, program))
svndiff.py 90 possible_paths = [os.path.join(trunk_path, 'out', 'Release', 'skdiff'),
92 for try_path in possible_paths:
97 possible_paths, OPTION_PATH_TO_SKDIFF))
  /external/skia/tools/skpdiff/
skpdiff_server.py 62 possible_paths = []
66 possible_paths.append(user_path)
68 possible_paths.append(os.path.join(SKIA_ROOT_DIR, 'out',
70 possible_paths.append(os.path.join(SKIA_ROOT_DIR, 'out',
73 for possible_path in possible_paths:
83 for possible_path in possible_paths:
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 263 const char* possible_paths[] = { local
283 for (int i = 0; i < GOOGLE_ARRAYSIZE(possible_paths); i++) {
284 if (access(possible_paths[i], F_OK) == 0) {
285 plugin_path = possible_paths[i];
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 255 const char* possible_paths[] = { local
275 for (int i = 0; i < GOOGLE_ARRAYSIZE(possible_paths); i++) {
276 if (access(possible_paths[i], F_OK) == 0) {
277 plugin_path = possible_paths[i];
    [all...]
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 626 possible_paths = {
640 if msvs_version in possible_paths:
642 path = possible_paths[msvs_version]
654 for version, path in possible_paths.iteritems():
664 for version in sorted(possible_paths, reverse=True):
665 path = possible_paths[version]
    [all...]

Completed in 1240 milliseconds