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

  /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 96 possible_paths = [os.path.join(trunk_path, 'out', 'Release',
100 for try_path in possible_paths:
105 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',
72 possible_paths.append(os.path.join(SKIA_ROOT_DIR, 'out',
74 possible_paths.append(os.path.join(SKIA_ROOT_DIR, 'out',
77 for possible_path in possible_paths:
87 for possible_path in possible_paths:
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 745 possible_paths = {
760 if msvs_version in possible_paths:
762 path = possible_paths[msvs_version]
774 for version, path in possible_paths.iteritems():
784 for version in sorted(possible_paths, reverse=True):
785 path = possible_paths[version]
    [all...]
  /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...]

Completed in 529 milliseconds