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

  /external/google-benchmark/
.ycm_extra_conf.py 109 relative_to = DirectoryOfThisScript()
110 final_flags = MakeRelativePathsInFlagsAbsolute( flags, relative_to )
  /external/v8/tools/gyp/pylib/gyp/
common.py 134 def RelativePath(path, relative_to, follow_path_symlink=True):
135 # Assuming both |path| and |relative_to| are relative to the current
137 # relative_to.
148 relative_to = os.path.realpath(relative_to)
154 os.path.splitdrive(relative_to)[0].lower()):
159 relative_to_split = relative_to.split(os.path.sep)
164 # Put enough ".." components to back up out of relative_to to the common
191 def FixIfRelativePath(path, relative_to):
195 return RelativePath(path, relative_to)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
messages.py     [all...]
remote.py 323 relative_to=sys.modules[self.__method.__module__])
332 relative_to=sys.modules[self.__method.__module__])
    [all...]
  /external/chromium-trace/catapult/third_party/webtest/webtest/
app.py 112 :param relative_to:
116 :type relative_to:
145 def __init__(self, app, extra_environ=None, relative_to=None,
166 # @@: Should pick up relative_to from calling module's
168 app = loadapp(app, relative_to=relative_to)
171 self.relative_to = relative_to
742 if self.relative_to:
743 filename = os.path.join(self.relative_to, filename
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/
fixture.py 101 def __init__(self, app, namespace=None, relative_to=None,
116 ``relative_to`` is a directory, and filenames used for file
133 # @@: Should pick up relative_to from calling module's
135 app = loadapp(app, relative_to=relative_to)
138 self.relative_to = relative_to
367 if self.relative_to:
368 filename = os.path.join(self.relative_to, filename)
    [all...]
  /external/libevent/
event.c 1273 struct timeval run_at, relative_to, delay, now; local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc     [all...]

Completed in 295 milliseconds