/external/libvpx/libvpx/test/android/ |
scrape_gtest_log.py | 39 output_json = os.path.join(arg) 49 path = os.path.dirname(output_json) 50 if path and not os.path.exists(path): 51 os.makedirs(path)
|
/external/llvm/utils/lit/tests/ |
lit.cfg | 22 # test_source_root: The root path where tests are located. 23 config.test_source_root = os.path.dirname(__file__) 28 src_root = os.path.join(config.test_source_root, '..') 31 config.substitutions.append(('%{inputs}', os.path.join( 34 os.path.join(src_root, 'lit.py'),))) 40 config.environment['COVERAGE_PROCESS_START'] = os.path.join( 41 os.path.dirname(__file__), ".coveragerc")
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/ |
CdupCommandHandler.java | 40 String path = getFileSystem().getParent(currentDirectory);
local 43 verifyFileSystemCondition(notNullOrEmpty(path), currentDirectory, "filesystem.parentDirectoryDoesNotExist");
44 verifyFileSystemCondition(getFileSystem().isDirectory(path), path, "filesystem.isNotADirectory");
local 47 verifyExecutePermission(session, path);
49 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, path);
50 sendReply(session, ReplyCodes.CDUP_OK, "cdup", list(path));
|
/external/v8/build/android/ |
lint_action.gypi | 36 '--lint-path=<(android_sdk_root)/tools/lint', 37 '--config-path=<(suppressions_file)', 38 '--processed-config-path=<(config_path)', 40 '--platform-xml-path', '<(platform_xml_path)', 41 '--manifest-path=<(android_manifest_path)', 42 '--result-path=<(result_path)', 46 '--jar-path=<(lint_jar_path)',
|
/external/v8/build/ |
download_gold_plugin.py | 16 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__)) 17 CHROME_SRC = os.path.abspath(os.path.join(SCRIPT_DIR, os.pardir)) 21 GSUTIL_PATH = os.path.join(DEPOT_PATH, 'gsutil.py') 23 LLVM_BUILD_PATH = os.path.join(CHROME_SRC, 'third_party', 'llvm-build', 25 CLANG_UPDATE_PY = os.path.join(CHROME_SRC, 'tools', 'clang', 'scripts',
|
symlink.py | 18 import os.path namespace 35 t = os.path.join(target, os.path.basename(s)) 36 if len(sources) == 1 and not os.path.isdir(target): 38 t = os.path.expanduser(t) 39 if os.path.realpath(t) == s: 45 if os.path.isdir(t):
|
/external/v8/tools/gyp/test/rules-dirname/ |
gyptest-dirname.py | 43 os.path.join('foo', 'bar')) 45 os.path.join('a', 'b')) 48 # to an absolute path, making the tests below fail! 50 test.must_match('relocate/src/subdir/foo/bar/baz.path', 51 os.path.join('foo', 'bar', 'baz.printvars')) 52 test.must_match('relocate/src/subdir/a/b/c.path', 53 os.path.join('a', 'b', 'c.printvars'))
|
/frameworks/base/tools/aapt/ |
DirectoryWalker.h | 28 virtual bool openDir(String8 path) = 0; 29 virtual bool openDir(const char* path) = 0; 44 // Base path 57 virtual bool openDir(String8 path) { 58 mBasePath = path; 67 virtual bool openDir(const char* path) { 68 String8 p(path);
|
/frameworks/compile/libbcc/tests/libbcc/ |
lit.cfg | 24 # test_source_root: The path where tests are located (default is the test suite 27 config.test_exec_root = os.path.join(ANDROID_HOST_OUT, 'tests', 'libbcc') 29 tools_dir = os.pathsep.join([os.path.join(ANDROID_HOST_OUT, 'bin'), 30 os.path.join(ANDROID_HOST_OUT, 'lib64'), 31 os.path.join(ANDROID_PRODUCT_OUT, 'system/lib')]) 34 # as its own word, replace it with the full path to the build directory 52 tool_path = os.path.join(tools_dir, tool_name)
|
/frameworks/native/cmds/installd/ |
installd_deps.h | 39 // Compute the output path for dex2oat. 40 extern bool calculate_oat_file_path(char path[PKG_PATH_MAX], 44 // Compute the output path for patchoat. 49 // Returns false if it failed to determine the odex file path. 51 extern bool calculate_odex_file_path(char path[PKG_PATH_MAX], 55 // Compute the output path into the dalvik cache. 56 extern bool create_cache_path(char path[PKG_PATH_MAX],
|
/sdk/find_java2/src/ |
JavaPath.h | 34 // Static empty path that can be returned as a reference.
38 CJavaPath(int version, CPath path);
39 void set(int version, CPath path);
41 // Returns true if path/version is empty/0
44 // Clears path and version to 0
47 // Converts the internal path into a short DOS path.
|
/system/core/adb/sysdeps/ |
stat_test.cpp | 30 ASSERT_EQ(0, stat(td.path, &st)); 34 ASSERT_EQ(0, stat((std::string(td.path) + '/').c_str(), &st)); 38 ASSERT_EQ(0, stat((std::string(td.path) + '\\').c_str(), &st)); 42 std::string nonexistent_path = std::string(td.path) + "/nonexistent"; 54 ASSERT_EQ(0, stat(tf.path, &st)); 58 ASSERT_EQ(-1, stat((std::string(tf.path) + '/').c_str(), &st)); 62 ASSERT_EQ(-1, stat((std::string(tf.path) + '\\').c_str(), &st));
|
/system/media/audio_utils/ |
Android.mk | 21 LOCAL_C_INCLUDES += $(call include-path-for, speex) 23 $(call include-path-for, speex) \ 24 $(call include-path-for, audio-utils) 46 $(call include-path-for, audio-utils) 60 $(call include-path-for, audio-utils) 76 $(call include-path-for, audio-utils) 95 $(call include-path-for, audio-utils)
|
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
StorageManagerBaseTest.java | 81 * @param obbFilePath path to the OBB image file 82 * @param pathToContentsFile path to a file on the mounted OBB volume to open after the OBB 88 assertTrue("path to contents file cannot be null!", pathToContentsFile != null); 100 // the official OBB file path and the mount-request file path should be the same, but 140 * Returns the official path of the OBB file that was mounted 142 * This is not the mount path, but the normalized path to the actual OBB file 144 * @return a {@link String} representation of the path to the OBB file that was mounted 171 public void onObbStateChange(String path, int state) 278 String path = mSm.getMountedObbPath(obbPath); local 562 String path = null; local 590 String path = null; local 607 String path = null; local 623 String path = null; local [all...] |
/bootable/recovery/minzip/ |
DirUtil.c | 32 getPathDirStatus(const char *path) 37 err = stat(path, &st); 47 /* Something went wrong, or something in the path 56 dirCreateHierarchy(const char *path, int mode, 65 if (path[0] == '\0') { 70 /* Allocate a path that we can modify; stick a slash on 73 size_t pathLen = strlen(path); 79 memcpy(cpath, path, pathLen); 88 //xxx test this path 89 /* No directory component. Act like the path was empty [all...] |
/external/autotest/client/cros/cellular/pseudomodem/ |
sms_handler.py | 72 def delete_message(self, path): 74 Removes the message with DBus object path |path|. This operation 75 has no effect if and SMS object with path |path| is unknown. 77 @param path: DBus object path of the SMS object to remove. 81 self._messages.pop(path) 83 logging.info('SMS object with path "%s" not found.', path) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/ |
result.py | 58 def log_message(self, msg, path): 61 self.log_fp = open(os.path.join(path, self.LogFileName), 'a') 73 def process_record(self, record, path, get_file=True): 74 self.log_message(record, path) 85 file_name = os.path.join(path, key_name) 90 def get_results_from_queue(self, path, get_file=True, delete_msg=True): 94 self.process_record(m, path, get_file) 99 def get_results_from_domain(self, path, get_file=True) [all...] |
/external/compiler-rt/lib/dfsan/scripts/ |
build-libc-list.py | 37 p.add_option('--libc-dso-path', metavar='PATH', 38 help='path to libc DSO directory', 40 p.add_option('--libc-archive-path', metavar='PATH', 41 help='path to libc archive directory', 44 p.add_option('--libgcc-dso-path', metavar='PATH', 45 help='path to libgcc DSO directory', 47 p.add_option('--libgcc-archive-path', metavar='PATH' [all...] |
/external/libchrome/sandbox/linux/syscall_broker/ |
broker_file_permission.cc | 21 bool BrokerFilePermission::ValidatePath(const char* path) { 22 if (!path) 25 const size_t len = strlen(path); 30 if (path[0] != '/') 33 if (len > 1 && path[len - 1] == '/') 36 if (len >= 3 && path[len - 3] == '/' && path[len - 2] == '.' && 37 path[len - 1] == '.') 41 if (path[i] == '/' && (len - i) > 3) { 42 if (path[i + 1] == '.' && path[i + 2] == '.' && path[i + 3] == '/') 55 const char* path = path_.c_str(); local [all...] |
/external/skia/samplecode/ |
SampleComplexClip.cpp | 30 SkPath path; local 31 path.moveTo(SkIntToScalar(0), SkIntToScalar(50)); 32 path.quadTo(SkIntToScalar(0), SkIntToScalar(0), SkIntToScalar(50), SkIntToScalar(0)); 33 path.lineTo(SkIntToScalar(175), SkIntToScalar(0)); 34 path.quadTo(SkIntToScalar(200), SkIntToScalar(0), SkIntToScalar(200), SkIntToScalar(25)); 35 path.lineTo(SkIntToScalar(200), SkIntToScalar(150)); 36 path.quadTo(SkIntToScalar(200), SkIntToScalar(200), SkIntToScalar(150), SkIntToScalar(200)); 37 path.lineTo(SkIntToScalar(0), SkIntToScalar(200)); 38 path.close(); 39 path.moveTo(SkIntToScalar(50), SkIntToScalar(50)) [all...] |
/external/toybox/lib/ |
dirtree.c | 23 // Create a dirtree node from a path, with stat and symlink info. 58 char *path = parent ? dirtree_path(parent, 0) : ""; local 60 perror_msg("%s%s%s", path, parent ? "/" : "", name); 61 if (parent) free(path); 68 // Return path to this node, assembled recursively. 71 // to return the length of the path, or a value greater than 0 to allocate 76 char *path; local 80 path = xmalloc(*plen); 82 return path; 86 path = dirtree_path(node->parent, &len) 144 char *path = dirtree_path(node, 0); local [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDatabaseConfiguration.java | 44 * Special path used by in-memory databases. 49 * The database path. 51 public final String path; field in class:SQLiteDatabaseConfiguration 55 * This is derived from the path but is stripped to remove PII. 96 * @param path The database path. 99 public SQLiteDatabaseConfiguration(String path, int openFlags) { 100 if (path == null) { 101 throw new IllegalArgumentException("path must not be null."); 104 this.path = path [all...] |
/frameworks/base/docs/html/about/ |
_book.yaml | 3 path: /about/versions/nougat/index.html 6 path: /about/versions/nougat/android-7.0.html 27 path: /about/versions/nougat/android-7.0-changes.html 48 path: /about/versions/nougat/android-7.0-samples.html 68 path: /about/versions/marshmallow/index.html 71 path: /about/versions/marshmallow/android-6.0.html 73 path: /about/versions/marshmallow/android-6.0-changes.html 75 path: /about/versions/marshmallow/android-6.0-samples.html 77 path: /about/versions/marshmallow/android-6.0-testing.html 80 path: /about/versions/lollipop.htm [all...] |
/pdk/build/ |
pdk_utils.py | 28 if not os.path.isdir(dest_full_path): 38 if not os.path.isdir(dest_full_path): 43 if os.path.isfile(child_full_name): 56 if not os.path.isdir(dest_full_path): 66 if not os.path.isfile(src_full_name): 70 dest_dir = os.path.dirname(dest_file) 71 if not os.path.isdir(dest_dir): 81 if not os.path.isfile(src_full_name): 85 if not os.path.isdir(dest_dir): 101 if os.path.islink(item_full_path) or os.path.isfile(item_full_path) [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
memory_cache_http_server.py | 67 path = os.path.realpath(self.translate_path(self.path)) 68 if path not in self.server.resource_map: 72 resource = self.server.resource_map[path] 158 for path in paths: 159 if os.path.isdir(path): 160 self.AddDirectoryToResourceMap(path) 162 self.AddFileToResourceMap(path) [all...] |