/external/webkit/Tools/Scripts/webkitpy/common/system/ |
fileset.py | 65 def splitext(self): member in class:FileSetFileHandle 66 return self._filesystem.splitext(self.name())
|
logutils.py | 54 path = os.path.splitext(path)[0] # Remove the extension, if any. 123 logger_name = os.path.splitext(basename)[0]
|
filesystem.py | 266 def splitext(self, path): member in class:FileSystem 268 return os.path.splitext(path)
|
/sdk/monkeyrunner/jython/test/ |
all_tests.py | 39 module_names = [os.path.splitext(f)[0] for f in test_files]
|
/development/testrunner/test_defs/ |
native_test.py | 118 (name, ext) = os.path.splitext(f) 140 binary = os.path.splitext(binary)[0]
|
gtest.py | 115 (name, ext) = os.path.splitext(file)
|
instrumentation_test.py | 281 return os.path.splitext(filename)[1] == '.java' 314 class_name = os.path.splitext(filename)[0]
|
/external/webkit/Source/WebCore/WebCore.gyp/scripts/ |
rule_bison.py | 54 (inputRoot, inputExt) = os.path.splitext(inputName)
|
action_csspropertynames.py | 145 (root, ext) = os.path.splitext(mergedPath)
|
action_cssvaluekeywords.py | 151 (root, ext) = os.path.splitext(mergedPath)
|
action_derivedsourcesallinone.py | 124 (interfaceName, ext) = os.path.splitext(fileName)
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
test_files.py | 104 extension = filesystem.splitext(filename)[1]
|
/external/webkit/Tools/CodeCoverage/ |
cov.py | 129 base_name = os.path.splitext(os.path.basename(f))[0] 134 (garbage,extension) = os.path.splitext(f)
|
run-generate-coverage-data | 53 base,ext = os.path.splitext(file) 154 base,ext = os.path.splitext(file)
|
/bionic/libc/kernel/tools/ |
update_all.py | 53 base, ext = os.path.splitext(file)
|
/external/chromium/googleurl/ |
PRESUBMIT.py | 59 root, ext = input_api.os_path.splitext(path)
|
/external/webkit/Tools/Scripts/ |
find-mismatched-layout-test-results | 69 name, extension = os.path.splitext(filename)
|
run-bindings-tests | 75 (name, extension) = os.path.splitext(input_file)
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
rebaselineserver.py | 159 test_name, _ = os.path.splitext(self.query['test'][0]) 231 test_name, _ = os.path.splitext(test_file) 246 test_name, _ = os.path.splitext(test_file) 272 os.path.splitext(f)[1] for f in actual_result_files] 315 test_file_name = os.path.splitext(os.path.basename(test_file))[0]
|
rebaseline.py | 96 test_base = os.path.splitext(test)[0]
|
/external/webkit/Tools/Scripts/webkitpy/common/config/ |
committervalidator.py | 51 (path, extension) = os.path.splitext(committers.__file__)
|
/external/webkit/Tools/Scripts/webkitpy/test/ |
main.py | 66 rel_path = os.path.splitext(rel_path)[0]
|
/build/tools/ |
java-event-log-tags.py | 97 basename, _ = os.path.splitext(os.path.basename(fn))
|
/external/webkit/Tools/Scripts/webkitpy/common/net/ |
testoutput.py | 121 extension = os.path.splitext(file.name())[1]
|
/build/tools/releasetools/ |
check_target_files_signatures | 140 name, _ = os.path.splitext(i) 141 name, _ = os.path.splitext(name)
|