HomeSort by relevance Sort by last modified time
    Searched refs:paths (Results 251 - 275 of 1714) sorted by null

<<11121314151617181920>>

  /external/skia/experimental/docs/
svgBackend.js 20 case "paths":
42 case "paths":
71 svgCache = { "paths":{}, "pictures":{}, "text":{} }; property in class:svgCache
225 case 'paths':
  /external/skqp/experimental/docs/
svgBackend.js 20 case "paths":
42 case "paths":
71 svgCache = { "paths":{}, "pictures":{}, "text":{} }; property in class:svgCache
225 case 'paths':
  /external/sonivox/arm-wt-22k/lib_src/
arm-wt-22k_lib.mak 5 # Set the paths to the tools (CC, AR, LD, etc.)
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
LitConfig.py 77 # Check some known paths.
89 def getToolsPath(self, dir, paths, tools):
95 dir = Util.whichTools(tools, paths)
  /external/turbine/java/com/google/turbine/binder/
ClassPathBinder.java 61 TopLevelIndex.Builder tli, Collection<Path> paths) throws IOException {
71 for (Path path : paths) {
  /external/turbine/java/com/google/turbine/options/
TurbineOptionsParser.java 27 import java.nio.file.Paths;
71 Path paramsPath = Paths.get(arg.substring(1));
174 private static ImmutableList<String> splitClasspath(Iterable<String> paths) {
176 for (String path : paths) {
  /frameworks/base/media/mca/filterfw/native/
libfilterfw.mk 16 # Add include paths for native code.
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
TernaryExpr.java 104 public List<ExecutionPath> toExecutionPath(List<ExecutionPath> paths) {
105 List<ExecutionPath> executionPaths = getPred().toExecutionPath(paths);
  /prebuilts/go/darwin-x86/src/cmd/go/internal/base/
env.go 15 // Internally we only use rooted paths, so dir is rooted.
  /prebuilts/go/darwin-x86/src/cmd/go/internal/list/
context.go 18 Compiler string `json:",omitempty"` // compiler to assume when computing target paths
  /prebuilts/go/linux-x86/src/cmd/go/internal/base/
env.go 15 // Internally we only use rooted paths, so dir is rooted.
  /prebuilts/go/linux-x86/src/cmd/go/internal/list/
context.go 18 Compiler string `json:",omitempty"` // compiler to assume when computing target paths
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
InstallApkSetup.java 128 * Sets APK paths. Exposed for testing.
131 public void setApkPaths(Collection<File> paths) {
132 mApkPaths = paths;
  /build/soong/android/
package_ctx.go 132 // appended with the supplied paths, joined with separator. It may only be
135 func (p PackageContext) SourcePathsVariable(name, separator string, paths ...string) blueprint.Variable {
138 for _, path := range paths {
215 // list of present source paths prefixed with the supplied prefix. It may only
219 name, prefix string, paths []string) blueprint.Variable {
222 paths := ExistentPathsForSources(ctx, paths)
223 return JoinWithPrefix(paths.Strings(), prefix)
  /external/libmojo/build/android/gyp/util/
build_utils.py 301 inputs: A list of paths to zip, or a list of (zip_path, fs_path) tuples.
409 """Gets the paths of imported non-system python modules.
412 src/. The paths will be relative to the current directory.
432 """Returns the paths to all of the modules in sys.modules."""
489 placeholders. An action that uses file-args *must* know the paths of those
543 other input paths that are not captured by GN deps, then they should be listed
544 in depfile_deps. It's important to write paths to the depfile that are already
  /external/python/cpython2/Lib/ctypes/
util.py 23 # I don't think paths are affected by minor version in version 6
203 paths = None
217 paths = line.split()[4]
222 if not paths:
225 for dir in paths.split(":"):
  /external/python/cpython3/Lib/ctypes/
util.py 26 # I don't think paths are affected by minor version in version 6
219 paths = None
231 paths = os.fsdecode(line).split()[4]
233 if not paths:
236 for dir in paths.split(":"):
  /external/swiftshader/third_party/LLVM/include/llvm/
Linker.h 34 /// archives. It retains a set of search paths in which to find any libraries
130 /// Add a path to the list of paths that the Linker will search. The Linker
132 /// library paths for the target platform. The standard libraries will
138 /// Add a set of paths to the list of paths that the linker will search. The
139 /// Linker accumulates the set of libraries added. The \p paths will be
141 /// @brief Add a set of paths.
142 void addPaths(const std::vector<std::string>& paths);
144 /// This method augments the Linker's list of library paths with the system
145 /// paths of the host operating system, include LLVM_LIB_SEARCH_PATH
    [all...]
  /external/webrtc/talk/app/webrtc/objc/
RTCFileLogger.mm 51 NSArray *paths = NSSearchPathForDirectoriesInDomains(
53 NSString *documentsDirPath = [paths firstObject];
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
encodedstreamtest.cpp 44 const char *paths[] = { local
52 for (size_t i = 0; i < sizeof(paths) / sizeof(paths[0]); i++) {
53 sprintf(buffer, paths[i], filename);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 234 GRAMMAR_NONDETERMINISM(input,conflictingAlts,paths,disabled,hasPredicateBlockedByAction) ::=
236 <if(paths)>
238 <paths:{ it | alt <it.alt> via NFA path <it.states; separator=","><\n>}>
276 TOKEN_NONDETERMINISM(input,conflictingTokens,paths,disabled,hasPredicateBlockedByAction) ::=
278 <if(paths)>
280 <paths:{ it | alt <it.alt> via NFA path <it.states; separator=","><\n>}>
  /external/autotest/client/site_tests/network_ModemManagerSMSSignal/
network_ModemManagerSMSSignal.py 141 paths = [os.path.join(self.srcdir, 'fake-gsm'),
143 with mmtest.ModemManagerTest(self.autodir, paths) as mmt:
148 with mmtest.ModemManagerTest(self.autodir, paths) as mmt:
  /external/tensorflow/tensorflow/core/kernels/
save_restore_v2_ops.cc 167 std::vector<string> paths; variable
168 if (!env->GetMatchingPaths(MetaFilename(prefix_string), &paths).ok() ||
169 paths.empty()) {
  /external/v8/tools/clang/scripts/
apply_edits.py 38 def _GetFilesFromGit(paths=None):
42 paths: Prefix filter for the returned paths. May contain multiple entries.
50 if paths:
51 args.extend(paths)
206 help='path to the build dir (dir that edit paths are relative to)')
210 help='optional paths to filter what files the tool is run on')
run_tool.py 66 def _GetFilesFromGit(paths=None):
70 paths: Prefix filter for the returned paths. May contain multiple entries.
78 if paths:
79 args.extend(paths)
203 help='optional paths to filter what files the tool is run on')

Completed in 724 milliseconds

<<11121314151617181920>>