HomeSort by relevance Sort by last modified time
    Searched full:path (Results 76 - 100 of 42155) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/autotest/client/tools/
autotest 5 autotest_conf = os.path.realpath('/etc/autotest.conf')
7 if os.path.isfile(autotest_conf):
8 autodir = os.path.dirname(autotest_conf)
10 for path in ['/usr/local/autotest', '/home/autotest']:
11 if os.path.exists(os.path.join(path, 'bin/autotest')):
12 autodir = path
18 autotest = os.path.join(autodir, 'bin/autotest')
19 control = os.path.join(autodir, 'control'
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/bin/
run_py_tests 9 _CATAPULT = os.path.abspath(os.path.join(
10 os.path.dirname(__file__), os.path.pardir, os.path.pardir, os.path.pardir))
13 def _AddToPathIfNeeded(path):
14 if path not in sys.path:
15 sys.path.insert(0, path
    [all...]
  /external/llvm/bindings/python/llvm/tests/
base.py 1 import os.path
26 path = os.path.join(d, lib)
28 if os.path.exists(path):
29 return path
35 return os.path.join(os.path.dirname(os.path.abspath(__file__)), "test_file")
38 return os.path.join(os.path.dirname(os.path.abspath(__file__)), "test.bc"
    [all...]
  /external/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/obj/
lit.site.cfg 2 config.test_exec_root = os.path.dirname(__file__)
3 config.test_source_root = os.path.dirname(config.test_exec_root)
4 lit_config.load_config(config, os.path.join(config.test_source_root, "lit.cfg")
  /external/skia/gm/
pathreverse.cpp 13 /* The hiragino_maru_goth_pro_e path was generated with Mac-specific code:
17 * paint.getTextPath("e", 1, 50, 50, &path);
19 * The path data is duplicated here to allow the test to
24 SkPath path; local
25 path.moveTo(98.6f, 24.7f);
26 path.cubicTo(101.7f, 24.7f, 103.6f, 22.8f, 103.6f, 19.2f);
27 path.cubicTo(103.6f, 18.9f, 103.6f, 18.7f, 103.6f, 18.4f);
28 path.cubicTo(102.6f, 5.3f, 94.4f, -6.1f, 79.8f, -6.1f);
29 path.cubicTo(63.5f, -6.1f, 54.5f, 6, 54.5f, 23.3f);
30 path.cubicTo(54.5f, 40.6f, 64, 52.2f, 80.4f, 52.2f)
75 SkPath path; local
    [all...]
  /external/skqp/gm/
pathreverse.cpp 13 /* The hiragino_maru_goth_pro_e path was generated with Mac-specific code:
17 * paint.getTextPath("e", 1, 50, 50, &path);
19 * The path data is duplicated here to allow the test to
24 SkPath path; local
25 path.moveTo(98.6f, 24.7f);
26 path.cubicTo(101.7f, 24.7f, 103.6f, 22.8f, 103.6f, 19.2f);
27 path.cubicTo(103.6f, 18.9f, 103.6f, 18.7f, 103.6f, 18.4f);
28 path.cubicTo(102.6f, 5.3f, 94.4f, -6.1f, 79.8f, -6.1f);
29 path.cubicTo(63.5f, -6.1f, 54.5f, 6, 54.5f, 23.3f);
30 path.cubicTo(54.5f, 40.6f, 64, 52.2f, 80.4f, 52.2f)
75 SkPath path; local
    [all...]
  /external/strace/tests/
skip_unavailable.c 7 skip_if_unavailable(const char *const path)
11 if (stat(path, &st))
12 perror_msg_and_skip("stat: %s", path);
  /external/strace/tests-m32/
skip_unavailable.c 7 skip_if_unavailable(const char *const path)
11 if (stat(path, &st))
12 perror_msg_and_skip("stat: %s", path);
  /external/strace/tests-mx32/
skip_unavailable.c 7 skip_if_unavailable(const char *const path)
11 if (stat(path, &st))
12 perror_msg_and_skip("stat: %s", path);
  /prebuilts/misc/common/groovy/
.classpath 3 <classpathentry kind="src" path=""/>
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5 <classpathentry kind="output" path=""/>
  /frameworks/support/core/ktx/src/main/java/androidx/core/graphics/
Path.kt 21 import android.graphics.Path
25 * Flattens (or approximate) the [Path] with a series of line segments.
27 * @param error The acceptable error for a line on the Path. Typically this would be
31 * @see Path.approximate
34 fun Path.flatten(error: Float = 0.5f): Iterable<PathSegment> = PathUtils.flatten(this, error)
37 * Returns the union of two paths as a new [Path].
40 inline operator fun Path.plus(p: Path): Path {
41 return Path(this).apply
    [all...]
  /cts/development/ide/eclipse/
.classpath 3 <classpathentry kind="lib" path="prebuilts/misc/common/ddmlib/ddmlib-prebuilt.jar"/>
4 <classpathentry kind="lib" path="prebuilts/misc/common/tradefed/tradefed-prebuilt.jar"/>
5 <classpathentry kind="src" path="cts/apps/CtsVerifier/src"/>
6 <classpathentry kind="src" path="cts/hostsidetests/appsecurity/src"/>
7 <classpathentry kind="src" path="cts/hostsidetests/appsecurity/test-apps/AppWithData/src"/>
8 <classpathentry kind="src" path="cts/hostsidetests/monkey/src"/>
9 <classpathentry kind="src" path="cts/hostsidetests/monkey/test-apps/CtsMonkeyApp/src"/>
10 <classpathentry kind="src" path="cts/hostsidetests/monkey/test-apps/CtsMonkeyApp2/src"/>
11 <classpathentry kind="src" path="cts/hostsidetests/sample/src"/>
12 <classpathentry kind="src" path="cts/hostsidetests/sample/app/src"/
    [all...]
  /external/autotest/client/tests/wb_kupdate/
common.py 2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, "..", "..", ".."))
4 client_dir = os.path.join(autotest_dir, "client")
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)
  /external/autotest/frontend/afe/
common.py 2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, '..', '..'))
4 client_dir = os.path.join(autotest_dir, "client")
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)
  /external/autotest/frontend/afe/json_rpc/
common.py 2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, "..", "..", ".."))
4 client_dir = os.path.join(autotest_dir, "client")
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)
  /external/autotest/frontend/migrations/
common.py 2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, "..", '..'))
4 client_dir = os.path.join(autotest_dir, "client")
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)
  /external/autotest/frontend/server/
common.py 2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, '..', '..'))
4 client_dir = os.path.join(autotest_dir, "client")
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)
  /external/autotest/frontend/tko/
common.py 2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, '..', '..'))
4 client_dir = os.path.join(autotest_dir, "client")
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)
  /external/autotest/scheduler/shard/
common.py 2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, "..", ".."))
4 client_dir = os.path.join(autotest_dir, "client")
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)
  /external/autotest/server/cros/ap_configurators/
common.py 2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, "../../.."))
4 client_dir = os.path.join(autotest_dir, "client")
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)
  /external/autotest/server/cros/
common.py 2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir))
4 client_dir = os.path.join(autotest_dir, 'client')
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)
  /external/autotest/server/cros/dynamic_suite/
common.py 2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, "../../.."))
4 client_dir = os.path.join(autotest_dir, "client")
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)
  /external/autotest/server/cros/packet_generation/
common.py 2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, "../../.."))
4 client_dir = os.path.join(autotest_dir, 'client')
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)
  /external/autotest/server/hosts/
common.py 2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, "..", ".."))
4 client_dir = os.path.join(autotest_dir, "client")
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)
  /external/autotest/server/lib/
common.py 2 dirname = os.path.dirname(sys.modules[__name__].__file__)
3 autotest_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir))
4 client_dir = os.path.join(autotest_dir, 'client')
5 sys.path.insert(0, client_dir)
7 sys.path.pop(0)

Completed in 1076 milliseconds

1 2 34 5 6 7 8 91011>>