Searched defs:path (Results 1 - 25 of 2871) sorted by relevance

1234567891011>>

/external/libyuv/files/
H A Dgyp_libyuv.py27 path = os.path.abspath(os.path.split(__file__)[0]) variable
28 execfile(os.path.join(path, 'gyp_libyuv'))
/external/python/cpython3/Include/
H A Dosmodule.h11 PyAPI_FUNC(PyObject *) PyOS_FSPath(PyObject *path); variable
/external/v8/gypfiles/
H A Dgyp_v8.py40 path = os.path.abspath(os.path.split(__file__)[0]) variable
41 execfile(os.path.join(path, 'gyp_v8'))
/external/webrtc/webrtc/build/
H A Dgyp_webrtc.py23 path = os.path.abspath(os.path.split(__file__)[0]) variable
24 execfile(os.path.join(path, 'gyp_webrtc'))
/external/autotest/client/cros/networking/
H A Dapmanager_helper.py5 import os.path namespace
9 return os.path.exists('/usr/bin/apmanager')
/external/curl/src/
H A Dtool_bname.c30 char *tool_basename(char *path) argument
35 s1 = strrchr(path, '/');
36 s2 = strrchr(path, '\\');
39 path = (s1 > s2) ? s1 + 1 : s2 + 1;
42 path = s1 + 1;
44 path = s2 + 1;
46 return path;
/external/jsoncpp/devtools/
H A Dfixeol.py2 import os.path namespace
4 def fix_source_eol( path, is_dry_run = True, verbose = True, eol = '\n' ):
6 if not os.path.isfile( path ):
7 raise ValueError( 'Path "%s" is not a file' % path )
9 f = open(path, 'rb')
19 print('%s =>' % path, end=' ')
21 f = open(path, "wb")
38 ## for path in python_sources:
39 ## _fix_python_source( path, is_dry_ru
[all...]
/external/libmojo/base/files/
H A Dfile_util_android.cc12 bool GetShmemTempDir(bool executable, base::FilePath* path) { argument
13 return PathService::Get(base::DIR_CACHE, path);
/external/libmojo/mojo/
H A DPRESUBMIT.py11 import os.path namespace
15 # them, but it's easiest to add them to everyone's path.
17 third_party_path = os.path.join(
20 mojo_public_bindings_pylib_path = os.path.join(
23 mojo_python_bindings_path = os.path.join(
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/
H A Dfileutil.py6 import os.path namespace
8 def EnsureDirectoryExists(path, always_try_to_create=False):
12 if not os.path.exists(path) or always_try_to_create:
14 os.makedirs(path)
/external/parameter-framework/upstream/utility/
H A DDynamicLibrary.cpp33 std::string DynamicLibrary::osSanitizePathName(const std::string &path) argument
35 if (path.rfind(_osLibrarySuffix) == (path.length() - _osLibrarySuffix.length())) {
37 return path;
40 std::string sanitizedPath = _osLibraryPrefix + path + _osLibrarySuffix;
/external/skia/gm/
H A Dbug615686.cpp16 SkPath path; local
17 path.moveTo(0, 0);
18 path.cubicTo(200, 200, 0, 200, 200, 0);
19 canvas->drawPath(path, p);
H A Dcrbug_691386.cpp12 SkPath path; local
13 if (!SkParsePath::FromSVGString("M -1 0 A 1 1 0 0 0 1 0 Z", &path)) {
21 canvas->drawPath(path, p);
H A Dcrbug_788500.cpp14 SkPath path; local
15 path.setFillType(SkPath::kEvenOdd_FillType);
16 path.moveTo(0, 0);
17 path.moveTo(245.5f, 98.5f);
18 path.cubicTo(245.5f, 98.5f, 242, 78, 260, 75);
22 canvas->drawPath(path, paint);
H A Dhugepath.cpp20 SkPath path; local
24 path.reset();
25 path.moveTo(-1000,12345678901234567890.f);
26 path.lineTo(10.5f,200);
27 canvas->drawPath(path, paint);
29 path.reset();
30 path.moveTo(30.5f,400);
31 path.lineTo(1000,-9.8765432109876543210e+19f);
32 canvas->drawPath(path, paint);
H A Dorientation.cpp23 SkString path = SkStringPrintf("images/orientation/%c.jpg", i); local
24 auto image = GetResourceAsImage(path.c_str());
H A Dsmallarc.cpp21 SkPath path; local
22 path.moveTo(75, 0);
23 path.cubicTo(33.5, 0, 0, 33.5, 0, 75);
27 canvas->drawPath(path, p);
/external/skqp/gm/
H A Dbug615686.cpp16 SkPath path; local
17 path.moveTo(0, 0);
18 path.cubicTo(200, 200, 0, 200, 200, 0);
19 canvas->drawPath(path, p);
H A Dcrbug_691386.cpp12 SkPath path; local
13 if (!SkParsePath::FromSVGString("M -1 0 A 1 1 0 0 0 1 0 Z", &path)) {
21 canvas->drawPath(path, p);
H A Dcrbug_788500.cpp14 SkPath path; local
15 path.setFillType(SkPath::kEvenOdd_FillType);
16 path.moveTo(0, 0);
17 path.moveTo(245.5f, 98.5f);
18 path.cubicTo(245.5f, 98.5f, 242, 78, 260, 75);
22 canvas->drawPath(path, paint);
H A Dhugepath.cpp20 SkPath path; local
24 path.reset();
25 path.moveTo(-1000,12345678901234567890.f);
26 path.lineTo(10.5f,200);
27 canvas->drawPath(path, paint);
29 path.reset();
30 path.moveTo(30.5f,400);
31 path.lineTo(1000,-9.8765432109876543210e+19f);
32 canvas->drawPath(path, paint);
H A Dorientation.cpp23 SkString path = SkStringPrintf("images/orientation/%c.jpg", i); local
24 auto image = GetResourceAsImage(path.c_str());
H A Dsmallarc.cpp21 SkPath path; local
22 path.moveTo(75, 0);
23 path.cubicTo(33.5, 0, 0, 33.5, 0, 75);
27 canvas->drawPath(path, p);
/external/strace/tests/
H A Dskip_unavailable.c7 skip_if_unavailable(const char *const path) argument
11 if (stat(path, &st))
12 perror_msg_and_skip("stat: %s", path);
H A Dzeroargc.c39 const char *const path = av[1]; local
41 execve(path, av + 1, av + 2);
42 perror_msg_and_fail("execve: %s", path);

Completed in 696 milliseconds

1234567891011>>