HomeSort by relevance Sort by last modified time
    Searched full:splitext (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/antlr/antlr-3.4/runtime/Python/tests/
t020fuzzy.py 15 inputPath = os.path.splitext(__file__)[0] + '.input'
27 outputPath = os.path.splitext(__file__)[0] + '.output'
t019lexer.py 12 inputPath = os.path.splitext(__file__)[0] + '.input'
t018llstar.py 15 inputPath = os.path.splitext(__file__)[0] + '.input'
24 outputPath = os.path.splitext(__file__)[0] + '.output'
t012lexerXML.py 29 inputPath = os.path.splitext(__file__)[0] + '.input'
41 outputPath = os.path.splitext(__file__)[0] + '.output'
  /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)
  /bionic/libc/kernel/tools/
update_all.py 48 base, ext = os.path.splitext(file)
  /external/llvm/utils/
sort_includes.py 21 ext = os.path.splitext(f.name)[1]
  /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 295 return os.path.splitext(filename)[1] == '.java'
328 class_name = os.path.splitext(filename)[0]
  /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]
  /external/chromium/googleurl/
PRESUBMIT.py 59 root, ext = input_api.os_path.splitext(path)
  /external/chromium-trace/trace-viewer/build/
generate_deps_js_contents.py 32 os.path.splitext(x)[1] == ".js"]
  /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)
  /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/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)
  /build/tools/
java-event-log-tags.py 98 basename, _ = os.path.splitext(os.path.basename(fn))
  /external/webkit/Tools/Scripts/webkitpy/common/config/
committervalidator.py 51 (path, extension) = os.path.splitext(committers.__file__)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
test_files.py 104 extension = filesystem.splitext(filename)[1]
  /external/webkit/Tools/Scripts/webkitpy/test/
main.py 66 rel_path = os.path.splitext(rel_path)[0]

Completed in 5058 milliseconds

1 2 3