HomeSort by relevance Sort by last modified time
    Searched refs:path (Results 326 - 350 of 18318) sorted by null

<<11121314151617181920>>

  /frameworks/support/transition/src/androidTest/java/androidx/transition/
ArcMotionTest.java 21 import android.graphics.Path;
37 Path expected = arcWithPoint(0, 100, 100, 0, 100, 100);
38 Path path = arcMotion.getPath(0, 100, 100, 0); local
39 assertPathMatches(expected, path);
42 path = arcMotion.getPath(100, 0, 0, -100);
43 assertPathMatches(expected, path);
46 path = arcMotion.getPath(0, -100, -100, 0);
47 assertPathMatches(expected, path);
50 path = arcMotion.getPath(-100, 0, 0, 100)
60 Path path; local
101 Path path = new Path(); local
118 Path path = arcMotion.getPath(0, 100, 100, 0); local
131 Path path = arcMotion.getPath(0, 0, 100, 50); local
171 Path path = arcMotion.getPath(0, 0, 50, 100); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
ntpath.py 5 module as os.path.
23 # strings representing various path-related bits and pieces
49 # Return whether a path is absolute.
56 """Test whether a path is absolute"""
65 If any component is an absolute path, all previous path components
67 path = a
69 b_wins = 0 # set to 1 iff b makes path irrelevant
70 if path == "":
74 # This probably wipes out path so far. However, it's more
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ntpath.py 5 module as os.path.
23 # strings representing various path-related bits and pieces
49 # Return whether a path is absolute.
56 """Test whether a path is absolute"""
65 If any component is an absolute path, all previous path components
67 path = a
69 b_wins = 0 # set to 1 iff b makes path irrelevant
70 if path == "":
74 # This probably wipes out path so far. However, it's more
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ntpath.py 5 module as os.path.
23 # strings representing various path-related bits and pieces
49 # Return whether a path is absolute.
56 """Test whether a path is absolute"""
65 If any component is an absolute path, all previous path components
67 path = a
69 b_wins = 0 # set to 1 iff b makes path irrelevant
70 if path == "":
74 # This probably wipes out path so far. However, it's mor
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
ntpath.py 5 module as os.path.
23 # strings representing various path-related bits and pieces
49 # Return whether a path is absolute.
56 """Test whether a path is absolute"""
65 If any component is an absolute path, all previous path components
67 path = a
69 b_wins = 0 # set to 1 iff b makes path irrelevant
70 if path == "":
74 # This probably wipes out path so far. However, it's mor
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ntpath.py 5 module as os.path.
23 # strings representing various path-related bits and pieces
49 # Return whether a path is absolute.
56 """Test whether a path is absolute"""
65 If any component is an absolute path, all previous path components
67 path = a
69 b_wins = 0 # set to 1 iff b makes path irrelevant
70 if path == "":
74 # This probably wipes out path so far. However, it's mor
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ntpath.py 5 module as os.path.
23 # strings representing various path-related bits and pieces
49 # Return whether a path is absolute.
56 """Test whether a path is absolute"""
65 If any component is an absolute path, all previous path components
67 path = a
69 b_wins = 0 # set to 1 iff b makes path irrelevant
70 if path == "":
74 # This probably wipes out path so far. However, it's mor
    [all...]
  /bionic/tests/
gtest_globals.cpp 28 std::string path = get_executable_path(); local
30 path = android::base::Dirname(path);
31 path += "/..";
34 if (!android::base::Realpath(path.c_str(), &out_path)) {
35 printf("Failed to get realpath for \"%s\"", path.c_str());
  /build/make/tools/
normalize_path.py 20 import os.path
25 print os.path.normpath(p)
29 print os.path.normpath(line.strip())
  /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/faft/config/
common.py 6 dirname = os.path.dirname(sys.modules[__name__].__file__)
7 autotest_dir = os.path.abspath(
8 os.path.join(dirname, os.pardir, os.pardir, os.pardir, os.pardir))
9 client_dir = os.path.join(autotest_dir, 'client')
10 sys.path.insert(0, client_dir)
12 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)
  /external/autotest/server/
utils.py 13 if os.path.exists(os.path.join(os.path.dirname(__file__), 'site_utils.py')):
  /external/autotest/site_utils/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)
  /external/autotest/site_utils/stable_images/
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/site_utils/stats/
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/deqp/external/
fetch_kc_cts.py 30 sys.path.append(os.path.join(os.path.dirname(__file__), "..", "scripts"))
34 EXTERNAL_DIR = os.path.realpath(os.path.normpath(os.path.dirname(__file__)))
  /external/libyuv/files/tools_libyuv/
get_landmines.py 18 script_dir = os.path.dirname(os.path.realpath(__file__))
19 checkout_root = os.path.abspath(os.path.join(script_dir, os.pardir))
20 sys.path.insert(0, os.path.join(checkout_root, 'build'))
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
DeleCommandHandler.java 40 String path = getRealPath(session, command.getRequiredParameter(0)); local
43 verifyFileSystemCondition(getFileSystem().isFile(path), path, "filesystem.isNotAFile"); local
46 verifyWritePermission(session, getFileSystem().getParent(path));
48 getFileSystem().delete(path);
49 sendReply(session, ReplyCodes.DELE_OK, "dele", list(path));
  /external/skia/gn/
compile_processors.py 16 path, _ = os.path.splitext(p)
19 subprocess.check_output([skslc, p, path + ".h"])
21 path + ".h\"", shell=True)
22 subprocess.check_output([skslc, p, path + ".cpp"])
24 path + ".cpp\"", shell=True)
  /external/skia/infra/bots/assets/android_ndk_darwin/
common.py 15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
18 sys.path.insert(0, INFRA_BOTS_DIR)
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/skia/infra/bots/assets/android_ndk_linux/
common.py 15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
18 sys.path.insert(0, INFRA_BOTS_DIR)
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/skia/infra/bots/assets/android_ndk_windows/
common.py 15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
18 sys.path.insert(0, INFRA_BOTS_DIR)
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/skia/infra/bots/assets/android_sdk_linux/
common.py 15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
18 sys.path.insert(0, INFRA_BOTS_DIR)
21 ASSET_NAME = os.path.basename(FILE_DIR)
  /external/skia/infra/bots/assets/armhf_sysroot/
common.py 15 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
18 sys.path.insert(0, INFRA_BOTS_DIR)
21 ASSET_NAME = os.path.basename(FILE_DIR)

Completed in 815 milliseconds

<<11121314151617181920>>