Searched refs:endswith (Results 1 - 25 of 469) sorted by relevance

1234567891011>>

/external/lldb/test/unittest2/
H A D__main__.py4 if sys.argv[0].endswith("__main__.py"):
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/
H A DPRESUBMIT.py11 return path.endswith('.js') or path.endswith('.py')
14 return (path.endswith('check_chromevox.py') or
15 path.endswith('jscompilerwrapper.py') or
16 path.endswith('jsbundler.py'))
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dninja_test.py22 endswith('.exe'))
24 endswith('.dll'))
26 endswith('.lib'))
39 endswith('.so'))
41 endswith('.a'))
/external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
H A DPRESUBMIT.py9 return path.endswith('.js') or path.endswith('check_braille_ime.py')
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dpath_util.py17 return path in ('', '.', '..') or path.endswith('/') or path.endswith('/..')
43 if path.endswith('/'):
54 if names and not path.endswith('/'):
/external/clang/lib/Basic/
H A DAttributes.cpp11 if (Name.size() >= 4 && Name.startswith("__") && Name.endswith("__"))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dlinux_unittest.py53 self.assertTrue(port.baseline_path().endswith('linux-x86'))
54 self.assertTrue(port.baseline_search_path()[0].endswith('linux-x86'))
55 self.assertTrue(port.baseline_search_path()[1].endswith('linux'))
57 self.assertTrue(port.baseline_path().endswith('linux'))
58 self.assertTrue(port.baseline_search_path()[0].endswith('linux'))
104 self.assertTrue(self.make_port()._path_to_driver().endswith('content_shell'))
105 self.assertTrue(self.make_port(options=MockOptions(driver_name='OtherDriver'))._path_to_driver().endswith('OtherDriver'))
/external/chromium_org/base/
H A DPRESUBMIT.py18 not f.LocalPath().endswith('_unittest.mm') and
19 not f.LocalPath().endswith('mac/sdk_forward_declarations.h')):
/external/chromium_org/build/secondary/tools/grit/
H A Dstamp_grit_sources.py22 if f.endswith('.py') and not f.endswith('_unittest.py')]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dgenerate_devtools_html.py38 if (resource_path.endswith('.js')):
40 elif (resource_path.endswith('.css')):
/external/chromium_org/third_party/skia/tools/copyright/
H A Dfileparser.py14 if (filepath.endswith('.cpp') or
15 filepath.endswith('.h') or
16 filepath.endswith('.c')):
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
H A Dvc98_swap.py44 if os.getcwd().endswith('Mkfiles\\vc9') :
47 if file.endswith(".sln") :
49 if file.endswith(".vcproj") :
/external/chromium_org/tools/
H A Dboilerplate.py59 if filename.endswith('.h'):
61 elif filename.endswith('.cc') or filename.endswith('.mm'):
/external/skia/tools/copyright/
H A Dfileparser.py14 if (filepath.endswith('.cpp') or
15 filepath.endswith('.h') or
16 filepath.endswith('.c')):
/external/chromium_org/build/android/pylib/host_driven/
H A Dsetup.py27 return [os.path.join(root, f) for f in files if f.endswith('Test.py')]
64 if (root.endswith('host_driven_tests') or
65 root.endswith('pythonDrivenTests') or
66 (is_official_build and (root.endswith('pythonDrivenTests/official') or
67 root.endswith('host_driven_tests/official')))):
/external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
H A Dgypd_parser.py38 if lowercase_source.endswith('.h'):
41 if lowercase_source.endswith('gypi'):
52 if lib.endswith('.a'):
73 assert(sub_path.endswith('.gyp'))
106 if rel_include.endswith('/'):
/external/skia/platform_tools/android/gyp_gen/
H A Dgypd_parser.py38 if lowercase_source.endswith('.h'):
41 if lowercase_source.endswith('gypi'):
52 if lib.endswith('.a'):
73 assert(sub_path.endswith('.gyp'))
106 if rel_include.endswith('/'):
/external/chromium_org/build/android/gyp/
H A Djarjar_resources.py26 if src.endswith('**'):
32 if dest.endswith('@0'):
34 elif dest.endswith('@1'):
43 if old.endswith('**') and old[:-2] in class_name:
45 if '*' not in old and class_name.endswith(old):
71 return filter(lambda n: n.endswith('.xml'), names)
/external/chromium_org/build/linux/unbundle/
H A Dremove_bundled_libraries.py68 if f.endswith('.gyp') or f.endswith('.gypi'):
75 if f.endswith('.isolate'):
/external/chromium_org/tools/profile_chrome/
H A Dprofiler_unittest.py51 self.assertTrue(result.endswith('.html'))
60 self.assertFalse(result.endswith('.html'))
71 self.assertTrue(result.endswith('.zip'))
/external/markdown/markdown/extensions/
H A Dtables.py42 if c.startswith(':') and c.endswith(':'):
46 elif c.endswith(':'):
81 if row.endswith('|'):
/external/chromium_org/chrome/app/
H A DPRESUBMIT.py22 filename_filter = lambda x: x.LocalPath().endswith('.grd')
/external/chromium_org/net/websockets/
H A DPRESUBMIT.py37 lambda af: af.LocalPath().endswith('/README'))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dcommon.py46 if not lines[line_number].endswith("\r"):
/external/chromium_org/tools/lsan/
H A DPRESUBMIT.py16 if not f.LocalPath().endswith('suppressions.txt'):

Completed in 1083 milliseconds

1234567891011>>